<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;	
-moz-osx-font-smoothing: grayscale !important;	
-webkit-text-size-adjust: none !important;
}

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 20px;
	overflow-x: hidden;
}

[class*='col-'] {
	float: left;
	padding-right: 20px; /* column-space */
	text-align: left;
}

[class*='col-5-12'] {
	float: left;
	padding-right: 0; /* column-space */
	text-align: left;
}

[class*='col-1'] {
	padding-right: 0; /* column-space */
}

a:link, a:visited {
text-decoration: none;	
color: #118166;
}

a:hover, a:active {
text-decoration: none;	
color: #005a84;
}

h1 {
color: #3c939a;
font-size: 36px;
line-height: 36px;
font-weight: normal;
font-family: Verdana, Geneva, sans-serif;
}

h2 {
color: #005b82;
font-size: 30px;
font-weight: normal;
line-height: 30px;
font-family: Verdana, Geneva, sans-serif;
}

h3 {
color: #3c939a;
font-size: 24px;	
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
}

.project-heading {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

.project-details {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
}

img {
/* max-width: 100%;
height: auto; */
}

img.landing-home {
max-width: 100%;
height: auto;	
}

a img {
border: none;	
}

.breadcrumbs {
font-family: Verdana, Geneva, sans-serif;	
font-size: 16px;
}

.breadcrumbs br {
display: none;	
}


.horizontalblueline {
border-bottom: #005b82 solid 1px;	
}

.callout {
	color: #ddb22a;
	font-weight: bold;
}

a.button {
display: inline-block;	
background: url(/files/2015/images/btn-bkgd.jpg);
color: #fff;
font-family: Verdana, Geneva, sans-serif;
font-size: 20px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
padding: 10px 10px 10px 40px;
width: 280px;
height: 41px; 
text-align: center;
}

a.button:hover {
background: url(/files/2015/images/btn-bkgd.jpg);	
}

.more-left {
padding-left: 20px;	
}

.landing-photo-half {
margin-top: 30px;
}

.landing-photo-half-second {
margin-top: 30px;
}

.landing-photo-title {
	font-family: Verdana, Geneva, sans-serif;
}

	

.side-box ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}

ul.no-bullet {
list-style: none;
margin-left: 0;
padding-left: 0;	
}

.skyscraper {
width: 120px;
height: 600px;
margin: 0 auto 40px auto;
}

.home-background {
background: #eff3f3;
}


#spotlight1 img, #spotlight2 img, #spotlight3 img, #spotlight4 img, #spotlight5 img {
max-width: 100%;	
}


#spotlight2, #spotlight3, #spotlight4, #spotlight5 {
display: none;	
}

.alterrow {
background: #eee;	
}

.titlerow {
background: #0a5c80;
color: #fff;
font-size: 20px;
}

@media all and (max-width: 767px) {

/* .sub-nav {
display: none;	
} */

.col-1-1.carousel {
	margin-right: 0;
	padding-right: 0;
}

.carousel img {
width: 100%;
height: auto;
}
	
.carousel-caption {
background: #005b82 url(/files/2015/images/caption-arrows-sm.png) no-repeat right;
position: static;
margin-top: -5px;
width: 100%;
height: auto;
color: #fff;
font-size: 16px;
padding: 10px 55px 20px 15px;
}	
}

.interior-body {
font-family: "Times New Roman", Times, serif;	
font-size: 20px;
}

@media all and (min-width: 767px) {

.landing-photo-half-second {
float: right;
}

.logo {
text-align: center;	
margin-top: 20px;	
margin-left: auto;	
}

.carousel-caption {
background: rgba(0, 91, 130, 0.8) url(/files/2015/images/caption-arrows.png) no-repeat right;
position: relative;
margin-top: -82px;
width: auto;
height: 80px;
color: #fff;
font-size: 18px;
padding: 10px 95px 20px 20px;
}

.top-links {
width: 100%;
padding-right: 0;
}

}

@media all and (max-width: 59em) {
.rdcms-formbuilder input {
  max-width: 250px;
}
}

@media all and (min-width: 80em) {
.carousel-caption {
padding: 20px 95px 20px 20px;
}
}

@media all and (max-width: 48em) {
.landing-photo-title {
font-size: 16px;
font-weight: 500;
}
}


@media all and (min-width: 48em)  and (max-width: 63em) {
	
	
.landing-photo-half {
max-width: 90%;	 
}

.landing-photo-half-second {
max-width: 90%;	

}

.home-photo-half {
max-width: 230px;	
margin: 0 auto;
}

.home-photo-half-second {
max-width:  230px;	
margin: 0 auto;

}

.landing-photo-title {
font-size: 14px;
font-weight: 500;
}

	
}

@media all and (min-width: 48em)  and (max-width: 68em) {
	
.col-1-6.sponsors {
clear: both;
width: 100%;
margin: 0 auto;
}

.col-10-12.home-tablet {
width: 100%;	
}

}


@media all and (min-width: 63em)  and (max-width: 68em) {
	
	
.landing-photo-half {
max-width: 300px;	
}

.landing-photo-half-second {
max-width: 300px;
}

.home-photo-half {
max-width: 300px;
margin-left: auto;
margin-right: auto;
}

.home-photo-half-second {
max-width: 300px;
margin-left: 40px;
}

.landing-photo-title {
font-size: 18px;
font-weight: 500; 
}
	
}

@media all and (min-width: 68em) {
	
.landing-photo-half {
max-width: 420px;
}

.landing-photo-half-second {
max-width: 420px;

}

.landing-photo-title {
font-size: 18px;
font-weight: 500; 
}

.landing-intro {
max-width: 900px;	
margin: 0 auto;
font-size: 24px;
line-height: 30px;
}

.form-builder {
  max-width: 900px;	
  margin: 0 auto;
}

}

.buttonset {
 margin-top: 24px;
}

.FieldDescription {
  font-size: 14px;
}

@media all and (min-width: 68em)  and (max-width: 80em) {
	
.landing-photo-half {
max-width: 350px;	
margin-left: auto;
margin-right: auto;
}

.landing-photo-half-second {
max-width: 350px;	
margin-left: auto;
margin-right: auto;
}

.home-photo-half {
max-width: 350px;	
margin-left: auto;
margin-right: auto;
}

.home-photo-half-second {
max-width: 330px;	
margin-left: auto;
margin-right: auto;
}

}

@media all and (min-width: 80em) {
.landing-photo-title {
font-size: 24px;
font-weight: 500;
}

.landing-photo-half {
margin-left: 0;
max-width: 420px;
}

.landing-photo-half-second {
margin-left: 80px;	
width: 420px;
}

.home-photo-half {
margin-left: auto;
margin-right: auto;
max-width: 400px;
}

.home-photo-half-second {
margin-left: 80px;	
width: 400px;
}
}


@media all and (min-width: 90em) {
	
.home-photo-half {
margin-left: auto;
margin-right: auto;
max-width: 420px;
}

.home-photo-half-second {
margin-left: 80px;	
width: 420px;
}
}


.logo img {
/* width: 500px; */
max-width: none;
height: auto;
}

.carousel {
font-weight: normal;
text-align: left;
margin-top: -85px;
}

.home-content {
margin: 40px auto;
}

.content ul li {
padding-bottom: 10px;	
}

img.left {
float: left; 
margin-right: 20px;
margin-bottom: 10px;
}

.callout-box {
background: #eee;
padding: 10px;
margin-top: 20px;
width: 90%;
}

.footer {
width: 100%;
background: url(/files/2015/images/bkgd-blue-shipping.jpg) no-repeat top left;
float: left;	
text-align: center;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
height: 375px;

}

.footer-left {
float: left;	
color: #fff;
width: auto;
height: 300px;
text-align: left;
font-size: 16px;
margin-top: 0;
padding: 0 67px 37px 37px;
}

.footer-left h2 {
color: #fff;
font-size: 24px;
margin-top: 10px;
}

.footer-left-contact {
padding-top: 14px;	
padding-bottom: 14px;	
}

.footer-left-contact a {
color: #aedde0;	
}

.footer-left-contact a.email {
color: #fff;	
}

.footer-left-contact .callout {
color: #aedde0;	
font-weight: normal;
line-height: 24px;
}

.footer-right {
float: right;	
width: 399px;
height: 256px;
/* background: url(/files/2015/images/office.jpg) no-repeat top left 22px;	*/
}

.footer-right img {
z-index: 10;
}


img.footer-office {
position: relative;
bottom: 0;
right: 0;
z-index: 10;
}


.social-media {
background: url(/files/2015/images/bkgd-footer-right.png) repeat-x top right;	
z-index: 2;
height: 50px;
position: relative;
bottom: 0;
right: 0;
text-align: right;
}

@media all and (max-width: 36em) {
.footer-left h2 {
	padding-top: 5px;	
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
}
}


@media all and (min-width: 36em) {
.footer-left h2 {
color: #fff;
font-size: 20px;
padding-top: 10px;
line-height: 20px;
}
}

@media all and (max-width: 63em) {
	
.col-1-1.footer {
margin-right: 0;
padding-right: 0;
margin-bottom: 0;
}
	
.footer-left {
float: none;	
color: #fff;
width: 100%;
height: 256px;
text-align: left;
font-size: 16px;
margin-top: 0;
padding: 0 10px 37px 20px;
}


.footer-left-contact {
padding-top: 14px;	
padding-bottom: 14px;	
}

.footer-left-contact a {
color: #aedde0;	
font-weight: normal;
}

.footer-left-contact a.email {
color: #fff;	
font-weight: normal;
}

.footer-left-contact .callout {
color: #aedde0;	
font-weight: normal;
}

.footer-right {
float: none;	
width: 100%;
height: 300px;
margin: -1px 0 0 0;
padding: 0;
background: #3c939a;
}

.footer-right img {
z-index: 10;
margin-top: -25px;
}

img.footer-office {
position: relative;
top: 0;
right: auto;
}

.social-media {
background: none;	
z-index: 2;
width: 100%;
height: 50px;
position: relative;
bottom: 75px;
right: 0;
text-align: right;
}

}

@media all and (min-width: 99.5em) {

.social-media {
bottom: 0;
}

}

.social-media img {
margin-right: 20px;
margin-top: 5px;
}

.clear {
clear: both;	
}

.grid {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 30%;
	margin-left: 2%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 25%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%;
}

.push-1-14 {
	margin-left: 10px;
}

.push-1-15 {
	margin-left: 3.33%;
}

label {
display: block;
padding-top: 7px;
}

.search-courses {
background: #eee;
padding: 10px;
float: left;
width: 100%;
}

.aptifyButton {
margin-top: 20px;	
}

input[type="select"] {
width: 200px;	
}

input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}


.landing-photo {
max-width: 900px;
height: auto;
margin: 40px auto 0 auto;
text-align: center;
}

.half-container {
max-width: 900px;
height: auto;
margin: 60px auto 20px auto;
text-align: center;
}


.half-container.splash {
margin: 25px auto 20px auto;
}

.landing-photo-title {
position: relative;
bottom: 0;
background: #000;
margin: -40px auto 0 auto;
width: auto;	
height: 40px;
color: #fff;
text-align: center;
padding-top: 10px;
}

.landing-photo-caption {
text-align: left;
padding-top: 0;
font-weight: bold;
margin-left: 0;
padding-left: 0;
}

.landing-photo-caption.clear {
padding-top: 0;
margin-top: 0;
}

.home-title {
background: #3c939a;
color: #fff;
font-size: 30px;
font-weight: normal;
line-height: 30px;
font-family: Verdana, Geneva, sans-serif;
text-align: center;
padding: 10px;
}

.home-title-blue {
background: #0a5e7d; 
color: #fff;
font-size: 30px;
font-weight: normal;
line-height: 30px;
font-family: Verdana, Geneva, sans-serif;
text-align: center;
padding: 10px;
}

@media all and (min-width: 48em) and (max-width: 63em) {
.col-9-12 {
	width: 65%;
}

.col-1-8 {
	width: 20%;
}

.footer-right {
margin: -15px 0 0 0;
}

img.footer-office {
margin-top: 20px;	
}

.home-title {
font-size: 24px;
}

.home-title-blue {
font-size: 24px;
}


}


@media all and (max-width: 79em)  {

.col-1-2.projects-half {

width: 100%;

}

}



@media all and (min-width: 80em)  {

.col-1-2.projects-half {

width: 50%;

}

}



  .nav &gt; ul &gt; li {    
	font-size: 14px;
}

@media all and (min-width: 63em) {

  .nav &gt; ul &gt; li {    
	font-size: 18px;
}


}


@media all and (min-width: 768px) {
.logo {
display: block;
}

.mobile-logo {
display: none;
}	
}

 
	@media all and (min-width: 767px) {
		
	
	#mobile-nav-container, .js .mobile-nav-toggle {
        display: none;
    }

    .js .mobile-toggled {
        display: none;
    }
		
		.hide-on-desktop {
			display: none;
		}
		
 .nav  {
	background: rgba(60, 147, 154, 0.8);
	float: left;
	width: 100%;
	height: 85px;
	margin-left: 0;
	padding-left: 0;
 }
 
 .nav.interior  {
	background: rgba(60, 147, 154, 1.0);
 }

 .nav li {
	
}


 .nav li a {
color: #fff;
font-weight: normal;
font-size: 28px;
line-height: 28px;
font-weight: normal;
font-variant: small-caps;
 }


	.nav li ul {
  background: #666;
}
	
	 .nav {
	margin-top: 20px;
    padding: 0 20px;
    position: relative;
    z-index: 10;

  }
  
