@charset "UTF-8";
/* CSS Document */

/* Font Family Styles */
/* PT Serif Font */
.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}
.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}
.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

/* Roboto Font */
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}




.color1 {color: #001559;}
.color2 {color: #666666;}
.color3 {color: #428bca;}
.color4 {color: #002ab3;}  


/* Solid Background Colors */
.primary-bg {background-color: #ebedf6;}
.secondary-bg {background-color: #001559;}
.tertiary-bg {background-color: #99a1bd;}
.light-gray-bg {background-color: #666666;}

/* Gradient Background Colors */
.gradient1-bg {background: linear-gradient(to bottom, #002ab3 0%, #001559 100%);}
.gradient2-bg {background: linear-gradient(to right, rgba(0,21,89,1) 0%, rgba(0,42,179,1) 100%);}

/* Sponsor Page Gradients */
.sponsor-platinum-bg {background: linear-gradient(to right, rgba(182, 182, 180, 0.9) 0%, rgba(190, 189, 184, 0.8) 37%, rgba(219, 219, 219, 0.8) 100%);}
.sponsor-gold-bg {background: linear-gradient(to right, rgba(227, 196, 49, 0.8) 0%, rgba(227, 196, 49, 0.8) 31%, rgba(224, 228, 28, 0.4) 100%);}
.sponsor-bronze-bg {background: linear-gradient(to right, rgba(173, 116, 93, 1) 0%, rgba(247, 194, 163, 0.9) 53%, rgba(160, 104, 79, 1) 100%);}

/* Border Colors */
.primary-border {border-color: #f1f1f1;}
.secondary-border {border-color: #ccd7ff;}
.tertiary-border {border-color: #666666;}


body {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #002ab3;
  text-decoration: none;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  cursor: pointer;
}
a:hover, a:focus {
	color: #aaaaaa;
	text-decoration: none;
}

mark {
  background-color: #f4f5ac;
  color: inherit;
  padding: .1em .2em;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.row {
  margin-right: -8px!important;
  margin-left: -8px!important;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-5 {
  float: left;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
}

.mbottom-0 {margin-bottom: 0px;}
.mbottom-5 {margin-bottom: 5px;}
.mbottom-10 {margin-bottom: 10px;}
.mbottom-15 {margin-bottom: 15px;}
.mbottom-20 {margin-bottom: 20px;}


/* Header/Text Styles */
h1 {color: #333333; font-size: 28px; font-weight: 700; margin: 10px 0 10px; font-family: "PT Serif", serif;}
h2 {color: #333333; font-size: 26px; font-weight: 700; margin: 10px 0 10px; font-family: "PT Serif", serif;}
h3 {color: #333333; font-size: 24px; font-weight: 700; margin: 10px 0 10px; font-family: "PT Serif", serif;}
h4 {color: #333333; font-size: 22px; font-weight: 700; margin: 10px 0 10px; font-family: "PT Serif", serif;}
h5 {color: #333333; font-size: 20px; font-weight: 700; margin: 10px 0 10px; font-family: "PT Serif", serif;}
h6 {color: #333333; font-size: 18px; font-weight: 700; margin: 10px 0 10px; font-family: "PT Serif", serif;}


.laggy-slide {
  animation-delay: 1.5s;
}

.textUppercase {text-transform:uppercase;}
.textUnderline {text-decoration: underline;}
.textStrike {text-decoration: line-through;}
.textItalic {font-style: italic;}
.textLight {font-weight:300;}
.textRegular {font-weight:400;}
.textMedium {font-weight:500;}
.textSemiBold {font-weight:600;}
.textBold {font-weight:700;}
.textExtraBold {font-weight:800;}
.textBlack {font-weight:900;}
.important {display: inline-block; vertical-align: top; color: #002ab3; font-size: 8px; padding-left: 5px;}
.smallType {font-size: 15px; text-align: left;}

.container {
  margin: 0px auto;
  padding: 0 8px;
  background-color: transparent;
  position: relative;
}

.customBtn {
  background-color: #001559;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  padding: 8px 35px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  -webkit-transition: all 225ms ease-in-out 0s;
  -moz-transition: all 225ms ease-in-out 0s;
  -o-transition: all 225ms ease-in-out 0s;
  transition: all 225ms ease-in-out 0s;
}
.customBtn:hover, .customBtn:focus {
  background-color: #002ab3;
  color: #fff;
}
/* Alt Button Background Colors */
.secondaryBtn {background-color: #428bca;}
.secondaryBtn:hover, .secondaryBtn:focus {background-color: #6e8796;}

.tertiaryBtn {background-color: #666666;}
.tertiaryBtn:hover, .tertiaryBtn:focus {background-color: #aaaaaa;}


.calloutbox {
  background-color: #ebedf6;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 16px;
  padding: 15px 15px 5px;
  color: #333333;
  text-align: left;
}
.customList {
  list-style: none;
  padding-left: 0px;
  margin: 0 auto;
  color: #aaaaaa;
}
.customList li {
  background: url("/images/micro-bullet.png") no-repeat scroll 0 6px transparent;
  line-height: 18px;
  padding-left: 17px;
  padding-bottom: 8px;
  font-style: italic;
}
.customList li a {color: #333333; font-weight: 600;}
.customList li a:hover {color: #aaaaaa;}




/* Begin Global Page Styles */
#pageContent {margin-top: 95px; overflow: hidden;}
#subPageContent-out {padding: 60px 0;}


.microTier {padding: 60px 0; position: relative; text-align: center;}
.microTier-heading {margin-bottom: 25px;}
.microTier-title {
  margin-bottom: 15px;
  font-size: 31px;
  line-height: 37px;
  font-weight: 800;
  color: #333333;
  text-transform: none;
  font-family: "PT Serif", serif;
}
.microTier-subtitle {
  font-size: 25px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 20px;
}


.pTop-70 {padding-top: 70px;}
.pBottom-70 {padding-bottom: 70px;}

.breakUp {max-width: 1036px; width: 80%; border-top: 2px solid #d6d6d6;}

.introParagraph {text-align: center; margin-bottom: 30px;}
.introParagraph h3 {font-size: 30px; font-weight: 700; margin: 0px auto 15px; color: #333333; text-transform: uppercase;}
.introParagraph p {font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 0px; color: #666666;}

hr {
  border-color: #e0e4e6;
}


/* Accordion */
.microAccordion {
  text-align: left; 
}
.microAccordion .panel-collapse {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  background-color: #ffffff;
  border-radius: 0px;
}
.microAccordion .panel {
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
  background: transparent;
}
.microAccordion .panel + .panel {
  margin-top: 15px !important;
}
.microAccordion .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
}
.microAccordion .panel-title {
  line-height: normal;
}
.microAccordion .panel-title a {
  background-color: #001559;
  border: none;
  border-radius: 0px !important;
  padding: 16px 40px 16px 20px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: all 225ms ease-in 0s;
  -moz-transition: all 225ms ease-in 0s;
  -o-transition: all 225ms ease-in 0s;
  transition: all 225ms ease-in 0s;
}
.microAccordion .panel-title a:hover {
  background-color: #002ab3;
  border: none;
  color: #fff;
}
.microAccordion .panel-title a::before {
  content: '\f107';
  position: absolute;
  display: block;
  right: 15px;
  opacity: 1;
  font-family: "FontAwesome";
  font-size: 20px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.microAccordion .panel-title a.collapsed::before {
  content: '\f106';
}
.microAccordion .panel-title a.collapsed {border-radius: 5px;}
.microAccordion .panel-body {
  padding: 20px 14px;
  border: none !important;
  background-color: #ebedf6;
}
.microAccordion .microAccordion-item .microAccordion-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "PT Serif", serif;
}
.microAccordion .microAccordion-item .microAccordion-subtitle {
  color: #666666;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 10px;
}
.microAccordion .microAccordion-item p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.microAccordion .microAccordion-item .formbutton {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}


/* Begin Header Styles */
#microHeader-out {
  background-color: #001559;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
}
#microHeader {
  position: relative;
  height: 95px;
  padding: 0px;
}
#logo {
  display: inline-block;
  vertical-align: top;
  max-width: 275px;
  margin-top: 16px;
  -webkit-transition: all 225ms ease-in 0s;
  -moz-transition: all 225ms ease-in 0s;
  -o-transition: all 225ms ease-in 0s;
  transition: all 225ms ease-in 0s;
}
#logo:hover {
	opacity: 0.9; 
}
#microHeader-social {
  position: absolute;
  top: -27px;
  right: 0;
}
#microHeader-social a {
  font-size: 15px;
  color: #fff;
}
#microHeader-social a:hover {
  color: #ccd7ff;
}


/* Begin Menu Styles */
#microMenu-out {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 95px;
  z-index: 21;
}
#microMenu {
  background: transparent;
  border: none;
  margin: 0;
  min-height: auto;
  height: 0;
}
#microMenu .navbar-toggle {
  background-color: #002ab3;
  border: none;
  margin: -86px 0 6px 0px;
  border-radius: 2px;
  padding: 9px;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
#microMenu .navbar-toggle:hover {
  background-color: #001559;
}
#microMenu .icon-bar {
  background-color: #fff;
}
#microMenu .navbar-collapse {
  padding: 0;
  float: right;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
#microMenu .navbar-nav {
  position: relative;
  float: right !important;
  margin-top: -72px;
}
#microMenu .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  padding: 15px 18px;
  font-weight: 500;
}
#microMenu .navbar-nav li a:hover, 
#microMenu .navbar-nav li a:focus, 
#microMenu .nav .open a, 
#microMenu .nav .open a:hover, 
#microMenu .nav .open a:focus {
  color: #ccd7ff;
  background-color: transparent;
}

/* Dropdown Links */
#microMenu .dropdown-menu {
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-top: -2px;
  min-width: 275px;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
#microMenu .navbar-nav .open .dropdown-menu li a, #microMenu .dropdown-menu li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  padding: 3px 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500;
  border: none !important;
}
#microMenu .navbar-nav .open .dropdown-menu li a:focus, #microMenu .navbar-nav .open .dropdown-menu li a:hover, #microMenu .dropdown-menu li a:focus, #microMenu .dropdown-menu li a:hover {
  color: #ccd7ff;
  background-color: transparent;
}



/* Begin Footer Styles */
#microFooter-out {
  background-color: #001559;
  padding: 35px 0 50px;
  color: #fff;
}
.microFooter-heading {
  color: #fff;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Serif', serif;
}
.microFooter-list {
  padding: 0;
  list-style: none;
  -webkit-columns: 150px 2;
  -moz-columns: 150px 2;
  columns: 150px 2;
  margin: 0 auto;
}
.microFooter-list li {
  padding: 0;
  break-inside: avoid;
}
.microFooter-list a {
  color: #fff;
}
.microFooter-list a:hover {
  color: #ccd7ff;
}
#microFooter-social a {
  color: #fff;
  font-size: 16px;
}
#microFooter-social a:hover {
  color: #ccd7ff;
}


/* Begin Homepage Styles */

/* Homepage Hero */
#microHero-slider .carousel-indicators {
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  bottom: 10px;
}
#microHero-slider .carousel-indicators li {
  border-radius: 100%;
  background-color: #fff;
  border: none;
  height: 10px;
  width: 10px;
  margin: 0 3px;
}
#microHero-slider .carousel-indicators .active {
  background-color: #002ab3;
}
#microHero-slider .item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
#microHero-slider .carousel-caption {
  padding: 0;
  left: 0;
  right: 0;
  bottom: auto;
  top: 44%;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
  position: absolute;
  text-shadow: none;
  text-align: left;
}
#microHero-slider .carousel-caption .microHero-subtitle {
  font-size: 19px;
  font-weight: bold;
  margin: 0 auto;
}
#microHero-slider .carousel-caption .microHero-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
#microHero-slider .carousel-caption .customBtn {
  margin-top: 10px;
  background-color: #002ab3;
}  
#microHero-slider .carousel-caption .customBtn:hover {
  background-color: #001559;
}  

#microHero-slider .carousel-control {
  background-image: none;
  padding: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 80px;
  font-size: 40px;
  text-shadow: none;
  z-index: 10;
  display: none;
}

/* Homepage Slideboxes */
#microHPSlideboxes-out {
  padding: 20px 0px;
}
#microHPSlideboxes-out .row {
  margin: 0 !important;
}
.microHPSlidebox-wrap {
  padding: 0 !important;
}
.microHPSlidebox {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  margin: 10px 20px 0;
  border-radius: 12px;
}
.microHPSlidebox img {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.microHPSlidebox-content {
  position: absolute;
  top: 225px;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: normal;
  background-color: rgba(0, 36, 153,.85);
  padding: 15px;
  min-height: 365px;
  transition: all 0.6s ease 0s;
}
.microHPSlidebox-title {
  color: #fff;
  margin: 0 0 50px;
  font-size: 22px;
  text-align: center;
  transition: all 0.6s ease 0s;
  font-family: 'PT Serif', serif;
  font-weight: bold;
}
.microHPSlidebox-content p {
  color: #fff;
	font-size: 14px;
  min-height: 40px;
}
.microHPSlidebox:hover .microHPSlidebox-content {
  top: 30px;
  padding-top: 35px;
}
.microHPSlidebox:hover .microHPSlidebox-title {
  margin-bottom: 15px;
}
.microHPSlidebox-content a {
  color: #fff;
  font-weight: 600;
}
.microHPSlidebox-content a:hover {
  color: #cad0e7;
}

/* Homepage Sponsors */
.microHPSponsorGrid-level {
  margin: 40px auto;
}  
.microHPSponsorGrid-title {
  margin-bottom: 20px;
  text-align: center;
}
.microHPSponsorGrid-titleText {
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  font-weight: 900;
  color: #001559;
  font-family: 'PT Serif', serif;
  padding: 2px 12px;
  background-color: #ebedf6;
}
.microHPSponsorGrid-row {
  display: flex;
  padding: 0 0 20px 0;
  flex-wrap: wrap;
}
.microHPSponsor {
  display: flex;
  padding: 0 10px;
  justify-content: center;
}
.microHPSponsor a {
  align-content: center;
  -webkit-transition: all 225ms ease-in-out 0s;
  -moz-transition: all 225ms ease-in-out 0s;
  -o-transition: all 225ms ease-in-out 0s;
  transition: all 225ms ease-in-out 0s;
}
.microHPSponsor a:hover {
  opacity: 0.5;
}
.microHPSponsor img {
  width: 100%;
  max-width: 140px;
  max-height: 80px;
}




/* Begin Subpage Styles */
.microTitleBar-out::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(51,63,72,0.4) 0%,rgba(51,63,72,0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(51,63,72,0.4) 0%,rgba(51,63,72,0.4) 100%);
  background: linear-gradient(to right, rgba(51,63,72,0.4) 0%,rgba(51,63,72,0.4) 100%);
}
.microTitleBar-out {
  position: relative;
  height: 250px;
  background: url(https://cdn.ymaws.com/ifausa.site-ym.com/resource/resmgr/microsite/images/1920x250.jpg) no-repeat scroll center center/cover transparent;
}
.microTitleBar-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.microTitleBar-title {
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
  text-transform: none;
  font-family: 'PT Serif', serif;
}








.microTier-top {
  padding-top: 30px;
}


.microSubSection {padding: 50px 0;}
.microSubSection-heading {margin-bottom: 15px;}
.microSubSection-heading h1 {margin: 0 0 10px; color: #002ab3;}
.microSubSection-heading h5 {margin: 0px; color: #0093c1;}
.microSubSection-heading p {margin-top: 10px;}
.microSubSection-heading .customBtn {margin-top: 15px;}

.bgGray {background-color: #ebedf6;}
.bgWhite {background-color: #ffffff;}



/* Subpage 1 Styles */
#microAgendaTabsOut {
  margin-top: 44px;
}
.microAgendaRow {
  text-align: left;
  border-top: 1px solid #e8e8e8;
  padding: 16px 0;
  line-height: 24px;
}
.microAgendaTabs .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.microAgendaTabs .nav-tabs li {
  margin: 0;
  border-right: 3px solid #e8e8e8;
}
.microAgendaTabs .nav-tabs li:last-child {
  border: none;
}
.microAgendaTabs .nav-tabs li a {
  color: #666666;
  border: none;
  border-radius: 0;
  font-size: 20px;
  background: transparent;
  margin: 0 !important;
  font-family: "PT Serif", serif;
}
.microAgendaTabs .nav-tabs li a:hover {
  color: #002ab3;
}
.microAgendaTabs .nav-tabs li.active a, .microAgendaTabs .nav-tabs li.active a:hover, .microAgendaTabs .nav-tabs li.active a:focus {
  color: #002ab3;
  margin: 0 !important;
  border: none;
}
.microAgendaRow .sessionTime {
  font-weight: 800;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}
.microAgendaRow .sessionTitle2 {
  color: #002ab3;
  font-size: 18px;
  font-weight: 300;
  margin: 0 auto 10px;
  line-height: normal;
  font-family: "PT Serif", serif;
}
.microAgendaRow .sessionDesc {
  margin-bottom: 30px;
  color: #666666;
  font-weight: 400;
  line-height: 22px;
}
.microAgendaRow .sessionSpeaker {
  max-width: 230px;
  margin: 36px auto 10px;
}
.microAgendaRow .speakerImg {
  text-align: center;
}
.microAgendaRow .speakerImg img {
  margin: 0 auto;
}
.microAgendaRow .speakerName {
  font-size: 19px;
  font-weight: 100;
  margin-top: 8px;
  margin-bottom: 3px;
}
.microAgendaRow .speakerName a {
  font-weight: 400;
}
.microAgendaRow .speakerTitle {
  font-size: 15px;
  font-weight: 500;
  color: #484848;
  font-style: italic;
}
.microAgendaRow .speakerOrg {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.sessionSponsor {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  align-items: center;
} 
.sessionSponsor-text {
  margin-right: 10px;
}  
.sessionSponsor-logo img {
  width: 100%;
  max-width: 190px;
  max-height: 50px;
}

/* Subpage 2 Styles */
/* Default micro Navbar Styles */
.microNavBar {
  color: #ffffff;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  padding: 11px 8px;
}
.microNavBar li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.microNavBar li:first-child {
  margin-left: 0;
}
.microNavBar li:last-child {
  margin-right: 0;
}
.microNavBar a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none !important;
  line-height: 25px;
}
.microNavBar a:hover {
  color: #001559;
}
.fixed-nav {
  top: 95px !important;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: 0.5s;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
  
  
  
/* Default Top Video Styles */
.microTopVid-right {
  text-align: left;
}
.microTopVid-right .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 2px;
  line-height: normal;
  font-family: "PT Serif", serif;
}
.microTopVid-right .date {
  color: #a2aaad;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.microTopVid-left .microVideo-wrap {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
.microTopVid-left iframe, .microTopVid-left object, .microTopVid-left embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.microTopVid-left iframe {
  vertical-align: top;
}
  
  
/* Default Testimonial Styles */
.microTestimonials .microTier-title {
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}
.microTestimonials-slider {
  margin-top: 0;
}
.microTestimonials-slider .carousel-indicators {
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}
.microTestimonials-slider .carousel-inner {
  margin: 0 auto;
  width: 95%;
}
.microTestimonials-slider.item {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.microTestimonials-slider .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  padding: 0;
  bottom: auto;
  text-shadow: none;
  font-weight: 400;
}
.microTestimonials-slider .carousel-caption p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 400;
}
.microTestimonials-slider .carousel-caption .name, .microTestimonials-slider .carousel-caption .title {
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.microTestimonials-slider .carousel-control {
  background-image: none;
  padding: 0;
  width: auto;
  text-shadow: none;
  bottom: auto;
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
.microTestimonials-slider .carousel-control i {
  font-size: 20px;
  color: #fff;
}

 
/* Pricing Styles */
#microPricing-out .microTier-heading {
  text-align: left;
}
.microPricing-table {
  text-align: left;
  border: 1px solid #c3c9e4;
}
.microPricing-tableRow {
  border-bottom: 1px solid #ccd7ff;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
}
.microPricing-tableRow:last-child {
  border: none;
}
.microPricing-tableRow:nth-child(2n+1) {
  background-color: #ebedf6;
}
.microPricing-tableColumn {
  border-right: 1px solid #ccd7ff;
  padding: 15px;
  align-content: center;
}
.microPricing-tableColumn:last-child {
  border: none;
}
.microPricing-tableColumn p {
  margin: 0;
  font-size: 16px;
}
.sar, .usd {
  font-weight: 700;
}
.usd {
  color: #777;
}
	

/* Event Speaker */
#microSpeaker-right {
  text-align: left;
}	
#microSpeaker-right .microTier-title {
  color: #fff;
}
.microSpeaker-info p {
  color: #fff;
}	
  

/* Event Sponsor Slider */
.microEventSponsors-slider {
  margin-top: 20px;
}
.microEventSponsors-slider .carousel-indicators {
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}
.microEventSponsors-slider .carousel-inner {
  width: 95%;
  margin: 0 auto;
}
.microEventSponsors-sponsor {
  text-align: center;
}
.microEventSponsors-sponsor img {
  margin: 0 auto;
  max-height: 45px;
  opacity: 0.4;
  -webkit-transition: all 225ms ease-in 0s;
  -moz-transition: all 225ms ease-in 0s;
  -o-transition: all 225ms ease-in 0s;
  transition: all 225ms ease-in 0s;
}
.microEventSponsors-sponsor:hover img {
  opacity: 1;
}
.microEventSponsors-slider .carousel-control {
  background-image: none;
  padding: 0;
  width: auto;
  text-shadow: none;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.microEventSponsors-slider .carousel-control i {
  font-size: 20px;
  color: #5b6770;
}



/* Subpage 3 Styles */
#microEventListing-out .microTier-title {
  text-align: left;
}
.microTier-EventHeading {
  text-align: left;
  margin-bottom: 15px;
}	
.microEventListing-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
}
.microEventListing-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.microEventListing-left img {
  margin: 0 auto;
}
.microEventListing-right {
  text-align: left;
  padding-left: 15px;
}
.microEventListing-title {
  color: #002ab3;
  font-size: 24px;
  font-weight: 300;
  margin: 0 auto 10px;
  line-height: normal;
  font-family: "PT Serif", serif;
}
.microEventListing-text {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}

    


/* Subpage 4 Styles */
.microTieredSponsors-section {
  margin-bottom: 45px;
  text-align: left;
}
.microTieredSponsors-heading {
  padding: 15px 20px;
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 800;
  font-family: "PT Serif", serif;
}
.microTieredSponsors-item {
  margin: 20px 0;
}
.microTieredSponsors-img {
  padding: 0;
}	
.microTieredSponsors-img img {
  border: 1px solid #ddd;
}
.microTieredSponsors-name {
  color: #002ab3;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: normal;
  font-family: "PT Serif", serif;
}
.microTieredSponsors-desc p {
  font-size: 14px;
  font-weight: 400;
}	
.microTieredSponsors-contact {
  padding: 0;
}	
.microTieredSponsors-contact p {
  line-height: normal;
  margin-bottom: 10px;
  word-break: break-all;
}
.socialMedia-links a {
  margin: 0 2px;
}
.socialMedia-links a:first-of-type {
  margin-left: 0px;
}
.socialMedia-links a:last-of-type {
  margin-right: 0;
}



/* Subpage 5 Styles */
/* Full-Width Image Left/Text Right */
.microMemberResource-item .imageTextBox-left {
  order: initial;
}	
.fwImageText-out {
  padding: 0;
}
.fwImageText-out .container {
  width: 100%;
  padding: 0;
}
.fwImageText-left {
  padding: 0;
}
.fwImageText-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.fwImageText-right {
  padding: 0;
}
.fwImageText-right .fwImageText-wrap {
  padding: 40px 40px;
  text-align: left;
  min-height: 400px;
}
.fwImageText-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.fwImageText-text {
  font-size: 15px;
}
.fwImageText-text .formbutton {
  margin-top: 10px;
  vertical-align: top;
} 	

/* Image Text Boxes */
.imageTextBox-item {
  padding: 0 20px;
  margin: 15px 0;
  display: inline-block;
  vertical-align: top;
}
.imageTextBox-wrap {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.2);
}
.imageTextBox-left {
  width: 75%;
  position: relative;
  margin-left: auto;
  order: 2;
}
.imageTextBox-left img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
}
.imageTextBox-right {
  padding: 20px;
  text-align: left;
  width: 90%;
  min-height: 350px;
}
.imageTextBox-title {
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto 10px;
  line-height: normal;
}
.imageTextBox-right p {
  font-size: 15px;
}
.imageTextBox-right .formbutton {
  margin-top: 5px;
  vertical-align: top;
}

/* Text Image Row With No Top or Bottom Padding */
.microTextImageNP-out {
  padding: 0;
}
.microTextImageNP-right {
  order: 2;
}
.microTextImageNP-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.microTextImageNP-left {
  text-align: left;
}
.microTextImageNP-wrap {
  padding: 30px 20px 30px 0;
  min-height: 325px;
}
.microTextImageNP-title {
  font-size: 24px;
  margin: 16px auto 10px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
}
.microTextImageNP-left .formbutton {
  margin-top: 10px;
  vertical-align: top;
}







/* Begin Media Queries */
@media (min-width:768px){.container{width:750px}}
@media (min-width:960px){.container{width:900px}}
@media (min-width:1200px){.container{width:1184px}}





@media (max-width:1199px) {	
#logo {
  max-width: 225px;
  margin-top: 22px;
}
#microMenu .navbar-nav li a {
  font-size: 15px;
}
.microTextImage-wrap {
  padding: 0;
}
.microTextImage-img img {
  max-height: 350px;
  margin-top: 34px;
}
  
  
/* Homepage */

