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

/* Font Family */
.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Background Colors */
.bgNavy {background-color: #11294d;}
.bgBlue {background-color: #ec4034;}
.bgGray {background-color: #f3f3f3;}

body {
  color: #333333;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1172ba;
  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: #11294d;
	text-decoration: none;
}

mark {
  background-color: #f3f3f3;
  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, .flexRow {
  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;}

.mtop-0 {margin-top: 0px;}
.mtop-5 {margin-top: 5px;}
.mtop-10 {margin-top: 10px;}
.mtop-15 {margin-top: 15px;}
.mtop-20 {margin-top: 20px;}


/* Header/Text Styles */
h1 {color: #333333; font-size: 28px; font-weight: 700; margin: 10px 0 10px; font-family: "Montserrat", sans-serif;}
h2 {color: #333333; font-size: 26px; font-weight: 700; margin: 10px 0 10px; font-family: "Montserrat", sans-serif;}
h3 {color: #333333; font-size: 24px; font-weight: 700; margin: 10px 0 10px; font-family: "Montserrat", sans-serif;}
h4 {color: #333333; font-size: 22px; font-weight: 700; margin: 10px 0 10px; font-family: "Montserrat", sans-serif;}
h5 {color: #333333; font-size: 20px; font-weight: 700; margin: 10px 0 10px; font-family: "Montserrat", sans-serif;}
h6 {color: #333333; font-size: 18px; font-weight: 700; margin: 10px 0 10px; font-family: "Montserrat", sans-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: #de3737; font-size: 8px; padding-left: 5px;}
.smallType {font-size: 15px; text-align: left;}

.container {
  margin: 0px auto;
  padding: 0 8px;
}
.smContainer {
  margin: 0 auto;
  padding: 0 8px;
}
.mdContainer {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1184px;
}
.lgContainer {
  margin: 0px auto;
  padding: 0 32px;
}



.customBtn {
  background-color: #1172ba;
  border: 2px solid transparent;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  padding: 6px 24px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 22px;
  letter-spacing: 2px;
}
.customBtn:hover, .customBtn:focus {
  background-color: #11294d;
  border: 2px solid transparent;
  color: #fff;
  text-decoration: none;
}
/* Alt Button Background Colors */
.secondaryBtn {background-color: transparent; border-color: #1172ba; color: #1172ba;}
.secondaryBtn:hover, .secondaryBtn:focus {background-color: #11294d; color: #11294d;}

/* Dark Background Button Styles */
.primaryBtn-darkBg {background-color: #fff; border-color: #fff; color: #11294d;}
.primaryBtn-darkBg:hover, .primaryBtn-darkBg:focus {background-color: #1172ba; color: #fff;}


.calloutbox {
  background: linear-gradient(to bottom, rgb(236, 236, 236) 0%,rgb(223, 223, 223) 100%);
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 15px;
  text-align: left;
  font-size: 15px;
  font-style: normal;
}
.calloutbox p {
  margin-bottom: 0;
}  
.microList {
  list-style: none;
  padding-left: 20px;
  margin: 0 auto;
  color: #11294d;
}
.microList-wrap {
  margin-bottom: 20px;
}
.microList-wrap:last-child {
  margin-bottom: 0;
}
.microList li {
  background: url("https://cdn.ymaws.com/misac.site-ym.com/resource/resmgr/26_conference/micro-bullet.png") no-repeat scroll 0 6px transparent;
  font-size: 15px;
  line-height: 20px;
  padding-left: 17px;
  padding-bottom: 5px;
  font-style: italic;
}
.microList li:last-child {
  padding-bottom: 0;
}
.microList li a {font-weight: 600;}
.microList-wrap p {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 16px;
  color: #11294d;
}
.nestedList {
  padding-left: 0;
}
/*.nestedList li {
  background: none;
  padding-left: 0;
}*/
.nestedList li {
  background-image: url(https://cdn.ymaws.com/misac.site-ym.com/resource/resmgr/26_conference/micro-bullet-nested.png);
}


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


.microTier {
  padding: 60px 0; 
  position: relative; 
  text-align: center;
}
.microTier.w-bg {
  margin-top: 20px;
}
.microTier-heading {margin-bottom: 25px;}
.microTier-title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #222222;
}


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

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

.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: #a7a7a7;}

hr {border-color: #d0dada;}


/* Accordion */
.microAccordion .panel-collapse {
  border-radius: 0;
}
.microAccordion .panel {
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
  background: transparent;
}
.microAccordion .panel + .panel {
  margin-top: 8px !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: #11294d;
  border: none;
  border-radius: 4px !important;
  padding: 9px 45px 9px 16px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  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: #1172ba;
  border: none;
  color: #fff;
}
.microAccordion .panel-title a::before {
  content: '\f106';
  position: absolute;
  display: block;
  right: 15px;
  opacity: 1;
  font-family: "FontAwesome";
  font-size: 16px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.microAccordion .panel-title a.collapsed::before {
  content: '\f107';
}
.microAccordion .panel-title a.collapsed {border-radius: 5px;}
.microAccordion .panel-body {
  padding: 20px 14px;
  border: none !important;
}
.microAccordion .panel-body p a {
  font-weight: 600;
}
.microAccordion .panel-body .customBtn {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}
.panel-body.wImage img {
  float: left;
  margin: 0 20px 10px 0;
}


/* Begin Header Styles */
#microHeader-out {
  background-color: #f3f3f3;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
}  
#microHeader {
  position: relative;
  height: 90px;
  padding: 0px;
  display: flex;
  align-items: center;
}
#microLogo {
  max-width: 250px;
}
#microSubLogo {
  position: absolute;
  right: 0; }
#microSubLogo img {
	max-width: 125px; }


/* Begin Menu Styles */
#microMenu-out {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 90px;
  z-index: 21;
}
#microMenu {
  background: transparent;
  border: none;
  margin: 0 auto;
  min-height: auto;
  height: 0;
  display: table;
}
#microMenu .navbar-toggle {
  background-color: #11294d;
  border: none;
  margin: -59px 0 6px 0px;
  border-radius: 2px;
  padding: 12px;
  -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: #1172ba;
}
#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;
  margin-top: -69px;
  margin-left: 110px;
}
#microMenu .navbar-nav > li {
  margin: 0 15px;
}
#microMenu .navbar-nav > li:first-child {
  margin-left: 0px;
}
#microMenu .navbar-nav > li:last-child {
  margin-right: 0px;
}
#microMenu .navbar-nav li a {
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  padding: 10px 0px;
  font-weight: 600;
  line-height: 28px;
}
#microMenu .navbar-nav li a svg {
  display: inline-block;
  vertical-align: middle;
}
#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: #1172ba;
  background-color: transparent;
}

/* Dropdown Links */
#microMenu .dropdown-menu {
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 4px;
  margin-top: -2px;
  min-width: 275px;
  overflow: hidden;
  -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: #333333;
    text-decoration: none;
    text-transform: none;
		padding: 4px 14px !important;
		font-size: 15px !important;
		font-weight: 400;
    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: #1172ba;
		text-decoration: none;
		background-color: transparent;
    border: none !important;
}