.nav &gt; ul  {
margin: 0 0;
text-align: center;
  }
  
  .nav &gt; ul &gt; li {    
	margin-top: 0;
    width: 33%;
	height: 85px;
    float: left;
	text-align: center;
	list-style: none;
}
  
  .nav &gt; ul &gt; li:last-child {
	text-align: right !important;
  }
  
  .nav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 10px 0 10px 15px;
    text-align:  center !important;
    color: #fff;
	/* width: 33%; */
  }
  .nav &gt; ul &gt; li:hover &gt; a {
    background: #0a5c80;
	height: 85px;
  }
  
   .nav &gt; ul &gt; li.current &gt; a {
	background: #0a5c80;
	height: 85px;
  }
  
   .nav &gt; ul &gt; li.current:hover &gt; a {
	background: #0a5c80;
	height: 85px;
  }
  
  
  .nav li ul {
	width: 100%;
    padding: 5px 5%;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear 0.2s;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear 0.2s;
    transition: transform 0.2s ease, visibility 0s linear 0.2s;
    z-index: 10;
	background: #0a5c80;
  }
  .nav &gt; ul &gt; li:hover &gt; ul {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear;
    transition: transform 0.2s ease, visibility 0s linear;
  }
  .nav li ul a {
    display: block;
    padding: 10px 10px;
    font-size: 18px;
	color: #fff;
	text-align: left;
	font-size: 18px;
  }

   
  .nav li ul a:hover {
	 color: #e3b44d;
	font-weight: 500;
  }  
    
  .nav li ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.4em;
    width: 100%;
    padding-right: 20px;
  }
  .nav.stuck {
    width: 100%;
    /* position: fixed; 
    left: 0;
    top: 40px;*/
    position: fixed;
    left: 0;
    top: 0;
  }
	
 
 
 .utility {
padding: 5px 10px 5px 10px;
background: #005b82;
height: 46px;
text-align: center;
 }

 
 .utility.newlinks {
padding: 5px 5px 5px 5px;
 }


 .utility.newlinks li ul {
	width: 300px;
    padding: 5px 10px 5px 20px;
    position: absolute;
    top: 145px;
    left: auto;
    right: auto;
    visibility: hidden;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear 0.2s;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear 0.2s;
    transition: transform 0.2s ease, visibility 0s linear 0.2s;
    z-index: 999;
	background: #0a5c80;

  }
  .utility.newlinks &gt; ul &gt; li:hover &gt; ul {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear;
    transition: transform 0.2s ease, visibility 0s linear;
  }

.utility.newlinks &gt; ul &gt; li:nth-child(2) img, .utility.newlinks &gt; ul &gt; li:nth-child(3) img, .utility.newlinks &gt; ul &gt; li:nth-child(4) img, .utility.newlinks &gt; ul &gt; li:nth-child(6) img {
display:none;

}


  .utility.newlinks li ul a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
	color: #fff;
	text-align: left;
  }

   
  .utility.newlinks li ul a:hover {
	 color: #e3b44d;
	font-weight: 500;
  }  
    
  .utility.newlinks li ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.4em;
    width: 100%;
    padding-right: 0;
  }


 
  
 input.goButtonSearch[type=submit] {
float: right !important;	
background: #a6a7a7  url(/files/2015/images/search.png) right no-repeat !important;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
color: #fff;
height: 40px !important;
margin-top: 0 !important;
margin-left: 40px;
padding-top: 3px;
padding-left: 18px;
padding-right: 28px;
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
 display: inline-block; 
 white-space: nowrap !important;
overflow: hidden !important;
 font-size: 14px;
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 400;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: none;
}


input.goButtonSearch[type=submit]:hover {
background: #7d0049 url(/files/2015/images/search.png) right no-repeat !important;	
}	
	
	.page-search .text-input {
  width: 0;
  padding: 0;
  position: absolute;
  left: 36px;
  top: 5px;
  top: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0;
  color: transparent;
  background: transparent;
  overflow: hidden;
}
.page-search .text-input:focus {
  width: 12em;
  padding: 0 10px;
  padding: 0 1rem;
  border-color: #c4d600;
  color: #d1d4d3;
}
.page-search .text-input + span {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-search .text-input:focus + span {
  left: 99em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
	
	
/* reset webkit search input browser style */
#searchfield input {
	
}
#searchfield input[type=text] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#searchfield input::-webkit-search-decoration,
#searchfield input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
#searchfield input[type=text] {
	float: right;
	/* background: url(/files/2015/images/search.png) no-repeat right; */
	border: none;
	padding: 0 0 0 0;
	width: 170px !important;
	height: 46px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

/* placeholder */
#searchfield input:-moz-placeholder {
	color: #666;
}
#searchfield input::-webkit-input-placeholder {
	color: #666;
}

/* demo B */
#searchfield input[type=text] {
	width: 195px !important;
	margin-top: -12px;
	margin-right: -12px;
	padding-left: 10px;
	color: #fff !important;
	cursor: auto;
	background-color: #3c939a;
	color: #fff;
}


#searchfield input[type=text]:hover {
	width: 195px !important;
	padding-left: 10px;
	color: #fff !important;
	cursor: auto;
	background-color: #3c939a;
	color: #fff;
}
#searchfield input[type=text]:focus {
	width: 195px !important;
	padding-left: 10px;
	color: #fff !important;
	cursor: auto;
	background-color: #3c939a;
	color: #fff;
}

	
#searchfield input[type=text]:focus {
	width: 195px !important;
	padding-left: 10px;
	color: #fff !important;
	cursor: auto;
	background-color: #3c939a;
	color: #fff;
}


#searchfield input[type=image] {
float: right;
margin-top: -12px;
text-align: right;
position: absolute;
right: 0;
}



#searchfield input:-moz-placeholder {
	color: transparent;
}
#searchfield input::-webkit-input-placeholder {
	color: transparent;
}

.col-1-1.gray-back {
background: #eff3f3;	
}

.leaderboard {
width: 728px;
margin: 10px auto;
display: block;
}

	}
	
.sub-nav ul  {
list-style: none;	
margin-top: 0;
margin-left: 0;
padding: 10px;
border: #ddd solid 1px;	
}	

.sub-nav ul li  {
padding-bottom: 10px;
}	

.sub-nav ul li.current a, .sub-nav ul li.current a:hover  {
color: #0a5c80;
font-weight: bold;
}	

.sub-nav li ul li a  {
color: #118166 !important;
font-weight: normal !important;
}

.sub-nav li ul li a:hover  {
color: #0a5c80 !important;
font-weight: normal !important;
}

.sub-nav li ul li.current a, .sub-nav li ul li.current a:hover  {
color: #0a5c80;
font-weight: bold;
}	


.sub-nav ul li ul  {
border: none;	
margin-left: 20px;
margin-bottom: 0;
}	
	
.side-box h4 {
	background-color: #005b82;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 0;
}

.sub-nav h4 {
	background-color: #005b82;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 0;
}

.you-might ul  {
list-style: none;	
margin-top: 0;
margin-left: 0;
padding: 10px;
border: #ddd solid 1px;	
}

.you-might ul li {
padding-bottom: 10px;
}

.custom-content p  {
margin-top: 0;
margin-left: 0;
padding: 10px;
border: #ddd solid 1px;	
}

.home-optional {
padding-top: 10px;	
padding-left: 40px;
font-family: "Times New Roman", Times, serif;	
font-size: 20px;
text-align: left;
}
	
@media all and (min-width: 48em) and (max-width: 68em) {
   
  .nav &gt; ul &gt; li &gt; a {
   font-size: 22px;
  }
}	

@media all and (min-width: 48em) and (max-width: 63em) {
 .utility ul {
margin: 0 auto; 
padding: 0;
text-align: center;
}
	
  .utility ul li {	
    float: left;
	list-style: none;	   
	width: 15%;
	text-align: center;
   }


 .utility.newlinks ul li {	   
	display: inline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: static;
	width: auto;
	min-width: 12%;
   }

 .utility.newlinks ul li a {
font-size: 12px;
}



	.utility.newlinks ul li ul li:nth-child(5), .utility.newlinks ul li ul li {
	width: 100%;   
   }

	.utility.newlinks ul li ul {
	padding-top: 20px;
	padding-bottom: 20px;
}


   
   .utility ul li:nth-child(2) {	
    float: left;
	list-style: none;	   
	width: 18%;
	text-align: center;
   }


  .utility.newlinks ul li:nth-child(2), .utility.newlinks  ul li:nth-child(5)  {	
  width: auto;
   }

   
      .utility ul li:nth-child(3)  .utility ul li:nth-child(4) {

   }
   
     .utility ul li:nth-child(5) {
	width: 10%;   
   }

 
	
 .utility  a {
	text-align: center;
	color: #fff;  
	font-size: 14px;
	font-weight: 200;
	display: block;
  }
}	

@media all and (min-width: 63em)  {

.utility ul {
margin: 0 auto; 
padding: 0;
text-align: center;
}
	
  .utility ul li {	
    float: left;
	list-style: none;	   
	width: 15%;
	text-align: center;
   }
   
   .utility ul li:nth-child(2) {	
    float: left;
	list-style: none;	   
	width: 20%;
	text-align: center;
   }
   
      .utility ul li:nth-child(3)  .utility ul li:nth-child(4) {

   }
   
     .utility ul li:nth-child(5) {
	width: 10%;   
   }

 
 .utility.newlinks ul li {
	display: inline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	width: auto;
	min-width: 13%;
}
	
 .utility  a {
	text-align: center;
	color: #fff;  
	font-size: 16px;
	font-weight: 200;
	display: block;
  }
  
 .utility.newlinks ul li {	   
	display: inline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: static;
	width: auto;
	min-width: 13%;
   }



	.utility.newlinks ul li ul li:nth-child(5), .utility.newlinks ul li ul li {
	width: 100%;   
   }

	.utility.newlinks ul li ul {
	padding-top: 20px;
	padding-bottom: 20px;
}



}

@media all and (min-width: 68em)  {
.nav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 10px 0 10px 15px;
    text-align:  left;
    color: #fff;
	width: 100%;
  }
  
    .nav li ul li {
    width: 49%;
  }
  
   .utility ul li {	
    float: left;
	list-style: none;	   
	width: 17%;
	text-align: center;
   }

     
   .utility  a {
	font-size: 18px;
	font-weight: 200;
	display: block;
  }
   
 
   .utility ul li:nth-child(5) {
	width: 10%;   
   }



   /* .utility.newlinks ul li:nth-child(5) {
	width: 13%;   
   } */

 .utility.newlinks ul li {	   
	display: inline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: static;
	width: auto;
	min-width: 13%;
   }



	.utility.newlinks ul li ul li:nth-child(5), .utility.newlinks ul li ul li {
	width: 100%;   
   }

	.utility.newlinks ul li ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
  
}
	
.plaeholder {
width: 250px;
height: 125px;
background: #eee;
margin-bottom: 40px;
padding-top: 40px;
float: right;
margin-left: 20px;
text-align: center;
}	
	
	
.thumbnail {
width: 125px;
height: 125px;
background: #eee;
margin-bottom: 40px;
padding-top: 40px;
text-align: center;
}

.browse-by-item {
margin-bottom: 20px;
width: 178px;
margin-left: auto;
margin-right: auto;
text-align: center;
}		

.browse-by-image {
width: 150px;
height: 150px;
background: url(/files/2015/images/placeholder.jpg) left;
margin-right: 14px;
margin-left: 14px;
text-align: center;
z-index: -1;
text-indent: -10000px;
}

.browse-by-caption-red {
width: 178px;
height: 41px;
background: url(/files/2015/images/caption-red-150.png) left;
color: #fff;
font-size: 18px;
margin-top: -30px;
padding-top: 12px;
text-align: center;
z-index: 2;
}

.browse-by-caption-blue {
width: 178px;
height: 41px;
background: url(/files/2015/images/caption-blue-150.png) left;
color: #fff;
font-size: 18px;
margin-top: -30px;
padding-top: 12px;
text-align: center;
z-index: 2;
}

.browse-by-caption-green {
width: 178px;
height: 41px;
background: url(/files/2015/images/caption-green-150.png) left;
color: #fff;
font-size: 18px;
margin-top: -30px;
padding-top: 12px;
text-align: center;
z-index: 2;
}

.browse-by-caption-yellow {
width: 178px;
height: 41px;
background: url(/files/2015/images/caption-yellow-150.png) left;
color: #fff;
font-size: 18px;
margin-top: -30px;
padding-top: 12px;
text-align: center;
z-index: 2;
}


.landing-photo {
max-width: 900px;
height: auto;
margin: 40px auto -40px auto;
text-align: center;
}

.half-container {
max-width: 900px;
height: auto;
margin: 60px auto 20px auto;
text-align: center;
}

.half-container-home {
max-width: 100%;
height: auto;
margin: 60px auto 20px auto;
text-align: center;
}

.landing-photo-title {
/* background: url(/files/2015/images/red-right.png) no-repeat top right; */
background: rgba(150, 6, 48, 0.8);
position: relative;
bottom: 0;
left: 0;
margin: -43px -12px 0 0;
width: 100%;	
height: 40px;
color: #fff;
text-align: center;
padding-top: 10px;
}

.left-off {
position: relative;
left: -12px;
bottom: 50px;
}

.right-off {
position: relative;
right: -12px;
bottom: 50px;
width: 12px;
height: 47px;
}

.landing-photo-title.blue {
/* background: url(/files/2015/images/caption-red-150.png) left; */
background: rgba(0, 91, 130, 0.8);
}

