/* ==========================================================================
Author's custom styles
========================================================================== */


@font-face {
    font-family: 'open_sanslight';
    src: url('../styles/fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../styles/fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../styles/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../styles/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansregular';
    src: url('../styles/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../styles/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanssemibold';
    src: url('../styles/fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../styles/fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../styles/fonts/glyphicons-halflings-regular.eot');
	src: url('../styles/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../styles/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../styles/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


body {
	font-size: 15px;
	font-family: arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Margin bottom by footer height */
	/* background-color: #eff4f7; */
	margin-bottom: 200px;
}

#content {
	background-color: #fff;
}

#content .container:last-child {		
	border-bottom: 0px;		
}

html {
	position: relative;
	min-height: 100%;
}

.container {
	position: relative;
}


/* ==========================================================================
Mobile < 768 styles
========================================================================== */

h1, .h1 {
	font-size: 27px;
	margin-top: 0;
}

h2, .h2 {
	font-size: 22px;
	line-height: 1.3;
	margin-top: 0;
}

h3, .h3 {
	font-size: 17px;
}

p {
	margin: 0 0 14px;
	text-align: center;
}

li {
	font-size: 14px;
}

	ul li ul {		
    display:block;		
}		
ul li ul+ul {		
    margin-top: 0px;		
}

sup {
    top: -1.0em;
}

sub, sup {
    position: relative;
    font-size: 43%;
    line-height: 0;
    vertical-align: baseline;
}

.row {

	 margin-bottom: 0px;
	 padding-top: 10px;
	 padding-bottom: 26px;
}

.lightgrey .row {
	margin-top:0;
	padding: 0;
}

.lightgrey p {
	padding: 20px 0;
}

#opening {
	font-family: 'open_sansregular';
}

#home_buckets> .row  {
	border-top: 1px solid #e0e4e7;
	border-bottom: 1px solid #e0e4e7;
	background-color: #ffffff;
	text-align: center;
}

#capabilities, #team {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#team .col-sm-6 p {
	text-align: left;
}

#capabilities p, #capabilities h3{
	text-align: center;
	font-family:'open_sanslight';
}

#capabilities {
	background-color: #1b143a;
	color:#c9c7d0;
}

#capabilities h2, #capabilities h3 {
	color:#ffffff;
}

#team {
	color: #4d4d4d;
}

#team h2{
	color: #4d4d4d;
}


.icon-numbers {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

	#capabilities .row .col-sm-4 img {
		width: 150px;
		height: 150px;
		margin-top: 25px;
	}
	
	#capabilities .row .col-sm-4 + .col-sm-4 img {
		width: 150px;
		height: 91px;
		/* margin: 30px 0; */
	}
	
	#capabilities .row .col-sm-4 + .col-sm-4 + .col-sm-4 img {
		width: 150px;
		height: 94px;
		/* margin: 28px 0; */
	}

img {
	max-width: 100%;
}
/* Table styles 
-------------------------------------------------- */

.tableHeaders {
    border-top: none !important;
}


/* Head styles
-------------------------------------------------- */

#logo {
	top: 10px;
	left: 15px;
	width: 160px;
	height: 17px;
}

#logo img {
	width: 100%;
}

.navbar {
	min-height: 51px;
	margin-bottom: 0;
}
.box-shadow {
    -moz-box-shadow: 10px 10px 15px rgba(0,0,0,0.7);
    -webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.7);
    box-shadow: 15px 15px 36px rgba(0,0,0,0.4);
    border: 2px solid rgb(255, 255, 255) !important;
}

/* Main Navigation styles
-------------------------------------------------- */
#nav {
	margin: 0 -15px;
}

#nav > li {
	display: block;
	margin: 0;
	position: relative;
	font-size: 15px;
}

.nav li {
	background: none;
	padding-left: 0;
	font-size: 15px;
}

.navbar-right li {
    margin-bottom: 0;
}

.nav .social {
	padding-left: 8px;
	display: inline-block;
}

.nav .social {
	padding-left: 8px;
	display: inline-block;
}

.nav .social a{
	    padding-bottom: 16px;
}

#nav > li > a {
	color: #393939;
	padding-bottom: 7px;
	position: relative;
	display: block;
	padding: 10px 15px;
}

#nav > li > a:hover {
	color: #ffffff;
	background-color: #f16935;
	text-decoration: none;
}

#nav > li > a:focus {
	background: #f5f5f5;
	color: #393939;
	text-decoration: none;
}

#nav > li+li+li+li+li {
	padding: 0 0 0 18px;
}

.dropdown-menu {
	position: relative;
	top: 100%;
	left: 0;
	display: none;
	float: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: initial;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #00aaf8;
}

.navbar-toggle {
	background-color: #f16935;
}

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

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-right {
	margin-right: 0px;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.col-sm-6 + .col-sm-6 {
	margin-top: 20px;
}

/* Top Right Navigation styles
-------------------------------------------------- */

.navbar-nav {
	margin-top: 9px;
	margin-bottom: 0;
}

.navbar-nav > li.btn-scroll {
	padding-top: 8px;
	padding-bottom: 7px;
}

.navbar-default  .navbar-nav > li.btn-scroll,
#login {
	padding-top: 8px;
	padding-bottom: 7px;
	font-family: 'open_sansregular';
}

