@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: #05658c;}
.color2 {color: #6ecff3;}
.color3 {color: #1e1e1e;}


/* Solid Background Colors */
.primary-bg {background-color: #dbe4e9;}
.secondary-bg {background-color: #017db0;}
.tertiary-bg {background-color: #6ecff3;}
.light-gray-bg {background-color: #dbe4e9;}

/* Gradient Background Colors */
.gradient1-bg {background: linear-gradient(to bottom, #05658c 0%, #6ecff3 100%);}
.gradient2-bg {background: linear-gradient(to right, rgba(5, 101, 140,1) 0%, rgba(110, 207, 243,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: #05658c;}
.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: #6ecff3;
  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: #05658c;
	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: #6ecff3;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  padding: 8px 35px;
  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: #05658c;
  color: #fff;
}
/* Alt Button Background Colors */
.secondaryBtn {background-color: #05658c; color: #fff; }
.secondaryBtn:hover, .secondaryBtn:focus {background-color: #fff; color: #05658c;}

.tertiaryBtn {background-color: #dbe4e9; color: #05658c;}
.tertiaryBtn:hover, .tertiaryBtn:focus {background-color: #05658c; 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: #05658c;
}
.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: #6ecff3; font-weight: 600;}
.customList li a:hover {color: #05658c;}



/* 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: 175px;
  margin-top: 16px;
  -webkit-transition: all 225ms ease-in 0s;
  -moz-transition: all 225ms ease-in 0s;
  -o-transition: all 225ms ease-in 0s;
  transition: all 225ms ease-in 0s;
}
#logo:hover {
	opacity: 0.9; 
}

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

.microHeadbtn {
  background: #05658c;
  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;
}

.microHeadbtn:hover {
	background: #6ecff3; }


/* 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: #6ecff3;
  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: #6ecff3;
}
#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: #05658c;
  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: #6ecff3;
  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: #05658c;
  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: #6ecff3;
  background-color: transparent;
}



/* Begin Footer Styles */
#microFooter-out {
  background-color: #05658c;
  padding: 35px 0;
  color: #fff;
  text-align: center;
  border-top: 10px solid #dbe4e9;
}
.microFooter-heading {
  color: #fff;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 800;
}
.microFooter-list {
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.microFooter-list li {
  padding: 0;
  break-inside: avoid;
}
.microFooter-list span {
  font-weight: 800;
}
.microFooter-list a {
  color: #6ecff3;
}
.microFooter-list a:hover {
  color: #fff;
}


/* Begin Homepage Styles */

/* Homepage Slideshow */
#microHero-slider {
  overflow: hidden;
  background: #05658c; }

#microHero-slider img {
  width: 100%;
  opacity: .3; }

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

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

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

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

#microHero-slider .carousel-indicators {
  z-index: 9;
  bottom: 20px; }

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

#microHero-slider .carousel-indicators .active {
  opacity: 1.0;
  background: #6ecff3; }

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

#microHero-slider .container {
  display: inline-block;
  width: 100%;
  height: 100%; }

#microHero-slider .micro-slidertext {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  bottom: auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto; 
}

#microHero-slider h1 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 15px; }
	
	
/* Homepage Intro */
#microHPintro-out {
  text-align: center; }
	
#microHPintro-out .container {
  padding: 55px 10%; }	
	
.microHPintroTop {
  font-size: 20px; }
	
.microHPintroBottom {
  font-style: italic;
  position: relative;
  font-size: 17px;
  color: #8c8c8c;
  padding: 25px 55px 0; }
	
.microHPintroBottom::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: -25px;
  left: 30px;
  color: #dbe4e9;
  font-size: 75px;
  z-index: -1; }
	
.microHPintroBottom::after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  bottom: -10px;
  right: 30px;
  color: #dbe4e9;
  font-size: 75px;
  z-index: -1; }
	
.microHPintroBottom .namewrap {
  font-weight: 600; }




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

#microSPhero-out::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(5, 101, 140, 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 .subtitle h5 {
  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 */
.spApplicationListing-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #dbe4e9;
  padding-bottom: 40px; }
	
.spApplicationListing-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }
	
.spApplicationListing-left img {
  margin: 0 auto; }
	
.spApplicationListing-right {
  text-align: left;
  padding-left: 15px; }
	
.spApplicationListing-title {
  margin: 0 auto 10px; }



/* Subpage 2 Styles */
.spStaff-row {
  padding: 25px 0; }
	
.spStaff-row:first-child {
  padding-top: 0px; }
	
.spStaff-row:last-child {
  padding-bottom: 0px; }
	
.spStaff-item {
  text-align: center; }
	
.spStaff-wrap {
  padding: 0 10px; }
	
.spStaff-image img {
  margin: 0 auto 15px;
  max-width: 310px;
  max-height: 310px;
  width: 100%;
  border-radius: 100%; }
	
.spStaff-title h5 {
  color: #05658c;
  margin-bottom: 5px; }
	
.spStaff-location {
  font-style: italic; }	


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

.spDonate-image {
  float: left;
  padding-right: 20px; }
	
.spDonate-image img {
  max-height: 300px;
  border-radius: 4px; }	
	
.spDonate-name h5 {
  margin-bottom: 0; }
	
.spDonate-date {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px; }
	
.spDonate-link {
  font-weight: 600;
  font-size: 15px; }

.spDonate-item {
  background: #eff3f5;
  padding: 25px;
  border-radius: 0 0 5px 5px; }

/* 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: #05658c;
  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: #067dac;
  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 4 Styles */
.spRecipientRow {
  text-align: left;
  border-top: 1px solid #dbe4e9;
  padding: 16px 0; }
	
.spRecipientTabs .nav-tabs {
  border: none;
  margin-bottom: 20px; }
	
.spRecipientTabs .nav-tabs li {
  margin: 0;
  border-right: 3px solid #dbe4e9; }
	
.spRecipientTabs .nav-tabs li:last-child {
  border: none; }
	
.spRecipientTabs .nav-tabs li a {
  color: #05658c;
  border: none;
  border-radius: 0;
  font-size: 22px;
  font-weight: 600;
  background: transparent;
  margin: 0 !important; }
	
.spRecipientTabs .nav-tabs li a:hover {
  color: #6ecff3; }
	
.spRecipientTabs .nav-tabs li.active a, .spRecipientTabs .nav-tabs li.active a:hover, .spRecipientTabs .nav-tabs li.active a:focus {
  color: #6ecff3;
  margin: 0 !important;
  border: none; }
	
.spRecipientRow .recipientsWrap {
  font-weight: 500;
  font-size: 15px;
  font-style: italic;
  text-align: left; }
	
.spRecipientRow .recipientWrap {
  margin: 15px auto 0; }
	
.spRecipientRow .recipientList {
  list-style: none;
  margin: 0;
  padding: 0; }	
	
.spRecipientRow .recipientList li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  vertical-align: top;
  width: 32%; }	
	
.spRecipientRow .recipientImg {
  text-align: center; }
	
.spRecipientRow .recipientImg img {
  margin: 0 auto; }
	
.spRecipientRow .recipientName {
  font-size: 19px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 3px;
  color: #05658c; }
	
.spRecipientRow .recipientYear {
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
  font-style: italic; }

.recipientListLink {
  width: 100% !important;
  text-align: center; }


/* Subpage 5 Styles */
.spVideo-item {
  text-align: left;
  margin: 10px 0;
  display: inline-block; }
	
.spVideo-wrap {
  text-align: center;
  padding: 15px;
  min-height: 355px;
  background: #eff3f5; }
	
.spVideo-video {
  margin-bottom: 13px; }
	
.spVideo-title {
  font-size: 20px;
  font-weight: 700;
  min-height: 48px;
  margin: 0 auto 4px;
  line-height: 1.2em; }

.spVideos-rowOne .spVideo-info {
  min-height: 110px; }

.spVideo-info a {
  font-weight: 700;
  color: #05658c; }

.spVideo-info a:hover {
  font-weight: 700;
  color: #6ecff3; }
	
.spVideo-video {
  text-align: center;
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
	
.spVideo-video iframe, .spVideo-video object, .spVideo-video embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }	




/* 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;
}
  
  
/* Homepage */
#microHero-slider .micro-slidertext {
  max-width: 900px;
}
#microHero-slider h1 {
  font-size: 34px;
}
  
/* Subpage 4 - 1199px */  
.spRecipientRow .recipientWrap {
  max-width: none;
  padding: 0 10px; }	
	
.spRecipientTabs .nav-tabs li a {
  padding: 10px 13px; }	
	
/* Subpage 5 - 1199px */  
.spVideo-title {
	font-size: 17px; }	
.spVideos-rowOne .spVideo-info {
  min-height: 125px; }	
.spVideo-wrap {
	min-height: 307px; }	

}


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


@media (max-width:959px) {  
#micro_Headerbtn {
  position: absolute;
  right: 0;
  top: 15px;
}	
	
#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 */ 
#microHero-slider .micro-slidertext {
  max-width: 90%;
}
#microHero-slider h1 {
  font-size: 28px;
}
	
#microHPintro-out .container {
  padding: 35px; }	
  
  
/* Subpages */	
.microTitleBar-out {
  height: 175px;
}  
.microTitleBar-title {
  font-size: 30px;
  line-height: 33px;
}
 
/* Subpage 2 - 959px */ 
.spStaff-wrap {
  padding: 0 5px; }	
	
/* Subpage 3 - 959px */  
.spDonate-image img {
  max-width: 300px; }	
	
/* Subpage 4 - 959px */ 
.spRecipientRow .recipientWrap {
  padding: 0; }
.spRecipientRow .recipientList li {
  padding: 7px 10px;
  font-size: 16px; }	
.spRecipientTabs .nav-tabs li a {
  font-size: 20px;
  padding: 10px 9px; }	
	
/* Subpage 5 - 959px */ 
.spVideos-rowOne .spVideo-title {
  min-height: 61px; }
.spVideo-wrap {
	min-height: 295px; }	
.spVideos-rowOne .spVideo-info {
  min-height: 160px; }	

}


@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: 13px;
    max-width: 170px;
  } 
  
  
/* 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-contact {
  margin-bottom: 25px;
}
.microFooter-list {
  -webkit-columns: auto;
  -moz-columns: auto;
  columns: auto;
}
.microFooter-list li {
  margin-bottom: 10px;
}
.microFooter-list li:last-child {
  margin-bottom: 0px;
}
  

/* Homepage */
 #microHero-slider h1 {
    font-size: 22px; }
	