.landing-photo-title.teal {
/* background: url(/files/2015/images/caption-red-150.png) left; */
background: rgba(41, 141, 146, 0.8);
}

.landing-photo-title.yellow {
/* background: url(/files/2015/images/caption-red-150.png) left; */
background: rgba(221, 178, 42, 0.8);
}

@media all and (max-width: 68em)  {

.landing-photo-caption {
text-align: left;
padding-top: 10px;
font-size: 18px;
font-weight: bold;
line-height: normal;
margin-left: 0;
padding-left: 0;
clear: both;
position: relative;
top: -60px;
}

}

@media all and (min-width: 68em)  {

.landing-photo-caption {
text-align: left;
padding-top: 10px;
font-size: 24px;
font-weight: bold;
line-height: 30px;
margin-left: 0;
padding-left: 0;
clear: both;
position: relative;
top: -60px;
}

}

.key-issue-item {
width: 100%;
float: left;
margin-bottom: 20px;
}	

.key-issue-image {
width: 150px;
height: 150px;
background: #eee;
padding-top: 50px;
text-align: center;
}

.key-issue-caption {
width: 150px;	
background: #333;
color: #fff;
padding: 0 10px 10px 10px;
text-align: left;
}

.key-issue-caption h3 {
color: #d3a949;	
}	

h3.center-title {
clear: both;	
text-align: center;
padding-top: 40px !important;
}

.left {
float: left;
margin-right: 20px;
}

.right {
float: right;
margin-left: 20px;
}

@media all and (max-width: 48em) {

.key-issue-item {
clear: both;	
}	

h2.center-title {
text-align: center;
margin-top: 40px;
}

}

@media all and (max-width: 63em) {
	


.browse-by-image {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.browse-by-caption {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.key-issue-item {
width: 90%;
margin-bottom: 20px;
}	

.key-issue-image {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.key-issue-caption {
margin-left: auto;
margin-right: auto;
text-align: left;
padding: 10px 10px 10px 10px;
}

}	
	
@media all and (min-width: 80em) {
	
.browse-by-item {
float: left;
width: 50%;
}	

.key-issue-image {
float: left;	
}

.key-issue-caption {
float: left;	
width: 175px;
height: 150px;
}

}

@media all and (min-width: 80em) {
.key-issue-caption {

}

}


@media handheld, only screen and (max-width: 767px) {

.col-1-1.gray-back {
background: #ecf5f5;	
padding-top: 20px;
padding-bottom: 20px;
margin: 50px auto 20px auto;
}


.leaderboard {
width: 95%;
height: auto;
text-align: center;
margin: 0 auto 0 auto;
}

.leaderboard img {
max-width: 100%;
height: auto;
}

.landing-photo {
margin-bottom: -45px;
}

.landing-photo-half {
max-width: 300px;	
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
}

.landing-photo-half-second {
max-width: 300px;	
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
}

.home-photo-half {
max-width: 250px;	
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
}

.home-photo-half-second {
max-width: 250px;	
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
}


.mobile-logo img {
margin-top: 20px;	
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
}	

.logo {
display: none;
}	
	
#mobile-test {
    display: block;
}

#large-screen-test {
    display: none;
}

  #mobile-test ul {
        list-style: none;
        margin-left: 0;
    }	

.mobile-nav-toggle {
    width: 25px;
    height: 25px;
    vertical-align: middle;
	margin-top: 0;
    margin-right: 4px;
	background: url(/files/2015/images/toggle.png) top left no-repeat;
}

.mobile-nav-toggle {
    display: none;
}

.js .mobile-nav-toggle {
    display: block;
    position: absolute;
    top: 92px;
    right: 5px;
}

.js .mobile-toggled {
    display: none;
}

#mobile-nav-container {
    max-height: 0;
	width: 100%;
    overflow: hidden;
    border-bottom: 0px solid transparent;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#mobile-nav-container.toggle-active {
    max-height: 150em;
    padding: 10px 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;	
}

#mobile-nav-container .mobile-toggled {
    display: block;
}

.mobile-main-nav {
    /* padding: 0 10px; */
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;		
}

#accordion2 h3 {
/*padding-left: 10px	*/
margin-top: 5px;	
margin-bottom: 0 !important;	
background: #005b82;
display: block;
height: 50px;
font-size: 18px;
padding-left: 0;
margin-left: auto;
}
	
#accordion2 h3 a {
padding-top: 5px;	
padding-left: 0;
margin-left: 0;
font-weight: 500;
font-size: 18px;
color: #fff;
height: 50px !important;
font-weight: normal;
font-variant: small-caps;
}

#accordion2 h3 a br {
display: none;	
}

#accordion2 ul {
list-style: none;	
padding-top: 0 !important;
margin-top: 0;
margin-left: 0;
padding-left: 0;
}

#accordion2 div {
margin-top: 0 !important;
}

#accordion2 ul li {
text-align: left;
margin-bottom: 20px;
}

#accordion2 ul li a {
color: #409399;	
}

#accordion2 ul li.sn a {
color: #0a5c80;	
}

#accordion2 ul li.tn {
text-align: left;
margin-left: 40px;
}

#accordion2 h3.current {
background: #409399;	
margin-top: 5px !important;
padding-top: 5px !important;
height: 50px;
}

#accordion2 h3.current a {
color: #fff;
height: 50px !important;
}

.mobile-main-nav &gt; ul {
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
	list-style: none;
	font-weight: normal;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	}
	
.mobile-main-nav &gt; ul li {
/*padding-left: 10px	*/
margin-top: 5px;	
background: #005b82;
color: #fff;
display: block;
}
	
.mobile-main-nav &gt; ul li a {
padding-top: 15px;	
padding-left: 10px;
color: #fff;
height: 50px;
font-variant:small-caps;
font-weight: normal;
font-size: 24px;
text-align: center;
}

.mobile-main-nav &gt; ul li.current {
margin-top: 5px;	
background: #005b82;
color: #fff;
}

.mobile-main-nav li ul li a {
margin-top: 5px;	
background: none;
}

.mobile-main-nav li.current ul li a {
margin-top: 5px;	
background: none;
}

.lt-ie8 .mobile-main-nav &gt; ul {
    display: inline;
    zoom: 1;
}

.mobile-main-nav li ul {
    display: none;
    padding-left: 36px;
    padding-left: 3.6rem;
}

.mobile-main-nav li li ul {
    padding-left: 20px;
}

.mobile-main-nav .current ul {
    display: block;
	list-style: none;
	margin-left: 20px;
	padding-left: 0;
}

.mobile-main-nav a, .mobile-main-nav label {
    display: block;
    font-size: 18px;
	color: #fff;
    position: relative;
    cursor: pointer;
}

.mobile-main-nav a:hover, .mobile-main-nav a:focus, .mobile-main-nav label:hover, .mobile-main-nav label:focus {
    color: #fff;
}

.mobile-main-nav .utility a {
font-size: 14px;
display: block;
width: 100%;
color: #0a5c83;
}

.mobile-main-nav .utility a.button {
clear: both;
color: #fff;
width: 50%;
margin: 10px auto;
}

.mobile-main-nav .utility a {
font-size: 18px;
display: block;
color: #0a5c83;
}

.mobile-main-nav li ul a {
    padding: 5px 0;
    padding: 0.5rem 0;
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
	color: #444;
	
}

.mobile-main-nav li ul a:hover {
	color: #444;
}

.mobile-main-nav &gt; ul li.current {
 background: #ddd;
 padding-top: 10px;
 padding-bottom: 10px;
 }
 
 .mobile-main-nav li.current a {
 color: #1d7bbd;
 }
 
  .mobile-main-nav li.current ul li a {
	color: #444;
 }
 
 
   .mobile-main-nav li.current ul li {
background: none;
 }
  
   .mobile-main-nav li.current ul li a.sub-nav-on {
 color: #1d7bbd;
 }


.mobile-main-nav li .current {
 color: #e11e3c;
}


input.search-mobile  {
	background: #3c939a url(/files/2015/images/search.png) right no-repeat !important;
	font-size: 16px;
	height: 47px;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 100%;
	border: none;
	color: #fff;
}


#search {
display: none;	
}

 .utility ul {
clear: both;	 
margin: 0 auto; 
padding: 0;
text-align: center;
}
	
  .utility ul li {	
	list-style: none;	   
	width: 100%;
	text-align: center;
   }	
   
 .utility a {
display: block;
padding: 5px 5px;
font-size: 18px;
line-height: 18px;
height: auto;
font-weight: normal;
color: #fff;
}


.nav  {
	display: none;
 }	
	
.less {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: -20px !important;
}
	
.alittlemorethanless {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: -10px !important;
}

.center {
text-align: center;
}
	
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 0; /* column-space */
	}
	
	
	/* Mobile Layout */
	
	
	
	.mobile-col-1-1 {
		width: 99%;
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.mobile-col-1-1.left-align {
		width: 95%;
		float: none;
		text-align: left;
		margin-left: 20px;
		margin-right: auto;
	}
	
	.mobile-col-1-1.last {
		margin-bottom: 40px;
	}
	
	
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}
	
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
	
	.hide-on-desktop {
	display: block !important;	
	clear: both;
	float: none;
	width: auto;
	height: auto;
	}
	
	.mobile-clear {
	clear: both;	
	}
	
	.checkout-step {
display: block;		
margin-top: 10px;		
width: 200px;
}
	
}

.banner-ad {
background: #fff;
width: 180px;
height: 150px;
margin: 0 auto 40px auto;
}

@media only screen and (max-width: 45em) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
		border: none !important;
	}
	
	#no-more-tables table {
	margin-top: -75px;	
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr {
		border-bottom: #eee solid 1px;
		margin-bottom: 10px;		
		}
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		/*padding-left: 50%; */
		padding-bottom: 20px;
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 	
	
	#no-more-tables .highlight {
	font-size: 16px;	
	font-weight: 300 !important;
	line-height: 24px;
	}
	
	table #CalendarGrid {
	clear: both;	
	margin-top: 15px;	
	}
	
	td.photo-gallery-item {
	width: 100%;	
	}
	
}

@media only screen and (min-width: 45em) {
td.photo-gallery-item {
	width: 25%;	
	}	
	
	td.photo-gallery-item img {
	background: #66a9ae;
	text-align: center;
	display: block;
	}
}

.photocredit {
background: #0a5c80;
color: #fff;	
display: block;
width: auto;
padding: 10px;
}

.photoshortcaption {
background: #66a9ae;
color: #fff;
display: block;
width: auto;
padding: 10px;
}

.rdcms-pagingcontrols {
        margin: 40px 0;
    }
    .rdcms-pagingcontrols a {
        display: inline-block;
        vertical-align: middle;
        padding: 8px 10px 5px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #409399;
		margin-top: 20px;
    }
    .rdcms-pagingcontrols a:hover {
        background: #0a5c80;
    }
    .rdcms-pagingcontrols .ui-state-disabled,
    .rdcms-pagingcontrols .ui-state-disabled:hover {
        background: #8aa5b6;
    }


@media all and (max-width: 719px) {
	 
	.header-utility.mobile-clone {
		display: none;
	}
	
	#mobile-menu .header-utility.mobile-clone {
		display: block;
    	padding: 5px 0 10px 0;
	}
	
  
 }
 
 @media all and (min-width: 720px) {
  .page-search-toggle {
    display: none;
  }

 }



.page-nav {
    background: none repeat scroll 0 0 #002f54;
    padding: 0 20px;
    position: relative;
    z-index: 20;
}

.page-nav li {
  position: relative;
 }
 
.page-nav ul &gt; li &gt; a {
  color: #ebbf32;
 } 
 
 .page-nav li ul {
    display: none; }


	.page-nav &gt; ul &gt; li &gt; a:hover {
		color: #ebbf32;
	}			
		
.page-nav.stuck {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	padding: 0 10px;
}	

.page-nav.stuck ul {	
	margin: 0;
}
	
.mobile-menu-toggle {
    background: url("/files/2015/images/toggle.png") no-repeat;
    display: block;
    height: 25px;
    width: 25px; }
  
  
  .mobile-menu-toggle .hide {
    display: none; }
  .mobile-menu-toggle.active .show {
    display: none; }
  .mobile-menu-toggle.active .hide {
    display: inline; }

	