.nav>li.btn-scroll, #login  {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-default  .navbar-nav > li + li + li + li + li> a{		
 background-color: #00afff;		
 color: #fff;		
}		

.navbar-default  .navbar-nav > li:last-child a{		
 background-color: transparent;		
}		

.navbar-default .navbar-nav>li.btn-scroll {
    color: #ffffff;
    cursor: pointer;
}		

.navbar-nav > li + li +li+ li > a{		
 background-color: transparent;		
}		

.navbar-nav > li + li +li+ li+ li+ li{		
 margin-left: 10px;		
 margin-top: 7px;		
 margin-bottom: 3px;		
}

.navbar-default .navbar-nav>li.btn-scroll {
	color: #393939;
}

.navbar-default .navbar-nav>li.btn-scroll:hover, .navbar-default .navbar-nav>li.btn-scroll:focus {
	color: #ffffff;
	background-color: #f16935;
}

.navbar-default {
	background-color: #fff;
}

.navbar-right .dropdown-menu {
	top: 35px;
}

.navbar-right .dropdown-menu > li > a {
	font-size: 14px;
}

/* Left Navigation styles
-------------------------------------------------- */

#navLeft {
	display: none;
}


/* Social Nav Icons main */

.social + .social + .social {
	display: none;
}

.social a {
	width: 23px;
	height: 23px;
	padding-right: 6px;
}

.social {
	border-left: 0px;
}

/* Main Body styles
-------------------------------------------------- */

.jumbotron {background-image: url(../images/img-splash.jpg);background-repeat: no-repeat;background-size: cover;margin-bottom: 18px;}

.jumbotron, .subpageHeader {
	margin-top: 0px;
	padding: 0;
	height: 300px;
}

.jumbotron .container {
}

.subpageHeader {
	border-top: 1px solid #e2e2e2;
	background-color: #fff;
}


#heading {
	font-family: 'alright_sanslight';
	color: #008ccc;
	display: block;
	font-size: 27px;
	padding: 22px 0px;
}


.subpageHeader .container {
	margin: 0 15px;
	padding: 0;
}

.subpageHeader .container .row .col-sm-12 {
	margin: 0;
	padding:0;
}

.jumbotron .hero-text {
	padding: 35px 35px;
	width: 370px;
	margin-top: 46px;
	margin-left: auto;
	margin-right: auto;
}

.subpageHeader #hero-text {
	width: 400px;
	height: 250px;
}

#content .container>.row>.col-sm-4+.col-sm-8 {		
	margin-top: 20px;		
}

.jumbotron #hero-img {
	display: none;
	position: absolute;
	right: 15px;
}

.jumbotron h1, .jumbotron .h1, .subpageHeader .h1  {
	font-size: 28px;
}

.subpageHeader .h1 {
	margin-bottom: 20px;
}


.jumbotron p, .subpageHeader p {
	line-height: 1.4;
}

.jumbotron p {
	font-size: 17px;
}

.subpageHeader #hero-img {
	display: none;
	position: absolute;
	right: 15px;
}

.callout .h2 {		
	margin-top: 0px;		
	margin-bottom: 18px;		
	display: block;		
	font-size: 26px;		
}

.callout .col-sm-12 .h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.callout .col-sm-6 img, .callout .col-sm-12 img{		
   	display:none;		
}

.callout .h2 {
	margin-top: 0px;
	margin-bottom: 19px;
	display: block;
	font-size: 26px;
}

.col-sm-4 > .callout {		
	 margin-top: -30px;
}

.col-sm-4 > .callout>.row{		
    margin-top: -30px;		
}

/* Table styles
-------------------------------------------------- */


td {
	vertical-align: top;
	padding: 10px;
	font-size: 1em;
	font-family: Helvetica, Arial,sans-serif;
}

td h3 {
	color: #373737;
	text-indent: 0;
	margin-top: 0;
}


/* Button styles
-------------------------------------------------- */

.btn {
	font-family: 'helvetica_lt_stdregular';
	display: inline-block;
	padding: 0px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-primary, .btn-default {
	font-size: 16px;
	padding: 6px 28px
}
.btn-iconPlus {
	margin: 0px 0px 1px 4px; 
	padding: 6;
}

.btn-bucket {
	padding: 20px 5px;
	width: 100%;
	border: 1px solid #e7e7e7;
}

.btn-bucket:hover{
	border: 1px solid #e7e7e7;
}

.btn-iconPlus  {margin: 0px 0px 1px 4px;}


#contact h2 {
	color: #1a1339;
	font-family: 'open_sansregular';
	text-align: center;
	margin-bottom: 40px
}


/* Footer styles
-------------------------------------------------- */

li.footimg {
		display:inline-block;
		padding-right: 43px;
		border-right: 1px solid;
	}

	li.footimg img {
		width: 55px;
	}

	li +li.footimg {
		padding-right:0;
		padding-left: 25px;
		border-right: 0px;
	}
	
	li +li.footimg img {
		width: 103px;
	}

