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

/* Font Family Styles */
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}




.color1 {color: #2e4e9e;}
.color2 {color: #7cc343;}
.color3 {color: #1e1e1e;}


/* Solid Background Colors */
.primary-bg {background-color: #dbe4e9;}
.secondary-bg {background-color: #2e4e9e;}
.tertiary-bg {background-color: #7cc343;}
.light-gray-bg {background-color: #dbe4e9;}

/* Gradient Background Colors */
.gradient1-bg {background: linear-gradient(to bottom, #2e4e9e 50%, #1c3063 100%);}
.gradient2-bg {background: linear-gradient(to right, rgba(5, 101, 140,1) 0%, rgba(28, 48, 99,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: #dbe4e9;}
.secondary-border {border-color: #2e4e9e;}
.tertiary-border {border-color: #666666;}


body {
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #7cc343;
  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: #2e4e9e;
	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: #1e1e1e; font-size: 34px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase; }
h2 {color: #1e1e1e; font-size: 26px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase; }
h3 {color: #1e1e1e; font-size: 22px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase; }
h4 {color: #1e1e1e; font-size: 20px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase; }
h5 {color: #1e1e1e; font-size: 18px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase; }
h6 {color: #1e1e1e; font-size: 16px; font-weight: 700; margin: 0 0 10px; }


.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: #b30000; 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: #7cc343;
  border: none;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  padding: 15px 20px;
  height: auto;
  text-transform: uppercase;
  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: #2e4e9e;
  color: #fff;
}
/* Alt Button Background Colors */
.secondaryBtn {background-color: #2e4e9e; color: #fff; }
.secondaryBtn:hover, .secondaryBtn:focus {background-color: #fff; color: #2e4e9e;}

.tertiaryBtn {background-color: #dbe4e9; color: #2e4e9e;}
.tertiaryBtn:hover, .tertiaryBtn:focus {background-color: #2e4e9e; color: #fff; }


.calloutbox {
  background-color: #dbe4e9;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 16px;
  padding: 15px 15px 5px;
  color: #1e1e1e;
  text-align: left;
}
.customList {
  list-style: none;
  padding-left: 0px;
  margin: 0 auto;
  color: #2e4e9e;
}
.customList li {
  background: url("https://cdn.ymaws.com/mbia.site-ym.com/resource/resmgr/microsite/images/bullet.png") no-repeat scroll 0 6px transparent;
  line-height: 18px;
  padding-left: 17px;
  padding-bottom: 8px;
  font-style: italic;
}
.customList li a {color: #7cc343; font-weight: 600;}
.customList li a:hover {color: #2e4e9e;}



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


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

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

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

hr {
  border-color: #e0e4e6;
}



/* Begin Header Styles */
#microHeader-out {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
}
#microHeader {
  position: relative;
  height: 120px;
  padding: 0px;
}
#logo {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  margin-top: 25px;
  -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; 
}

#confmicro_Headerbtn {
  position: absolute;
  right: 0;
  top: 37px;
}

.confmicroHeadbtn {
  background: #2e4e9e;
  border-radius: 4px;
  transition: all 200ms linear 0s;
  color: #fff !important;
  display: inline-block;
  padding: 10px 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
}

.confmicroHeadbtn:hover {
	background: #7cc343; }


/* Begin Menu Styles */
#microMenu-out {
  background-color: transparent;
  border-bottom: 15px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  position: fixed;
  top: 120px;
  z-index: 21;
}
#microMenu {
  background: transparent;
  border: none;
  margin: 0;
  min-height: auto;
  height: 0;
}
#microMenu .navbar-toggle {
  background-color: #7cc343;
  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: #7cc343;
}
#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: -75px;
  margin-right: 120px;
}
#microMenu .navbar-nav li a {
  color: #2e4e9e;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 20px;
  font-weight: 800;
}
#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: #7cc343;
  transform: scale(1.1);	
  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: #2e4e9e;
  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: #7cc343;
  background-color: transparent;
}



/* Begin Footer Styles */
#microFooter-out {
  background-color: #2e4e9e;
  padding: 35px 0;
  color: #fff;
  text-align: center;
  border-top: 10px solid #6181d1; }

#microFooter-out a {
  color: #9cb0e2; }

#microFooter-out a:hover {
  color: #7cc343; }

.microFooter-mainheading {
  color: #fff;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 800; }


.microFooter-subheading {
  font-size: 16px;
  font-style: italic;
  font-weight: 600; }	

.microFooter-contact {
  margin: 25px 0 10px; }

.microFooter-contact h6 {
  color: #fff;
  margin-bottom: 5px; }

.microFooter-contact p {
  margin-bottom: 2px; }

.microFooter-signups p {
  margin-bottom: 0;
  font-weight: 600;
  font-style: italic;
  font-size: 16px; }


/* Begin Homepage Styles */
.conferenceTier .container {
  padding: 55px 0; }

/* Homepage Slideshow */
#confmicroHero-out {
  overflow: hidden;
  background: #2e4e9e; }

#confmicroHero-out img {
  width: 100%;
  opacity: .3; }

#confmicroHero-out .carousel-control {
  width: 0;
  padding: 0;
  color: #fff;
  opacity: 1.0;
  background-image: none !important;
  text-shadow: none; }

#confmicroHero-out .carousel-control .glyphicon-chevron-left, #confmicroHero-out .carousel-control .glyphicon-chevron-right, #confmicroHero-out .carousel-control .icon-next, #confmicroHero-out .carousel-control .icon-prev { top: 50%; }

#confmicroHero-out .left.carousel-control .glyphicon, #confmicroHero-out .right.carousel-control .glyphicon {
  background: transparent;
  color: #9cb0e2;
  border-radius: 0;
  height: 45px;
  width: 90px;
  padding-top: 20px;
  font-size: 20px;
  transition: all 225ms ease-in-out 0s; }

#confmicroHero-out .left.carousel-control:hover .glyphicon, #confmicroHero-out .right.carousel-control:hover .glyphicon {
  opacity: .6; }

#confmicroHero-out .carousel-indicators {
  z-index: 9;
  bottom: 20px; }

#confmicroHero-out .carousel-indicators li {
  border-radius: 0;
  background: #fff;
  opacity: .5;
  border-color: transparent;
  height: 3px;
  width: 30px;
  margin: 0 2px; }

#confmicroHero-out .carousel-indicators .active {
  opacity: 1.0;
  background: #fff; }

#confmicroHero-out .carousel-caption {
  padding: 0;
  bottom: 0;
  text-shadow: none;
  transform: none;
  -webkit-transform: none;
  text-align: center;
  left: 0;
  right: 0;
  top: 0; }

#confmicroHero-out .container {
  display: inline-block;
  width: 100%;
  height: 100%; }

#confmicroHero-out .confmicro-slidertext {
  margin: 0 auto;
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  height: 100%; }

#confmicroHero-out h1 {
  font-size: 52px;
  color: #fff;
  margin: 0 0 10px; }
	
	
/* Homepage Intro */
#confmicroHPintro-out {
  text-align: center; 
  background: #eff3f5; }
	
#confmicroHPintro-out .container {
  padding-left: 10%; 
  padding-right: 10%; }	
	

/* Homepage Countdown */
.confmicroHPintroTop {
  font-size: 18px;
  color: #404040; }

#HPconfCountdown-out {
  text-align: center; } 
	
.confCountdown-title {
  color: #fff; }	
	
.confCountdown-subhead {
  color: #fff; }	
	
.confCountdown-subhead span {
  font-size: small;
  vertical-align: top;
  text-transform: lowercase; }	
	
/* COUNT DOWN */
.countdown {
    text-align: center;
    color: #fff;
    padding: 17px 14px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 630;
    background: rgb(174 251 229 / 29%);
    width: fit-content;
    margin: 35px auto 20px; }

.count-number {
    display: inline-block;
    margin: 0 4px;
    background: linear-gradient(120deg, #6dae37 0%, #a1d477 100%);
  	box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.2) inset;
    padding: 10px 15px;
	border-radius: 7px;
	text-shadow: 0px 1px 1px #55882b;
	font-size: 55px; }

.count-label {
  font-size: 17px !important;
  font-style: italic !important;
  font-weight: 600 !important; }
    
.count-wrap {
	display: inline-block; }
    
.count-label {
	font-size: 12px;
	margin-top: 4px; }

#HPconfCountdown-out .customBtn {
  background: #fff;
  color: #7cc343; }

#HPconfCountdown-out .customBtn:hover {
  background: #7cc343;
  color: #fff; }


/* Begin HP Image Gallery Slider */
#hpImageSlider-out {
	padding: 15px 0; }

#hpImageSlider .bx-wrapper {
	max-width: 100% !important;
	box-shadow: none;
	border: none;
	background: transparent;
	margin: 0; }

#hpImageSlider .bx-viewport {
	height: auto !important; }

#hpImageSlider .bx-wrapper img {
	-webkit-filter: grayscale(100%);
	opacity: 0.7;
	transition: all 225ms ease-in 0s; }

#hpImageSlider .bx-wrapper img:hover {
	-webkit-filter: grayscale(0%);
	opacity: 1; }		





/* Begin Subpage Styles */
#microSPhero-out {
  background-image: url(https://cdn.ymaws.com/mbia.site-ym.com/resource/resmgr/conference_microsite/images/sptitle-bg.jpg);
  text-align: center;
  background-attachment: fixed;
  background-position: center 60px;
  background-repeat: no-repeat;
  position: relative; }

#microSPhero-out::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(46, 78, 158, 0.65); }

#microSPhero-out .title {
  margin-bottom: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  padding: 75px 15px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .3); }

#microSPintro-out {
	background: #eff3f5;
  text-align: center; }