@media all and (max-width: 767px) {
  
  	.no-js .page-nav .nav-toggle {
    	display: none; }
		
	.page-nav {
	    background: #fff repeat scroll 0 0;
		padding: 0 0 0 3px;
		overflow: hidden;
	}	
	
  	.page-nav .nav-arrow {
    	display: none; }	
	
  	.page-nav &gt; ul &gt; li &gt; a {
    	min-height: 0 !important;
		padding-bottom: 10px;
	}
	
  	.page-nav &gt; ul &gt; li  {
		padding-bottom: 10px;
	}
  	.page-nav li a {
    	font-size: 18px;
		font-weight: normal;
 	}	
	
  	.page-nav li  {
   		padding-bottom: 2px; 

		
		}	
	
  	.page-nav li li {
   		padding-bottom: 3px;
		padding-left: 5px; 
		text-align: left;
		background: none;
		font-size: 16px;
		}		

  	.page-nav li a {
    	background: #005b82;
		padding-top: 15px !important;
		font-variant: small-caps;
		font-weight: normal;
		height: 50px !important;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
	}	
	
	.page-nav li a br {
	display: none;	
	}
	
		
  	.page-nav li li a {
  		background: #fff !important;
		color: #0a5c80 !important;
    	font-weight: 400;
		font-variant: normal;		
		font-size: 16px;
	}

.page-nav ul li.tn {
text-align: left;
margin-left: 40px;
display: block !important;
}
	
	
	.page-nav .utility-links-mobile.top-links  {
	width: 100%;
	height: auto;
	padding-top: 20px !important;
	padding-bottom: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
		}
	
	.page-nav .sub-nav ul {
	margin-bottom: 40px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	}

	
	.page-nav .utility-links-mobile.top-links li {
		background: #fff !important;
			}
			
		.page-nav .sub-nav li {
		background: #fff !important;
		padding-top: 0;
		padding-bottom: 0;	
		margin-top: 0;
		margin-bottom: 0;
			}
			
		
	.page-nav .utility-links-mobile.top-links a {
		background: #fff !important;
		color: #0a5c80 !important;
		font-variant: normal;		
		display: inline-block;
		font-size: 16px;
		}		
		
		.page-nav .sub-nav a {
		background: #fff !important;
		color: #0a5c80 !important;
		font-variant: normal;		
		font-size: 16px;
		}		
				
		 .page-nav .sub-nav li a {
		background: #fff !important;
		color: #0a5c80 !important;
		font-variant: normal;
		}		
	

	
	
	#mobile-menu .page-nav ul ul.active {
	    display: block;
	}
	
	#mobile-menu .page-nav ul.active ul {
	    display: block;
	}
	
  	.page-nav .nav-toggle {
    	display: block;
    	width: 25px;
    	height: 45px;
    	padding: 0;
		position: absolute;
  		top: 0;
    	right: 10px;
    	border: none;
    	text-align: center;
     }
	 
/* 	 
	 @-moz-document url-prefix() { 
 .page-nav .nav-toggle {
      		top: -1px;
 }
	     }
		 
		 */
		 
		 .page-nav .nav-toggle.active span {
	  	background: #005b82 url(/files/2015/images/up-arrow.png) no-repeat top;
		 
		 
		 }

	
    .page-nav .nav-toggle span {
	  	background: #005b82 url(/files/2015/images/down-arrow.png) no-repeat;
	  	display: block;	
		padding: 0;
		width: 25px;
		height: 45px;
		border: none;
	   }
	   
    .page-nav .nav-toggle.active span {
	  	background: #005b82 url(/files/2015/images/up-arrow.png) no-repeat center;
		display: block;	
		padding: 10px 0 0 0;
		width: 25px;
		height: 45px;
		border: none;
	   }	
	
	.js .page-header .mobile-clone {
    	display: none; }
  	.js .page-header .mobile-menu-toggle {
    	display: block; }

  	.mobile-menu-toggle {
    	float: left;
    	margin: 0;
		z-index: 200;
		position: absolute;
  		top: 10px;
    	right: 5px;
		border: none;
		 } 
	
	#mobile-menu, #mobile-menu + #page-container {
	    transition: transform 0.24s ease 0s, visibility 0s linear 0.24s;
	}
	#mobile-menu {
	    background: none repeat scroll 0 0;
	    bottom: 0;
	    box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.8) inset;
	    display: block;
	    left: 0;
	    overflow: auto;
	    /* position: fixed; */
	    top: 0;
	    transform: translateX(-100%);
	    visibility: hidden;
	    width: 100%;
	    z-index: 101;
	}
	#mobile-menu .mobile-menu-toggle {
	    background-color: transparent;
	}
	#mobile-menu .page-utility {
	    clear: left;
	    display: block;
	    float: left;
	    padding: 20px 10px 10px;
	}
	#mobile-menu .page-utility a {
	    width: 100%;
	}
	#mobile-menu .page-utility a + a {
	    margin-top: 10px;
	}
	
	#mobile-menu ul a {
	    clear: both;
	    display: block;
	    padding: 5px 10px;
	}

	#mobile-menu .page-nav ul a {
	    padding: 5px 33px 10px 10px;
		color: #fff;
	}	
	
	#mobile-menu ul a:hover {
		color: #fff;
	    font-weight: normal;
	}
	#mobile-menu &gt; ul &gt; li {
	    padding-bottom: 20px;
		background: #005b82 !important;
		color: #fff;
	}
	#mobile-menu &gt; ul &gt; li &gt; a {
	    color: #fff;
	    font-size: 20px;
		background: #0a5c80;
	}
	#mobile-menu li ul {
	    background: none repeat scroll 0 0 transparent;
	}
	
	#mobile-menu {
	height: 0;	
	}
	
	#mobile-menu.active {
	    transform: translateX(0px);
	    transition: transform 0.24s ease 0s, visibility 0s linear 0s;
	    visibility: visible;
		z-index: 250;
		height: auto;
	}
	#mobile-menu.active + #page-container {
	    transform: translateX(240px);
	}	
	
	#mobile-menu &gt; ul.header-utility.mobile-clone li {
		padding: 5px;
		height: 25px;
	}	
	
	#mobile-menu &gt; ul.header-utility.mobile-clone li a {
    	font-size: 16px;
		font-weight: normal;
	}
	
	#mobile-menu .mobile-menu-toggle {
	    margin: 0;
		position: absolute;
		top: 2px;
		right: 5px;
	}
	
	#mobile-menu .page-nav ul {
	    margin-top: 0;
	}	
	
	#mobile-menu .page-nav ul ul {
	    margin-top: 5px;
	}	
	

	#mobile-menu &gt; ul.header-utility &gt; li &gt; a:hover {
    color: #ebbf32;
	}
	
}
	
@media all and (min-width: 760px) and (max-width: 1200px) {
	.page-nav  {
	  clear: both;
	  }
	
}	
	
@media all and (min-width: 767px) {
  #mobile-menu, .mobile-menu-toggle, .nav-toggle {
    display: none; }

  .page-header {
    position: relative;
    z-index: 10; }

  .header-logo {
    float: left; }
	
    .page-nav {
	  clear: both;	
	  position:relative;
	  top: 58px;
	  left: 0;
	  z-index: 10;
	   }		
	   
    .page-nav.stuck {
	  z-index: 1000;
	   }		
	   
	.page-nav-bounds {
	  margin: 0;
	  padding: 0 0 0 310px;
	}

    .page-nav-bounds &gt; ul {
	  width: 100%;
	  display: block;
	  padding: 11px 0;
	  }	

	  
    .page-nav-bounds &gt; ul &gt; li {
      float: left;
      position: relative;
	 }
/*
 
	  .page-nav-bounds &gt; ul &gt; li a {
	  white-space: nowrap;
	 }	 
	 
    .page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li a {
	  white-space: normal;  
	 }	*/
	 
	.page-nav-bounds ul li:first-child {
		width: 20%;			
	}
	
	.page-nav-bounds ul li:nth-child(2) {
		width: 18%;		
	}
	
	.page-nav-bounds ul li:nth-child(3) {
		width: 16%;		
	}
	
	.page-nav-bounds ul li:nth-child(4) {
		width: 24%;	
	}
	
	.page-nav-bounds ul li:nth-child(5) {
		width: 22%;	
	}	  
	 
	.nav-arrow {
		display: inline-block;
		vertical-align: bottom;
		margin-left: 3px;
	} 
	 
    .page-nav-bounds .main {
      display: block;
	  font-size: 18px; }
	  
    .page-nav-bounds .sub {
      display: block;
       }
	   
	 .page-nav-bounds &gt; ul &gt; li a{  
	 	color: #8cbce3;
	 	text-transform: uppercase;
	 }  
	 .page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li a {  
	 	color: #8cbce3;
	 	text-transform: capitalize;
	 } 	 
    .page-nav-bounds a .main {
      color: #fff;
	  }	
	  
	 .page-nav-bounds &gt; ul &gt; li a:hover {  
	 	color: #ebbf32;
	 }  
	 
    .page-nav-bounds a:hover .main {
      color: #ebbf32;
	  }		
	    
	  
	.page-nav-bounds li.current a {
		color: #ebbf32;
	}		
	
    .page-nav-bounds li.current a .main {
      color: #ebbf32;
	  }		
	  
	.page-nav-bounds li.current a:hover, .page-nav-bounds li.current a:hover .main {
		color: #8cbce3;
	}	
	  
	.page-nav-bounds li.current &gt; ul &gt; li a {
		color: #fff;
	}		  
	     	 
      .page-nav-bounds &gt; ul &gt; li &gt; ul {
        width: 275px;
        position: absolute;
        /*left: -48%;*/
        top: 100%;
        background: #092c4c;
		opacity: .9;
        z-index: 1000;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); 
		margin-top: 0;
		padding-top: 6px;
		}
		
		.page-nav-bounds &gt; ul &gt; li a {
			font-size: 14px;
			/*font-weight: 700;*/
		}
		
		.page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li {
			padding: 10px;
			width: 100% !important;
		}		
		.page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li a {
			font-size: 14px;
			color: #fff;
		}
		
		.page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li:hover {
			background-color: #fff;
			opacity: 1.0 !important;
			display: block;
		}		
		.page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li:hover a {
			color: #092c4c;
		}			
		
      .page-nav-bounds &gt; ul &gt; li:first-child &gt; ul {
        left: 0; }
      .page-nav-bounds &gt; ul &gt; li:last-child &gt; ul {
        left: auto;
        right: 0; }
      .page-nav-bounds &gt; ul &gt; li:hover &gt; ul {
        display: block; }	 

	.footer-contact {
		color: #fff;
		
	}	   

	 

	 
}
	
@media all and (min-width: 1100px) {	
	.page-nav {
	  clear: none;
	  }
	  
	 .page-nav &gt; ul &gt; li {
	  width: 20%; }
	}


#skip-to-content {
display: none;	
}

@media all and (min-width: 48em) and  (max-width: 63em) {

.col-1-5 {
width: 25%;	
}
	
}


@media all and (min-width: 63em) {

.col-1-5 {
width: 20%;	
}
	
}


.red-attention {
color: #e83323;
font-weight: bold;
}

.align-left,  .align-left p {
text-align: left !important;	
clear: left;
}


@media all and (min-width: 68em) {

.align-left,  .align-left p {
font-size: 24px;
line-height: 30px;
}

}


.steps-background {
background-color: #00a9b3; 
width: 142px; 
height: 160px;
text-align: center; 
padding: 5px 0;
color: #fff;
 -webkit-print-color-adjust: exact !important; 
 color-adjust: exact !important;  
}

.steps-background.orange-background {
background-color: #de783e;
 -webkit-print-color-adjust: exact !important; 
 color-adjust: exact !important;  
}

.steps-arrow {
font-size: 30px;
}

@media all and (max-width: 74em) {

.col-1-5.steps-background  {
clear: both;
float: none;
margin: 25px auto 0 auto;
text-align: center;
}

.steps-arrow {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
font-size: 30px;
}

}


@media all and (max-width: 47em) {

.grid.project-mobile-grid {
width: 50%;
text-align:center !important;
margin: 0 auto !important;
}

}


@media all and (max-width: 47em) {

table.project-details td {
display: block;
width: 100%;
}

table.project-details tr {
display: block;
padding-top: 25px;
}


}

@media all and  (max-width: 47em) {

table.project-details td {
display: block;
width: 100%;
}

.col-2-3 {
display: block;
width: 100%;
}

table.project-details tr {
display: block;
padding-top: 25px;
}


}




@media all and (min-width: 48em) {

table.project-details td {
/* width: 50%; */
padding-right: 10px;
}


}


.more-top {
padding-top: 25px; 
}

.callout-box-project {
clear: both;
float: none;
background: #c5d199;
margin-top: 75px;
margin-bottom: 75px;
padding: 20px;
max-width: 90%;
font-family: arial, helvetica, sans-serif;
}

.callout-box-project-headline {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

.sans-serif {
font-family: arial, helvetica, sans-serif;
font-size: 18px;
}


@media print {

.col-9-12 {
width: 100%;
}

 .utility, .nav, .logo, .footer, .leaderboard, .sponsors.side-box, .sub-nav {
 display: none;
 }
 
 .col-1-5.steps-background  {
width: 19%;
clear: none;
float: left !important;
margin-left: 0;
margin-right: 5px;
color: transparent;
      text-shadow: 0 0 0px #fff;
-webkit-print-color-adjust: exact !important;
font-size: 18px;
}

 .col-1-5.steps-background p {
color: transparent;
text-shadow: 0 0 0px #fff;
-webkit-print-color-adjust: exact;
color-adjust: exact;
 }

.steps-arrow {
 -moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
font-size: 30px;
color: transparent;
text-shadow: 0 0 0px #fff;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}

.col-1-2.projects-half:first-child {
width: 62%;
}

.col-1-2.projects-half:nth-child(2) {
width: 38%;
}

.col-1-4 {
margin-right: 10px;
width: 25% !important;
}

.col-2-3 {
width: 66.66% !important;
}

.project-details, .project-heading {
font-size: 14px !important;
}


p, li {
font-size: 16px !important;
} 

table.project-details {
display: table;
margin-left: 0;
padding-left: 0;
text-align: left;
}

table.project-details td {
display: table-cell;
width: 50%;
}

.col-2-3 {
display: inline;
width: 66%;
}

table.project-details tr {
display: table-row;
padding-top: 25px;
}



.grid.project-mobile-grid {
width: 100%;
text-align: left !important;
margin: 0 0 !important;
}

}

/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;	
-moz-osx-font-smoothing: grayscale !important;	
-webkit-text-size-adjust: none !important;
}

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 20px;
	overflow-x: hidden;
}

[class*='col-'] {
	float: left;
	padding-right: 20px; /* column-space */
	text-align: left;
}