footer {
	font-size: 11px;
	height: 160px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#content footer .container {		
   	border-bottom: 0;		
}		


#footer-links {
	margin: 0px;
	float: left;
}

.container .credit {
	margin: 10px 0 0 0;
	clear: both;
}

footer li > a {
	margin: 0px;
	/* font-size: 11px; */
}

#contact a {
	color:#4d4d4d;
}

footer li > a + a {
	margin: 0 0 0 10px;
}

.row#updated {		
	text-align: left;		
	padding: 40px 0 12px;		
}

	#lightpurple h3, #darkpurple h3{
		font-size: 20px;
	}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1, .jumbotron .h1, 	.jumbotron .h1 {
		font-size: 63px;
	}

}

/* ==========================================================================
768 - 992 custom styles
========================================================================== */

@media (min-width: 768px) {

	body {
		font-size: 15px;
		line-height: 1.5;
		background-color: transparent;
		margin-bottom: 200px;
	}
	
	#opening {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#heading {
	    font-size: 36px;
	    padding: 40px 0px 37px;
	}

	.row#updated {
    	padding: 0;
    	margin-top: 0px;
    	margin-bottom: 0;
  	}	

	.row {
		margin-top: 14px;
		padding-bottom: 0;
		padding-top: 0;
	}

	.lightgrey .row {
		margin-top:0;
		/* padding: 20px 0; */
	}

	#content .container>.row>.col-sm-4+.col-sm-8 {		
		margin-top: 0px;		
	}

	.callout {
		margin-bottom: 20px;
	}

 	.callout .col-sm-12 {		
   		 /* text-align: center; */		
 	}		
 	.col-sm-4 > .callout , #content .container .row .col-sm-4 > .callout>.row{		
 		/* background-color:aquamarine; */		
 		margin-top: 0;		
 	}

	#content .container {
    	padding-top: 41px;
    	padding-bottom: 30px;
 	}

	h1, .h1 {
		font-size: 30px;
		margin-top: 0;
	}

	h2, .h2 {
		font-size: 22px;
	}

	h3, .h3 {
		font-size: 20px;
	}

	li {
		font-size: 15px;
	}

	ul li ul {		
		    display: inline-block;		
	}		

	ul li ul+ul {		
    	margin-left: 45px;		    			
	}

	.iconography {		  
		display: block;		
	}


	/* Head styles
	-------------------------------------------------- */

	#logo {
		top: 16px;
		left: 0px;
		width: 190px;
		height: 23px;
	}

	.navbar {
		height: 60px;
		min-height: 60px;
		margin-bottom: 0px;
	}


	/* Main Navigation styles
	-------------------------------------------------- */
	#nav {
		top: 170px;
		position: absolute;
		margin: 0;
	}

	#nav > li {
		display: inline-block;
		margin: 0;
		padding-bottom: 20px;
		position: relative;
		font-size: 15px;
		float: left;
	}

	#nav > li + li +li + li a {
		/* border-right: 1px solid #e2e2e2; */
	}

	#nav > li > a {
		padding: 3px 15px;
		color: #393939;
		border-left: 1px solid #e2e2e2;
	}

	#nav > li > a:hover {
		color: #008ccc;
		background-color: transparent;
		text-decoration: none;
	}

	#nav > li > a:focus {
		background: none;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.social .dropdown-menu {
		top: 35px;
		border-top: 0px;
	}

	.dropdown-menu {
		position: absolute;
		top: 39px;
		left: 0;
		display: none;
		float: left;
		min-width: 160px;
		padding: 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-clip: initial;
		border-right: 1px solid #d3d3d4;
		border-left: 1px solid #d3d3d4;
		border-bottom: 1px solid #d3d3d4;
		border-top: 1px solid #d3d3d4;
	}

	#nav .dropdown-menu>li {
		padding: 5px;
		margin-bottom: 0;
	}

	.dropdown-menu>li>a {
		color: #5a5a5a;
		margin: 0;
		padding: 5px;
		padding: 8px 19px;
		font-size: 14px;
		border: 0 !important;
	}

	.dropdown-menu>li>a:hover {
		background: #c4e9ff;
	}


	/* Top Right Navigation styles
	-------------------------------------------------- */

	.navbar-nav > li.btn-scroll, #login {
		padding-top: 8px;
		padding-bottom: 7px;
	}


	.navbar-default .navbar-nav>li.btn-scroll,  #login {
		color: #000000;
	}

	.navbar-nav>li.btn-scroll,
	#login {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
 }

	.navbar-nav>li.btn-scroll {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav>li.btn-scroll:hover, .navbar-default .navbar-nav>li.btn-scroll:focus,
	#login:hover {
		color: #ffffff;
		background-color: #f16935;
	}


	/* Main Body styles
	-------------------------------------------------- */

	.col-sm-6 + .col-sm-6 {
		margin-top: 0px;
	}

	.navbar-default {
		background-color: #ffffff;
		border: none;
	}

	.jumbotron{
		margin-top: 0px;
		height: 450px;
		margin-bottom: 0;
		padding: 0;
		background-image: url('../images/img-splash.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.subpageHeader {
		margin-top: 176px;
		padding: 0;
	}

	.jumbotron .container {
		background-color: transparent;
	}

	.jumbotron .item {
		height: 450px;
	}


	#carousel-home .item {
    	background-size: 1053px 450px;
	}

	.jumbotron .hero-text {
		width: 422px;
		margin-top: 96px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
	}

	.jumbotron #hero-img {
		display: block;
		width: 312px;
		height: 90px;
	}

	.jumbotron h1, .jumbotron .h1 , .subpageHeader h1 {
		font-size: 36px;
		margin-top: 20px;
	}

	.jumbotron p {
		line-height: 1.4;
	}

	.subpageHeader .h1 {
		margin-top: 27px;
		font-size: 34px;
		margin-left: 25px;
	}

	.subpageHeader .container {
		background-color: transparent;
		width: 720px;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
	}

	.subpageHeader .container .row .col-sm-12 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.subpageHeader .hero-text {
		height: 91px;
		width: 100%;
	}

	.subpageHeader #hero-img {
		display: block;
		width: 315px;
		height: 91px;
	}

	.jumbotron .glyphicon-chevron-left:before, .jumbotron .glyphicon-chevron-right:before {
		left: 6px;
		top: 6px;
		font-size: 17px;
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    	margin-right: 21px;
	}

	.carousel-indicators {
		bottom: -60px;
	}
	
	/* 
	-------------------------------------------------- */

	#lightpurple, #darkpurple {
		padding: 20px 0;
	}

	#capabilities, #contact, #team {
		padding:20px 0 50px;
	}
	
	#capabilities .row .col-sm-12 p{
		font-size:18px;
	}
	

	#capabilities .row .col-sm-4 img {
		width: 150px;
		height: 150px;
		margin-top: 0;
	}
	
	#capabilities .row .col-sm-4 + .col-sm-4 img {
		width: 150px;
		height: 91px;
		margin: 30px 0;
	}
	
	#capabilities .row .col-sm-4 + .col-sm-4 + .col-sm-4 img {
		width: 150px;
		height: 94px;
		margin: 28px 0;
	}

	#team {
		
	}


	/* Table styles
	-------------------------------------------------- */


	td {
		vertical-align: top;
		padding: 7px 5px;
		font-family: Helvetica, Arial,sans-serif;
	}

	td h3 {
		color: #373737;
		text-indent: 0;
	}




	/* Button styles
	-------------------------------------------------- */

	.btn-primary, .btn-default {
		font-size: 16px;
		padding: 4px 42px;
	}

	.btn-iconPlus {
		margin: 0px 0px 1px 4px;
	}

	.btn-bucket {
		background: url(../images/btn-lm.png) no-repeat right;
		padding: 0 28px 0 0;
		border: 0px;
		text-align: left;
		width: auto;
		border-radius: 0;
	}

	.btn-bucket:hover {
		background: url(../images//btn-lmOv.png) no-repeat right;
		padding: 0 28px 0 0;
		border: none;
		color: #008ccc;
	}

	.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
		background: url(../images/btn-lmOv.png) no-repeat right;
	}

	.icon-numbers {
    width: 50px;
    height: 50px;
}


	#lightpurple h3, #darkpurple h3{
		font-size: 25px;
	}

	/* Footer styles
	-------------------------------------------------- */

	li.footimg {
		display:inline-block;
		padding-right: 71px;
		border-right: 1px solid;
	}

	li.footimg img {
		width: 70px;
	}

	li +li.footimg {
		padding-right:0;
		padding-left: 50px;
		margin-bottom:50px;
		border-right: 0px;
	}
	
	li +li.footimg img {
		width: 131px;
	}

	#contact h2 {font-size: 30px;margin-bottom: 50px;}

	#contact p {
		/* font-size: 15px; */
	}

	#contact p:last-child {
		margin-bottom: 20px;
	}

	.container .credit {
		margin: 20px 0 0 0;
	}

	#footer-links {
		margin: 20px 0;
		float: right;
		/* font-size: 14px; */
	}

	footer li > a {
		margin: 0 0 0 10px;
		/* font-size: 12px; */
	}

	.container .credit {
		float: left;
	}

	footer {
		font-size: 12px;
		height: 160px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

/* ==========================================================================
992+ custom styles
========================================================================== */

@media (min-width: 992px) {

	body {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 240px;
	}
	
	#opening {
		font-size: 18px;
		margin-top:20px;
		margin-bottom:20px;
	}

	#opening p {
		padding:0 75px;

	}
	
	#home_buckets .row {
		padding-top: 43px;
		padding-bottom: 43px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.row#updated {
    	padding: 0;
    	margin-top: 40px;
  	}

 	.callout .col-sm-6 div{		
    	width: 265px;		
 	}		
 	.callout .col-sm-12 div{		
    	width: 100%;		
	}		
	.callout .col-sm-6 img, .callout .col-sm-12 img {		
		position: relative;		
		display: inline-block;		
		vertical-align: top;		
	}		
	.callout .col-sm-6 span, .callout .col-sm-6 p, 		
	.callout .col-sm-6 a, .callout .col-sm-6 div		
	{		
	   display:inline-block;		
	}		
 	.callout .col-sm-6 img {		
		width: 125px;		
	}		
	.callout .col-sm-12 img {		
		width: 125px;		
		margin-bottom: 25px;		
	}
 	
	#heading {
		font-size: 40px;
		padding: 40px 0px 37px;
	}


	h1, .h1 {
		font-size: 32px;
		margin-top: 0px;
		margin-bottom: 18px;
	}

	h2, .h2 {
		font-size: 40px;
		margin-top: 0px;
		margin-bottom: 18px;
	}

	h3, .h3 {
		font-size: 21px;
		margin-top: 30px;		
		margin-bottom: 19px;
	}

	li {
		font-size: 16px;
	}

	#navLeft {
		width: 19%;
	}

	#contentCol {
		width: 57%;
	}

	.col-sm-9#contentCol {
		width: 81%;
	}

	.media-icon {		
	    width: 214px;		
	    height: 90px;		
	    padding-right: 8px;		
	}

	/* Head styles
	-------------------------------------------------- */
	

	#logo {
		top: 12px;
		left: 0px;
		width: 215px;
		height: 23px;
	}

	.navbar {
		height: 60px;
		min-height: 60px;
	}

	#phoneNumber {
		margin-top: 40px;
	}

	/* Main Navigation styles
	-------------------------------------------------- */
	#nav {
		top: 181px;
		position: absolute;
		margin: 0;
	}

	#nav > li {
		display: inline-block;
		margin: 0;
		position: relative;
		font-size: 17px;
		padding-bottom: 10px;
		float: left;
	}

	#nav > li > a {
		padding: 0px;
		color: #393939;
		padding: 3px 24px;
	}

	#nav > li > a:focus {
		background: none;
	}

	#nav > li+li+li+li+li {
		padding: 0 0 0 18px;
	}

	.dropdown-menu {
		top: 38px;
	}

	.dropdown-menu>li>a {
		font-size: 16px;
	}



	/* Top Right Navigation styles
	-------------------------------------------------- */

	.navbar-nav > li.btn-scroll {
		padding-top: 8px;
		padding-bottom: 7px;
	}

	.navbar-default .navbar-nav>li.btn-scroll {
	}

	.navbar-default .navbar-nav>li.btn-scroll:hover, .navbar-default .navbar-nav>li.btn-scroll:focus {
		color: #ffffff;
		background-color: #f16935;
	}

	#nav .dropdown-menu>li {		
		padding: 5px;		
	}

	/* Left Navigation styles
	-------------------------------------------------- */

	#navLeft ul {
		margin: 0;
		padding: 0;
		width: 160px;
	}

	#navLeft li {
		width: 160px;
		margin: 0;
		line-height: 22px;
		font-size: 16px;
	}

	#navLeft li a {
		padding: 10px 0 10px 0px;
	}

	#navLeft li a:hover {
		color: #008ccc;
	}

	#navLeft ul ul {
		margin: 0 0 0px 0;
	}

	#navLeft ul ul li {
		padding: 0;
		font-size: 1.0em;
	}

	#navLeft ul ul li a {
		padding: 7px 0 7px 11px;
		font-size: 15px;
	}

	/* Social Nav Icons 992 */

	.social a {
		width: 100%;
		height: 23px;
		margin: 6px 0 0 5px;
		background-repeat: no-repeat;
	}

	.social .dropdown-menu li {
		background: none;
		padding: 5px;
		margin: 0 10px;
	}

	.social + .social + .social a {

    	padding-bottom: 17px;
	}

	/* Main Body styles
	-------------------------------------------------- */

	.jumbotron {
		margin-top: 0;
		height: 640px;
	}

	#carousel-home .item{
		background-size: 1385px 592px; /* 1385 */

	}

	.jumbotron .hero-text {
		width: 612px;
		margin-top: 143px;
	}

	.jumbotron .item {
		height: 594px;
	}


	.jumbotron #hero-img {
		width: 415px;
		height: 332px;
	}

	.jumbotron h1, .jumbotron .h1  {
		font-size: 54px;
		color: #ffffff;
	}

	.jumbotron p {
		line-height: 1.4;
		font-size: 26px;
	}

	.subpageHeader {
		margin-top: 193px;
	}

	.subpageHeader .hero-text {
		width: 100%;
		height: 120px;
	}

	.subpageHeader .container {
		width: 940px;
	}

	.subpageHeader #hero-img {
		display: block;
		width: 415px;
		height: 120px;
	}

	.subpageHeader .h1 {
		margin-top: 36px;
		font-size: 40px;
		margin-left: 35px;
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		margin-top: -15px;
		font-size: 21px;
		padding: 23px;
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -20px;
	}

	.jumbotron .glyphicon-chevron-left:before, .jumbotron .glyphicon-chevron-right:before {
		left: 10px;
		top: 11px;
		font-size: 23px;
	}


	/* Button styles
	-------------------------------------------------- */

	.btn-primary {
		font-size: 19px;
	}

	.btn-default {
		font-size: 19px;
	}

	

	.simplePopupClose {
		margin-top: 20px;
		margin-right: 20px;
	}

	/* 
	-------------------------------------------------- */

	#capabilities, #contact, #team {
		padding:20px 0 50px;
	}
	
	#capabilities .row .col-sm-12 p{
		font-size:18px;
	}
	

	#capabilities .row .col-sm-4 img {
		width: 221px;
		height: 211px;
	}
	
	#capabilities .row .col-sm-4 + .col-sm-4 img {
		width: 296px;
		height: 181px;
		margin: 15px 0;
	}
	
	#capabilities .row .col-sm-4 + .col-sm-4 + .col-sm-4 img {
		width: 327px;
		height: 150px;
		margin: 30px 0;
	}

	#team {
		
	}
	
	#lightpurple, #darkpurple {
		padding: 26px 0;
	}

	#lightpurple h3, #darkpurple h3{
		font-size: 27px;
	}

	 .lightgrey .panel-body {
		padding-top: 40px;
	}

	.icon-numbers {width: 60px;height: 60px;}

	/* Footer styles
	-------------------------------------------------- */

	#contact h2 {
		font-size: 30px;
		font-size: 30px;
		margin-bottom: 50px;
	}


	footer {
		font-size: 14px;
		height: 200px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	footer li > a {
		margin: 0 0 0 10px;
		/* font-size: 14px; */
	}
	
	li.footimg {
		display:inline-block;
		padding-right: 71px;
		border-right: 1px solid;
	}

	li.footimg img {
		width: 70px;
	}

	li +li.footimg {
		padding-right:0;
		padding-left: 50px;
		border-right: 0px;
	}
	
	li +li.footimg img {
		width: 131px;
	}
}