#microSPintro-out .container {
  padding: 30px 0; }

#microSPintro-out .title h2 {
  margin-bottom: 0; }

#microSPintro-out .desc {
  font-style: italic;
  font-size: 16px; }

#microSPintro-out .desc.two {
  font-style: normal !important;
  margin-top: 20px; }

.microSProw-out .container {
  padding: 55px 0; }




/* Subpage 1 Styles */
.spTiertitle p {
  font-size: 16px;
  font-style: italic; }

.spsessions-desc {
  margin: 20px 0; }
	
.spsessions-title h5 {
  margin-bottom: 3px; }	
	
.spsessions-subtitle {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 3px; }

.spsessions-item {
  background: #dbe4e9;
  padding: 5px 25px;
  border-radius: 0 0 5px 5px; }	
	
.spsessions-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px; }	
	
.spsessionsAccordionlist li {
  margin: 3px 0;
  font-style: italic; }
	
.spsessionsAccordionlist.one li {
  list-style: decimal; }
	
.spsessionsAccordionlist .noindent {
  list-style: none;
  font-weight: 600;
  font-style: normal;
  margin-left: -25px; }	
	
/* accordians */
.spAccordion {
  text-align: left;
  padding: 0;
  margin-top: 15px; }

.spAccordion .panel {
  border: none;
  border-radius: 0 !important;
  box-shadow: none; }