[class*='col-5-12'] {
	float: left;
	padding-right: 0; /* column-space */
	text-align: left;
}

[class*='col-1'] {
	padding-right: 0; /* column-space */
}

a:link, a:visited {
text-decoration: none;	
color: #118166;
}

a:hover, a:active {
text-decoration: none;	
color: #005a84;
}

h1 {
color: #3c939a;
font-size: 36px;
line-height: 36px;
font-weight: normal;
font-family: Verdana, Geneva, sans-serif;
}

h2 {
color: #005b82;
font-size: 30px;
font-weight: normal;
line-height: 30px;
font-family: Verdana, Geneva, sans-serif;
}

h3 {
color: #3c939a;
font-size: 24px;	
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
}

.project-heading {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

.project-details {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
}

img {
/* max-width: 100%;
height: auto; */
}

img.landing-home {
max-width: 100%;
height: auto;	
}

a img {
border: none;	
}

.breadcrumbs {
font-family: Verdana, Geneva, sans-serif;	
font-size: 16px;
}

.breadcrumbs br {
display: none;	
}


.horizontalblueline {
border-bottom: #005b82 solid 1px;	
}

.callout {
	color: #ddb22a;
	font-weight: bold;
}

a.button {
display: inline-block;	
background: url(/files/2015/images/btn-bkgd.jpg);
color: #fff;
font-family: Verdana, Geneva, sans-serif;
font-size: 20px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
padding: 10px 10px 10px 40px;
width: 280px;
height: 41px; 
text-align: center;
}

a.button:hover {
background: url(/files/2015/images/btn-bkgd.jpg);	
}

.more-left {
padding-left: 20px;	
}

.landing-photo-half {
margin-top: 30px;
}

.landing-photo-half-second {
margin-top: 30px;
}

.landing-photo-title {
	font-family: Verdana, Geneva, sans-serif;
}

	

.side-box ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}

ul.no-bullet {
list-style: none;
margin-left: 0;
padding-left: 0;	
}

.skyscraper {
width: 120px;
height: 600px;
margin: 0 auto 40px auto;
}

.home-background {
background: #eff3f3;
}


#spotlight1 img, #spotlight2 img, #spotlight3 img, #spotlight4 img, #spotlight5 img {
max-width: 100%;	
}


#spotlight2, #spotlight3, #spotlight4, #spotlight5 {
display: none;	
}

.alterrow {
background: #eee;	
}

.titlerow {
background: #0a5c80;
color: #fff;
font-size: 20px;
}

@media all and (max-width: 767px) {

/* .sub-nav {
display: none;	
} */

.col-1-1.carousel {
	margin-right: 0;
	padding-right: 0;
}

.carousel img {
width: 100%;
height: auto;
}
	
.carousel-caption {
background: #005b82 url(/files/2015/images/caption-arrows-sm.png) no-repeat right;
position: static;
margin-top: -5px;
width: 100%;
height: auto;
color: #fff;
font-size: 16px;
padding: 10px 55px 20px 15px;
}	
}

.interior-body {
font-family: "Times New Roman", Times, serif;	
font-size: 20px;
}

@media all and (min-width: 767px) {

.landing-photo-half-second {
float: right;
}

.logo {
text-align: center;	
margin-top: 20px;	
margin-left: auto;	
}

.carousel-caption {
background: rgba(0, 91, 130, 0.8) url(/files/2015/images/caption-arrows.png) no-repeat right;
position: relative;
margin-top: -82px;
width: auto;
height: 80px;
color: #fff;
font-size: 18px;
padding: 10px 95px 20px 20px;
}

.top-links {
width: 100%;
padding-right: 0;
}

}

@media all and (max-width: 59em) {
.rdcms-formbuilder input {
  max-width: 250px;
}
}

@media all and (min-width: 80em) {
.carousel-caption {
padding: 20px 95px 20px 20px;
}
}

@media all and (max-width: 48em) {
.landing-photo-title {
font-size: 16px;
font-weight: 500;
}
}


@media all and (min-width: 48em)  and (max-width: 63em) {
	
	
.landing-photo-half {
max-width: 90%;	 
}

.landing-photo-half-second {
max-width: 90%;	

}

.home-photo-half {
max-width: 230px;	
margin: 0 auto;
}

.home-photo-half-second {
max-width:  230px;	
margin: 0 auto;

}

.landing-photo-title {
font-size: 14px;
font-weight: 500;
}

	
}

@media all and (min-width: 48em)  and (max-width: 68em) {
	
.col-1-6.sponsors {
clear: both;
width: 100%;
margin: 0 auto;
}

.col-10-12.home-tablet {
width: 100%;	
}

}


@media all and (min-width: 63em)  and (max-width: 68em) {
	
	
.landing-photo-half {
max-width: 300px;	
}

.landing-photo-half-second {
max-width: 300px;
}

.home-photo-half {
max-width: 300px;
margin-left: auto;
margin-right: auto;
}

.home-photo-half-second {
max-width: 300px;
margin-left: 40px;
}

.landing-photo-title {
font-size: 18px;
font-weight: 500; 
}
	
}

@media all and (min-width: 68em) {
	
.landing-photo-half {
max-width: 420px;
}

.landing-photo-half-second {
max-width: 420px;

}

.landing-photo-title {
font-size: 18px;
font-weight: 500; 
}

.landing-intro {
max-width: 900px;	
margin: 0 auto;
font-size: 24px;
line-height: 30px;
}

.form-builder {
  max-width: 900px;	
  margin: 0 auto;
}

}

.buttonset {
 margin-top: 24px;
}

.FieldDescription {
  font-size: 14px;
}

@media all and (min-width: 68em)  and (max-width: 80em) {
	
.landing-photo-half {
max-width: 350px;	
margin-left: auto;
margin-right: auto;
}

.landing-photo-half-second {
max-width: 350px;	
margin-left: auto;
margin-right: auto;
}

.home-photo-half {
max-width: 350px;	
margin-left: auto;
margin-right: auto;
}

.home-photo-half-second {
max-width: 330px;	
margin-left: auto;
margin-right: auto;
}

}

@media all and (min-width: 80em) {
.landing-photo-title {
font-size: 24px;
font-weight: 500;
}

.landing-photo-half {
margin-left: 0;
max-width: 420px;
}

.landing-photo-half-second {
margin-left: 80px;	
width: 420px;
}

.home-photo-half {
margin-left: auto;
margin-right: auto;
max-width: 400px;
}

.home-photo-half-second {
margin-left: 80px;	
width: 400px;
}
}


@media all and (min-width: 90em) {
	
.home-photo-half {
margin-left: auto;
margin-right: auto;
max-width: 420px;
}

.home-photo-half-second {
margin-left: 80px;	
width: 420px;
}
}


.logo img {
/* width: 500px; */
max-width: none;
height: auto;
}

.carousel {
font-weight: normal;
text-align: left;
margin-top: -85px;
}

.home-content {
margin: 40px auto;
}

.content ul li {
padding-bottom: 10px;	
}

img.left {
float: left; 
margin-right: 20px;
margin-bottom: 10px;
}

.callout-box {
background: #eee;
padding: 10px;
margin-top: 20px;
width: 90%;
}

.footer {
width: 100%;
background: url(/files/2015/images/bkgd-blue-shipping.jpg) no-repeat top left;
float: left;	
text-align: center;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
height: 375px;

}

.footer-left {
float: left;	
color: #fff;
width: auto;
height: 300px;
text-align: left;
font-size: 16px;
margin-top: 0;
padding: 0 67px 37px 37px;
}

.footer-left h2 {
color: #fff;
font-size: 24px;
margin-top: 10px;
}

.footer-left-contact {
padding-top: 14px;	
padding-bottom: 14px;	
}

.footer-left-contact a {
color: #aedde0;	
}

.footer-left-contact a.email {
color: #fff;	
}

.footer-left-contact .callout {
color: #aedde0;	
font-weight: normal;
line-height: 24px;
}

.footer-right {
float: right;	
width: 399px;
height: 256px;
/* background: url(/files/2015/images/office.jpg) no-repeat top left 22px;	*/
}

.footer-right img {
z-index: 10;
}


img.footer-office {
position: relative;
bottom: 0;
right: 0;
z-index: 10;
}


.social-media {
background: url(/files/2015/images/bkgd-footer-right.png) repeat-x top right;	
z-index: 2;
height: 50px;
position: relative;
bottom: 0;
right: 0;
text-align: right;
}

@media all and (max-width: 36em) {
.footer-left h2 {
	padding-top: 5px;	
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
}
}


@media all and (min-width: 36em) {
.footer-left h2 {
color: #fff;
font-size: 20px;
padding-top: 10px;
line-height: 20px;
}
}

@media all and (max-width: 63em) {
	
.col-1-1.footer {
margin-right: 0;
padding-right: 0;
margin-bottom: 0;
}
	
.footer-left {
float: none;	
color: #fff;
width: 100%;
height: 256px;
text-align: left;
font-size: 16px;
margin-top: 0;
padding: 0 10px 37px 20px;
}


.footer-left-contact {
padding-top: 14px;	
padding-bottom: 14px;	
}

.footer-left-contact a {
color: #aedde0;	
font-weight: normal;
}

.footer-left-contact a.email {
color: #fff;	
font-weight: normal;
}

.footer-left-contact .callout {
color: #aedde0;	
font-weight: normal;
}

.footer-right {
float: none;	
width: 100%;
height: 300px;
margin: -1px 0 0 0;
padding: 0;
background: #3c939a;
}

.footer-right img {
z-index: 10;
margin-top: -25px;
}

img.footer-office {
position: relative;
top: 0;
right: auto;
}

.social-media {
background: none;	
z-index: 2;
width: 100%;
height: 50px;
position: relative;
bottom: 75px;
right: 0;
text-align: right;
}

}

@media all and (min-width: 99.5em) {

.social-media {
bottom: 0;
}

}

.social-media img {
margin-right: 20px;
margin-top: 5px;
}

.clear {
clear: both;	
}

.grid {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 30%;
	margin-left: 2%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 25%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%;
}

.push-1-14 {
	margin-left: 10px;
}

.push-1-15 {
	margin-left: 3.33%;
}

label {
display: block;
padding-top: 7px;
}

.search-courses {
background: #eee;
padding: 10px;
float: left;
width: 100%;
}

.aptifyButton {
margin-top: 20px;	
}

input[type="select"] {
width: 200px;	
}

input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}


.landing-photo {
max-width: 900px;
height: auto;
margin: 40px auto 0 auto;
text-align: center;
}

.half-container {
max-width: 900px;
height: auto;
margin: 60px auto 20px auto;
text-align: center;
}


.half-container.splash {
margin: 25px auto 20px auto;
}

.landing-photo-title {
position: relative;
bottom: 0;
background: #000;
margin: -40px auto 0 auto;
width: auto;	
height: 40px;
color: #fff;
text-align: center;
padding-top: 10px;
}

.landing-photo-caption {
text-align: left;
padding-top: 0;
font-weight: bold;
margin-left: 0;
padding-left: 0;
}

.landing-photo-caption.clear {
padding-top: 0;
margin-top: 0;
}

.home-title {
background: #3c939a;
color: #fff;
font-size: 30px;
font-weight: normal;
line-height: 30px;
font-family: Verdana, Geneva, sans-serif;
text-align: center;
padding: 10px;
}

.home-title-blue {
background: #0a5e7d; 
color: #fff;
font-size: 30px;
font-weight: normal;
line-height: 30px;
font-family: Verdana, Geneva, sans-serif;
text-align: center;
padding: 10px;
}

@media all and (min-width: 48em) and (max-width: 63em) {
.col-9-12 {
	width: 65%;
}

.col-1-8 {
	width: 20%;
}

.footer-right {
margin: -15px 0 0 0;
}

img.footer-office {
margin-top: 20px;	
}

.home-title {
font-size: 24px;
}

.home-title-blue {
font-size: 24px;
}


}


@media all and (max-width: 79em)  {

.col-1-2.projects-half {

width: 100%;

}

}



@media all and (min-width: 80em)  {

.col-1-2.projects-half {

width: 50%;

}

}



  .nav &gt; ul &gt; li {    
	font-size: 14px;
}

@media all and (min-width: 63em) {

  .nav &gt; ul &gt; li {    
	font-size: 18px;
}


}


@media all and (min-width: 768px) {
.logo {
display: block;
}

.mobile-logo {
display: none;
}	
}

 
	@media all and (min-width: 767px) {
		
	
	#mobile-nav-container, .js .mobile-nav-toggle {
        display: none;
    }

    .js .mobile-toggled {
        display: none;
    }
		
		.hide-on-desktop {
			display: none;
		}
		
 .nav  {
	background: rgba(60, 147, 154, 0.8);
	float: left;
	width: 100%;
	height: 85px;
	margin-left: 0;
	padding-left: 0;
 }
 
 .nav.interior  {
	background: rgba(60, 147, 154, 1.0);
 }

 .nav li {
	
}


 .nav li a {
color: #fff;
font-weight: normal;
font-size: 28px;
line-height: 28px;
font-weight: normal;
font-variant: small-caps;
 }


	.nav li ul {
  background: #666;
}
	
	 .nav {
	margin-top: 20px;
    padding: 0 20px;
    position: relative;
    z-index: 10;

  }
  