/* Begin Footer Styles */
#microFooter-out {
  background-color: #11294d;
  color: #fff;
}
#microFooter-out a {
  color: #fff;
}
#microFooter-out a:hover {
  color: #1172ba;
}
.microFooter-bottom {
	text-align: center;
  padding: 45px 0;
}
.microFooter-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 33px;
}
.microFooter-col {
  line-height: 26px;
}
.microFooter-col a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.microFooter-contactItem i {
  margin-right: 3px;
}
.contactBreak {
  margin: 0 6px;
}
.microFooter-col a:hover {
  color: #fff;
  text-decoration: none;
}


/* Begin Homepage Styles */
/* Homepage Hero */
#microHero-content .mdContainer {
  width: 100% !important;
  padding: 0;
}
#microHero-contentInner {
  padding: 35px 24px;
  background-color: rgba(17, 41, 77,0.85);
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.microHero-topTitle {
  font-size: 50px;
  line-height: 1.0em;
  font-weight: 600;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase; 
}
.microHero-topTitle span {
  font-size: 90px;
  font-weight: 600;
  color: #fff;
}
#microHero-out {
  position: relative;
  background: transparent url(https://cdn.ymaws.com/misac.site-ym.com/resource/resmgr/26_conference/monterey.jpg) no-repeat fixed center bottom / cover;
}
#microHero-content {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  min-height: 450px;
}


/* Homepage Countdown */
#microCountdown-out {
  padding-top: 25px !important;
}
.countdown {
  text-align: center;
  color: #1172ba;
  padding: 0px 14px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 400;
  background: transparent;
  width: fit-content;
  margin: 0 auto;
}
.count-wrap {
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
}
.count-number {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  background: transparent;
  padding: 10px 15px;
  font-size: 72px;
  font-weight: 200;
}
.count-divider {
  display: inline-block;
  vertical-align: top;
  line-height: 108px;
  font-size: 52px;
}
.count-label {
  color: #11294d;
  font-size: 30px;
  margin-top: 4px;
  font-weight: bold;
}

