﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
	margin: 0;
	padding: 0;
}

*,
* :after,
* :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table, tbody, theader, tr, td, th {
  max-width: 90vw !important;
  height: unset !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt !important;
	hyphens: none;
	color: #000;
	overflow: auto !important;
}

ol, ul {
  padding-inline-start: 40px;
}

#container {
  display: grid;
  min-height: calc(100vh - 5em);
  max-width: 100vw;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  position: relative;
  height: auto !important;
  min-height: 100%;
}


#container .Wrapper {
  margin: 2px auto 10px;
  max-width: 1300px;
  width: 100%;
  border-radius: 5px;
  margin-top: 1em;
  padding: 0 10px;
}

[class*="ms-commandLink"] {
  border: none
}

#container .Wrapper *:not([class^="ms-"]) {
  max-width: 100%;
}

#container .Wrapper img {
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 0.5em;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0093ad;
  box-shadow: inset 0 0 6px #0093ad;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0093ad;
  box-shadow: inset 0 0 6px #0093ad;
}


#s4-bodyContainer {
   padding: 0;
   overflow: hidden;
}

.container {
	border-top: 12px #0093ad solid;
}

.container #pageAreaLayout {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  border-radius: 5px;
  padding: 0 10px;
}

/*Ribbon*/
body #s4-ribbonrow {
  top: 0px;
  /z-index: 1000;
  height: auto !important;
  min-height: 0px !important;
}

#ms-designer-ribbon{
    position: fixed;
    width: 100%;
    z-index:1;
}

.ms-cui-tt-a > .ms-cui-tt-span {
	font-size: 8.5pt;
}

#s4-ribbonrow .ms-MenuUIPopupBody, #s4-ribbonrow .ms-popoutMenu, .ms-cui-menu[id^="Ribbon."] {
  position: fixed !important;
}

.ms-WPHeader, .ms-WPHeader * {
  background-color: transparent;
  white-space: normal !important
}

.o365cs-nav-header16 .o365cs-nav-topItem, .o365cs-base.o365cs-topnavBGColor-2 {
 background-color: #0093ad;
}

.o365cs-nav-header16 .o365cs-nav-button {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Out of Box Styles*/

.ms-rtePosition-1 {
	margin-right: 5% !important;
}

.ms-rteElement-Callout1 {
	margin-right: 5%;
	margin-bottom: 2%;
	max-width: 100% !important;
	height: unset !important;
	border: 1px solid #ca992c;
	color: #000;
	background-color: #f2f2f2;
}

.ms-rteElement-Callout2 {
	border: 1px solid #0093ad;
	margin-left: 5%;
	margin-bottom: 2%;
	max-width: 100% !important;
	height: unset !important;
}

/*Generic Styles*/

#pageContent img {
	max-width: 100%;
	height: unset !important; 
}

a,
a:before {
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform, color, background;
  -webkit-transition-property: color, background, -webkit-transform;
  transition-property: color, background, -webkit-transform;
  transition-property: transform, color, background;
  transition-property: transform, color, background, -webkit-transform;
}

a:link, .link-item, a, a:hover, a:visited {
  position: relative;
  text-decoration: none;
  color: #0099ad;
}

a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1.5px;
  background-color: #0099ad;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

a:hover {
  text-decoration: none;
}

a:hover:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a.arrow {
	color: #b73e25;
}


i.fas.fa-arrow-right {
	color: #b73e25;
	margin-left: 12%;
	font-size: 1.2em;	
}

a.arrow i.fas.fa-arrow-right::before {
	transform: translateX(20px);
}

h1 {
	font-size: 26pt;
	font-family: 'Open Sans', sans-serif;
	color: #0093ad !important;
	font-weight: 700;
	text-shadow: none;
}

h2 {
	font-size: 19pt;
	font-family: 'Open Sans', sans-serif;
	color: #ca992c !important;
	font-weight: 600;
	text-shadow: none;
	margin-bottom: 0.8%;
}

h3 {
	font-size: 16pt;
	font-family: 'Open Sans', sans-serif;
	color: #000 !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 0.8%;
}

h4 {
	font-size: 14.5pt;
	font-family: 'Open Sans', sans-serif;
	color: #b73e25 !important;
	font-weight: 700;
	text-shadow: none;
	margin-bottom: 0.8%;
}

