/*------------ GENERAL STYLES -----------*/
body {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
  	line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.container {
    padding-left: 8px;
    padding-right: 8px; }

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

h1 {color: #005D9A; font-size: 34px; margin: 10px 0 15px;}
h2 {color: #005D9A; font-size: 30px; margin: 10px 0 15px;}
h3 {color: #005D9A; font-size: 26px; margin: 10px 0 15px;}
h4 {color: #929497; font-size: 24px; margin: 10px 0 15px;}
h5 {color: #005D9A; font-size: 22px; margin: 10px 0 10px;}
h6 {color: #929497; font-size: 20px; margin: 10px 0 10px;}

h1, h2, h3, h4, h5, h6 {  
    font-weight: 600; }

a {
    color: #29ABE2;
    -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 {
    color: #005D9A;
    text-decoration: none; }

strong {
    color: #333; }

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

.mbottom-15 {
    margin-bottom: 15px; }

.custom-btn {
    background-color: #8CC541;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: none;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 30px;
    min-width: 150px;
    margin-top: 10px; }

.custom-btn:hover{
    color: #fff;
    background-color: #929497; }

.spblockquote {
  margin: 0 0 15px 50px;
  border-left: 2px solid #29ABE2;
  padding-left: 10px;
  text-align: left;
  font-style: italic; }

.section-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px; }

.section-header h1 {
    font-size: 37px;
    font-weight: 500;
    color: #0E265F; }


/*------------ HEADER/MENU -----------*/
.header-out {
  color: #fff;
  background-color: #fff;
  box-shadow: 0 3px 3px -2px rgba(52, 52, 52, 0.2);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0; }

#header {
    height: 100%; }

.logo {
  display: inline-block;
  margin: 15px 0 0; }

.logo.logoone {
  margin-right: 25px;
  width: 225px; }

.logo.logotwo {
  width: 115px; }

.logo img {
  max-width: 100%; }

.headsocial {
  position: absolute;
  right: 0;
  top: 15px; }

.headsocial i {
  font-size: 20px;
  margin: 0 5px; }

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    min-height: auto;
    height: 140px;
    position: relative; }

.navbar-collapse {
    box-shadow: none;
    padding: 0; }

.navbar-nav {
    margin-top: 60px; }

/* Main Menu Links */
.navbar-nav > li > a {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 20px 15px;
  border-top: 2px solid transparent;
  margin-bottom: 10px; }

/* Main Menu Hover */
.navbar-nav>li.dropdown:hover>a, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #005D9A;
    background-color: transparent;
    border-color: #29ABE2; }

/* Dropdown Menu */
.navbar-right .dropdown-menu {
    left: 0; }

.dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 230px;
    border: none;
    border-radius: 0;
    background-color: #005D9A;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07); }

/* Dropdown Menu Links */
.navbar-nav .open .dropdown-menu>li>a, .dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

/* Dropdown Menu Hover */
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background: #29ABE2; }

/* Mobile Toggle */
.navbar-toggle {
    background-color: #005D9A;
    border-radius: 3px;
    margin: 5px 0 6px; }

.navbar-toggle .icon-bar {
    background-color: #fff; }



/*------------ HOMEPAGE --------------*/
.pagebody-out {
  margin-top: 100px; }

/*-- Slideshow --*/
#mainCarousel {
  position: relative; }

#mainCarouseltext {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 200px;
  text-align: center; }

#mainCarouseltext h1 {
  color: #fff;
  font-size: 65px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0; }

#mainCarousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 5px; }

#mainCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255,255,255,0.4);
    background-color: rgba(255,255,255,0.4);
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    margin: 0 4px; }

#mainCarousel .carousel-indicators .active {
    background-color: #29ABE2;
		border-color: #29ABE2; }

#mainCarousel .carousel-control {
	z-index: 1;
    width: 40px;
    background-image: none !important; }

#mainCarousel .carousel-control .fas {
    font-size: 38px;
    position: absolute;
    top: 37%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto; }

#mainCarousel img {
  opacity: .75;
  width: 100%; }

/*-- Slideshow CTAs --*/
#hpslideshowwrap {
  position: relative;
  background: #333; }

#heroOutBottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: rgba(123, 176, 54, .8);
  padding: 25px 0; }

.hpcta {
  text-align: center;
  border-right: 1px solid #fff;
  padding: 15px 30px;
  min-height: 150px; }

.hpcta.three {
  border-right: none; }

.hpctaicon i {
  color: #fff;
  font-size: 45px;
  transition: all 225ms ease-in 0s;
  margin-bottom: 20px; }

.hpctaicon i:hover {
  color: #1b270c; }

.hpctatitle a {
  color: #fff;
  font-size: 22px;
  transition: all 225ms ease-in 0s;
  line-height: 1.2em;
  font-weight: 600; }

.hpctatitle a:hover {
  color: #1b270c; }

/*-- Mission --*/
#hpmission .container {
  text-align: center;
  padding: 50px 150px; }

#hpmission h1 {
  font-style: italic; }

/*-- Buckets --*/
#hpbuckets {
  background: #f6f6f6;
  margin-bottom: 10px; }