.nav &gt; ul  {
margin: 0 0;
text-align: center;
  }
  
  .nav &gt; ul &gt; li {    
	margin-top: 0;
    width: 33%;
	height: 85px;
    float: left;
	text-align: center;
	list-style: none;
}
  
  .nav &gt; ul &gt; li:last-child {
	text-align: right !important;
  }
  
  .nav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 10px 0 10px 15px;
    text-align:  center !important;
    color: #fff;
	/* width: 33%; */
  }
  .nav &gt; ul &gt; li:hover &gt; a {
    background: #0a5c80;
	height: 85px;
  }
  
   .nav &gt; ul &gt; li.current &gt; a {
	background: #0a5c80;
	height: 85px;
  }
  
   .nav &gt; ul &gt; li.current:hover &gt; a {
	background: #0a5c80;
	height: 85px;
  }
  
  
  .nav li ul {
	width: 100%;
    padding: 5px 5%;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear 0.2s;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear 0.2s;
    transition: transform 0.2s ease, visibility 0s linear 0.2s;
    z-index: 10;
	background: #0a5c80;
  }
  .nav &gt; ul &gt; li:hover &gt; ul {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear;
    transition: transform 0.2s ease, visibility 0s linear;
  }
  .nav li ul a {
    display: block;
    padding: 10px 10px;
    font-size: 18px;
	color: #fff;
	text-align: left;
	font-size: 18px;
  }

   
  .nav li ul a:hover {
	 color: #e3b44d;
	font-weight: 500;
  }  
    
  .nav li ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.4em;
    width: 100%;
    padding-right: 20px;
  }
  .nav.stuck {
    width: 100%;
    /* position: fixed; 
    left: 0;
    top: 40px;*/
    position: fixed;
    left: 0;
    top: 0;
  }
	
 
 
 .utility {
padding: 5px 10px 5px 10px;
background: #005b82;
height: 46px;
text-align: center;
 }

 
 .utility.newlinks {
padding: 5px 5px 5px 5px;
 }


 .utility.newlinks li ul {
	width: 300px;
    padding: 5px 10px 5px 20px;
    position: absolute;
    top: 145px;
    left: auto;
    right: auto;
    visibility: hidden;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear 0.2s;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear 0.2s;
    transition: transform 0.2s ease, visibility 0s linear 0.2s;
    z-index: 999;
	background: #0a5c80;

  }
  .utility.newlinks &gt; ul &gt; li:hover &gt; ul {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.2s ease, visibility 0s linear;
    -moz-transition: -moz-transform 0.2s ease, visibility 0s linear;
    -ms-transition: -ms-transform 0.2s ease, visibility 0s linear;
    -o-transition: -o-transform 0.2s ease, visibility 0s linear;
    transition: transform 0.2s ease, visibility 0s linear;
  }

.utility.newlinks &gt; ul &gt; li:nth-child(2) img, .utility.newlinks &gt; ul &gt; li:nth-child(3) img, .utility.newlinks &gt; ul &gt; li:nth-child(4) img, .utility.newlinks &gt; ul &gt; li:nth-child(6) img {
display:none;

}


  .utility.newlinks li ul a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
	color: #fff;
	text-align: left;
  }

   
  .utility.newlinks li ul a:hover {
	 color: #e3b44d;
	font-weight: 500;
  }  
    
  .utility.newlinks li ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.4em;
    width: 100%;
    padding-right: 0;
  }


 
  
 input.goButtonSearch[type=submit] {
float: right !important;	
background: #a6a7a7  url(/files/2015/images/search.png) right no-repeat !important;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
color: #fff;
height: 40px !important;
margin-top: 0 !important;
margin-left: 40px;
padding-top: 3px;
padding-left: 18px;
padding-right: 28px;
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
 display: inline-block; 
 white-space: nowrap !important;
overflow: hidden !important;
 font-size: 14px;
font-family: proxima-nova, sans-serif;
font-style: normal;
font-weight: 400;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: none;
}


input.goButtonSearch[type=submit]:hover {
background: #7d0049 url(/files/2015/images/search.png) right no-repeat !important;	
}	
	
	.page-search .text-input {
  width: 0;
  padding: 0;
  position: absolute;
  left: 36px;
  top: 5px;
  top: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0;
  color: transparent;
  background: transparent;
  overflow: hidden;
}
.page-search .text-input:focus {
  width: 12em;
  padding: 0 10px;
  padding: 0 1rem;
  border-color: #c4d600;
  color: #d1d4d3;
}
.page-search .text-input + span {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-search .text-input:focus + span {
  left: 99em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
	
	
/* reset webkit search input browser style */
#searchfield input {
	
}
#searchfield input[type=text] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#searchfield input::-webkit-search-decoration,
#searchfield input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
#searchfield input[type=text] {
	float: right;
	/* background: url(/files/2015/images/search.png) no-repeat right; */
	border: none;
	padding: 0 0 0 0;
	width: 170px !important;
	height: 46px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

/* placeholder */
#searchfield input:-moz-placeholder {
	color: #666;
}
#searchfield input::-webkit-input-placeholder {
	color: #666;
}

/* demo B */
#searchfield input[type=text] {
	width: 195px !important;
	margin-top: -12px;
	margin-right: -12px;
	padding-left: 10px;
	color: #fff !important;
	cursor: auto;
	background-color: #3c939a;
	color: #fff;
}


#searchfield input[type=text]:hover {
	width: 195px !important;
	padding-left: 10px;
	color: #fff !important;
	cursor: auto;
	background-color: #3c939a;
	color: #fff;
}
#searchfield input[type=text]:focus {
	width: 195px !important;
	padding-left: 10px;
	color: #fff !important;
	cursor: auto;
	background-color: #3c939a;
	color: #fff;
}

	
#searchfield input[type=text]:focus {
	width: 195px !important;
	padding-left: 10px;
	color: #fff !important;
	cursor: auto;
	background-color: #3c939a;
	color: #fff;
}


#searchfield input[type=image] {
float: right;
margin-top: -12px;
text-align: right;
position: absolute;
right: 0;
}



#searchfield input:-moz-placeholder {
	color: transparent;
}
#searchfield input::-webkit-input-placeholder {
	color: transparent;
}

.col-1-1.gray-back {
background: #eff3f3;	
}

.leaderboard {
width: 728px;
margin: 10px auto;
display: block;
}

	}
	
.sub-nav ul  {
list-style: none;	
margin-top: 0;
margin-left: 0;
padding: 10px;
border: #ddd solid 1px;	
}	

.sub-nav ul li  {
padding-bottom: 10px;
}	

.sub-nav ul li.current a, .sub-nav ul li.current a:hover  {
color: #0a5c80;
font-weight: bold;
}	

.sub-nav li ul li a  {
color: #118166 !important;
font-weight: normal !important;
}

.sub-nav li ul li a:hover  {
color: #0a5c80 !important;
font-weight: normal !important;
}

.sub-nav li ul li.current a, .sub-nav li ul li.current a:hover  {
color: #0a5c80;
font-weight: bold;
}	


.sub-nav ul li ul  {
border: none;	
margin-left: 20px;
margin-bottom: 0;
}	
	
.side-box h4 {
	background-color: #005b82;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 0;
}

.sub-nav h4 {
	background-color: #005b82;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-bottom: 0;
}

.you-might ul  {
list-style: none;	
margin-top: 0;
margin-left: 0;
padding: 10px;
border: #ddd solid 1px;	
}

.you-might ul li {
padding-bottom: 10px;
}

.custom-content p  {
margin-top: 0;
margin-left: 0;
padding: 10px;
border: #ddd solid 1px;	
}

.home-optional {
padding-top: 10px;	
padding-left: 40px;
font-family: "Times New Roman", Times, serif;	
font-size: 20px;
text-align: left;
}
	
@media all and (min-width: 48em) and (max-width: 68em) {
   
  .nav &gt; ul &gt; li &gt; a {
   font-size: 22px;
  }
}	

@media all and (min-width: 48em) and (max-width: 63em) {
 .utility ul {
margin: 0 auto; 
padding: 0;
text-align: center;
}
	
  .utility ul li {	
    float: left;
	list-style: none;	   
	width: 15%;
	text-align: center;
   }


 .utility.newlinks ul li {	   
	display: inline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: static;
	width: auto;
	min-width: 12%;
   }

 .utility.newlinks ul li a {
font-size: 12px;
}



	.utility.newlinks ul li ul li:nth-child(5), .utility.newlinks ul li ul li {
	width: 100%;   
   }

	.utility.newlinks ul li ul {
	padding-top: 20px;
	padding-bottom: 20px;
}


   
   .utility ul li:nth-child(2) {	
    float: left;
	list-style: none;	   
	width: 18%;
	text-align: center;
   }


  .utility.newlinks ul li:nth-child(2), .utility.newlinks  ul li:nth-child(5)  {	
  width: auto;
   }

   
      .utility ul li:nth-child(3)  .utility ul li:nth-child(4) {

   }
   
     .utility ul li:nth-child(5) {
	width: 10%;   
   }

 
	
 .utility  a {
	text-align: center;
	color: #fff;  
	font-size: 14px;
	font-weight: 200;
	display: block;
  }
}	

@media all and (min-width: 63em)  {

.utility ul {
margin: 0 auto; 
padding: 0;
text-align: center;
}
	
  .utility ul li {	
    float: left;
	list-style: none;	   
	width: 15%;
	text-align: center;
   }
   
   .utility ul li:nth-child(2) {	
    float: left;
	list-style: none;	   
	width: 20%;
	text-align: center;
   }
   
      .utility ul li:nth-child(3)  .utility ul li:nth-child(4) {

   }
   
     .utility ul li:nth-child(5) {
	width: 10%;   
   }

 
 .utility.newlinks ul li {
	display: inline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	width: auto;
	min-width: 13%;
}
	
 .utility  a {
	text-align: center;
	color: #fff;  
	font-size: 16px;
	font-weight: 200;
	display: block;
  }
  
 .utility.newlinks ul li {	   
	display: inline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: static;
	width: auto;
	min-width: 13%;
   }



	.utility.newlinks ul li ul li:nth-child(5), .utility.newlinks ul li ul li {
	width: 100%;   
   }

	.utility.newlinks ul li ul {
	padding-top: 20px;
	padding-bottom: 20px;
}



}

@media all and (min-width: 68em)  {
.nav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 10px 0 10px 15px;
    text-align:  left;
    color: #fff;
	width: 100%;
  }
  
    .nav li ul li {
    width: 49%;
  }
  
   .utility ul li {	
    float: left;
	list-style: none;	   
	width: 17%;
	text-align: center;
   }

     
   .utility  a {
	font-size: 18px;
	font-weight: 200;
	display: block;
  }
   
 
   .utility ul li:nth-child(5) {
	width: 10%;   
   }



   /* .utility.newlinks ul li:nth-child(5) {
	width: 13%;   
   } */

 .utility.newlinks ul li {	   
	display: inline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: static;
	width: auto;
	min-width: 13%;
   }



	.utility.newlinks ul li ul li:nth-child(5), .utility.newlinks ul li ul li {
	width: 100%;   
   }

	.utility.newlinks ul li ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
  
}
	
.plaeholder {
width: 250px;
height: 125px;
background: #eee;
margin-bottom: 40px;
padding-top: 40px;
float: right;
margin-left: 20px;
text-align: center;
}	
	
	
.thumbnail {
width: 125px;
height: 125px;
background: #eee;
margin-bottom: 40px;
padding-top: 40px;
text-align: center;
}

.browse-by-item {
margin-bottom: 20px;
width: 178px;
margin-left: auto;
margin-right: auto;
text-align: center;
}		

.browse-by-image {
width: 150px;
height: 150px;
background: url(/files/2015/images/placeholder.jpg) left;
margin-right: 14px;
margin-left: 14px;
text-align: center;
z-index: -1;
text-indent: -10000px;
}

.browse-by-caption-red {
width: 178px;
height: 41px;
background: url(/files/2015/images/caption-red-150.png) left;
color: #fff;
font-size: 18px;
margin-top: -30px;
padding-top: 12px;
text-align: center;
z-index: 2;
}

.browse-by-caption-blue {
width: 178px;
height: 41px;
background: url(/files/2015/images/caption-blue-150.png) left;
color: #fff;
font-size: 18px;
margin-top: -30px;
padding-top: 12px;
text-align: center;
z-index: 2;
}

.browse-by-caption-green {
width: 178px;
height: 41px;
background: url(/files/2015/images/caption-green-150.png) left;
color: #fff;
font-size: 18px;
margin-top: -30px;
padding-top: 12px;
text-align: center;
z-index: 2;
}

.browse-by-caption-yellow {
width: 178px;
height: 41px;
background: url(/files/2015/images/caption-yellow-150.png) left;
color: #fff;
font-size: 18px;
margin-top: -30px;
padding-top: 12px;
text-align: center;
z-index: 2;
}


.landing-photo {
max-width: 900px;
height: auto;
margin: 40px auto -40px auto;
text-align: center;
}

.half-container {
max-width: 900px;
height: auto;
margin: 60px auto 20px auto;
text-align: center;
}

.half-container-home {
max-width: 100%;
height: auto;
margin: 60px auto 20px auto;
text-align: center;
}

.landing-photo-title {
/* background: url(/files/2015/images/red-right.png) no-repeat top right; */
background: rgba(150, 6, 48, 0.8);
position: relative;
bottom: 0;
left: 0;
margin: -43px -12px 0 0;
width: 100%;	
height: 40px;
color: #fff;
text-align: center;
padding-top: 10px;
}

.left-off {
position: relative;
left: -12px;
bottom: 50px;
}

.right-off {
position: relative;
right: -12px;
bottom: 50px;
width: 12px;
height: 47px;
}