#microHero-slider .carousel-control, #microHero-slider .carousel-indicators { display: none; }	
	
.microHPintroTop {
  font-size: 18px; }	
	
.microHPintroBottom {
  padding: 25px 30px 0; }	
	
.microHPintroBottom::before {
    left: 10px;
	top: -5px;
	font-size: 55px; }	

.microHPintroBottom::after {
  display: none; }	

	
/* Subpages */
#microSPintro-out .container {
  padding: 25px 35px; }
	
#microSPhero-out .title {
	font-size: 40px; }	
	
#microSPhero-out {
	background-attachment: scroll; }	

	
/* Subpage 1 - 767px */  
.spApplicationListing-row:first-child, .spApplicationListing-item:first-child {
  margin-top: 10px; }
	
.spApplicationListing-item {
  border: none;
  padding-top: 40px;
  padding-bottom: 40px !important;
  margin: 0; }
	
.spApplicationListing-item:nth-child(2n+1) {
  background-color: #dbe4e9; }
	
.spApplicationListing-right {
  text-align: center;
  margin: 25px auto 0; }	
 
/* Subpage 2 - 767px */  
.spStaff-row {
  padding: 0; }
	
.spStaff-wrap {
  min-height: 350px;
  text-align: center;
  display: block;
  padding: 0;
  margin: 20px auto; }  	
	
/* Subpage 3 - 767px */ 
#microSPdonate-out .container {
  padding-left: 30px;
  padding-right: 30px; }
	