#hpbuckets .container {
  padding: 50px 0; }

.hpbucketinner {
  text-align: center;
  background: #fff; }

.hpbucketimg {
  height: 180px;
  overflow: hidden;
  background: #fff; }

.hpbucket .bucketimg {
	margin: 0 auto; }

.hpbucket.four .bucketimg {
  padding: 45px 20px 0; }

.hpbuckettitle {
  padding: 28px 15px 15px;
  min-height: 78px; }

.hpbucket.two .hpbuckettitle {
  padding-top: 15px; }

.hpbuckettitle a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px; }

.hpbuckettitle a:hover {
  color: #29ABE2; }


/*-- ALL SUBPAGES --*/
.sp-hero-out {
    background-size: cover !important;
    background-position: top center !important;
    min-height: 300px;
    position: relative; }

.sp-hero-out {
    background: linear-gradient(rgba(0, 93, 154, 0.4), rgba(0, 93, 154, 0.4)) repeat scroll 0 0%, transparent url(https://cdn.ymaws.com/nasdtec.site-ym.com/resource/resmgr/microsite/slide3.png); }

.sp-hero-out>.container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto; }

.sphero-text {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.3); }

.sphero-text h1 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 10px; }

.sp-content-out {
    padding: 50px 0; }

.bg-grey {
    background-color: #e4e4e7; }


/*------------ Subpage 1 --------------*/
.sp2aboutlogo {
  float: left;
  width: 475px;
  padding: 0 25px 25px 0; }

#sp1-section-2 {
  background: #e4e4e7; }

#sp1-section-mission {
  border-left: 1px solid #fff; }

.sp1mv {
  padding: 0 55px; }

.sp1mv h5 i {
  font-size: 14px;
  vertical-align: middle; }

/*-- accordians --*/
.spaboutaccord .card-title {
	position: relative; }	
	
.spaboutaccord .card-header a {
  display: inline-block;
  padding: 25px 85px 25px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  width: 100%;
  background: #005D9A;
  border-radius: 7px; }	
	
.spaboutaccord .card-header a:hover, .spaboutaccord .card-header a:focus {
	background: #29ABE2; }	
	
.spaboutaccord .card {
  margin: 15px 0;
  position: relative;
  display: inline-block;
  width: 100%; }
	
.spaboutaccord .card-header i {
	position: absolute;
	transition: all 225ms ease-in-out 0s;
	right: 30px; }	
	
.spaboutaccord .card-header .collapsed i {
	transform: rotate(180deg); }	
	
.spaboutaccord .card-body {
  padding: 15px 5px;
  display: inline-block; }	


/*------------ Subpage 2 --------------*/
#sp2-section-1 .staff-item {
    margin-bottom: 30px; }

.staff-item {
    text-align: center;
    max-width: 300px;
    margin: 35px auto 0; }

.staff-col:last-child .staff-item {
  margin-bottom: 0 !important; }

.staff-item img {
    border-radius: 100%;
    margin: 0 auto 20px; }

.staff-item h5 {
  margin: 0px 0 10px;
  color: #333; }

.staff-item p {
  margin-bottom: 5px;
  line-height: 20px; }

.staffitem-title {
  font-style: italic;
  font-size: 16px; }

/*------------ Subpage 3 --------------*/
.sp3codelogo {
  float: left;
  width: 225px;
  padding: 0 25px 25px 0; }

.sp3-btnsection {
  text-align: center; }

#sp3-section-2 {
  text-align: center; }

#sp3-section-2 h2 {
  margin: 0 0 35px; }

/*------------ Subpage 4 --------------*/
.sp4-name {
  font-style: italic;
  font-size: 15px; }

.sp4-name .one {
  font-weight: bold;
  font-size: 16px; }

#sp4-section-2 {
  background: #f6f6f6; }

/*-- accordians --*/
.sprationaleaccord .card-title {
	position: relative; }	
	
.sprationaleaccord .card-header a {
  display: inline-block;
  padding: 25px 85px 25px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  width: 100%;
  background: #005D9A;
  border-radius: 7px; }	
	
.sprationaleaccord .card-header a:hover, .sprationaleaccord .card-header a:focus {
	background: #29ABE2; }	
	
.sprationaleaccord .card {
  margin: 15px 0;
  position: relative;
  display: inline-block;
  width: 100%; }
	
.sprationaleaccord .card-header i {
	position: absolute;
	transition: all 225ms ease-in-out 0s;
	right: 30px; }	
	
.sprationaleaccord .card-header .collapsed i {
	transform: rotate(180deg); }	
	
.sprationaleaccord .card-body {
  padding: 15px 5px;
  display: inline-block; }	

/*------------ Subpage 5 --------------*/
/*-- accordians --*/
.spHistoricalaccord .card-title {
	position: relative; }	
	
.spHistoricalaccord .card-header a {
  display: inline-block;
  padding: 25px 85px 25px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  width: 100%;
  background: #005D9A;
  border-radius: 7px; }	
	
.spHistoricalaccord .card-header a:hover, .spHistoricalaccord .card-header a:focus {
	background: #29ABE2; }	
	
.spHistoricalaccord .card {
  margin: 15px 0;
  position: relative;
  display: inline-block;
  width: 100%; }
	
.spHistoricalaccord .card-header i {
	position: absolute;
	transition: all 225ms ease-in-out 0s;
	right: 30px; }	
	
.spHistoricalaccord .card-header .collapsed i {
	transform: rotate(180deg); }	
	
.spHistoricalaccord .card-body {
  padding: 15px 5px;
  display: inline-block; }	

/*------------ Subpage 6 --------------*/
#sp6-section-1 .two span {
  font-style: italic; }

#sp6-section-2 {
  background: #f6f6f6;
  text-align: center; }

.sp6bucketwrap {
  width: 49%;
  display: inline-block;
  vertical-align: top; }

.sp6bucket {
  background: #fff;
  border-radius: 3px;
  padding: 25px;
  text-align: center;
  margin: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .08); }