.ms-rtestate-field p, p.ms-rteElement-P {
	line-height: 1.4;
}

.btn, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 2px 10px;
  margin: .5em;
  font-size: 14pt !important;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background: #0093ad;
  color: #fff !important;
  -webkit-box-shadow: -1px 1px 3px -1px #2e2e2e;
  box-shadow: -1px 1px 3px -1px #2e2e2e;
  display: inline-block;
  white-space: nowrap;
  margin-left: 0;
}

.btn:hover, a:hover span.ms-rteStyle-LinkButton {
  background-color: #6dbbcb !important;
  color: inherit;
  text-decoration: none
}

.btn:active,
.btn:focus,
a:active span.ms-rteStyle-LinkButton,
.ms-rteStyle-LinkButton:focus {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:visited, a:visited span.ms-rteStyle-LinkButton {
  color: #fff;
}

.btn::after, .btn::before, .hidePseudo::after, .hidePseudo::before {
  display: none
}

.btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.btnTwo {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 3px -1px #2e2e2e;
  box-shadow: -1px 1px 3px -1px #2e2e2e;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  color: #fff !important;
  background-color: #ca992c;
}

.btnTwo:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #363;
}

.btnTwo:active,
.btnTwo:focus {
  outline: 0;
  background: #ca992c !important;
  -webkit-box-shadow: inset 0 3px 5px #2e2e2e;
  box-shadow: inset 0 3px 5px #2e2e2e;
}

h1#pageTitle {
	margin-top: 2%;
	margin-bottom: 2%;
}


.ms-welcome-root {
	padding: 0;
}
.ms-siteicon-img{
	display:none;
}

.ms-welcome-root > a.ms-core-menu-root, .ms-signInLink {
	color: #0093ad;
}

.ms-textSmall, .ms-textXSmall, .ms-metadata, .ms-descriptiontext, .ms-secondaryCommandLink {
	font-size: 11pt;
}

.ms-srch-sb-border {
	border: 1px solid #0093ad;
}

.ms-WPBorder {
  border: none;
}

.ms-webpart-zone {
	padding: 3%;
}

.srch-sb-results1,
.srch-sb-results2 {
  padding-left: 0 !important;
}

.srchctr_leftcell {
  width: 0 !important;
}

span.ms-promlink-button-image .ms-srch-pagingNext, .ms-srch-sbLarge-searchImg, .ms-srch-pagingPrev, .ms-promlink-button-right, .ms-promlink-button-left {
	max-width: unset !important;
}

#Paging a {
	text-decoration: inherit !important;
	box-sizing: content-box;
}

.ms-promlink-button-enabled {
	border: 1px solid #ababab !important;
	box-sizing: content-box;
}

.ms-searchCenter-result-main {
	float: none;
}

td:empty {
  display: none;
}

.AELBthumbnails td:empty {
    display: inline-block;
}

#group0 td:first-child {
  padding-bottom: 10px !important;
  color: #c33;
  font-size: 160%;
  font-weight: 700;
}

.level-band {
  background-color: #e8e8e8;
  padding: 10px 5px 10px 10px
}

.level-band:hover {
	background-color: #c7c7c7;
}

.ms-WPHeader td h3 {
  color: #363;
  font-size: 130%;
  font-weight: 700;
}

#transparent {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/*Header*/
a#ctl00_IdWelcome_ExplicitLogin {
	color: #0093ad;
	font-weight: 600;
	display: revert !important;
}

#ctl00_IdWelcome_ExplicitLogin {
  display: inline !important;
}

.headerWrapper {
  background: url('/Style%20Library/images/MBAA/MBAABanner.png') calc(1vmin - 1em)/calc(30em + 15vmin) no-repeat;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 152px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
  display: inline-flex;
}

.social>* {
  margin: 0 8px;
  display: inline;
}

.facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a";
	font-size: 2em;
	color: #4267b2;
	margin-right: 12px;
}
	
.twitter::before {
	font: var(--fa-font-brands);
	content: "\e61b";
	font-size: 2em;
	color: #000;
	margin-right: 12px;
}