/* Subpage 1 */  
.microAgendaRow .sessionSpeaker {
  max-width: none;
  padding: 0 10px;
}
   
/* Subpage 2 */  
.microEventSponsors-sponsor img {
  max-width: 150px;
}	 

}


/*@media (min-width: 960px){
ul.nav li:hover > ul.dropdown-menu {display: block;}
}*/


@media (max-width:959px) {  
#logo {
  max-width: 205px;
  margin-top: 10px;
}
#microMenu .navbar-nav {
  margin-top: -42px;
}
#microMenu .navbar-nav li a {
  padding: 10px 15px;
}
#microMenu .navbar-nav .open .dropdown-menu li a, #microMenu .dropdown-menu li a {
  font-size: 14px;
  padding: 10px 12px !important;
}  
  
.microTier-title {
  font-size: 26px;
  line-height: 32px;
}
.microTextImage-right {
  order: inherit;
  width: 100%;
}
.microTextImage-img {
  margin-bottom: 20px;
}
.microTextImage-img img {
  position: relative;
  top: auto;
  height: auto;
  left: auto;
  width: 100%;
  margin: 0 auto;
  max-height: none;
  max-width: 588px;
}
.microTextImage-left {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.microTextImage-left .microTextImage-wrap {
  min-height: auto;
  padding: 0;
  margin: 0 auto;
}  
.microTextImage-text ul {
  width: 100%;
  padding: 20px 24px;
  margin: 20px 0 24px;
}
.microTextImage-text .listTitle {
  max-width: 100%;
  text-align: center;
}
.microTextImage-text li {
  margin: 0 8px;
  text-align: left;
}
  
  
/* Homepage */ 
.microHPSlidebox {
  min-height: 250px;
  margin: 10px 15px 0;
}
.microHPSlidebox-content {
  top: 190px;
}
.microHPSlidebox:hover .microHPSlidebox-content {
  padding-top: 15px;
}
.microHPSlidebox-title { font-size: 22px; }	
.microHPSlidebox:hover .microHPSlidebox-title {margin-bottom: 10px;}
  
  
/* Subpages */	
.microTitleBar-out {
  height: 175px;
}  
.microTitleBar-title {
  font-size: 30px;
  line-height: 33px;
}

  
/* Subpage 1 */  
.microAgendaRow .sessionSpeaker {
  padding: 0;
}
   
/* Subpage 2 */  
/* Default Top Video Styles */
.microTopVid-left, .microTopVid-right {
  width: 100%;
  float: none !important;
}
.microTopVid-left {
  margin-bottom: 30px;
}  
  
/* Default Testimonial Styles */
.microTestimonials-slider .carousel-caption p {
  font-size: 16px;
}
  
.microEventSponsors-sponsor img {
  max-width: 130px;
}	

   
/* Subpage 4 */  
.microTieredSponsors-img, .microTieredSponsors-desc {
  width: 100%;
  text-align: center;
}
.microTieredSponsors-img img {
  margin: 0 auto 5px;
}	
.microTieredSponsors-contact a {
  font-size: 14px;
}	

   
/* Subpage 5 */  
/* Image Text Boxes */
.imageTextBox-item {
  padding: 0 20px;
  margin: 15px 0;
  display: inline-block;
  vertical-align: top;
}
.imageTextBox-wrap {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.2);
}
.imageTextBox-left {
  width: 75%;
  position: relative;
  margin-left: auto;
  order: 2;
}
.imageTextBox-left img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
}
.imageTextBox-right {
  padding: 20px;
  text-align: left;
  width: 90%;
  min-height: 350px;
}
.imageTextBox-title {
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto 10px;
  line-height: normal;
}
.imageTextBox-right p {
  font-size: 15px;
}
.imageTextBox-right .formbutton {
  margin-top: 5px;
  vertical-align: top;
}