.sp6bucket h5 {
  margin: 0 0 15px; }

.sp6bucketwrap.one .sp6bucket h5, .sp6bucketwrap.two .sp6bucket h5 {
  min-height: 50px; }

.sp6bucket p {
  min-height: 72px; }


/*------------ Subpage 7 --------------*/
.sp7-research.right p span {
  font-style: italic; }


/*------------ Subpage 8 --------------*/
#sp8-section-2 {
  background: #f6f6f6; }

.sp8bucketwrap {
  padding: 0; }

.sp8bucket {
  background: #fff;
  border-radius: 3px;
  min-height: 262px;
  padding: 30px;
  text-align: center;
  display: table;
  margin: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .08); }

.sp8bucket h5 {
  margin: 0 0 15px; }

.sp8bucket p {
  min-height: 72px; }

.sp8bucketlist {
  padding: 0;
  margin: 0; }

.sp8bucketlist li {
  list-style: none;
  line-height: 1.2em;
  text-align: left;
  margin: 10px; }

.sp8bucketlist li i {
  color: #005D9A;
  font-size: 12px; }

/*------------ Subpage 9 --------------*/
#sp9-section-1 p .one {
  font-style: italic; }

.sp9-btnsection {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center; }

.sp9-btnsection .sp9musicbtn {
  width: 100%; }


/*------------ Subpage 10 --------------*/
#sp10-section-1 {
  text-align: center; }

.sp10aboutlogo {
  width: 165px;
  margin: 0 auto 25px; }

