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

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

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

a {
    color: #8cc63f;
    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;
}
a:hover, a:focus {
	color: #aaaaaa;
	text-decoration: none;
}

.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;
}

.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: #231f20; font-size: 28px; font-weight: 700; margin: 10px 0 10px;}
h2 {color: #231f20; font-size: 26px; font-weight: 700; margin: 10px 0 10px;}
h3 {color: #231f20; font-size: 24px; font-weight: 700; margin: 10px 0 10px;}
h4 {color: #231f20; font-size: 22px; font-weight: 700; margin: 10px 0 10px;}
h5 {color: #231f20; font-size: 20px; font-weight: 700; margin: 10px 0 10px;}
h6 {color: #231f20; font-size: 18px; font-weight: 700; margin: 10px 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: #8cc63f; 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: #be1e2d;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  height: auto;
  padding: 8px 30px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.customBtn:hover {
		background-color: #231f20;
		color: #fff;
		text-decoration: none;
}

.calloutbox {
    background-color: #e5f1e8;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
		padding: 15px 15px 5px;
		color: #231f20;
		text-align: left;
}
.customList {
  list-style: none;
  padding-left: 0px;
  margin: 0 auto;
  color: #939598;
}
.customList li {
  background: url("https://cdn.ymaws.com/nasdtec.site-ym.com/resource/resmgr/microsite_2024/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: #231f20; font-weight: 600;}
.customList li a:hover {color: #939598;}




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

  
.microTitleBar-out::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(27,117,188,0.4) 0%, rgba(27,117,188,0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(27,117,188,0.4) 0%,rgba(27,117,188,0.4) 100%);
  background: -o-linear-gradient(left, rgba(27,117,188,0.4) 0%,rgba(27,117,188,0.4) 100%);
  background: -ms-linear-gradient(left, rgba(27,117,188,0.4) 0%,rgba(27,117,188,0.4) 100%);
  background: linear-gradient(to right, rgba(27,117,188,0.4) 0%,rgba(27,117,188,0.4) 100%);
}
.microTitleBar-out {
  position: relative;
  height: 300px;
  background: url(https://cdn.ymaws.com/nasdtec.site-ym.com/resource/resmgr/microsite_2024/images/1920x300.jpg) no-repeat scroll center center/cover transparent;
}
.microTitleBar-content {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.microTitleBar-title {
  color: #ffffff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
}

.microTier {padding: 60px 0; position: relative;}
.microTier-heading {margin-bottom: 20px;}
.microTier-title {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 30px;
  font-weight: 800;
  color: #1b75bc;
}


.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: #231f20; text-transform: uppercase;}
.introParagraph p {font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 0px; color: #777777;}


/* Accordion */
.microAccordion .panel-collapse {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}
.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: #29aae2;
  border: none;
  border-radius: 5px 5px 0px 0px;
  padding: 16px 40px 16px 20px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 18px;
  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: #1b75bc;
  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;
}
.microAccordion .panel-body .formbutton {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}









/* Begin Header Styles */
#header-out {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 20;
}
#header {
  position: relative;
  height: 133px;
  padding: 0px;
}
#logo {
  display: inline-block;
  vertical-align: top;
  max-width: 225px;
  margin-top: 20px;
}




/* Begin Menu Styles */
#mainMenu-out {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 133px;
  z-index: 21;
}
#mainMenu {
  background: transparent;
  border: none;
  margin: 0;
  min-height: auto;
  height: 0;
}
#mainMenu .navbar-collapse {
  padding: 0;
  float: right;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
#mainMenu .navbar-nav {
  position: relative;
  float: right !important;
  margin-top: -92px;
}
#mainMenu .navbar-nav li a {
  color: #231f20;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 12px;
  font-weight: 700;
}
#mainMenu .navbar-nav li a:hover, 
#mainMenu .navbar-nav li a:focus, 
#mainMenu .nav .open a, 
#mainMenu .nav .open a:hover, 
#mainMenu .nav .open a:focus {
    color: #29aae2;
    background-color: transparent;
}

/* Dropdown Links */
#mainMenu .dropdown-menu {
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 0;
}
#mainMenu .navbar-nav .open .dropdown-menu li a, #mainMenu .dropdown-menu li a {
    color: #231f20;
    text-decoration: none;
    text-transform: none;
		padding: 10px 14px !important;
		font-size: 14px;
		font-weight: 600;
}
#mainMenu .navbar-nav .open .dropdown-menu li a:focus, #mainMenu .navbar-nav .open .dropdown-menu li a:hover, #mainMenu .dropdown-menu li a:focus, #mainMenu .dropdown-menu li a:hover {
		color: #ffffff;
		text-decoration: none;
		background-color: #29aae2;
}