.instagram::before {
	font: var(--fa-font-brands);
	content: "\f16d";
	font-size: 2em;
	margin-right: 12px;
	background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.linkedin::before {
	font: var(--fa-font-brands);
	content: " \f08c";
	font-size: 2em;
	color: #4267b2;
	margin-right: 12px;
}


.miniMenu {
  height: 100px;
}

.miniMenu a:before {
	background-color: #b73e25 !important;
}

#homeLink {
  display: block;
  position: absolute;
  left: 0;
  width: 60%;
  height: 128px;
  min-width: 320px;
  cursor: pointer;
}

a#homeLink::before {
	background-color: transparent !important;
}

.miniMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: right;
  margin: 15px 0 0 0;
  float: right;
  position: relative;
  /*z-index: 0;*/
  -webkit-box-align: center;
  -ms-flex-pack: center;
  height: 86%;
}

.miniMenu>a, .miniMenu>span, .miniMenu>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 20px;
}

.ms-welcomeMenu {
  padding: 0px;
  font-family: inherit;
  font-size: 15px;
  margin: 0px;
  font-weight: bold;
  border: none;
}

.ms-srch-item {
	width: 100%;
	max-width: 1000px;
}

.ms-srch-ellipsis {
	white-space: inherit;
}

.ms-srch-hover-outerContainer, .ms-srch-item-path { 
   display:none !important 
}


#searchIcon {
  /*background-color: #0093ad;*/
  padding: 5px;
  width: 22px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 0px;
  /*z-index: 2;*/
  height: 20px;
}

#ctl00_PlaceHolderSearchArea_ctl00_S3031AEBA_go img {
  opacity: 0
}

#search {
  margin-top: 10px;
}

.s4-search input.ms-sbplain {
  height: 26px;
}

.s4-clust.ms-viewselector-arrow {
  display: none !important;
}

.ms-welcomeMenu a:link, .ms-welcomeMenu .ms-menu-a {
  color: inherit;
  margin: 0;
}

.s4-signInLink, .miniMenu a {
  font-weight: 600;
  font-size: 11pt;
  color: #0093ad;
}

/*Footer*/
#footer {
  padding: 2% 10px 0 10px;
  color: #fff;
  background: #0093ad;
  min-height: calc(75vw*.18);
}

.footerWrapper {
  background: url('/Style%20Library/Images/MBAA/UnitedWeBrew_White.png') calc(25%)/calc(4em + 15vmin) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  text-align: center;
  width: 70%;
  max-width: 1500px;
  margin: 0 auto;
  min-height: calc(60vw*.15);
  padding-bottom: 1%;
}

.footerlinks {
	text-align: left;
	border-inline-start: #fff solid 3px;
	width: 50%;
	padding-inline-start: 10%;
	padding-top: 1%;
}

.footerlinks p {
	margin-bottom: 2%;
}

.footerlinks a {
	color: #fff;
}

.footerBottom {
	background-color: #005868;
	height: 85px;
	display: flex;
	flex-direction: column-reverse;
}

.copyright {
	margin-left: 2%;
	margin-bottom: 0.5%;
	margin-top: 0.2%;
}

#copyYear {
	color: #fff;
}

#copyYear a {
	color: #fff !important;
}

#homeLinkFooter {
  display: none;
}


.follow {
	display: block;
	margin-left: 2%;
}

.follow img {
	vertical-align: middle;
	margin-left: 6%;
}

.follow a {
	color: #fff;
}

.icons {
	display: flex;
	width: min-content;
}

.icons .facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}
	
.icons .twitter::before {
	font: var(--fa-font-brands);
	content: "\e61b";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}

.icons .instagram::before {
	font: var(--fa-font-brands);
	content: "\f16d";
	font-size: 2em;
	margin-right: 12px;
	color: #fff;
	background: transparent;
	-webkit-text-fill-color: white;
}


.icons .linkedin::before {
	font: var(--fa-font-brands);
	content: " \f08c";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}


/*Navigation*/
#nav {
  background-color: #000;
}

.ms-core-listMenu-horizontalBox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 1500px;
  display:block;
}