/* Homepage CTAs */
#microCTAs-out {
  padding-top: 0;
}
.hpHeroCTA {
  text-align: center;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
#hpHeroCTA1 .hpHeroCTA-wrap {
  background: linear-gradient(rgba(17, 41, 77, 0.8), rgba(17, 41, 77, 0.8)), url(https://cdn.ymaws.com/www.misac.org/resource/resmgr/26_conference/hpcta1.png) no-repeat scroll center center/cover transparent;
}
#hpHeroCTA2 .hpHeroCTA-wrap {
  background: linear-gradient(rgba(17, 114, 186, 0.8), rgba(17, 114, 186, 0.8)), url(https://cdn.ymaws.com/www.misac.org/resource/resmgr/26_conference/hpcta2.png) no-repeat scroll center center/cover transparent;
}
#hpHeroCTA3 .hpHeroCTA-wrap {
  background: linear-gradient(rgba(17, 41, 77, 0.8), rgba(17, 41, 77, 0.8)), url(https://cdn.ymaws.com/www.misac.org/resource/resmgr/26_conference/hpcta3.png) no-repeat scroll center center/cover transparent;
}
#hpHeroCTA4 .hpHeroCTA-wrap {
  background: linear-gradient(rgba(17, 114, 186, 0.8), rgba(17, 114, 186, 0.8)), url(https://cdn.ymaws.com/www.misac.org/resource/resmgr/26_conference/hpcta4.png) no-repeat scroll center center/cover transparent;
}
.hpHeroCTA-wrap {
  min-height: 155px;
  border-radius: 5px;
  position: relative;
  padding: 15px;
}
.hpHeroCTA-content {
  position: absolute;
  padding: 10px 0;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  transition: all 200ms linear 0s;
}
.hpHeroCTA-title a {
  line-height: normal;
  display: block;
}
.topTitle {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 29px;
  text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
  transition: all 200ms linear 0s;
}
.bottomTitle {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
  transition: all 200ms linear 0s;
}
#hpHeroCTA3:hover .hpHeroCTA-content:hover .topTitle, #hpHeroCTA3:hover .hpHeroCTA-content:hover .bottomTitle, #hpHeroCTA1:hover .hpHeroCTA-content:hover .topTitle, #hpHeroCTA1:hover .hpHeroCTA-content:hover .bottomTitle {
  color: #1172ba;
  text-shadow: none;
}
#hpHeroCTA2:hover .hpHeroCTA-content:hover .topTitle, #hpHeroCTA2:hover .hpHeroCTA-content:hover .bottomTitle, #hpHeroCTA4:hover .hpHeroCTA-content:hover .topTitle, #hpHeroCTA4:hover .hpHeroCTA-content:hover .bottomTitle {
  color: #11294d;
  text-shadow: none;
}
.hpHeroCTA-content:hover {
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
}




/* Begin Subpage Styles */
.microTier-top {
  padding-top: 30px;
}

.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: 325px;
  background: url(https://cdn.ymaws.com/www.misac.org/resource/resmgr/26_conference/exhibit.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: 46px;
  line-height: 40px;
  font-weight: 900;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
  text-transform: uppercase;
}


/* Subpage 1 Styles */
.microTier-clistHeading p {
  padding: 0 10%;
  margin: 0; }

.msGuidelineLeft-content {
  position: relative; }
	
.msGuidelineRight {
  text-align: left;
  padding: 70px 15px 0 35px; }
	
.msGuidelineLeftimg img {
  width: 100%; }
	
.msGuideline-title i {
  color: #e83278;
  font-size: 15px;
  vertical-align: middle;
  margin: -3px 7px 0 0px; }	
	
.msGuidelineList {
  font-size: 17px; }
	
.msGuidelineList li {
  list-style: none;
  margin: 20px 0; }	
	
.msGuidelineList li i {
  color: #5b9bd5;
  margin-left: -13px;
  font-size: 17px; }	
	
#microSPAboutThree-out {
  margin-bottom: 7px; }

.microSPAboutThreeRight {
  text-align: left; }

.microSPAboutThreeRight p {
  font-size: 17px; }	