@media (min-width: 1200px) {
	
	#opening {
		
	}
	
	.callout .col-sm-6 div{	
    	width: 345px;		
	}		
	.callout .col-sm-12 div{		
    	width: 100%;		
	}		
	.callout .col-sm-6 img{		
		width: 144px;		
		margin-top: 10px;		
	}		
	.callout .col-sm-12 img {		
		width: 144px;		
		margin-bottom: 25px;		
	}		
	.media-icon {		
	    width: 214px;		
	    height: 90px;		
	    padding-right: 8px;		
	}

	.icon-numbers {
		width: 60px;
		height: 60px;
	}


}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.img-responsive {
		width: 100%;
	}
}


/* ==========================================================================
Static custom styles
========================================================================== */

#content .container {
	border-bottom: 1px solid #e2e2e2;
}

#content .container:first-child {
	padding-top: 0;
}

#content .container:last-child {
    border-bottom: 0px;
}

#content .container:last-child {}
#content .container .row:first-child {}
#content .container .row:last-child {
	margin-bottom: 0;
}

.subpageHeader > .container > .row {
	margin-top: 0;
}

#content .container:first-child .row:first-child {
	padding: 0;
	margin-top: 30px;
}

#content .container.row>.col-sm-4 .callout .row {	
	padding: 0;		
	margin-top: 30px;		
}