.landing-photo-title.blue {
/* background: url(/files/2015/images/caption-red-150.png) left; */
background: rgba(0, 91, 130, 0.8);
}

.landing-photo-title.teal {
/* background: url(/files/2015/images/caption-red-150.png) left; */
background: rgba(41, 141, 146, 0.8);
}

.landing-photo-title.yellow {
/* background: url(/files/2015/images/caption-red-150.png) left; */
background: rgba(221, 178, 42, 0.8);
}

@media all and (max-width: 68em)  {

.landing-photo-caption {
text-align: left;
padding-top: 10px;
font-size: 18px;
font-weight: bold;
line-height: normal;
margin-left: 0;
padding-left: 0;
clear: both;
position: relative;
top: -60px;
}

}

@media all and (min-width: 68em)  {

.landing-photo-caption {
text-align: left;
padding-top: 10px;
font-size: 24px;
font-weight: bold;
line-height: 30px;
margin-left: 0;
padding-left: 0;
clear: both;
position: relative;
top: -60px;
}

}

.key-issue-item {
width: 100%;
float: left;
margin-bottom: 20px;
}	

.key-issue-image {
width: 150px;
height: 150px;
background: #eee;
padding-top: 50px;
text-align: center;
}

.key-issue-caption {
width: 150px;	
background: #333;
color: #fff;
padding: 0 10px 10px 10px;
text-align: left;
}

.key-issue-caption h3 {
color: #d3a949;	
}	

h3.center-title {
clear: both;	
text-align: center;
padding-top: 40px !important;
}

.left {
float: left;
margin-right: 20px;
}

.right {
float: right;
margin-left: 20px;
}

@media all and (max-width: 48em) {

.key-issue-item {
clear: both;	
}	

h2.center-title {
text-align: center;
margin-top: 40px;
}

}

@media all and (max-width: 63em) {
	


.browse-by-image {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.browse-by-caption {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.key-issue-item {
width: 90%;
margin-bottom: 20px;
}	

.key-issue-image {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.key-issue-caption {
margin-left: auto;
margin-right: auto;
text-align: left;
padding: 10px 10px 10px 10px;
}

}	
	
@media all and (min-width: 80em) {
	
.browse-by-item {
float: left;
width: 50%;
}	

.key-issue-image {
float: left;	
}

.key-issue-caption {
float: left;	
width: 175px;
height: 150px;
}

}

@media all and (min-width: 80em) {
.key-issue-caption {

}

}


@media handheld, only screen and (max-width: 767px) {

.col-1-1.gray-back {
background: #ecf5f5;	
padding-top: 20px;
padding-bottom: 20px;
margin: 50px auto 20px auto;
}


.leaderboard {
width: 95%;
height: auto;
text-align: center;
margin: 0 auto 0 auto;
}

.leaderboard img {
max-width: 100%;
height: auto;
}

.landing-photo {
margin-bottom: -45px;
}

.landing-photo-half {
max-width: 300px;	
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
}

.landing-photo-half-second {
max-width: 300px;	
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
}

.home-photo-half {
max-width: 250px;	
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
}

.home-photo-half-second {
max-width: 250px;	
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
}


.mobile-logo img {
margin-top: 20px;	
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
}	

.logo {
display: none;
}	
	
#mobile-test {
    display: block;
}

#large-screen-test {
    display: none;
}

  #mobile-test ul {
        list-style: none;
        margin-left: 0;
    }	

.mobile-nav-toggle {
    width: 25px;
    height: 25px;
    vertical-align: middle;
	margin-top: 0;
    margin-right: 4px;
	background: url(/files/2015/images/toggle.png) top left no-repeat;
}

.mobile-nav-toggle {
    display: none;
}

.js .mobile-nav-toggle {
    display: block;
    position: absolute;
    top: 92px;
    right: 5px;
}

.js .mobile-toggled {
    display: none;
}

#mobile-nav-container {
    max-height: 0;
	width: 100%;
    overflow: hidden;
    border-bottom: 0px solid transparent;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#mobile-nav-container.toggle-active {
    max-height: 150em;
    padding: 10px 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;	
}

#mobile-nav-container .mobile-toggled {
    display: block;
}

.mobile-main-nav {
    /* padding: 0 10px; */
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;		
}

#accordion2 h3 {
/*padding-left: 10px	*/
margin-top: 5px;	
margin-bottom: 0 !important;	
background: #005b82;
display: block;
height: 50px;
font-size: 18px;
padding-left: 0;
margin-left: auto;
}
	
#accordion2 h3 a {
padding-top: 5px;	
padding-left: 0;
margin-left: 0;
font-weight: 500;
font-size: 18px;
color: #fff;
height: 50px !important;
font-weight: normal;
font-variant: small-caps;
}

#accordion2 h3 a br {
display: none;	
}

#accordion2 ul {
list-style: none;	
padding-top: 0 !important;
margin-top: 0;
margin-left: 0;
padding-left: 0;
}

#accordion2 div {
margin-top: 0 !important;
}

#accordion2 ul li {
text-align: left;
margin-bottom: 20px;
}

#accordion2 ul li a {
color: #409399;	
}

#accordion2 ul li.sn a {
color: #0a5c80;	
}

#accordion2 ul li.tn {
text-align: left;
margin-left: 40px;
}

#accordion2 h3.current {
background: #409399;	
margin-top: 5px !important;
padding-top: 5px !important;
height: 50px;
}

#accordion2 h3.current a {
color: #fff;
height: 50px !important;
}

.mobile-main-nav &gt; ul {
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
	list-style: none;
	font-weight: normal;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	}
	
.mobile-main-nav &gt; ul li {
/*padding-left: 10px	*/
margin-top: 5px;	
background: #005b82;
color: #fff;
display: block;
}
	
.mobile-main-nav &gt; ul li a {
padding-top: 15px;	
padding-left: 10px;
color: #fff;
height: 50px;
font-variant:small-caps;
font-weight: normal;
font-size: 24px;
text-align: center;
}

.mobile-main-nav &gt; ul li.current {
margin-top: 5px;	
background: #005b82;
color: #fff;
}

.mobile-main-nav li ul li a {
margin-top: 5px;	
background: none;
}

.mobile-main-nav li.current ul li a {
margin-top: 5px;	
background: none;
}

.lt-ie8 .mobile-main-nav &gt; ul {
    display: inline;
    zoom: 1;
}

.mobile-main-nav li ul {
    display: none;
    padding-left: 36px;
    padding-left: 3.6rem;
}

.mobile-main-nav li li ul {
    padding-left: 20px;
}

.mobile-main-nav .current ul {
    display: block;
	list-style: none;
	margin-left: 20px;
	padding-left: 0;
}

.mobile-main-nav a, .mobile-main-nav label {
    display: block;
    font-size: 18px;
	color: #fff;
    position: relative;
    cursor: pointer;
}

.mobile-main-nav a:hover, .mobile-main-nav a:focus, .mobile-main-nav label:hover, .mobile-main-nav label:focus {
    color: #fff;
}

.mobile-main-nav .utility a {
font-size: 14px;
display: block;
width: 100%;
color: #0a5c83;
}

.mobile-main-nav .utility a.button {
clear: both;
color: #fff;
width: 50%;
margin: 10px auto;
}

.mobile-main-nav .utility a {
font-size: 18px;
display: block;
color: #0a5c83;
}

.mobile-main-nav li ul a {
    padding: 5px 0;
    padding: 0.5rem 0;
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
	color: #444;
	
}

.mobile-main-nav li ul a:hover {
	color: #444;
}

.mobile-main-nav &gt; ul li.current {
 background: #ddd;
 padding-top: 10px;
 padding-bottom: 10px;
 }
 
 .mobile-main-nav li.current a {
 color: #1d7bbd;
 }
 
  .mobile-main-nav li.current ul li a {
	color: #444;
 }
 
 
   .mobile-main-nav li.current ul li {
background: none;
 }
  
   .mobile-main-nav li.current ul li a.sub-nav-on {
 color: #1d7bbd;
 }


.mobile-main-nav li .current {
 color: #e11e3c;
}


input.search-mobile  {
	background: #3c939a url(/files/2015/images/search.png) right no-repeat !important;
	font-size: 16px;
	height: 47px;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 100%;
	border: none;
	color: #fff;
}


#search {
display: none;	
}

 .utility ul {
clear: both;	 
margin: 0 auto; 
padding: 0;
text-align: center;
}
	
  .utility ul li {	
	list-style: none;	   
	width: 100%;
	text-align: center;
   }	
   
 .utility a {
display: block;
padding: 5px 5px;
font-size: 18px;
line-height: 18px;
height: auto;
font-weight: normal;
color: #fff;
}


.nav  {
	display: none;
 }	
	
.less {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: -20px !important;
}
	
.alittlemorethanless {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: -10px !important;
}

.center {
text-align: center;
}
	
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 0; /* column-space */
	}
	
	
	/* Mobile Layout */
	
	
	
	.mobile-col-1-1 {
		width: 99%;
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.mobile-col-1-1.left-align {
		width: 95%;
		float: none;
		text-align: left;
		margin-left: 20px;
		margin-right: auto;
	}
	
	.mobile-col-1-1.last {
		margin-bottom: 40px;
	}
	
	
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}
	
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
	
	.hide-on-desktop {
	display: block !important;	
	clear: both;
	float: none;
	width: auto;
	height: auto;
	}
	
	.mobile-clear {
	clear: both;	
	}
	
	.checkout-step {
display: block;		
margin-top: 10px;		
width: 200px;
}
	
}

.banner-ad {
background: #fff;
width: 180px;
height: 150px;
margin: 0 auto 40px auto;
}

@media only screen and (max-width: 45em) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
		border: none !important;
	}
	
	#no-more-tables table {
	margin-top: -75px;	
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr {
		border-bottom: #eee solid 1px;
		margin-bottom: 10px;		
		}
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		/*padding-left: 50%; */
		padding-bottom: 20px;
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 	
	
	#no-more-tables .highlight {
	font-size: 16px;	
	font-weight: 300 !important;
	line-height: 24px;
	}
	
	table #CalendarGrid {
	clear: both;	
	margin-top: 15px;	
	}
	
	td.photo-gallery-item {
	width: 100%;	
	}
	
}

@media only screen and (min-width: 45em) {
td.photo-gallery-item {
	width: 25%;	
	}	
	
	td.photo-gallery-item img {
	background: #66a9ae;
	text-align: center;
	display: block;
	}
}

.photocredit {
background: #0a5c80;
color: #fff;	
display: block;
width: auto;
padding: 10px;
}

.photoshortcaption {
background: #66a9ae;
color: #fff;
display: block;
width: auto;
padding: 10px;
}

.rdcms-pagingcontrols {
        margin: 40px 0;
    }
    .rdcms-pagingcontrols a {
        display: inline-block;
        vertical-align: middle;
        padding: 8px 10px 5px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #409399;
		margin-top: 20px;
    }
    .rdcms-pagingcontrols a:hover {
        background: #0a5c80;
    }
    .rdcms-pagingcontrols .ui-state-disabled,
    .rdcms-pagingcontrols .ui-state-disabled:hover {
        background: #8aa5b6;
    }


@media all and (max-width: 719px) {
	 
	.header-utility.mobile-clone {
		display: none;
	}
	
	#mobile-menu .header-utility.mobile-clone {
		display: block;
    	padding: 5px 0 10px 0;
	}
	
  
 }
 
 @media all and (min-width: 720px) {
  .page-search-toggle {
    display: none;
  }

 }



.page-nav {
    background: none repeat scroll 0 0 #002f54;
    padding: 0 20px;
    position: relative;
    z-index: 20;
}

.page-nav li {
  position: relative;
 }
 
.page-nav ul &gt; li &gt; a {
  color: #ebbf32;
 } 
 
 .page-nav li ul {
    display: none; }


	.page-nav &gt; ul &gt; li &gt; a:hover {
		color: #ebbf32;
	}			
		
.page-nav.stuck {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	padding: 0 10px;
}	

.page-nav.stuck ul {	
	margin: 0;
}
	
.mobile-menu-toggle {
    background: url("/files/2015/images/toggle.png") no-repeat;
    display: block;
    height: 25px;
    width: 25px; }
  
  
  .mobile-menu-toggle .hide {
    display: none; }
  .mobile-menu-toggle.active .show {
    display: none; }
  .mobile-menu-toggle.active .hide {
    display: inline; }

	