/* Text Image Row With No Top or Bottom Padding */
.cpTextImageNP-out {
  padding: 0;
}
.cpTextImageNP-right {
  order: 2;
}
.cpTextImageNP-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.cpTextImageNP-left {
  text-align: left;
}
.cpTextImageNP-wrap {
  padding: 30px 20px 30px 0;
  min-height: 325px;
}
.cpTextImageNP-title {
  font-size: 24px;
  margin: 16px auto 10px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
}
.cpTextImageNP-left .formbutton {
  margin-top: 10px;
  vertical-align: top;
}	

}


@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {display: block;}
}


@media (max-width:767px) {
.container {padding-left: 15px; padding-right: 15px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-5  {padding-left: 15px; padding-right: 15px; position: relative;}
	
.row {margin-right: -15px!important; margin-left: -15px!important;}
#pageContent {margin-top: 0px;}
.microTier {padding: 50px 0;}
  
  
#microHeader-out {
  position: relative; 
  top: auto;
}
#logo {
  margin-top: 23px;
}  
  
  
/* Menu */
#microMenu-out {position: relative; top: auto;}
#microMenu {float: none !important; height: 0px;}
#microMenu .navbar-collapse {background-color: transparent; position: absolute; left: 0; width: 100%; z-index: 999; border: none; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);}
#microMenu .navbar-nav {float: none !important; padding: 0; background-color: #fff; width: 100%; margin: 0px auto !important;}
#microMenu .navbar-nav::after {display: none;}
#microMenu .navbar-nav li a {font-size: 16px; padding: 12px 14px; color: #333333; margin: 0; border: none;}
#microMenu .navbar-nav li a:hover, #microMenu .navbar-nav li a:focus, #microMenu .nav .open a, #microMenu .nav .open a:hover, #microMenu .nav .open a:focus {background-color: #001559; color:#ffffff; border: none;}
#microMenu .navbar-nav li a .caret {display: none;}	
	