#mainMenu .navbar-toggle {
  background-color: #8cc63f;
  border: none;
  margin: -86px 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;
}
#mainMenu .navbar-toggle:hover {
  background-color: #1b75bc;
}
#mainMenu .icon-bar {
  background-color: #fff;
}


/* Begin Footer Styles */
#footer {
  background-color: #b9d989;
  padding: 30px 0 35px;
  color: #565455;
  text-align: center;
  font-weight: 700;
}
#footLogo {
  margin-bottom: 20px;
}
#footLogo a {
  display: inline-block;
  vertical-align: top;
}
#footLogo img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
#footContact ul {
  list-style: none;
  padding: 0;
  display: table;
  margin: 0 auto 5px;
}
#footContact li {
  line-height: normal;
  padding-left: 25px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
#footContact a {
  color: #565455;
}
#footContact a:hover {
  color: #ffffff;
}
#footContact li i {
  color: #1b75bc;
}
#footSocial p {
  margin-bottom: 0;
}
#footSocial a {
  background-color: #1b75bc;
  width: 30px;
  height: 30px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 50px;
  color: #fff;
}
#footSocial a:hover {
  background-color: #231f20;
  color: #fff;
}
#footSocial i {
  line-height: 28px;
}



/* Begin Homepage Styles */
#heroSlider-out {
  padding: 0;
}
#heroSlider .carousel-indicators {
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
  display: none;
}
#heroSlider .item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255,255,255,0.5);
}
#heroSlider .carousel-caption {
  padding: 0;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-shadow: none;
  text-align: left;
}
#heroSlider .heroHeadline {
  color: #231f20;
  font-size: 34px;
  font-weight: 800;
  text-transform: none;
  margin: 0 auto 20px;
  line-height: 37px;
}
#heroSlider .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;
  z-index: 10;
  opacity: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#heroSlider .carousel-control:hover {
  opacity: 0.4;
  color: #231f20;
  text-shadow: none;
}

/* HP CTA Styles */
#hpCTA-out {
  text-align: center;
}
.hpCTA {
  position: relative;
  transition: all 225ms ease-in-out 0s;
  overflow: hidden;
}
.hpCTA-wrap {
  padding: 0 10px;
  position: relative;
  -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;
}
.hpCTA-wrap:hover {
  transform: scale(0.9);
}
.hpCTA-image::before {
  background-color: rgba(27,117,189,0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  right: 0;
  z-index: 0;
  -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;
}
.hpCTA-wrap:hover .hpCTA-image::before {
  background-color: rgba(27,117,189,0.2);
}
.hpCTA-image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.hpCTA-title {
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  right: 8px;
  z-index: 1;
}
.hpCTA-title a {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

/* HP Statement Styles */
#hpStatement-out {
  background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0.1)),url(https://cdn.ymaws.com/nasdtec.site-ym.com/resource/resmgr/microsite_2024/images/micro-statement-bg.jpg) no-repeat scroll center center/cover transparent;
  text-align: center;
}
.hpStatement-wrap {
  background-color: #fdfdfd;
  padding: 30px 20px 40px;
  border-radius: 5px;
  box-shadow: 0 2px 7px -2px rgba(0,0,0,0.2);
}
.hpStatement-title {
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 10px;
  color: #1b75bc;
}
.hpStatement-text .customBtn {
  margin-top: 10px;
}