/* Subpage 2 Styles */
#microSPPastC-out {
  padding-bottom: 0;
}
.microSPPastListTitle h2 {
  margin-bottom: 30px;
}
.microSPPastListWarp {
  background: #f3f3f3;
  border-radius: 8px;
  padding: 25px;
}
.microSPPastListInner {
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.microSPPastListInner li {
  list-style: none;
  margin: 7px 0;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  color: #11294d;
  font-size: 18px;
}
.microSPPastListInner li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.microSPPastListInner .PastListYear {
  color: #1172ba;
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}
.PastListBtn.customBtn {
  float: right;
}

/* Subpage 3 Styles */
.microSPAttendCTAinner {
  background: #f3f3f3;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
}
.microSPAttendCTAinner i {
  background: #1172ba;
  color: #fff;
  font-size: 32px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
}
.microSPAttendCTADesc {
  min-height: 84px;
  margin-bottom: 0;
}
.microSPAttendCTAlink {
  font-weight: 600;
}

.microSPFirstTipsListinner {
  background: #f3f3f3;
  text-align: left;
  position: relative;
  padding: 35px 25px;
  margin: 20px 0;
  display: inline-block;
  font-size: 19px;
  border-radius: 9px;
}
.microSPFirstTipsListTitle {
  font-size: 26px;
  font-weight: 700;
}
.microSPFirstTipsListTitle i {
  background: #1172ba;
  color: #fff;
  border-radius: 90px;
  font-size: 30px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  z-index: 2;
  position: relative;
}
.microSPFirstTipsListDesc {
  padding: 5px 0 0 70px;
	margin: 0;
}
.microSPFirstTipsList::before {
  width: 1px;
  content: "";
  background: #1172ba;
  position: absolute;
  left: 65px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.microSPFirstTipsList.one::before {
  top: 80px;
}
.microSPFirstTipsList.four::before {
  bottom: 62%;
}


/* Subpage 4 Styles */


/* Subpage 5 Styles */


/* Subpage 6 Styles */
.SPRegistrationEB {
  font-style: italic;
  font-size: 20px;
  color: #1172ba;
  font-weight: 600;
  margin-bottom: 0; }

.SPRegistrationDL {
  font-size: 20px;
  color: #666;
  font-weight: 600; }

.microSPRegistrationCTAinner {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 25px 15px 0;
  overflow: hidden; }

.mmicroSPRegistrationlink {
  background: #1172ba;
  display: inline-block;
  width: 100%;
  color: #fff !important;
  padding: 20px 25px;
  font-weight: 600; }

.mmicroSPRegistrationlink:hover {
	background: #11294d; }

.microSPRegistrationTitle {
  padding: 25px 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  color: #404040; }

.microSPRegistrationIcon {
  padding: 25px 25px;
  background: #11294d; }

.microSPRegistrationIcon i {
  color: #fff;
  font-size: 60px; }


/* Subpage 7 Styles */
.ExhibitorKitIntroBtn.customBtn {
  margin-top: 15px; }

.msExhibitorKitRight {
  color: #fff;
  text-align: left;
  padding: 50px 0 0 25px; }

.msExhibitorKitRight h2 {
  color: #fff; }

.ExhibitorKitListBtn {
  margin-top: 15px; }

.microSPExhibitorKitThreeLeft {
  text-align: left; }

.microSPExhibitorKitThreeRight {
  text-align: right;
  padding-top: 25px; }



/* Subpage 8 Styles */
#microSPsponsorIntro-out .microTier-clistHeading p {
  font-size: 20px;
  font-weight: 600; }

.microSPsponsorIntroList {
  margin-top: 35px;
  text-align: left; }

.microSPsponsorIntroBtn.customBtn {
  margin-top: 25px; }

.microSPsponsorIntroList .title {
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  margin: 0 0 15px; }

.microSPsponsorIntroList {
  margin: 35px 0 0 0;
  text-align: left;
  list-style: none;
  background: #f3f3f3;
  padding: 20px 35px;
  border-radius: 6px; }

.microSPsponsorIntroList li {
  margin: 6px 0 6px 12px;
  font-style: italic; }

.microSPsponsorIntroList li span {
  font-weight: 600; }

#microSPsponsorOne-out {
  color: #fff;
  text-align: left; }

#microSPsponsorOne-out .container {
  padding-left: 15px;
  padding-right: 15px; }

.microSPsponsorEveryList {
  margin: 20px 0 0 0;
  text-align: left; }

.microSPsponsorEveryList li {
  margin: 5px 0;
  font-size: 18px; }

#microSPsponsorOne-out h1, #microSPsponsorOne-out h6 {
  color: #fff; }

.microSPsponsorCol {
  text-align: left;
  position: relative;
  margin-top: 35px;
  padding: 0 35px; }

.microSPsponsorColHeading {
  margin: 0 0 5px; }

.microSPsponsorColHeading span {
	ont-weight: 400;
  font-style: italic; }

.microSPsponsorColHeading i {
  color: #1172ba;
  font-size: 22px;
  margin: 0px 10px 5px 0px; }

.microSPsponsorCol li {
  margin: 5px 0; }

.microSPsponsorColPrice {
  color: #1172ba;
  font-weight: 600;
  font-size: 24px;
  margin-left: 35px; }

.microSPsponsorSoldOut {
  background: rgba(255, 255, 255, .9);
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: 3px 2px 9px rgba(0, 0, 0, .05); }

.microSPsponsorSoldOut i {
  font-size: 44px;
  color: #11294d;
  margin-bottom: 5px; }

.microSPsponsorSoldOutTitle {
  font-size: 24px;
  text-transform: uppercase;
  color: #1172ba;
  font-weight: 600;
  margin: 5px 0; }

.microSPsponsorSoldOutSubTitle {
  font-size: 18px;
  color: #11294d;
  font-weight: 600;
  font-style: italic; }

.microSPsponsorListColBtn {
  margin-top: 25px; }

.microSPsponsorshipListItems li {
  font-weight: 600;
  list-style: none;
  font-size: 18px; }


/* Subpage 9 Styles */
.AttendeeExhibitorIntroBtn.customBtn {
  margin-top: 15px; }

.msAttendeeExhibitorRight {
  color: #fff;
  text-align: left;
  padding: 50px 0 0 25px; }

.msAttendeeExhibitorRight h2 {
  color: #fff; }

.AttendeeExhibitorListBtn {
  margin-top: 15px; }

.microSPAttendeeExhibitorThreeLeft h4 {
  margin-top: 0; }

.microSPAttendeeExhibitorThreeLeft, .microSPAttendeeExhibitorThreeRight {
  text-align: left; }

.microSPAttendeeExhibitorThreeRight {
  margin-top: 35px; }


/* Subpage 10 Styles */
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}	
.fwLodgingImageText-out {
  padding: 0;
}
.fwLodgingImageText-left {
  padding: 0;
}
.fwLodgingImageText-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.fwLodgingImageText-right {
  padding: 0;
}
.fwLodgingImageText-right .fwLodgingImageText-wrap {
  padding: 15px 40px;
  text-align: left;
  min-height: 400px;
}
.fwLodgingImageText-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.fwLodgingImageText-text span {
  font-weight: 600;
}	
.fwLodgingImageText-text .formbutton {
  margin-top: 10px;
  vertical-align: top;
} 
.fwLodgingImageText-bottom {
  margin-top: 35px;
}	

/* Subpage 11 Styles */
.fwPresentImageText-out {
  padding: 0;
}
.fwPresentImageText-left {
  padding: 0;
}
.fwPresentImageText-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.fwPresentImageText-right {
  padding: 0;
}
.fwPresentImageText-right .fwPresentImageText-wrap {
  padding: 15px 40px;
  text-align: left;
  min-height: 400px;
}
.fwPresentImageText-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.fwPresentImageText-text span {
  font-weight: 600;
}	
.fwPresentImageText-text .formbutton {
  margin-top: 10px;
  vertical-align: top;
} 
.fwPresentImageText-bottom {
  margin-top: 35px;
}	
.fwPresentImageText-left {
  text-align: left;
}
#microSPPresentThree-out .fwPresentImageText-title {
  text-align: center;
}
.fwPresentImageText-Col {
  padding: 0;
}
.fwPresentImageText-Colinner {
  background: #f3f3f3;
  padding: 10px 25px 15px;
  border-radius: 5px;
  margin: 15px 10px;
}



/* Begin Media Queries */
@media (min-width:768px){.container, .smContainer {width: 750px;} .lgContainer, .mdContainer {width: 100%;}}
@media (min-width:960px){.container, .smContainer {width: 900px;}}
@media (min-width:1200px){.container {width: 1184px;} .smContainer {width: 1016px;}}



@media (max-width:1415px) {
#microLogo {
  max-width: 218px;
}
#microMenu .navbar-nav {
  margin-left: 85px;
}
#microMenu .navbar-nav > li {
  margin: 0 6px;
}
#microMenu .navbar-nav li a {font-size: 16px;}
#microMenu .navbar-nav li a svg {
  width: 17px;
}

  
/* Homepage - 1415px */  
  