#microMenu .navbar-collapse.collapse {display: none !important;}
#microMenu .navbar-collapse.collapse.in {display: block !important; max-height: none;}
#microMenu .navbar-header .collapse, #microMenu .navbar-toggle {display: block !important; margin-top: -62px !important;}
#microMenu .navbar-header {float: none;}
#microMenu .navbar-nav li {float: none; display: table; width: 100%;}
#microMenu .navbar-nav .open .dropdown-menu {position: static; float: none; width: auto; margin-top: 0; background: transparent; border: 0; box-shadow: none;}
#microMenu .navbar-nav.sm-collapsible .caret, #microMenu .navbar-nav.sm-collapsible ul .caret {margin: -20px 15px 0 0 !important;}
#microMenu .navbar-nav .open .dropdown-menu li a, #microMenu .dropdown-menu li a {font-size: 15px; padding: 12px 22px !important; font-weight: 500; color: #333333; border: none;}
#microMenu .navbar-nav .open .dropdown-menu li a:focus, #microMenu .navbar-nav .open .dropdown-menu li a:hover, #microMenu .dropdown-menu li a:focus, #microMenu .dropdown-menu li a:hover {background-color: #001559; color: #ffffff; border: none;}
#microMenu .navbar-nav li a .caret {float: right; margin-top: 7px;}	
#microMenu .dropdown-menu {display: table; position: relative; width: 100%; box-shadow: none;}  
  
  
  