/* Begin Subpage Styles */
#subheroImage-out {
    background: url(//cdn.ymaws.com/ctat.site-ym.com/resource/resmgr/microsite/images/micro-subhero.jpg) no-repeat scroll center center/cover transparent;
    min-height: 250px;
		position: relative;
}
#subheroImage-out::before {
  position: absolute;
  content: '';
  background-color: rgba(0,0,0,0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.subheroImage-content {
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.subheroImage-title h1 {
  font-size: 40px;
  color: #fff;
  margin: 0 auto;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
}


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


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

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



/* Subpage 1 Styles */
#microSymposium-out {
  padding: 0;
}
#microSymposium-intro {
  padding: 45px 0;
}
#microSymposium-intro .microTier-heading {
  margin-bottom: 0px;
}
#microSymposium-top {
  padding: 60px 0 100px;
  background: linear-gradient(rgba(33,83,147,0.7), rgba(33,83,147,0.7)), url(https://cdn.ymaws.com/nasdtec.site-ym.com/resource/resmgr/microsite_2024/images/symposium-bg.jpg) no-repeat scroll center center/cover;
  position: relative;
}
#microSymposium-top::after {
  border: none;
  content: "";
  color: #fff;
  font-size: 90px;
  bottom: -35px;
  position: absolute;
  width: 183px;
  height: 67px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(https://cdn.ymaws.com/nasdtec.site-ym.com/resource/resmgr/microsite_2024/images/micro-arrow.png) no-repeat scroll center center/100% auto transparent;
}
.microSymposium-text {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.microSymposium-toptitle {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.microSymposium-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 5px;
}
.microSymposium-when {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
}
.microSymposium-where {
  margin-bottom: 18px;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
}
.microSymposium-wrap .customBtn {
  margin-top: 10px;
}
  
#microSymposium-bottom {
  padding: 40px 0;
}
.microSymposium-itemwrap {
  border-bottom: 1px solid #e9eaea;
  padding-bottom: 24px;
  margin-bottom: 21px;
}
.microSymposium-item:last-child .microSymposium-itemwrap {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.microSymposium-name {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 5px;
}
.microSymposium-supporting p:last-child {
  margin-bottom: 0;
}



/* Subpage 2 Styles */
#microDocuments-out .microTier-heading {
  text-align: center;
}
#legislativeDoc {
  text-align: center;
}
#legislativeDoc .customBtn {
  margin-top: 20px;
}



/* Subpage 3 Styles */
#microEvents-image {
  float: left;
  width: 475px;
  padding: 0 25px 15px 0;
}



/* Subpage 4 Styles */
#microDirectors-out .microTier-heading, #microExecCom-out .microTier-heading, #microAgencies-out .microTier-heading {
  text-align: center;
}
.microDirectors-item {
  margin: 20px 0;
}
.microDirectors-wrap {
  text-align: center;
  padding: 0 10px;
}
.microDirectors-image {
  margin-bottom: 15px;
}
.microDirectors-text {
  text-align: left;
}
.microDirectors-name {
  font-size: 19px;
  color: #1b75bc;
  font-weight: 700;
  margin-bottom: 0px;
}
.microDirectors-email {
  margin-bottom: 3px;
}
.microDirectors-email a {
  font-size: 16px;
  font-weight: 600;
  color: #939598;
}
.microDirectors-email a:hover {
  color: #231f20;
}
.microDirectors-link {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #231f20;
}
.microDirectors-link:hover {
  color: #939598;
}
  
.microExecCom-item {
  padding: 40px 10px;
  border-bottom: 1px solid #d3d3d3;
}
.microExecCom-item:last-child {
  padding-bottom: 0;
  border: none;
}
.microExecCom-text {
  text-align: left;
}
.microExecCom-text .name {
  font-size: 21px;
  font-weight: 700;
  margin: 0 auto 10px;
  color: #1b75bc;
}
 