.menu-item-text {
  white-space: normal !important;
  width: 100% !important
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2)~* {
  width: 50%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3)~* {
  width: 33%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4)~* {
  width: 25%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5)~* {
  width: 20%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6)~* {
  width: 16.66667%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7)~* {
  width: 14.28571%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(8), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(8)~* {
  width: 12.5%
}


.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(9), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(9)~* {
  width: 11.111111%
}


.wrap {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.s4-tn li.static>.menu-item {
  color: #fff;
  font-size: 12pt;
  white-space: nowrap;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  font-weight: 600;
}

.s4-tn li.static>a:hover {
  color: #fff !important;
  text-decoration: none;
}

.s4-toplinks .s4-tn a.selected {
  color: #fff;
  text-decoration: none;
}

.s4-tn UL.dynamic {
  background-color: #000;
  color: #fff;
  width: 100%;
  list-style:none;
  border:none;
  box-shadow:none;
  margin-top: -0.1%;
  min-width: max-content;
  padding-right: 20px;
}

.s4-tn li.dynamic>.menu-item {
  color: #fff;
  text-decoration: none;
  font-size: 11pt;
  text-align: left;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  min-width: auto;
  padding: 3px;
}

.s4-tn li.dynamic>a:hover {
  background-color: #404041;
}

.ms-core-listMenu-horizontalBox a.dynamic-children span.additional-background, .ms-core-listMenu-horizontalBox span.dynamic-children span.additional-background {
  padding-right: 0px;
  background-image: none;
}

.ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li, .ms-core-listMenu-horizontalBox .ms-core-listMenu-item, .ms-core-listMenu-horizontalBox > ul > li > table {
	width:100%;
}

.s4-ql {
  margin-top: 15px;
  color: #ca992c !important;
}

.ms-core-listMenu-root {
	list-style-type: none;
	padding-inline-start: 0;
}

.s4-ql ul.root>li>a {
  color: #ca992c;
}

.s4-ql a.selected {
  background: none transparent;
  color: #ca992c !important;
  font-weight: bold;
  border: none !important;
}

.s4-ql a.selected:hover {
  background-color: #fff !important;
}

.s4-ql ul.root ul>li>a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding-left: 20px;
}

.s4-ql ul.root ul>li>a:hover, .s4-ql ul.root>li>a:hover {
  text-decoration: none;
  background-color: #0093ad;
  color: #fff
}

.s4-ql ul.root ul {
  margin-bottom: 0px;
  margin-left: 5px;
  list-style-type: none;
  padding-inline-start: 0px;
}

.s4-ql ul.root>li>.menu-item {
  color: #ca992c;
  font-weight: 700;
}

.menu li.hover,
.menu li.hover-off {
  /*z-index: 999;*/
}

.stButton {
  /*z-index: 0 !important;*/
}

#headerNavigation {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #000;
}

#headerNavigation a:hover {
  text-decoration: none;
  color: #fff !important;
}

.globalNavItem {
  color: #fff;
}

/*Breadcrumbs*/
.breadcrumb {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  margin-top: 15px;
}

.breadcrumb a {
  display: inline-block;
  font-size: 11pt;
  line-height: 28px;
  color: #222;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.breadcrumb a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 28px;
  height: 28px;
  -webkit-transform: scale(0.707) rotate(45deg);
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  -webkit-box-shadow: 1px -1px 0 0 #e1e1e1;
  box-shadow: 1px -1px 0 0 #e1e1e1;
}

.breadcrumb a.home {
  padding-left: 12px;
  padding-right: 15px;
}

.breadcrumb a.bc-node {
  padding-right: 15px;
  padding-left: 20px
}

.breadcrumb .current {
  padding: 0 15px;
  margin-left: 10px;
  font-size: 11pt;
}

.breadcrumb a,
.breadcrumb a:after {
  background: #fff;
  color: #222;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.breadcrumb a:hover,
.breadcrumb a:hover:after {
  background: #e8e8e8;
  color: #000;
}

.breadcrumb a:hover:before {
  color: #e8e8e8;
}
/*Page Layout*/
#pageAreaLayout {
  position: relative;
  min-height: calc(100vh - 380px);
  max-width: 1400px;
  margin: 0 auto;
}

/*#DeltaTopNavigation {
	position: relative;
	z-index: -1;
}*/

td#leftNav {
  width: 20%;
  padding: 15px 0;
  vertical-align: top;
  border-right: 2px solid #000;
}

td#pageContent {
  width: 100%;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 4%;
  vertical-align: top;
}

table#pageTable {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 0;
  table-layout: fixed;
  vertical-align: top;
}