.microTitleBar-out {
  height: auto;
} 
.microTitleBar-content {
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: auto;
  padding: 50px 0;
}
.microTitleBar-title {
  font-size: 26px;
  line-height: 30px;
}
 
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}  

  
  


#microFooter-out {
  text-align: center;
}
#microFooter-contact {
  margin-bottom: 25px;
}
.microFooter-list {
  -webkit-columns: auto;
  -moz-columns: auto;
  columns: auto;
}
.microFooter-list li {
  margin-bottom: 10px;
}
.microFooter-list li:last-child {
  margin-bottom: 0px;
}
  

/* Homepage */
#microHero-slider .carousel-caption {
  text-align: center;
}
#microHero-slider .carousel-caption .microHero-title {
  font-size: 32px;
  line-height: 35px;
}
#microHero-slider .carousel-indicators {
  display: none;
}
  
#microHPSlideboxes-out .row {
  text-align: center;
}
.microHPSlidebox-wrap { width: 49%; display: inline-block; }	
.microHPSlidebox-content {
  top: auto;
  min-height: auto;
  bottom: 0;
  padding: 15px 15px 25px;
}	
.microHPSlidebox:hover .microHPSlidebox-content { top: auto;}	
.microHPSlidebox-title, .microHPSlidebox:hover .microHPSlidebox-title {
  margin: 0 0 10px;
}
.microHPSlidebox-content p { min-height: auto; }
.microHPSponsorGrid-level {
  display: inline-block;
  width: 100%;
  margin: 25px auto;
}
.microHPSponsor {
  width: 30%;
  margin: 20px auto;
}  
  

  
/* Subpage 1 */  
.microAgendaRow .sessionTime {
  text-align: left;
  margin-bottom: 10px;
}
   