#microAgencies-out .microTier-heading {
  margin-bottom: 35px;
} 
.microAgency-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 15px;
}
.microAgency-item:last-child {
  border: none;
}
.microAgency-item:nth-child(2n) {
  background-color: #f5f5f5;
}
.microAgency-name {
  font-weight: 700;
  font-size: 18px;
  color: #29aae2;
  margin-bottom: 1px;
}
.microAgency-site {
  margin-bottom: 3px;
}
.microAgency-site a {
  color: #939598;
  text-decoration: underline;
}
.microAgency-site a:hover {
  color: #939598;
  text-decoration: none;
}


/* Subpage 5 Styles */
#microContact-out {
  text-align: center;
}
#microContact-out .microTier-heading {
  margin-bottom: 12px;
}
.microContact-subheader {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.microContact-text a {
  color: #29aae2;
  font-weight: 600;
  font-size: 16px;
}
.microContact-text a:hover {
  color: #939598;
}
#microAboutUs-out {
  text-align: center;
  background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,0.4)),url(https://cdn.ymaws.com/nasdtec.site-ym.com/resource/resmgr/microsite_2024/images/micro-about-bg.jpg) no-repeat scroll bottom right/cover transparent;
} 
.microAboutUs-wrap {
  background-color: #fdfdfd;
  padding: 30px 20px 40px;
  border-radius: 5px;
  box-shadow: 0 2px 7px -2px rgba(0,0,0,0.2);
}
.microAboutUs-title {
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 10px;
  color: #1b75bc;
}
.microAboutUs-text .customBtn {
  margin-top: 10px;
}
#microMemberSites-out {
  text-align: center;
}  
#microMemberSites-out .microTier-heading {
  margin-bottom: 35px;
}
#microMemberSites-out ul {
  text-align: left;
  margin: 0 auto;
  float: none;
  display: inline-block;
  color: #231f20;
}
#microMemberSites-out li {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 12px;
} 
#microMemberSites-out li a {
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  margin-left: 4px;
  color: #29aae2;
}
#microMemberSites-out li a:hover {
  color: #939598;
}






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




@media (max-width:1199px) {	
.microTitleBar-out {
  height: 275px;
}  
  
/* Homepage */
#logo {
  max-width: 190px;
  margin-top: 28px;
}
#mainMenu .navbar-nav li a {
  font-size: 13px;
  padding: 17px 10px;
}
#mainMenu .navbar-nav .open .dropdown-menu li a, #mainMenu .dropdown-menu li a {
  font-size: 14px;
  padding: 10px 12px !important;
}
  
/* Subpage 4 */

}


@media (max-width:991px) {
}

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

}

@media (max-width:959px) {
.microTitleBar-out {
  height: 200px;
}    
  
  
/* Menu */
#mainMenu {float: none !important; height: 0px;}
#mainMenu .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);}
#mainMenu .navbar-nav {float: none !important; padding: 0; background-color: #fff; width: 100%; margin: 0 auto;}
#mainMenu .navbar-nav::after {display: none;}
#mainMenu .navbar-nav li a {font-size: 16px; padding: 12px 14px; color: #231f20; margin: 0;}
#mainMenu .navbar-nav li a:hover, #mainMenu .navbar-nav li a:focus, #mainMenu .nav .open a, #mainMenu .nav .open a:hover, #mainMenu .nav .open a:focus {background-color: #29aae2; color:#ffffff;}
#mainMenu .navbar-nav li a .caret {display: block;}	
	
#mainMenu .navbar-collapse.collapse {display: none !important;}
#mainMenu .navbar-collapse.collapse.in {display: block !important; max-height: none;}
#mainMenu .navbar-header .collapse, #mainMenu .navbar-toggle {display: block !important;}
#mainMenu .navbar-header {float: none;}
#mainMenu .navbar-nav li {float: none;}
#mainMenu .navbar-nav .open .dropdown-menu {position: static; float: none; width: auto; margin-top: 0; background: transparent; border: 0; box-shadow: none;}
#mainMenu .navbar-nav.sm-collapsible .caret, #mainMenu .navbar-nav.sm-collapsible ul .caret {margin: -20px 15px 0 0 !important;}
#mainMenu .navbar-nav .open .dropdown-menu li a, #mainMenu .dropdown-menu li a {font-size: 15px; padding: 10px 22px !important; color: #ffffff;}
#mainMenu .navbar-nav .open .dropdown-menu li a:focus, #mainMenu .navbar-nav .open .dropdown-menu li a:hover, #mainMenu .dropdown-menu li a:focus, #mainMenu .dropdown-menu li a:hover {background-color: #1b75bc; color: #ffffff;}
#mainMenu .navbar-nav li a .caret {float: right; margin-top: 7px;}	
#mainMenu .dropdown {display: table; width: 100%;}
  
/* Homepage */
#heroSlider .carousel-control {
  font-size: 30px;
  width: 40px;
}
#heroSlider .heroHeadline {
  font-size: 26px;
  line-height: 30px;
}
.hpCTA-wrap {
  padding: 0 5px;
}
.hpCTA-title a {
  font-size: 23px;
}
  
  
/* Subpages */	
#subheroImage-out {min-height: 170px;}
.subheroImage-title h1 {font-size: 30px;}	