/* Subpage 1 Styles - 1415px */


/* Subpage 2 Styles - 1415px */


/* Subpage 3 Styles - 1415px */


/* Subpage 4 Styles - 1415px */


/* Subpage 5 Styles - 1415px */


/* Subpage 6 Styles - 1415px */


/* Subpage 7 Styles - 1415px */


/* Subpage 8 Styles - 1415px */


/* Subpage 9 Styles - 1415px */


/* Subpage 10 Styles - 1415px */


/* Subpage 11 Styles - 1415px */

}


@media (max-width:1199px) {	
#pageContent {
  margin-top: 64px;
}  
  
#microHeader-out .lgContainer, #microMenu-out .lgContainer, #microHero-out .lgContainer {
  width: 100%;
  padding: 0 25px;
}

#microHeader {
  height: 80px;
}
#microLogo {
  max-width: 250px;
}
#microMenu-out {
  background-color: #f3f3f3;
  top: 80px;
}
#microMenu .navbar-nav {
  margin: 0 auto;
}
#microMenu .navbar-nav > li {
  margin: 0 20px;
}
#microMenu .navbar-nav li a {
  font-size: 17px;
}

.microMember-image {
  margin-bottom: 20px;
}
.microMember-image img {
  max-height: 70px;
}
  
/* Homepage - 1199px */	 

  
/* Subpage Styles - 1199px */ 