/* Subpage 2 */  
.microNavBar {
  padding-left: 15px;
  padding-right: 15px;
}  
.fixed-nav {
  position: initial;
}
/* Default Top Video Styles */
.microTopVid-right {
  text-align: center;
}  
  
/* Default Testimonial Styles */
.microTestimonials-slider .carousel-control {
  display: none;
}
	
/* Table Styles */
#microPricing-out .microTier-heading {
  text-align: center;
}	
  
/* Speaker Styles */
#microSpeaker-right {
  padding-top: 35px;
}
#microSpeaker-right {
  text-align: center;
}	
 .microEventSponsors-sponsor {
    width: 49%;
    margin: 14px auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
.microEventSponsors-sponsor:last-child {
  margin-bottom: 0;
}
.microEventSponsors-slider .carousel-control.left {
  left: 15px;
}
.microEventSponsors-slider .carousel-control.right {
  right: 15px;
}	
.microPricing-tableColumn {
  width: 25%;
}	

  
/* Subpage 3 */  
#microEventListing-out .microTier-title, .microTier-EventHeading {
  text-align: center;
}
.microEventListing-row:first-child, .microEventListing-item:first-child {
  margin-top: 10px;
}
.microEventListing-item {
  border: none;
  padding-top: 40px;
  padding-bottom: 40px !important;
  margin: 0;
}
.microEventListing-item:nth-child(2n+1) {
  background-color: #ebedf6;
}
.microEventListing-right {
  text-align: center;
  margin: 25px auto 0;
}	

   
/* Subpage 4 */  
.microTieredSponsors-section {
  text-align: center;
}
.microTieredSponsors-item:last-child {
    background: #ebedf6;
    padding: 25px;
}
.microTieredSponsors-contact {
  margin-top: 5px;
  display: inline-block;
}	

   
/* Subpage 5 */  
/* Full-Width Image Left/Text Right */
.fwImageText-out {
  padding: 50px 0;
}
.fwImageText-left {
  padding: 0 15px;
  margin-bottom: 30px;
}
.fwImageText-img img {
  position: relative;
  top: auto;
  left: auto;
  object-fit: contain;
}
.fwImageText-right {
  padding: 0 15px;
}
.fwImageText-right .fwImageText-wrap {
  min-height: auto;
  padding: 0;
  text-align: center;
}	
.microTextImageNP-left {
  text-align: center;
}
.microTextImageNP-wrap {
  padding: 35px;
  min-height: auto;
}		
   
}