@media all and (max-width: 767px) {
  
  	.no-js .page-nav .nav-toggle {
    	display: none; }
		
	.page-nav {
	    background: #fff repeat scroll 0 0;
		padding: 0 0 0 3px;
		overflow: hidden;
	}	
	
  	.page-nav .nav-arrow {
    	display: none; }	
	
  	.page-nav &gt; ul &gt; li &gt; a {
    	min-height: 0 !important;
		padding-bottom: 10px;
	}
	
  	.page-nav &gt; ul &gt; li  {
		padding-bottom: 10px;
	}
  	.page-nav li a {
    	font-size: 18px;
		font-weight: normal;
 	}	
	
  	.page-nav li  {
   		padding-bottom: 2px; 

		
		}	
	
  	.page-nav li li {
   		padding-bottom: 3px;
		padding-left: 5px; 
		text-align: left;
		background: none;
		font-size: 16px;
		}		

  	.page-nav li a {
    	background: #005b82;
		padding-top: 15px !important;
		font-variant: small-caps;
		font-weight: normal;
		height: 50px !important;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
	}	
	
	.page-nav li a br {
	display: none;	
	}
	
		
  	.page-nav li li a {
  		background: #fff !important;
		color: #0a5c80 !important;
    	font-weight: 400;
		font-variant: normal;		
		font-size: 16px;
	}

.page-nav ul li.tn {
text-align: left;
margin-left: 40px;
display: block !important;
}
	
	
	.page-nav .utility-links-mobile.top-links  {
	width: 100%;
	height: auto;
	padding-top: 20px !important;
	padding-bottom: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
		}
	
	.page-nav .sub-nav ul {
	margin-bottom: 40px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	}

	
	.page-nav .utility-links-mobile.top-links li {
		background: #fff !important;
			}
			
		.page-nav .sub-nav li {
		background: #fff !important;
		padding-top: 0;
		padding-bottom: 0;	
		margin-top: 0;
		margin-bottom: 0;
			}
			
		
	.page-nav .utility-links-mobile.top-links a {
		background: #fff !important;
		color: #0a5c80 !important;
		font-variant: normal;		
		display: inline-block;
		font-size: 16px;
		}		
		
		.page-nav .sub-nav a {
		background: #fff !important;
		color: #0a5c80 !important;
		font-variant: normal;		
		font-size: 16px;
		}		
				
		 .page-nav .sub-nav li a {
		background: #fff !important;
		color: #0a5c80 !important;
		font-variant: normal;
		}		
	

	
	
	#mobile-menu .page-nav ul ul.active {
	    display: block;
	}
	
	#mobile-menu .page-nav ul.active ul {
	    display: block;
	}
	
  	.page-nav .nav-toggle {
    	display: block;
    	width: 25px;
    	height: 45px;
    	padding: 0;
		position: absolute;
  		top: 0;
    	right: 10px;
    	border: none;
    	text-align: center;
     }
	 
/* 	 
	 @-moz-document url-prefix() { 
 .page-nav .nav-toggle {
      		top: -1px;
 }
	     }
		 
		 */
		 
		 .page-nav .nav-toggle.active span {
	  	background: #005b82 url(/files/2015/images/up-arrow.png) no-repeat top;
		 
		 
		 }

	
    .page-nav .nav-toggle span {
	  	background: #005b82 url(/files/2015/images/down-arrow.png) no-repeat;
	  	display: block;	
		padding: 0;
		width: 25px;
		height: 45px;
		border: none;
	   }
	   
    .page-nav .nav-toggle.active span {
	  	background: #005b82 url(/files/2015/images/up-arrow.png) no-repeat center;
		display: block;	
		padding: 10px 0 0 0;
		width: 25px;
		height: 45px;
		border: none;
	   }	
	
	.js .page-header .mobile-clone {
    	display: none; }
  	.js .page-header .mobile-menu-toggle {
    	display: block; }

  	.mobile-menu-toggle {
    	float: left;
    	margin: 0;
		z-index: 200;
		position: absolute;
  		top: 10px;
    	right: 5px;
		border: none;
		 } 
	
	#mobile-menu, #mobile-menu + #page-container {
	    transition: transform 0.24s ease 0s, visibility 0s linear 0.24s;
	}
	#mobile-menu {
	    background: none repeat scroll 0 0;
	    bottom: 0;
	    box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.8) inset;
	    display: block;
	    left: 0;
	    overflow: auto;
	    /* position: fixed; */
	    top: 0;
	    transform: translateX(-100%);
	    visibility: hidden;
	    width: 100%;
	    z-index: 101;
	}
	#mobile-menu .mobile-menu-toggle {
	    background-color: transparent;
	}
	#mobile-menu .page-utility {
	    clear: left;
	    display: block;
	    float: left;
	    padding: 20px 10px 10px;
	}
	#mobile-menu .page-utility a {
	    width: 100%;
	}
	#mobile-menu .page-utility a + a {
	    margin-top: 10px;
	}
	
	#mobile-menu ul a {
	    clear: both;
	    display: block;
	    padding: 5px 10px;
	}

	#mobile-menu .page-nav ul a {
	    padding: 5px 33px 10px 10px;
		color: #fff;
	}	
	
	#mobile-menu ul a:hover {
		color: #fff;
	    font-weight: normal;
	}
	#mobile-menu &gt; ul &gt; li {
	    padding-bottom: 20px;
		background: #005b82 !important;
		color: #fff;
	}
	#mobile-menu &gt; ul &gt; li &gt; a {
	    color: #fff;
	    font-size: 20px;
		background: #0a5c80;
	}
	#mobile-menu li ul {
	    background: none repeat scroll 0 0 transparent;
	}
	
	#mobile-menu {
	height: 0;	
	}
	
	#mobile-menu.active {
	    transform: translateX(0px);
	    transition: transform 0.24s ease 0s, visibility 0s linear 0s;
	    visibility: visible;
		z-index: 250;
		height: auto;
	}
	#mobile-menu.active + #page-container {
	    transform: translateX(240px);
	}	
	
	#mobile-menu &gt; ul.header-utility.mobile-clone li {
		padding: 5px;
		height: 25px;
	}	
	
	#mobile-menu &gt; ul.header-utility.mobile-clone li a {
    	font-size: 16px;
		font-weight: normal;
	}
	
	#mobile-menu .mobile-menu-toggle {
	    margin: 0;
		position: absolute;
		top: 2px;
		right: 5px;
	}
	
	#mobile-menu .page-nav ul {
	    margin-top: 0;
	}	
	
	#mobile-menu .page-nav ul ul {
	    margin-top: 5px;
	}	
	

	#mobile-menu &gt; ul.header-utility &gt; li &gt; a:hover {
    color: #ebbf32;
	}
	
}
	
@media all and (min-width: 760px) and (max-width: 1200px) {
	.page-nav  {
	  clear: both;
	  }
	
}	
	
@media all and (min-width: 767px) {
  #mobile-menu, .mobile-menu-toggle, .nav-toggle {
    display: none; }

  .page-header {
    position: relative;
    z-index: 10; }

  .header-logo {
    float: left; }
	
    .page-nav {
	  clear: both;	
	  position:relative;
	  top: 58px;
	  left: 0;
	  z-index: 10;
	   }		
	   
    .page-nav.stuck {
	  z-index: 1000;
	   }		
	   
	.page-nav-bounds {
	  margin: 0;
	  padding: 0 0 0 310px;
	}

    .page-nav-bounds &gt; ul {
	  width: 100%;
	  display: block;
	  padding: 11px 0;
	  }	

	  
    .page-nav-bounds &gt; ul &gt; li {
      float: left;
      position: relative;
	 }
/*
 
	  .page-nav-bounds &gt; ul &gt; li a {
	  white-space: nowrap;
	 }	 
	 
    .page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li a {
	  white-space: normal;  
	 }	*/
	 
	.page-nav-bounds ul li:first-child {
		width: 20%;			
	}
	
	.page-nav-bounds ul li:nth-child(2) {
		width: 18%;		
	}
	
	.page-nav-bounds ul li:nth-child(3) {
		width: 16%;		
	}
	
	.page-nav-bounds ul li:nth-child(4) {
		width: 24%;	
	}
	
	.page-nav-bounds ul li:nth-child(5) {
		width: 22%;	
	}	  
	 
	.nav-arrow {
		display: inline-block;
		vertical-align: bottom;
		margin-left: 3px;
	} 
	 
    .page-nav-bounds .main {
      display: block;
	  font-size: 18px; }
	  
    .page-nav-bounds .sub {
      display: block;
       }
	   
	 .page-nav-bounds &gt; ul &gt; li a{  
	 	color: #8cbce3;
	 	text-transform: uppercase;
	 }  
	 .page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li a {  
	 	color: #8cbce3;
	 	text-transform: capitalize;
	 } 	 
    .page-nav-bounds a .main {
      color: #fff;
	  }	
	  
	 .page-nav-bounds &gt; ul &gt; li a:hover {  
	 	color: #ebbf32;
	 }  
	 
    .page-nav-bounds a:hover .main {
      color: #ebbf32;
	  }		
	    
	  
	.page-nav-bounds li.current a {
		color: #ebbf32;
	}		
	
    .page-nav-bounds li.current a .main {
      color: #ebbf32;
	  }		
	  
	.page-nav-bounds li.current a:hover, .page-nav-bounds li.current a:hover .main {
		color: #8cbce3;
	}	
	  
	.page-nav-bounds li.current &gt; ul &gt; li a {
		color: #fff;
	}		  
	     	 
      .page-nav-bounds &gt; ul &gt; li &gt; ul {
        width: 275px;
        position: absolute;
        /*left: -48%;*/
        top: 100%;
        background: #092c4c;
		opacity: .9;
        z-index: 1000;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); 
		margin-top: 0;
		padding-top: 6px;
		}
		
		.page-nav-bounds &gt; ul &gt; li a {
			font-size: 14px;
			/*font-weight: 700;*/
		}
		
		.page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li {
			padding: 10px;
			width: 100% !important;
		}		
		.page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li a {
			font-size: 14px;
			color: #fff;
		}
		
		.page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li:hover {
			background-color: #fff;
			opacity: 1.0 !important;
			display: block;
		}		
		.page-nav-bounds &gt; ul &gt; li &gt; ul &gt; li:hover a {
			color: #092c4c;
		}			
		
      .page-nav-bounds &gt; ul &gt; li:first-child &gt; ul {
        left: 0; }
      .page-nav-bounds &gt; ul &gt; li:last-child &gt; ul {
        left: auto;
        right: 0; }
      .page-nav-bounds &gt; ul &gt; li:hover &gt; ul {
        display: block; }	 

	.footer-contact {
		color: #fff;
		
	}	   

	 

	 
}
	
@media all and (min-width: 1100px) {	
	.page-nav {
	  clear: none;
	  }
	  
	 .page-nav &gt; ul &gt; li {
	  width: 20%; }
	}


#skip-to-content {
display: none;	
}

@media all and (min-width: 48em) and  (max-width: 63em) {

.col-1-5 {
width: 25%;	
}
	
}


@media all and (min-width: 63em) {

.col-1-5 {
width: 20%;	
}
	
}


.red-attention {
color: #e83323;
font-weight: bold;
}

.align-left,  .align-left p {
text-align: left !important;	
clear: left;
}


@media all and (min-width: 68em) {

.align-left,  .align-left p {
font-size: 24px;
line-height: 30px;
}

}


.steps-background {
background-color: #00a9b3; 
width: 142px; 
height: 160px;
text-align: center; 
padding: 5px 0;
color: #fff;
 -webkit-print-color-adjust: exact !important; 
 color-adjust: exact !important;  
}

.steps-background.orange-background {
background-color: #de783e;
 -webkit-print-color-adjust: exact !important; 
 color-adjust: exact !important;  
}

.steps-arrow {
font-size: 30px;
}

@media all and (max-width: 74em) {

.col-1-5.steps-background  {
clear: both;
float: none;
margin: 25px auto 0 auto;
text-align: center;
}

.steps-arrow {
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
font-size: 30px;
}

}


@media all and (max-width: 47em) {

.grid.project-mobile-grid {
width: 50%;
text-align:center !important;
margin: 0 auto !important;
}

}


@media all and (max-width: 47em) {

table.project-details td {
display: block;
width: 100%;
}

table.project-details tr {
display: block;
padding-top: 25px;
}


}

@media all and  (max-width: 47em) {

table.project-details td {
display: block;
width: 100%;
}

.col-2-3 {
display: block;
width: 100%;
}

table.project-details tr {
display: block;
padding-top: 25px;
}


}




@media all and (min-width: 48em) {

table.project-details td {
/* width: 50%; */
padding-right: 10px;
}


}


.more-top {
padding-top: 25px; 
}

.callout-box-project {
clear: both;
float: none;
background: #c5d199;
margin-top: 75px;
margin-bottom: 75px;
padding: 20px;
max-width: 90%;
font-family: arial, helvetica, sans-serif;
}

.callout-box-project-headline {
font-size: 12pt;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

.sans-serif {
font-family: arial, helvetica, sans-serif;
font-size: 18px;
}


@media print {

.col-9-12 {
width: 100%;
}

 .utility, .nav, .logo, .footer, .leaderboard, .sponsors.side-box, .sub-nav {
 display: none;
 }
 
 .col-1-5.steps-background  {
width: 19%;
clear: none;
float: left !important;
margin-left: 0;
margin-right: 5px;
color: transparent;
      text-shadow: 0 0 0px #fff;
-webkit-print-color-adjust: exact !important;
font-size: 18px;
}

 .col-1-5.steps-background p {
color: transparent;
text-shadow: 0 0 0px #fff;
-webkit-print-color-adjust: exact;
color-adjust: exact;
 }

.steps-arrow {
 -moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
font-size: 30px;
color: transparent;
text-shadow: 0 0 0px #fff;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}

.col-1-2.projects-half:first-child {
width: 62%;
}

.col-1-2.projects-half:nth-child(2) {
width: 38%;
}

.col-1-4 {
margin-right: 10px;
width: 25% !important;
}

.col-2-3 {
width: 66.66% !important;
}

.project-details, .project-heading {
font-size: 14px !important;
}


p, li {
font-size: 16px !important;
} 

table.project-details {
display: table;
margin-left: 0;
padding-left: 0;
text-align: left;
}

table.project-details td {
display: table-cell;
width: 50%;
}

.col-2-3 {
display: inline;
width: 66%;
}

table.project-details tr {
display: table-row;
padding-top: 25px;
}



.grid.project-mobile-grid {
width: 100%;
text-align: left !important;
margin: 0 0 !important;
}

}

li.bold-numbers {
 font-weight: bold;
}
li .not-bold-text {
 font-weight: normal;
}


</pre></body></html>