/* Subpage 1 Styles - 1199px */
.msGuidelineRight {
  padding-top: 25px;
}

/* Subpage 2 Styles - 1199px */
.microSPPastListInner li {
  border-bottom: none; }	
.PastListBtn.customBtn {
  float: none; }	
.microSPPastListInner {
	text-align: center; }	
.microSPPastListInner .PastListYear {
  width: 100%;
  display: inline-block;
  margin: 3px 0; }	
.microSPPastListInner .PastListLocation {
  width: 100%;
  display: inline-block;
  margin: 3px 0; }
.PastListBtnWrap {
  display: inline-block;
  margin: 3px 0 0; }	


/* Subpage 3 Styles - 1199px */
.microSPAttendCTAtitle {
  font-size: 17px; }	
.microSPAttendCTADesc {
	min-height: 104px; }	


/* Subpage 4 Styles - 1199px */


/* Subpage 5 Styles - 1199px */


/* Subpage 6 Styles - 1199px */


/* Subpage 7 Styles - 1199px */
.msExhibitorKitRight {
  padding-top: 15px; }	


/* Subpage 8 Styles - 1199px */


/* Subpage 9 Styles - 1199px */
.msAttendeeExhibitorRight {
  padding-top: 15px; }	


/* Subpage 10 Styles - 1199px */


/* Subpage 11 Styles - 1199px */
  
}


@media (max-width:991px) {
/* Homepage - 991px */  
.microAtAGlance-left, .microAtAGlance-right {
  width: 100%;
  display: block;
}
.microAtAGlance-left {
  margin-bottom: 30px;
}
.microAtAGlance-imageWrap {
  padding: 0;
}
.microAtAGlance-image {
  max-width: 650px;
  margin: 0 auto;
}
.microAtAGlance-text {
  text-align: center;
  padding: 0;
}
.microAtAGlance-list ul {
  column-count: 1;
  text-align: left;
  display: inline-block;
  column-width: auto;
}
.microHPPresenters-item {width: 33%;}
  

/* Subpage 1 Styles - 991px */


/* Subpage 2 Styles - 991px */


/* Subpage 3 Styles - 991px */


/* Subpage 4 Styles - 991px */


/* Subpage 5 Styles - 991px */


/* Subpage 6 Styles - 991px */


/* Subpage 7 Styles - 991px */


/* Subpage 8 Styles - 991px */


/* Subpage 9 Styles - 991px */


/* Subpage 10 Styles - 991px */


/* Subpage 11 Styles - 991px */
}


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


@media (max-width:959px) {    
/* Header */
#microSubLogo {
  margin-right: 65px;
}
  
/* Menu */
#microMenu {display: block;}
#microMenu .navbar-header {float: none;}
#microMenu .navbar-toggle {display: block !important;}
#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-collapse.collapse {display: none !important;}
#microMenu .navbar-collapse.collapse.in {display: block !important; max-height: none;}
#microMenu .navbar-nav {float: none !important; padding: 7px 0 10px; background-color: #fff; width: 100%; margin: 0px auto !important;}
#microMenu .navbar-nav::after {display: none;}
#microMenu .navbar-nav li  {float: none; display: table; width: 100%; margin: 0;}
#microMenu .navbar-nav li a {padding: 3px 16px; 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 {border: none;}
#microMenu .navbar-nav li a svg {display: none;}	
#microMenu .dropdown-menu {display: table; position: relative; width: 100%; box-shadow: none; margin: 0 auto; border-radius: 0; padding: 0 0 10px;}
#microMenu .navbar-nav .open .dropdown-menu li a, #microMenu .dropdown-menu li a {font-size: 15px !important; padding: 0px 30px !important; border: none; line-height: 25px;}
#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 {border: none;}
  