@media (max-width:600px) {
/*.microTitleBar-content {
  padding: 205px 0px 35px;
}*/
.microAccordion .panel-title a::before {font-size: 14px; right: 9px;}
.microAccordion .panel-title a {padding: 11px 30px 11px 11px; font-size: 17px;}
.microAccordion .panel-body {padding: 15px 11px;}
.microAccordion .microAccordion-item .microAccordion-title {font-size: 18px;}
  
  
/* Homepage */ 
#microHero-slider .item::before {
  display: none;
}
#microHero-slider .carousel-caption {
  display: none;
}
  
.microHPSlidebox-wrap { width: 100%; }	
.microHPSlidebox { margin: 5px 10px 0px !important; }	
.microHPSlidebox-wrap.one .microHPSlidebox { margin-top: 10px !important;}	
  
  
/* Subpage 1 */  
.microAgendaTabs .nav-tabs li {
  float: none;
  display: inline-block;
  border: none;
  margin: 0 5px;
}
.microAgendaTabs .nav-tabs li:first-child {
  margin-left: 0;
}
.microAgendaTabs .nav-tabs li:last-child {
  margin-right: 0;
}
.microAgendaTabs .nav-tabs li a {
  color: #fff;
  background-color: #666666;
  font-size: 17px;
}  
 