#content .container .col-sm-12 .callout .row {		
	margin-top:-30px;
}

#content .container .col-sm-4 .callout .row {		
	margin-top: 0;		
}		


/* Head styles
-------------------------------------------------- */

#loginBtn:hover {
	background-color: #013ca6;
}

#loginBtn:focus {
	background-color: #7f92a4;
}

#logo {
	position: absolute;		
    left: 15px;
}

#phoneNumber {
	position: absolute;
	right: 16px;
	top: 67px;
	text-align: right;
}

#phoneNumber p {
	color: #505154;
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: normal;
}

#phoneNumber span {
	font-size: 26px;
	color: #008bcd;
	font-weight: normal;
	padding-left: 0px;
	font-family: arial;
}

#phoneNumber p span {		
	font-size: 16px;		
	color: #008bcd;		
	font-weight: normal;		
	padding-left: 0px;		
	font-family: arial;		
}

.searchfield {
	color: #3d3d3d;
	background: url(../images/search_field.gif) no-repeat 0 0px;
	border: none;
	font-size: 14px;
	margin: 0px;
	padding: 5px 0 5px 14px;
	vertical-align: top;
	height: 34px;
}

.searchfield:focus {
	outline: none;
}

.navbar .container {
	position: relative;
}

/* Main Navigation styles
-------------------------------------------------- */