#pageContent {
  margin-top: 40px;
} 
.microTier-heading {
  margin-bottom: 15px;
}
  
.microMember-item {
  width: 50%;
  align-items: center;
}
.microMember-wrap {
  margin: 20px 0;
  max-width: 320px;
  width: 100%;
}
.microMember-image {
  margin-bottom: 15px;
}

  
/* Homepage - 959px */ 
#microCountdown-out {
  padding-top: 35px;
}	
#microHero-image {
  height: 320px;
  max-width: 959px;
  width: 959px !important;
}
.microHero-topTitle span {
  font-size: 72px;
}
.microHero-topTitle {
  font-size: 42px;
}	
.countdown {
  padding: 0;
}
.count-number {
  font-size: 62px;
  padding: 0;
}
.count-divider {
  font-size: 42px;
  line-height: 72px;
}
.count-label {
  margin-top: 0px;
}          
.hpHeroCTA-wrap {
  margin: 10px 0;
}
  

/* Subpage Styles - 959px */


/* Subpage 1 Styles - 959px */
.msGuidelineRight {
  padding-top: 0; }	


/* Subpage 2 Styles - 959px */


/* Subpage 3 Styles  - 959px */
.microSPAttendCTA {
  width: 100%;
  margin: 10px 0; }	
.microSPAttendCTAtitle {
  font-size: 22px; }	
.microSPAttendCTAtitle br {
  display: none; }	
.microSPAttendCTADesc {
	min-height: auto; }	


/* Subpage 4 Styles - 959px */


/* Subpage 5 Styles - 959px */


/* Subpage 6 Styles - 959px */


/* Subpage 7 Styles - 959px */
.msExhibitorKitRight {
  padding-top: 0; }	


/* Subpage 8 Styles - 959px */


/* Subpage 9 Styles - 959px */
.msAttendeeExhibitorRight {
  padding-top: 0; }	


/* Subpage 10 Styles - 959px */


/* Subpage 11 Styles - 959px */
	
}


@media (min-width: 768px) {
}


@media (max-width:767px) {
.container, .smContainer, .mdContainer, .lgContainer {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: 35px 0;}
 
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}  
  
.customBtn {
  padding: 6px 16px;
}
.microList {
  padding-left: 0;
}
  
  
#microHeader-out {
  position: relative; 
  top: auto;
}
#microMenu-out {
  position: relative; 
  top: auto;
}
#microHeader-out .lgContainer, #microMenu-out .lgContainer, #microHero-out .lgContainer {
  padding: 0 15px;
}
  

.microFooter-col {
  text-align: center;
  margin-bottom: 30px;
} 
.microFooter-head {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.microFooter-col:last-child {
  margin-bottom: 0;
}
  

.microTier-title, .microHPWelcome-title {
  font-size: 34px;
  line-height: 40px;
}

/* Homepage - 767px */
#microHero-content {
  min-height: 325px;
}
#microHero-out {
  background-attachment: scroll;
}	
.microHero-topTitle {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.microHero-topTitle span {
  font-size: 52px;
}
.microHero-text {
  font-size: 15px;
}
.microHero-text i {
  font-size: 17px;
  width: 16px;
}
#microHero-contentInner .customBtn {
  margin-top: 10px;
}
  
.countdown {
  padding: 0;
  display: flex;
  justify-content: center;
}
.count-wrap, .count-number, .count-divider, .count-label {
  width: 100%; 
  display: flex; 
  align-items: center; 
  flex-direction: column;
}
.count-wrap {
    min-width: auto;
    padding: 0 20px;
  }
.count-number {
  font-size: 42px;
  line-height: 60px;
}  
.count-label {
  font-size: 28px;
  line-height: 60px;
}  
.count-divider {
  font-size: 35px;
  line-height: 50px;
}

  
  
/* Subpage Styles - 767px */


/* Subpage 1 Styles - 767px */
.msGuidelineRight {
  text-align: center;
  padding: 15px; }	
.msGuidelineRightList {
  text-align: left; }
.microSPAboutThreeRight {
  text-align: center; }	
.msGuidelineRight {
  padding-top: 15px; }	


/* Subpage 2 Styles - 767px */


/* Subpage 3 Styles - 767px */
.microSPFirstTipsList::before {
	display: none !important; }	
.microSPFirstTipsListinner {
  text-align: center;
  font-size: 17px;
  padding: 25px;
  margin: 10px 0; }	
.microSPFirstTipsListTitle {
  padding: 0; }	
.microSPFirstTipsListDesc {
  padding-top: 10px 0 0; }	


/* Subpage 4 Styles - 767px */