.spAccordion .panel + .panel {
  margin-top: 7px !important; }

.spAccordion .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: transparent; }

.spAccordion .panel-title {
  line-height: normal; }

.spAccordion .panel-title a {
  background-color: #2e4e9e;
  border: none;
  padding: 12px 40px 12px 15px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  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; }

.spAccordion .panel-title a:hover {
  background-color: #7cc343;
  border: none;
  color: #fff; }

.spAccordion .panel-title a span {
  font-weight: 400; }

.spAccordion .panel-title a::before {
  content: '\f107';
  position: absolute;
  display: block;
  right: 15px;
  opacity: 1;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.spAccordion .panel-title a.collapsed::before {
  content: '\f106'; }

.spAccordion .panel-body {
  padding: 0px;
  border: none !important; }	

/* Subpage 2 Styles */
#microAgendaTabs-out {
  margin-top: 25px; }
	
.cpAgendaTabs {
  margin-top: 20px; }	
	
.cpAgendaRow {
  text-align: left;
  border-top: 1px solid #e8e8e8;
  padding: 16px 0; }
	
.cpAgendaTabs .nav-tabs {
  border: none;
  margin-bottom: 20px; }
	
.cpAgendaTabs .nav-tabs li a {
  color: #2e4e9e !important;
  border: none;
  font-size: 20px;
  font-weight: 600;
  margin: 0 5px;
  background: #dbe4e9;
  border-radius: 5px; }
	
.cpAgendaTabs .nav-tabs li:first-child a {
  margin-left: 0; }	
	
.cpAgendaTabs .nav-tabs li a:hover {
	border: none;
  background: #2e4e9e;
  color: #fff !important;}
	
.cpAgendaTabs .nav-tabs li.active a, .cpAgendaTabs .nav-tabs li.active a:hover, .cpAgendaTabs .nav-tabs li.active a:focus {
	border: none;
  background: #2e4e9e;
  color: #fff !important;}
	
.cpAgendaRow .sessionTime {
  font-weight: 600;
  font-size: 16px;
  text-align: center; }
	
.cpAgendaRow .sessionTitle2 {
  color: #2e4e9e;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 5px;
  line-height: normal; }
	
.cpAgendaRow .sessionDesc {
  font-size: 16px;
  font-weight: 400; }
	
.cpAgendaRow .sessionDesc.two {
  font-style: italic; }	


/* Subpage 3 Styles */
#microLocation-out {
  background-color: #2e4e9e;
}
.microLocationwrapCol.right {
  color: #fff;
}	
	
.microLocationwrapCol .title, .microLocationwrapCol .address, .microLocationwrapCol .reservations, .microLocationwrapCol .reservelink {
  color: #fff; }	
	
.microLocationwrapCol .title {
  margin-bottom: 5px; }	
	
.microLocationMapWrap {
  text-align: center; }	
	
.microLocationMapWrap iframe {
  width: 100%;
  border-radius: 5px; }	


/* Subpage 4 Styles */
.microSponsorwrap {
  text-align: center; }	
	
.microSponsor {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  padding: 0 25px; }
	
.microSponsorImg {
  max-height: 115px;
  margin: 25px auto; }	
	
#microSponsors-out .spTiertitle {
  text-align: center;
  font-weight: 600;
  margin-top: 35px; }




/* 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) {	
#microMenu .navbar-nav li a {
  font-size: 15px;
}
.microTextImage-wrap {
  padding: 0;
}
.microTextImage-img img {
  max-height: 350px;
  margin-top: 34px;
}
	
#logo {
  max-width: 150px;
  margin-top: 35px;
}
  
  
/* Homepage */
	
	
/* Subpage 1 - 1199px */  
	
/* Subpage 2 - 1199px */ 
.cpAgendaRow .sessionSpeaker {
  max-width: none;
  padding: 0 10px; }	
	
/* Subpage 3 - 1199px */  
	
/* Subpage 4 - 1199px */  

}


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


@media (max-width:959px) {  
#confmicro_Headerbtn {
  position: absolute;
  right: 0;
  top: 15px;
}	
#logo {
  margin-top: 43px;
}
	