#nav {
	width: auto;
	padding: 0;
	display: block;
}

#nav li {
	font-family: 'helvetica_lt_stdregular';
	list-style: none;
	background: none;
	padding-left: 0;
}

#nav > li:first-child {
	margin-left: 0;
}

.dropdown-menu > a {
	display: inline;
	position: relative;
	color: #ffffff;
	background-color: #013ca6;
	font-size: 18px;
	padding: 6px 24px;
	text-decoration: none;
}


/* Left Navigation styles
-------------------------------------------------- */

#navLeft ul {
	list-style: none;
}

#navLeft li {
	color: #5a5a5a;
	padding: 0;
	background: none;
}

#navLeft li + li {
	border-top: 1px #d7d9db solid;
}

#navLeft li a {
	color: #5a5a5a;
	text-decoration: none;
	display: block;
}

#navLeft li a:hover {
	color: #008ccc;
}

#navLeft ul ul {
}

#navLeft ul ul li {
	background: none;
	border: none;
}

#navLeft ul ul li:last-child {
	border-bottom: 1px #d7d9db solid;
}

#navLeft ul ul li a {
}

.on {
	color: #008ccc;
}


/* Social Nav Icons main */

.social {
	padding-bottom: 4px;
}

.social a {
	background: url("../images/icon-fb.svg") 0px;
	background-repeat: no-repeat !important;
	background-size: 20px 20px;
	padding-right: 7px!important;
}