.currentNav a:hover {
	text-decoration: none;
}

.currentNavHeader {
  color: #ca992c;}

.currentNavHeader a {
  display: block;
  padding: 8px 3px 0px 10px;
  color: #ca992c;
  font-weight: 700;

}
.currentNavItem {
  color: #2a2723;
}

.currentNavItem a {
  display: block;
  padding: 8px 3px 0px;
  color: #2a2723;
}

/* Collapsible */
.collapsible-header {
	display: inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 99%;
	margin-bottom: 2%;
	padding: 15px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 14pt;
	font-weight:500;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#333;
	background-color:#e8e8e8;
}

.collapsible-header:before {
	font-family: 'fontawesome';
    content: "\f054";
	float: left;
	font-size: .50em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 4.2px;
}

.collapsible-header.open:before {
	font-family: 'fontawesome';
	content: "\f078";
}

.collapsible-header.focus,
.collapsible-header:focus {
	color:#333;
	background: #d8d8d8 !important;
}

.active, .collapsible-header:hover {
	color:#333;
	background: #d8d8d8;
}

ul.collapsible {
	list-style-type:none;
	padding-inline-start: 0;
}

.collapsible-body {
	text-align:left;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-bottom: 2%;
}

.collapsible-body p, .collapsible-body h2, .collapsible-body h3, .collapsible-body a.btn, .collapsible-body img, .collapsible-body h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

/*Large Collapsible*/
.collapsible-header-large {
	display: inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 0%;
	padding: 40px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 17pt;
	font-weight:700;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#333;
	background-color:#ffffff;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-wrap: wrap;
}

.collapsible-header-large:before {
	font-family: 'fontawesome';
    content: "\2b";
	float: right;
	font-size: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 0px;
	color: #0093ad;
}

.collapsible-header-large.open:before {
	font-family: 'fontawesome';
	content: "\f068";
	color: #0093ad;
}

.collapsible-header-large.open {
	border-bottom: 0;
	background-color: #efefef;
}

.collapsible-header-large.focus,
.collapsible-header-large:focus {
	color:#333;
	background: #efefef !important;
}

.active, .collapsible-header-large:hover {
	color:#333;
	background: #efefef;
}

ul.collapsible-large {
	list-style-type:none;
	padding-inline-start: 0;
}

.collapsible-body-large {
	text-align:left;
	padding: 3% 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;

}

.collapsible-body-large p, .collapsible-body-large h2, .collapsible-body-large h3, .collapsible-body-large a.btn, .collapsible-body-large img, .collapsible-body-large h4 {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.collapsible-body-large .btn {
	margin-right: 0% !important;
}


/*Grey Right SideBar*/

.greySideBar {
	width: 35%;
	background-color: #e7e7e7;
	margin-left: 15px;
	margin-bottom: 15px;
	border-radius: 15px;
	padding: 3%;
	float: right;
}

.greySideBar ul {
	padding-inline-start: 20px;
}

.greySideBar li {
	margin-bottom: 8%;
}


/*Membership*/
.memberBenefits{
	display: flex;
	flex-direction: row;	
}

.memberBenefits1, .memberBenefits3{
	width: 47%;
	background: #e8e8e8;
	margin-right: 4%;
}

.memberBenefits4, .memberBenefits2 {
	width: 47%;
	background: #e8e8e8;
}

.memberBenefitsText {
	padding: 8%;
}

.calloutBar {
	background-color: #0093ad;
	margin: 3% 0 3% -1%;
}

.calloutBarInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 90% !important;
    margin: 0 auto;
    padding: 2%;
}

.calloutBarText {
	width: 80%;
}

.calloutBarButton {
	width: 20%;
}

.calloutBar h1, .calloutBar h2, .calloutBar h3, .calloutBar p {
	color: #fff !important;
}

.calloutBar2 h1, .calloutBar2 h2, .calloutBar2 h3, .calloutBar2 p {
	color: #fff !important;
}

.calloutBar h1 {
	margin-bottom: 1%;
}

.calloutBar .btn {
	background: #fff;
	color: #0093ad !important;
	float: right;
}

.calloutBar2 {
	background-color: #b73e25;
	margin: 3% 0 3% -1%;
}

.calloutBar2 .btn {
	background: #fff;
	color: #b73e25 !important;
	float: right;
}

.courseTestimonials {
	width: 30%;
	margin-left: 4%;
	float: right;
	background: #b73e25; 
	padding: 3%;
	border-radius: 3%;
}

.courseTestimonials h1, .courseTestimonials h2, .courseTestimonials h3, .courseTestimonials h4, .courseTestimonials p {
	color: #fff !important;
}



/*DEI*/

table.deiLeft{
	width: 48%;
	float: left;
	border-collapse: separate;
	border-spacing: 0px 20px;
}

table.deiRight{
	width: 48%;
	float: right;
	border-collapse: separate;
	border-spacing: 0px 20px;
}

table.deiLeft tr, table.deiRight tr {
	background-color: #e8e8e8;
	cursor: pointer;
}

table.deiLeft tr:hover, table.deiRight tr:hover {
	background: #d8d8d8;
}

td.deiImage {
	width: 38%;
	padding: 2%;
}

td.deiText {
	width: 52%;
	padding: 2%;
	font-family: 'fontawesome';
	content: "\f061";
}

td.deiText h2 {
	color: #000 !important;
	font-size: 15pt;
	line-height: 1.2;
}

td.deiIcon {
	font-family: 'fontawesome';
	color: #000;
}

td.deiIcon i {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 15pt;
}

td.deiImage img {
}


/*Promotion Callout*/
.greyPromotion {
	background-color: #e7e7e7;
	margin: 3% 0 3% -1%;
}

.greyPromotionInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 90% !important;
    margin: 0 auto;
    padding: 2%;
}