#microMenu .navbar-nav {
  margin-top: -55px;
  margin-right: 0;
}
#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 */ 
#confmicroHero-out h1 {
	font-size: 40px; }
	
#confmicroHPintro-out .container {
  padding: 35px; }	
  
  
/* Subpages */	
.microTitleBar-out {
  height: 175px;
}  
.microTitleBar-title {
  font-size: 30px;
  line-height: 33px;
}
 

/* Subpage 1 - 959px */  
	
/* Subpage 2 - 959px */  
.cpAgendaRow .sessionSpeaker {
  padding: 0; }	
	
/* Subpage 3 - 959px */  
	
/* Subpage 4 - 959px */  
.microSponsor {
	width: 32%; }	

}


@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 {
	height: 113px; }
	
#microHeader-out {
  position: relative; 
  top: auto;
}
  #logo {
    margin-top: 35px;
    max-width: 200px;
  }
  
  
/* Menu */
#microMenu-out {position: relative; top: auto; border: none; }
#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: 10px 15px; 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 {transform: 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: -43px !important; border-radius: 4px;}
#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: #1e1e1e; 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-heading {
  margin-bottom: 25px; }
  

/* Homepage */
 #confmicroHero-out h1 {
    font-size: 32px; }
	
#confmicroHero-out .carousel-control, #confmicroHero-out .carousel-indicators { display: none; }	