/* Subpage 5 Styles - 767px */


/* Subpage 6 Styles - 767px */
.microSPRegistrationCTAinner {
	margin: 25px 0px 0; }	


/* Subpage 7 Styles - 767px */
.msExhibitorKitLeftimg img {
  margin: 0 auto 30px; }	
.msExhibitorKitRight {
  text-align: center;
  padding: 25px 25px; }	
.msExhibitorKitRightList {
  text-align: left; }	
.microSPExhibitorKitThreeLeft, .microSPExhibitorKitThreeRight {
  text-align: center; }	
.microSPExhibitorKitThreeRight {
  padding-top: 15px; }	


/* Subpage 8 Styles - 767px */
.microSPsponsorIntroList .title {
  text-align: center; }	
.microSPsponsorIntroList li {
	margin: 10px 0; }	
.microSPsponsorIntroList {
	padding: 15px 25px; }	
#microSPsponsorOne-out {
  text-align: center; }	
.microSPsponsorSoldOut {
  bottom: auto;
  top: 15px; }	

/* Subpage 9 Styles - 767px */
.msAttendeeExhibitorLeftimg img {
  margin: 0 auto 30px; }	
.msAttendeeExhibitorRight {
  text-align: center;
  padding: 25px 25px; }	
.msAttendeeExhibitorRightList {
  text-align: left; }	
.microSPAttendeeExhibitorThreeLeft, .microSPAttendeeExhibitorThreeRight {
  text-align: center; }	
.microSPAttendeeExhibitorThreeRight {
  padding-top: 15px; }	


/* Subpage 10 Styles - 767px */
.flex-row {
  display: block; }
	
.fwLodgingImageText-img img {
    position: relative;
    top: auto;
    left: auto;
    object-fit: contain; }
	
.fwLodgingImageText-wrap {
  padding: 25px 15px !important;
  text-align: center !important;
  min-height: auto !important; }		


/* Subpage 11 Styles - 767px */
	
.fwPresentImageText-img img {
    position: relative;
    top: auto;
    left: auto;
    object-fit: contain; }
.fwPresentImageText-wrap {
  padding: 25px 15px !important;
  text-align: center !important;
  min-height: auto !important; }	
.fwPresentImageTextList {
  text-align: left; }	
.fwPresentImageText-Colinner {
  margin: 15px 0px; }	
.fwPresentImageText-Col {
  padding: 0; }	
	
}


@media (min-width: 600px) {

}


@media (max-width:600px) {
#microLogo {max-width: 205px;}
  
  
/* Homepage - 600px */ 


/* Subpage 1 Styles - 600px */


/* Subpage 2 Styles - 600px */


/* Subpage 3 Styles - 600px */


/* Subpage 4 Styles - 600px */


/* Subpage 5 Styles - 600px */


/* Subpage 6 Styles - 600px */


/* Subpage 7 Styles - 600px */


/* Subpage 8 Styles - 600px */


/* Subpage 9 Styles - 600px */


/* Subpage 10 Styles - 600px */


/* Subpage 11 Styles - 600px */
	
}


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

#logo {
  max-width: 210px;
  margin-top: 18px;
}
#microSubLogo {
  display: none;
}
.microAccordion .panel-title a::before {font-size: 14px; right: 9px;}
.microAccordion .panel-title a {padding: 11px 30px 11px 11px; line-height: 20px;}
.microAccordion .panel-body {padding: 15px 11px;}

  
/* Homepage - 480px */ 
.microHero-title {
  margin-bottom: 0;
}
.microHero-topTitle {
  font-size: 22px;
  line-height: 27px;
}
.count-wrap {
  padding: 0 10px;
}
.count-wrap:first-child {
  padding-left: 0;
}
.count-wrap:last-child {
  padding-right: 0;
}
.count-number {
  font-size: 38px; 
  line-height: 40px;
}
.count-label {
  font-size: 25px;
}
.count-divider {
  font-size: 35px;
  line-height: 35px;
}
  

  
/* Subpage Styles - 480px */ 
.microTitleBar-title {
	font-size: 38px; }	
.microTitleBar-out {
	height: 200px; }	


/* Subpage 1 Styles - 480px */


/* Subpage 2 Styles - 480px */


/* Subpage 3 Styles - 480px */


/* Subpage 4 Styles - 480px */


/* Subpage 5 Styles - 480px */


/* Subpage 6 Styles - 480px */


/* Subpage 7 Styles - 480px */


/* Subpage 8 Styles - 480px */


/* Subpage 9 Styles - 480px */


/* Subpage 10 Styles - 480px */


/* Subpage 11 Styles - 480px */  

}