#sp10-section-1 p {
  font-size: 16px;
  font-style: italic;
  font-weight: bold; }

#sp10-section-2 {
  background: #f6f6f6; }

.sp10bucketwrap {
  padding: 0; }

.sp10bucket {
  background: #fff;
  border-radius: 3px;
  min-height: 465px;
  padding: 30px;
  text-align: center;
  display: table;
  margin: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .08); }

.sp10bucket h5 {
  margin: 0 0 15px; }

.sp10bucketlist {
  padding: 0;
  margin: 25px 0 0; }

.sp10bucket .desc {
  font-style: italic;
  text-align: left; }

.sp10bucketlist li {
  list-style: none;
  line-height: 1.2em;
  text-align: left;
  margin: 15px 0px; }

.sp10bucketlist li i {
  color: #005D9A;
  font-size: 12px; }






/*------------FOOTER -----------*/
.footer-out {
  background-color: #e4e4e7;
  padding: 30px 0 35px;
  text-align: center;
  font-weight: 500;
  color: #333; }

.footer-out a {
  color: #005D9A; }

.footer-out a:hover {
  color: #29ABE2; }

#footlogo {
  display: inline-block;
  margin-bottom: 10px; }

.footlogo {
  width: 200px; }

#footer-contact ul {
  list-style: none;
  padding: 0;
  display: table;
  text-align: left;
  margin: 0 auto 10px; }

#footer-contact li {
  line-height: normal;
  padding-left: 25px;
  margin-bottom: 10px;
  display: inline-block; }

#footer-contact li i {
  color: #005D9A;
  padding-right: 5px;
  font-size: 17px; }

#footer-social a {
  color: #fff;
  background-color: #005D9A;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  border-radius: 100%;
  margin-right: 3px; }

#footer-social a:hover {
	background-color: #29ABE2; }


/*------------ MEDIA QUERIES --------------*/

@media (min-width:768px){.container{width:750px}}
@media (min-width:960px){.container{width:900px}}
@media (min-width:1200px){.container{width:1200px}}

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




/* MEDIA 1400 */
@media (max-width: 1400px){
    /* Slideshow */
	#mainCarouseltext { top: 150px; }
}




/* MEDIA 1199 */
@media (max-width: 1199px){
    /* Header/Main Menu */
	.navbar { height: 120px; }
	.navbar-nav { margin-top: 50px; }
  	.navbar-nav > li > a { padding: 15px 10px; font-size: 15px; }
	.logo.logoone { margin-right: 20px; width: 155px; }
	.logo.logotwo { width: 85px; }
	
    /* Homepage */
	.pagebody-out { margin-top: 120px; }
	
    /* Slideshow */
	#mainCarouseltext { top: 100px; }
	#mainCarouseltext h1 { font-size: 56px; }
	#mainCarousel .carousel-control .fas { top: 30%; }
	
    /* Slideshow CTAs */
	.hpcta { padding: 15px 20px; min-height: 150px; }
	.hpctatitle a { font-size: 20px; }
	
    /* Mission */
	#hpmission .container { padding: 50px 0; }
	
    /* Bucket CTAs */
	.hpbucket.two .hpbuckettitle { padding-top: 28px; }
	.hpbucket { width: 50%; text-align: center; margin: 8px 0; }
	.hpbucketimg { height: 280px; margin-bottom: 10px; }
	.hpbucket.four .bucketimg { padding: 85px 45px 0; }
	
    /* Subpage 1 */
	.sp1mv { padding: 0 35px; }
	
    /* Subpage 2 */
	.staff-item h5 { font-size: 20px; }
	
    /* Subpage 6 */
	.sp6bucketwrap.one .sp6bucket h5, .sp6bucketwrap.two .sp6bucket h5 { min-height: 73px; }
	.sp6bucket p { min-height: 120px; }
	
    /* Subpage 8 */
	.sp8bucket { min-height: 310px; }
	.sp8bucket p { min-height: 120px; }
	
    /* Subpage 10 */
	.sp10bucket { min-height: 570px; }

}