.conferenceTier .container {
  padding: 35px 15px; }
	
.count-number {
  font-size: 46px; }	
	
/* Subpages */
.microSProw-out .container {
	padding: 35px 15px; }
	
#microSPintro-out .container {
  padding: 25px 35px; }	
	
#microSPhero-out {
	background-attachment: scroll;
  background-size: cover;
  background-position: center;}	

	

/* Subpage 1 - 767px */  
#microSPsessions-out .container {
  padding-left: 30px;
  padding-right: 30px; }
	
.spTiertitle {
  text-align: center; }	
	
#spsessionsAccordion {
  padding-left: 0;
  padding-right: 0; }	

.spsessionsAccordionlist {
  text-align: left;
  padding-left: 20px; }	
	
.spsessionsAccordionlist .noindent {
  margin-left: -15px; }		
	
/* Subpage 2 - 767px */ 
#microAgendaTabs-out .container {
  padding-left: 30px;
  padding-right: 30px; }
	
.cpAgendaRow .sessionTime {
  text-align: left;
  margin-bottom: 10px; }	
	
/* Subpage 3 - 767px */  
.microLocationwrapCol.left {
  display: none; }	
	
.microLocationwrapCol.right {
  text-align: center;
  padding: 35px 15px; }	
	
/* Subpage 4 - 767px */  
   
}



@media (max-width:600px) {
  
/* Homepage */ 
#confmicroHero-out h1 {
    font-size: 30px; }
	
#confmicroHero-out .confmicro-slidertext {
  top: 35%;
  -webkit-transform: translateY(35%);
	transform: translateY(35%); }	
	
 

/* Subpage 1 - 600px */  
	
/* Subpage 2 - 600px */  
#microAgendaTabs-out {
  margin-top: 0; }
	
.cpAgendaTabs .nav-tabs {
  text-align: center; }	
	
.cpAgendaTabs .nav-tabs li a {
	margin: 0; }	

.cpAgendaTabs .nav-tabs li {
    float: none;
    display: inherit;
    margin: 7px 0 !important; }
	
.cpAgendaTabs .nav-tabs {
	margin-bottom: 0; }		
	
.cpAgendaRow .sessionTime {
  font-size: 18px;
  text-align: center; }
	
.cpAgendaRow .sessionInfo {
  width: 100%;
  text-align: center; }
	
.cpAgendaRow .sessionDesc {
  margin-bottom: 0; }	
	
/* Subpage 3 - 600px */  
	
/* Subpage 4 - 600px */  
.microSponsor {
	width: 48%; }	
.microSponsorImg {
	max-height: 90px; }	
	
	
}


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

  #logo {
    margin-top: 50px;
    max-width: 155px;
  }	
  
/* Homepage */ 
#confmicroHero-out h1 { font-size: 24px; }
.count-number {font-size: 20px; padding: 10px; margin: 0;}
.count-label {font-size: 10px !important;}
  
/* Subpages */	
#microSPhero-out .title {
	font-size: 34px; }		
	


/* Subpage 1 - 480px */  
	
/* Subpage 2 - 480px */  
	
/* Subpage 3 - 480px */  
	
/* Subpage 4 - 480px */  
.microSponsor {
	width: 100%; }	
.microSponsorImg {
  max-height: 75px;
  margin: 10px auto; }	
   
}