.greyPromotionText {
	width: 80%;
}

.greyPromotionButton {
	width: 20%;
}

.greyPromotion h2, .greyPromotion h1, .greyPromotion h3, .greyPromotion h4, .greyPromotion p  {
	color: #0093ad !important;
}

.greyPromotion .btn {
	float: right;
}

/*Webinar*/

.webinarPresenter {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 3%;
}

.webinarPresenterImage {
	width: 25%;
}

.webinarPresenterImage img {
	width: 100%;
}

.webinarPresenterText {
	width: 71%;
}

/*Event Landing Page*/

.mbaaEvent {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}

.mbaaEventImage {
	width: 17%;
	margin: auto 0;
}

.mbaaEventImage img {
	width: 100%;
}

.mbaaEventText {
	width: 80%;
}


/*Timeline*/

.timeline * {
	box-sizing: border-box;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #b73e25;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timelineContainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timelineContainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #b73e25;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timelineContainer.left {
  left: 0;
}

.timelineContainer.right {
  left: 50%;
}

.timelineContainer.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid black;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.timelineContainer.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid black;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.timelineContainer.right::after {
  left: -12px;
}

.timelineContent {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  border: 1px solid #000;
}




/*Tech Now*/
.typesTechNow {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5%;
	margin-top: 5px;
}

.level{
  font-weight: normal;
  }

.intro{
	  color: #00a651;
	  font-weight: normal;
}

.basic{
	  color: #00a651;
	  font-weight: normal;
}

.intermediate{
	  color: #f7941d;
	  font-weight: normal;
}

.advanced{
	  color: #be1e2d;
	  font-weight: normal;
}

.mediaType{
	font-weight: normal;
}

.groupheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.dfwp-column .groupheader {
  color: #363;
  font-size: 125%;
  font-weight: 700;
  margin: 15px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-left: 0;
  padding-left: 0;
}

.titleTechNow {
  margin-bottom: 0;
  font-size: 105%;
  font-weight: 500;
  font-style: normal;
  margin: 15px 0px 15px 0px;
  font-family: Arial, Helvetica, sans-serif !important;
}

.titleTechNow:hover {
	text-decoration: underline;
}

.item.link-item {
	padding-left: 0;
	padding-top: 2px;
}

.descriptionTechNow {
	line-height: 1;
	font-size: 10pt;
}

div.TechNowSearch {
  height: 36px;
  background-color: #2c2825;
  border-radius: 4px;
  width: 100%;
}

div.TechNowSearch .ms-rtestate-read.ms-rte-wpbox {
  padding-top: 7px;
  padding-left: 15px;
}

div.TechNow {
  width: 100%;
}