/* MEDIA 959 */
@media (max-width: 959px){
    .col-5 {
        width: 100%;
        float: none;
        padding-left: 8px;
        padding-right: 8px; }
	
    /* Header/Main Menu */
	.logo.logoone { width: 135px; }
    .logo.logotwo { width: 70px; }
	.navbar { height: 100px; }
	.navbar-nav { margin-top: 0; }
    .navbar-nav > li > a { font-size: 16px; padding: 5px 20px; }
    
    /* Homepage */
	.pagebody-out { margin-top: 142px; }
	
    /* Slideshow Text */
	#mainCarouseltext { top: 50px; }
	#mainCarousel .carousel-control .fas { top: 24%; }
	
    /* Slideshow CTAs */
	#heroOutBottom { padding: 15px 0; }
	.hpcta { padding: 15px 15px; min-height: 130px; }
	.hpctaicon i { font-size: 36px; margin-bottom: 15px; }
	.hpctatitle a { font-size: 17px; }
	
    /* Bucket CTAs */
	.hpbucketimg { height: 260px; }
	
	/* Subpage 1 */
	.sp2aboutlogo { width: 375px; }
	
	/* Subpage 2 */
	.staff-item h5 { font-size: 18px; }
	
	/* Subpage 3 */
	.sp3codelogo { width: 260px; }
	
    /* Subpage 6 */
	.sp6bucketwrap { width: 100%; }
	.sp6bucketwrap.one .sp6bucket h5, .sp6bucketwrap.two .sp6bucket h5 { min-height: auto; }
	.sp6bucket p { min-height: auto; }
	
    /* Subpage 7 */
	.sp7-research { width: 100%; }
	.sp7researchimg { margin: 0 auto; }
	.sp7-research.right { margin-top: 35px; }
	
    /* Subpage 8 */
	.sp8bucket { min-height: 350px; }
	.sp6bucket p { min-height: 144px; }

    /* Subpage 10 */
	.sp10bucketwrap { width: 100%; }
	.sp10bucket { min-height: auto; width: 100%; }
}