.spTiertitle {
  text-align: center; }	
	
#spDonateAccordion {
  padding-left: 0;
  padding-right: 0; }	
	
.spAccordion {
  text-align: center; }
	
.spDonate-image {
  float: none;
  padding: 0; }	
	
.spDonate-image img {
  margin: 0 auto 15px; }	
	
/* Subpage 4 - 767px */ 
.spRecipientTabs .nav-tabs li {
  float: none;
  display: inline-block;
  border: none;
  margin: 0 0px; }
	
.spRecipientTabs .nav-tabs li a {
  color: #fff;
  padding: 3px 10px;
  background-color: #05658c;
  font-size: 17px; }  
 
.spRecipientTabs .nav-tabs li a:hover {
  background-color: #6ecff3;
  color: #fff; }
	
.spRecipientTabs .nav-tabs li.active a, .spRecipientTabs .nav-tabs li.active a:hover, .spRecipientTabs .nav-tabs li.active a:focus {
  background-color: #6ecff3;
  color: #fff; }	
.spRecipientRow .recipientsWrap {
  text-align: center;
  margin-bottom: 10px; }
.spRecipientTabs .tabContainer {
  padding: 0 30px; }	
.spRecipientTabs .nav-tabs {
  border-bottom: 2px solid #dbe4e9;
  margin-bottom: 0px; }	
.spRecipientTabs .nav-tabs li a {
  padding: 0px 10px 5px; }	
.recipientWrap {
  text-align: center; }	
.spRecipientRow .recipientImg img {
  max-width: 300px; }	
	
/* Subpage 5 - 767px */ 
#microSPvideos-out .container {
  padding: 35px; }
	
.spVideo-item {
  text-align: center;
	width: 100%;
	margin: 10px 0; }
	
.spVideo-wrap {
  background: #eff3f5;
  padding: 15px; }	
	
.spVideos-rowOne .spVideo-title, .spVideo-wrap, .spVideos-rowOne .spVideo-info, .spVideo-title {
  min-height: auto; }
	
  .spVideo-title {
    font-size: 20px; }	
	
.spVideo-title br {
  display: none; }	
   
}