/* Subpage 3 */
#microEvents-image {
  width: 370px;
  padding: 0 20px 5px 0;
}
  
/* Subpage 4 */  
.microDirectors-wrap {
  padding: 0 5px;
}
.microDirectors-email a {
  font-size: 15px;
}

}


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


@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;}
  
.microTitleBar-out {
  height: auto;
} 
.microTitleBar-content {
  padding: 71px 0px;
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: auto;
}
.microTitleBar-title {
  font-size: 28px;
  line-height: 32px;
}
 
	

h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}  
  
  
#header-out, #mainMenu-out {position: relative; top: auto;}

#footContact li {
  padding-left: 0;
  display: block;
}  
#footSocial p {
  font-size: 0;
}
#footSocial a {
  margin: 0;
}
  
	


	
	

/* Homepage */
#heroSlider .carousel-caption {
  text-align: center;
}
#heroSlider .heroHeadline {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
.hpCTA {
  margin-bottom: 20px;
}
.hpCTA:last-child {
  margin-bottom: 0;
}
.hpCTA-wrap {
  padding: 0;
  max-width: 320px;
  margin: 0 auto;
}
.hpCTA-wrap:hover {
  transform: scale(0.97);
}
.hpCTA-title a {
  font-size: 23px;
}

/* Subpage 2 */ 

  
/* Subpage 3 */
#microEvents-image {
  float: none;
  width: auto;
  padding: 0;
  margin: 0 auto 25px;
}

  
/* Subpage 4 */
.microAgency-name {
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 19px;
}
.microAgency-position {
  font-size: 14px;
}
  
/* Subpage 5 */

}


@media (max-width:600px) {
/* Subpage 1 */ 
#microSymposium-top {
  padding-bottom: 60px;
}
#microSymposium-top::after {
  width: 80px;
  height: 30px;
  bottom: -8px;
}
.microSymposium-title {
  font-size: 27px;
  line-height: 30px;
}
.microSymposium-text {
  font-size: 15px;
}
  
/* Subpage 4 */   
.microDirectors-item {
  width: 100%;
}
.microDirectors-image {
  margin-bottom: 10px;
}
.microDirectors-image img {
  margin: 0 auto;
}
.microDirectors-text {
  text-align: center;
}
  
.microExecCom-item {
  padding: 20px 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.microExecCom-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.microExecCom-image {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}
.microExecCom-text {
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
.microExecCom-item:last-child .microExecCom-text {
  padding-bottom: 0;
}
}


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

.microAccordion .panel-title a::before {font-size: 14px; right: 9px;}
.microAccordion .panel-title a {padding: 11px 30px 11px 11px;}
.microAccordion .panel-body {padding: 15px 11px;}

  
/* Homepage */
#heroSlider .carousel-control {
  display: none;
}
  
  
/* Subpages */	
#subheroImage-out {min-height: 140px;}
.subheroImage-title h1 {font-size: 25px;}		

  
/* Subpage 5 */	  
#microMemberSites-out ul {
  text-align: center;
}
#microMemberSites-out li {
  padding: 0 0 24px;
  background: none;
}
#microMemberSites-out li a {
  display: block;
  margin: 5px 0 0 0;
}
}