.social a:hover, .social a:focus {
	background: url('../images/icon-fbOv.svg') 0px;
	background-color: transparent!important;
	background-size: 20px 20px;
}

.social + .social {
	border-left: 0;
	padding-left: 0;
}


.social +.social a {
	background: url('../images/icon-twitter.svg') 0px;
	background-size: 20px 20px;
	padding-right: 7px;
}

.social +.social a:hover {
	background: url('../images/icon-twitterOv.svg') 0px;
	background-size: 20px 20px;
}

.social + .social + .social {
	border-right: 1px solid #00a5f1;
	padding-right: 10px;
}


.social + .social + .social a {
	background: url('../images/icon-social.svg') 0px 2px;
	background-size: 20px 20px;
	padding-right: 7px;
}

.social + .social + .social a:hover {
	background: url('../images/icon-socialOv.svg') 0px;
	background-size: 20px 20px;
}

.social + .social + .social .dropdown-menu li a {
	background: url('../images/icon-ytube.svg') 0px;
	background-size: 20px 14px;
}

.social + .social + .social .dropdown-menu li {
	border-bottom: 1px solid #000;
	margin: 0 10px;
}

.social + .social + .social .dropdown-menu li {
	border-bottom: 1px solid #e2e2e2;
	margin: 0 10px;
}

.social + .social + .social .dropdown-menu li + li a {
	background: url('../images/icon-ln.svg') 0px;
	background-size: 20px 14px;
}

.social + .social + .social .dropdown-menu li + li +li a {
	background: url('../images/icon-pin.svg') 0px;
	background-size: 20px 16px;
}

.social + .social + .social .dropdown-menu li + li +li + li a {
	background: url('../images/icon-gplus.svg') 0px;
	background-size: 20px 16px;
}

.social + .social + .social .dropdown-menu li + li +li + li +li {
	background: none;
	border-bottom: none ;
}

.social + .social + .social .dropdown-menu li + li +li + li +li a {
	background: url('../images/icon-blog.svg') 0px;
	border-bottom: none;
	background-size: 20px 18px;
}

.social .dropdown-menu li a {
	padding: 0 0 0 34px;
}


/* Main Body styles
-------------------------------------------------- */

h1, .h1, h2, .h2 {
	color: #ffffff;
}

h1, .h1{
	font-family: 'alright_sansregular';
}

h2, .h2{
	font-family: 'open_sanssemibold';
}

h3 {
	font-family: 'alright_sansregular';
	color: #000000;
}

a {
	outline: none!important;
}

ul {
	list-style-type: none;
	margin: 0px 0 15px 8px;
	padding-left: 0px;
}

#home_buckets ul li {		
	text-align: left		
}

ul li {
	background: url(../images/bullet.svg) no-repeat 0px 9px;
	background-size: 7px;
	padding: 0 0 0px 20px;
	margin-bottom: 4px;
}

ul > li > ul >li {
	background: url(../images/bullet_nested.svg) no-repeat 0px 9px;
	background-size: 7px;
	padding: 0 0 0px 20px;
	margin-bottom: 4px;
}

ol {
	margin: 0 0 15px 0px;
	padding-left: 18px;
}

ol li {
	padding: 0px 0 0px 3px;
	margin-bottom: 4px;
}

ol > li > ol {
	margin-top: 10px;
    list-style-type: lower-alpha;
}

ul ol li {
	background: none;
	padding: 0px 0 0px 3px;
	margin-bottom: 4px;
}

ul li ul {
	margin-top: 15px;	
}

ul li ul+ul {		
}

table {
	margin: 0;
	border-spacing: 0;
	border-collapse: separate;
}

td {
	/* border: 1px solid #cbd8df; */
}

td.purple {
	background: #f8fbfd;
}

td.blue {
	background: #e6f4fb;
}

th {
	height: .5em;
}

pre {
	margin: 0 0 10px;
}

.tableHeaders {
	border: none;
	text-align: left;
	padding: 0px;
}

.jumbotron {
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
}

.jumbotron .container {
	position: relative;
}

.jumbotron h1, .jumbotron .h1 {
	color: #ffffff;
}

.jumbotron .hero-text {
}

.jumbotron #hero-img img, .subpageHeader #hero-img img {
	max-width: 100%;
}

.jumbotron p {
	color: #a2d1ff;
	font-family: 'alright_sanslight';
}



/* Button styles
-------------------------------------------------- */


.btn-primary {
	color: #ffffff;
	background-color: #f16935;
	margin-top: 17px;
	margin-right: 10px;
	margin-bottom: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #00aaf8;
	border-color: #00aaf8;
}