table.TechNowLeft {
  border-collapse: separate;
  border-spacing: 0px 20px;
}

table.TechNowRight {
  width: 48%;
  float: right;
  border-collapse: separate;
  border-spacing: 0px 20px;
}

td.TechNowPhoto {
  width: 38%;
}

td.TechNowPhoto img {
	width: 99.5% !important;
	vertical-align: top;
	margin: 0px;
}

td.TechNowLink {
  width: 62%;
  background-color: #C99900;
  cursor: pointer;
}

td.TechNowLink h2 {
  color: #000!important;
  margin-left: 7%;
  margin-right: 2%;
  font-size: 14pt;
}

td.TechNowLink:hover {
   background-color: #a87d26;
}

td.TechNowLink a:hover {
  color: #000 !important;
}

.ms-rteStyle-Caption {
  color: #676767;
  font-size: 90%;
}
.ms-cui-ribbon a img,
.ms-cui-menu a img,
.ms-cui-QAT a img,
.ms-cui-toolbar-toolbar a img {
  max-width: none;
}
.xslCal .left {
  position: relative;
  float: left;
  width: 82px;
  padding-right: 10px;
}
.xslCal .right span {
  display: block;
  vertical-align: top;
}
.xslCal .month {
  display: block;
  width: 82px;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px gray solid;
  background: #ac3c24;
}
.xslCal .day {
  display: block;
  width: 82px;
  text-align: center;
  border: 1px gray solid;
  font-size: 41px;
  line-height: 50px;
}
.xslCal .title {
  display: block;
  color: #000;
  font-weight: 700;
}
.xslCal .location {
  display: block;
  color: #000;
}
.xslCal .year {
  display: block;
  width: 82px;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  border: 1px gray solid;
  background: #b9b9b8;
}
.ms-rteStyle-OrangeBackGround {
  background-color: #fbde94;
  -ms-name: "OrangeBackGround";
}
.ms-rteStyle-BlueBackGround {
  background-color: #c4cee4;
  -ms-name: "BlueBackGround";
}
.ms-rteStyle-GrayBackGrond {
  background-color: #d3d3d3;
  -ms-name: "GrayBackGround";
}
.ms-rteStyle-BeigeBackGround {
  background-color: #e7d6b6;
  -ms-name: "BeigeBackGround";
}
.ms-rteStyle-DistrictSpeakerRed {
  color: #c05017;
  font-weight: 700;
  -ms-name: "DistrictSpeakerRed";
}
/*Start Contact Us Style*/
/********************************************/
div.ContactUs div.Field textarea {
  width: 300px;
  height: 150px;
}
div.ContactUs>div.ButtonRow {
  width: 490px;
}
div.ContactUs>div.Field>span.Value input {
  width: 230px;
}
div.ContactUs>div.Comment>span.Label {
  vertical-align: top;
}
div.ContactUs>div.Field>span.Label {
  display: inline-block;
  width: 180px;
}
.ContactUs div.Message {
  margin-top: 30px;
  font-weight: bold;
}
/*End Contact Us Style*/
/********************************************/
#pageContent>.s4-notdlg {
  display:inline-block;
}
#smShare {
  float: right;
  display: none !important;
 }
.shareIcon {
  fill:#2a2723;
}
.share {
  color: #2a2723
}

/*Webinar Search*/

.webinarSearchInner {
	display: flex;
	width: 94.5% !important;
	margin: 0 auto;
	column-gap: 2%;
}

.topic, .webinarSearchBox {
	width: 50%;
}

.topic h2, .webinarSearchBox h2 {
	font-size: 15pt !important;
	color: #000 !important;
}

.topic .ms-ref-unselSec {
	height: 50px;
	padding: 2%;
	border: 1px solid #0093ad;
	width: 100%;
}

.topic .ms-ref-refinername {
	display: none;
}

.topic .ms-ref-refiner {
	padding: 0;
}


.webinarSearchBox .ms-srch-sbLarge.ms-srch-sb-border {
	padding: 1%;
	display: flex;
	height: 50px;
	width: 100%;
}

.webinarSearchBox .ms-srch-sb-borderFocused {
	height: 50px;
	display: flex;
}

.topic #RemoveRefinement {
	padding-top: 7px;
}

.webinarSearchBox .ms-webpartzone-cell {
	margin: auto auto 7px;
}