/* MEDIA 767 */
@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 {
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative; }
	
    .row {
      margin-right: -15px!important;
      margin-left: -15px!important; }
	
	
    /* Header/Main Menu */
	.header-out { position: inherit; }
    .navbar-toggle { margin-top: 70px; }
    .navbar-collapse { background-color: #005D9A; z-index: 1000; position: relative; padding: 0 15px; margin-top: 10px; }
    .navbar-nav { text-align: left; display: block; margin-top: 7.5px; }
    .navbar-nav>li>a { color: #fff; font-size: 16px; padding: 10px 15px; border-top: none; margin-bottom: 0; border-bottom: none; }
    .navbar-nav>li>a:focus, .navbar-nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background-color: #29ABE2; color: #fff; }
    .navbar-nav .open .dropdown-menu { padding: 10px 0; }
    .navbar-nav .open .dropdown-menu>li>a, .dropdown-menu>li>a { padding: 5px 15px 5px 25px; color: #fff; }
    .navbar-nav>li.dropdown:hover>a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { background-color: #29ABE2; color: #fff; }
    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background-color: #29ABE2; color: #fff; }
	
	.logo.logoone { width: 185px; }
	.logo.logotwo { width: 90px; }
	.headsocial i { font-size: 18px; margin: 0 2px; }
	
	
    /* Pagebody */
    .pagebody-out { margin-top: 0; }
	.sp-hero-out .container { position: relative; top: 0; bottom: 0; transform: none; padding: 55px 35px 35px; }
	.spblockquote { margin: 0 0 15px 15px; }
	
    /* Homepage */
    /* Slideshow */
	#mainCarouseltext { top: 90px; }
	#mainCarouseltext h1 { font-size: 50px; }
	#mainCarousel .carousel-control { display: none; }
	
    /* Slideshow CTAs */
	#heroOutBottom { position: relative; background: rgb(123, 176, 54); padding: 0px; }
	.hpcta { border-right: none; margin: 10px 0; background: rgba(0, 0, 0, .1); padding: 25px; }
	
    /* Mission */
	#hpmission .container { padding: 20px 35px 0px 35px; }
	#hpmission h1 { font-size: 26px; }
	
    /* Bucket CTAs */
	#hpbuckets .container { padding: 0px; }
	.hpbucket { width: 100%; margin: 15px 0; }
	.hpbucketimg { height: auto; }
	.hpbucket .bucketimg { max-width: 500px; padding: 15px 15px 0; }
	.hpbucket.four .bucketimg { padding-top: 15px; }
	
    /* Subpage 1 */
	#sp1-section-1 { text-align: center; padding-left: 35px; padding-right: 35px; }
	.sp2aboutlogo { float: none; width: 275px; margin: 0 auto 15px; padding: 0; }
	#sp1-section-mission { border: none; margin-top: 35px; }
	.sp1mv { text-align: center; padding: 0 35px; }
	#sp1-section-3 { padding-left: 35px; padding-right: 35px; }
    
    /* Subpage 2 */
	.staff-item h5 { font-size: 22px; }
	
    /* Subpage 3 */
	#sp3-section-1 { padding-left: 35px; padding-right: 35px; text-align: center; }
	.sp3codelogo { float: none; margin: 0 auto 15px; padding: 0; width: 275px; }
	#sp3-section-2 { padding-left: 35px; padding-right: 35px; }
	.sp3brochure { margin: 0 auto; }
	.sp3brochure.one { margin-bottom: 35px; }
	
    /* Subpage 4 */
	#sp4-section-1 { padding-left: 35px; padding-right: 35px; text-align: center; }
	#sp4-section-2 { text-align: center; padding-left: 35px; padding-right: 35px; }
	.sp4-video.right { margin-top: 35px; }
	#sp4-section-3 { padding-left: 35px; padding-right: 35px; }
	
    /* Subpage 5 */
	#sp5-section-1 { padding-left: 35px; padding-right: 35px; }
	#sp5-section-1 .introrow { text-align: center; }
	
    /* Subpage 6 */
	#sp6-section-1 { padding-left: 35px; padding-right: 35px; text-align: center; }
	#sp6-section-2 { padding-left: 35px; padding-right: 35px; }
	
    /* Subpage 7 */
	#sp7-section-1 { text-align: center; padding-left: 35px; padding-right: 35px; }
	
    /* Subpage 8 */
	#sp8-section-1 { padding-left: 35px; padding-right: 35px; text-align: center; }
	#sp8-section-2 { padding-left: 35px; padding-right: 35px; }
	.sp8bucketwrap { padding: 0; }
	.sp8bucket { min-height: auto; margin: 20px 0; }
	.sp8bucket p { min-height: auto; }
	.sp8bucketlist li { text-align: center; }
	
    /* Subpage 9 */
	#sp9-section-1 { text-align: center; padding-left: 35px; padding-right: 35px; }
	
    /* Subpage 10 */
	#sp10-section-1 { padding-left: 35px; padding-right: 35px; }
	#sp10-section-2 { padding-left: 35px; padding-right: 35px; }
	.sp10bucketwrap { padding: 0; }
	.sp10bucket { margin: 20px 0; }
	
    /* Footer */
    .footer-out { text-align: center; padding: 60px 0; }
	#footer-contact ul { text-align: center; }
	#footer-contact li { display: block; padding-left: 0; }
	
    /* Subpage Hero */
    .sp-hero-out {
        min-height: 200px; }
	
    .col-5 {
        width: 100%;
        float: none;
        padding-left: 15px;
        padding-right: 15px; }
}




/* MEDIA 600 */
@media (max-width: 600px){
    /* Homepage */
    /* Slideshow */
	#mainCarouseltext { top: 90px; }
	#mainCarouseltext h1 { font-size: 42px; }
	
    /* Bucket CTAs */
	.hpbucket .bucketimg { max-width: 100%; }
    
}





/* MEDIA 480 */
@media (max-width: 480px){
	
  /* Menu/Nav */  
  .headsocial { display: none; }
  .logo.logoone { width: 140px; margin-right: 10px; }
  .logo.logotwo { width: 75px; }	
  .navbar-toggle { margin-top: 60px; }	
  .navbar-collapse { margin-top: 0px; }
	
    /* Subpages */  
	.sphero-text h1 { font-size: 32px; }
	
    /* Homepage */  
    /* Slideshow */  
	#mainCarouseltext { top: 40px; }
	
    /* Mission */  
	#hpmission h1 { font-size: 22px; }
	
    /* Buckets */  
	.hpbucket.four .bucketimg { padding: 15px 15px 0; }

}