.microAgendaTabs .nav-tabs li a:hover {
  background-color: #002ab3;
  color: #fff;
}
.microAgendaTabs .nav-tabs li.active a, .microAgendaTabs .nav-tabs li.active a:hover, .microAgendaTabs .nav-tabs li.active a:focus {
  background-color: #002ab3;
  color: #fff;
}
.microAgendaRow .sessionTime {
  margin-bottom: 0;
  text-align: center;
}
.microAgendaRow .sessionInfo {
  width: 100%;
  text-align: center;
}
.microAgendaRow .sessionDesc {
  margin-bottom: 0;
}
.sessionSponsor {
  text-align: center;
  justify-content: center;
  margin: 0px auto 25px;
  flex-wrap: wrap;
}
.sessionSponsor-text {
  margin-right: 0;
}
.sessionSponsor-logo {
  margin: 10px;
}
.microAgendaRow .sessionImage {
  width: 100%;
}
.microAgendaRow .speakerImg {
  margin-bottom: 10px;
}
.microAgendaRow .sessionSpeaker {
  margin-top: 10px;
  text-align: center;
}
   
/* Subpage 2 */  
.microPricing-tableColumn p {
  font-size: 14px;
}	

}


@media (max-width:480px) {
.col-xxs-12 {float: none; width: 100%;}

  
/* Homepage */ 
.microHPSponsor {
  width: 50%;
  max-height: 50px;
}
.microHPSponsorGrid-titleText {
  font-size: 19px;
  padding: 4px 12px;
}
  
/* Subpages */	

   
/* Subpage 2 */  
.microEventSponsors-sponsor {
	width: 100%;
}	
.microPricing-tableColumn p {
  font-size: 13px;
}	
   
/* Subpage 5 */  
/* Image Text Boxes */
.imageTextBox-item {
  padding: 0 20px;
  margin: 15px 0;
  display: inline-block;
  vertical-align: top;
}
.imageTextBox-wrap {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.2);
}
.imageTextBox-left {
  width: 75%;
  position: relative;
  margin-left: auto;
  order: 2;
}
.imageTextBox-left img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
}
.imageTextBox-right {
  padding: 20px;
  text-align: left;
  width: 90%;
  min-height: 350px;
}
.imageTextBox-title {
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto 10px;
  line-height: normal;
}
.imageTextBox-right p {
  font-size: 15px;
}
.imageTextBox-right .formbutton {
  margin-top: 5px;
  vertical-align: top;
}
	
/* Text Image Row With No Top or Bottom Padding */
.cpTextImageNP-out {
  padding: 0;
}
.cpTextImageNP-right {
  order: 2;
}
.cpTextImageNP-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.cpTextImageNP-left {
  text-align: left;
}
.cpTextImageNP-wrap {
  padding: 30px 20px 30px 0;
  min-height: 325px;
}
.cpTextImageNP-title {
  font-size: 24px;
  margin: 16px auto 10px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
}
.cpTextImageNP-left .formbutton {
  margin-top: 10px;
  vertical-align: top;
}	
   
}


@media (max-width:400px) {  
/* Subpage 2 */  
.microPricing-tableColumn p {
  font-size: 12px;
}
.microPricing-tableColumn {
  padding: 5px;
  width: 22%;
}	
.microPricing-tableColumn.firstCol {
  width: 32%;
}	
}