.btn:focus, .btn:active:focus, .btn-default:focus,.btn.active:focus, .btn:active, .btn.active {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #f16935;
	background-color: transparent;
}

.btn-lg {
	border-radius: 22px;
	line-height: 1.33;
	text-decoration: none;
}

.btn-bucket:hover {
	color: #008ccc;
}

.btn-default {
	color: #f16935;
}

.col-sm-12 .btn-lg:first-child {		
	margin-top:0;		
	margin-bottom: 15px;		
}

a::-moz-focus-inner {
	border: 0;
}

input, button, select, textarea {
	outline: none;
}

#submit {
	    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    float: right;
    padding: 5px 10px;
    margin-top: 10px;
}

.panel {
	margin-bottom: 20px;
	background-color: transparent;
	border: transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: none;
}

.panel-body {
	padding: 0px;
}
.panel-heading {
	padding: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
}
.panel-title > a {
	color: inherit;
}

.btn-more:before, .panel-title > a:before {
    content: "Learn More ";
}

.btn-more, .btn-more:focus, .btn-more:active, .panel-title > a.btn-primary {
	color: #008ccc;
	background-color: #fff;
	border: 1px solid #cacbcb;
}

.btn-more:hover, .panel-title > a.btn-primary:hover {
	color: #fff;
	background-color: #008ccc;
	border: 1px solid #008ccc;
}

.btn-more[aria-expanded="true"]:before, .panel-title > a[aria-expanded="true"]:before {
    content:'Close';
}

.btn-more[aria-expanded="false"] > .btn-iconPlus:before {
    content: "\2b";
}

.btn-more[aria-expanded="true"] > .btn-iconPlus:before {
    content: "\e014";
}

.btn-more:hover, .panel-title > a:hover {
	text-decoration: none;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
}
.panel > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


.panel-default>.panel-heading {
	color: #000;
	background-color: transparent;
	border-color: transparent;
}

.panel-default {
	border-color: transparent;
}





/* Sticky footer styles
-------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}
body {

/* Margin bottom by footer height */}



footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #4d4d4d;/* Set the fixed height of the footer here */
	/* margin-top: 30px; */
}

#footer-links ul {
	padding: 0;
  	margin: 0;
}

footer li {
	position: relative;
	background: none;
	padding: 0;
	text-align: center;
	font-family: 'open_sanslight';
	font-size: 18px;
	margin-bottom: 16px;
}

footer li>div {
	border-top: 1px solid #b1b1b1;
	width: 110px;
	margin: 0 auto 14px;
}

footer li+li+li+li {
	border-top:0;
		
	font-size: 18px;
	margin:15px 0;
}

footer li+li+li+li+li {
	border-top:0;
		
	font-size: 15px;
	margin: 0;
}

footer li > a {
	color: #ffffff;
	text-decoration: none;
}

footer li > a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* Simple Popup Styling */


.simplePopup {
	display: none;
	position: fixed;
	background: #fff;
	z-index: 1002;
	padding: 25px 25px;
	border-radius: 5px;
	margin: 0 35px;
}

.simplePopupClose {
	cursor: pointer;
	margin-left: 0;
	margin-bottom: 0;
	position: absolute;
	background: transparent;
	right: 0;
	top: 0;
}

.simplePopupBackground {
	display: none;
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
}

.no-line {
	border-top: 0;
}

.mobile-line {
	border-top: 2px solid;
}

a {
	color: #008ccc;
	text-decoration: none;
}

#mapKnockout2 {
	top:-1px;
	left:-1px;
}

a:hover {
	color: #56b5e0;
	text-decoration: none;
}

.simplePopup a {
    text-decoration: none;
    color: black;
    border: 0;
    padding: 0px;
    margin-top: 5px;
    margin-right: 5px;
}

.simplePopup a img {
    width: 15px;
}

.simplePopup a:hover, .simplePopup a:focus {
    text-decoration: none;
    color: black;
    background-image: none;
    background-color: transparent;
}

/* Form Styles */
.form-horizontal .control-label{
	color: #ffffff;
	font-size: 18px;
	font-family: 'open_sanslight';
	margin-bottom: 15px;
}

.form-control {
	border-radius: 0;
	border: 1px solid #ffffff;
	background-color: transparent;
}

textarea#field_message {
	height: 331px;
}

.lightgrey {
	background-color: #cccccc
}


.lightgrey p{
	text-align: left;
	background-color: transparent;
	font-family: 'open_sanslight';
}

.panel-group {
	margin-bottom: 0
}

#darkpurple {
	background-color: #1b143a;
}

#lightpurple {
	background-color: #767289;
}

#lightpurple h3, #darkpurple h3{
	color: #ffffff;
	text-align: center;
	font-family: 'open_sanslight';
	margin-top: 0;
}

#lightpurple .row, #darkpurple .row{
	margin-top: 0;
}

#dialog {
	display: none;
}

#dialog p{
	text-align: left;
}

#regs {
	font-size: 14px;
    color: #4d4d4d;
	cursor:  pointer;
}

#disclosure {
	display: none;
    color: #4d4d4d;
	font-size: 14px;
}

#login {
	cursor:  pointer;
}