@media (max-width:600px) {
  
/* Homepage */ 
 #microHero-slider h1 {
  font-size: 17px;
  text-transform: none;
}
 
/* Subpage 2 - 600px */ 
.spStaff-item {
  width: 100%; }
	
.spStaff-wrap {
  min-height: 100%; }
	
.spStaff-row:last-child .spStaff-item:last-child .spStaff-wrap {
  margin-bottom: 0; }	
	
/* Subpage 3 - 600px */  
	
/* Subpage 4 - 600px */  
.spRecipientRow .recipientList li {
	width: 49%;
	padding: 5px; }
  
.spRecipientRow .recipientsWrap {
  font-size: 18px;
  padding: 0;
  text-align: center; }
	
.spRecipientRow .sessionInfo {
  width: 100%;
  text-align: center; }
	
.spRecipientRow .recipientImage {
  width: 100%; }
	
.spRecipientRow .recipientImg {
  margin-bottom: 10px; }
	
.spRecipientRow .recipientWrap {
  margin-top: 10px;
  text-align: center; }	
	
/* Subpage 5 - 600px */ 
	
	
}


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

  
/* Homepage */ 
#microHero-slider .item {
    height: 150px;
}
#microHero-slider .item img {
    height: 150px;
    max-width: 480px;
    width: 480px !important;
}
#microHero-slider h1 {
  font-size: 16px;
  text-transform: none;
  line-height: 1.2;
}

  
/* Subpages */	
#microSPhero-out .title {
	font-size: 34px; }		
	
/* Subpage 1 - 480px */  
 
/* Subpage 2 - 480px */  
	
/* Subpage 3 - 480px */  
.spDonate-image img {
	max-width: 100%; }	
	
/* Subpage 4 - 480px */  
.spRecipientRow .recipientList li {
	font-size: 15px; }	
.spRecipientRow .recipientImg img {
  max-width: 100%; }	
	
/* Subpage 5 - 480px */ 
   
}


@media (max-width:400px) {  
/* Subpage 1 - 400px */  
 
/* Subpage 2 - 400px */  
	
/* Subpage 3 - 400px */  
	
/* Subpage 4 - 400px */  
	
/* Subpage 5 - 400px */ 	
}