.webinarSearchBox #SearchBox {
	width: 100%;
}

.webinarSearchBox .ms-srch-sbLarge>input {
	font-size: 95%;
	width: 90%;
}

.webinarSearchResults .cbs-List.MWS_Control_ListWithPaging {
	border-top: 1px solid #c6c6c6;
	padding-top: 5px;
}

.webinarSearchResults #ResultCount {
	max-width: fit-content !important;
	font-weight: bold;
	padding-top: 0 !important;
	margin-top: -18px;
	margin-bottom: 5px;
}

.webinarSearchResults #PagingSelf {
	font-weight: bold;
}

.webinarSearchResults #PagingLink {
	font-weight: bold;
}

.webinarSearchResults #pathDiv a {
	font-weight: 500 !important;
	font-size: 17pt;
}

.webinarSearchResults #pageSummaryDiv {
	padding-bottom: 1%;
}

.webinarSearchResults #pubDateDiv {
	font-size: 10.5pt;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #000;
}

.webinarSearchResults #difficultyLevelDiv {
	font-size: 10.5pt;
	display: flex;
	padding-left: 10px;
}

.webinarSearchResults #difficultyLevelDiv span {
	padding-right: 5px;
}

.webinarSearchResults hr {
	margin-block-start: 2%;
}

.webinarSearchResults #contentWrapper {
	padding-bottom: 10px !important
}

.topic input, .topic select, .topic label, .topic textarea, .topic button, .topic option {
	font-size: 95%;
}

/*Responsive Table*/

/*Table - Responsive*/

.responsiveTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.responsiveTable caption {
  font-size: 16pt;
  margin: .5em 0 .75em;
}

.responsiveTable tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.responsiveTable th,
.responsiveTable td {
  padding: .625em;
  text-align: center;
}

.responsiveTable th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0093ad;
  color: #fff;
}

/*NB2A Partnership*/

.NB2A-Item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 2%;
}

.NB2A-Image {
	width: 15%;
}

.NB2A-Image img {
	width: 100%;
}

.NB2A-Text {
	width: 80%;
	margin: auto 0;
	padding-bottom: 1.5%;
}

.NB2A-Text h4 {
	margin-bottom: 1.5%;
}

.NB2A-Text p {
	margin-bottom: 0;
}

@media screen and (max-width: 900px) {

	.greySideBar {
		width: 48% !important;
	}
}

@media screen and (max-width: 700px) {

	.webinarSearchResults #pubDateDiv {
		float: none;
		padding-right: 0px;
		border-right: none;
	}
	
	.webinarSearchResults #difficultyLevelDiv {
		display: block;
		padding-left: 0px;
	}
	
	.webinarSearchResults #difficultyLevelDiv span {
		padding-right: 0px;
	}

}

@media screen and (max-width: 600px) {

  .timeline::after {
    left: 31px;
  }

  .timelineContainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timelineContainer::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .timelineContainer.left::after, .timelineContainer.right::after {
    left: 15px;
  }

  .timelineContainer.right {
    left: 0%;
  }
  
  .webinarSearchResults #pathDiv a {
		font-size: 16pt;
	}
	
	.topic h2, .webinarSearchBox h2 {
		font-size: 13pt;
	}
	
	/*Responsive Table*/
	
	.responsiveTable {
    border: 0;
  }

  .responsiveTable caption {
    font-size: 1.3em;
  }
  
  .responsiveTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .responsiveTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .responsiveTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    min-height: 33px;
    
  }
  
  .responsiveTable td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .responsiveTable td:last-child {
    border-bottom: 0;
  }
}


@media screen and (max-width: 500px) {
	
	.webinarSearchInner {
		display: block;
		width: 100%;
	}
	
	.topic, .webinarSearchBox {
		width: 100%;
	}
	
	.webinarSearchBox {
		margin-top: -5%;
	}
	
	.topic .ms-ref-refiner #Container {
		Padding-bottom: 0;
	}
	
	.ms-srch-sbLarge-searchImg, .ms-srch-sb-searchImg {
		max-width: unset !important;
	}
	
	.ms-srch-pagingNext {
		max-width: unset !important;
	}
	
	.webinarSearchResults #pathDiv a {
		font-size: 15pt;
	}
}
