@font-face {
	font-family: 'asapregular';
	src: url('../font/asap-regular-webfont.eot');
	src: url('../font/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/asap-regular-webfont.woff') format('woff'),
	url('../font/asap-regular-webfont.ttf') format('truetype'),
	url('../font/asap-regular-webfont.svg#asapregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'sf_cartoonist_handregular';
	src: url('../font/SF_Cartoonist_Hand-webfont.eot');
	src: url('../font/SF_Cartoonist_Hand-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/SF_Cartoonist_Hand-webfont.woff') format('woff'),
	url('../font/SF_Cartoonist_Hand-webfont.ttf') format('truetype'),
	url('../font/SF_Cartoonist_Hand-webfont.svg#sf_cartoonist_handregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'pt_sansbold';
	src: url('../font/PTS75F-webfont.eot');
	src: url('../font/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/PTS75F-webfont.woff') format('woff'),
	url('../font/PTS75F-webfont.ttf') format('truetype'),
	url('../font/PTS75F-webfont.svg#pt_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

#content .col-md-8 li {
	list-style: none; 
}
#content .col-md-8 li:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e013";
	margin-left: -30px;
	padding-right: 15px;
}

h1, h2, h3, h4, #secondary-navigation strong {
	font-family: 'sf_cartoonist_handregular';
	text-shadow: -2px -1px 2px rgba(50, 50, 50, 1);
}
#secondary-navigation strong {
	font-size: 40px;
	line-height: 40px;
}
h1 small, h2 small, h3 small {
	color: white;
}
h2 a.btn-lg {
	font-size: 130%;
}

h2, h3, h4, a {
	color: rgb(0,188,228);
}
.disclaimer {
	color: #ccc;
	font-size: 12px;
	margin: 15px 0;
	font-style: italic;
}
.btn-primary {
	color: #fff;
	background-color: rgb(0,188,228);
	border-color: rgb(0,188,228);
}
.form-control {
	color: #fff;
	background: #092130;
	border: 1px solid #10728E;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	background-color: rgba(0,0,0,0.2);
}
.form-control::-webkit-input-placeholder {
   color: #fff;
   opacity: 0.6;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
   opacity: 0.6;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   opacity: 0.6;
}

.form-control:-ms-input-placeholder {  
   color: #fff;  
   opacity: 0.6;
}

html,
body {
	font-family: 'asapregular';
	height: 100%;
	color: white;
	background-color: #0c2b3d;
}

body {
}

#logo {
	display: block;
	text-align: center;
	margin: 10px 0;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto;
	margin: 0 auto -195px;
	padding: 0 0 190px;
	background-image: url('../img/bg_water.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

#footer-wrapper {
	height: 195px;
	background-image: url('../img/side_bottom.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 1;
	position: relative;
}
#footer-innerwrapper {
	height: 195px;
	background-image: url('../img/footer.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer-content {
	position: relative;
}
#outreach-logo {
	position: absolute;
	right:30px;
	top:110px;
}
#footer-links {
	position: absolute;
	top: 170px;
	left:8%;
	font-size: 12px;
}
#footer-links a {
	font-weight: normal;
}

#main-content {
	position: relative;
	z-index: 3;
	padding-bottom: 40px;
}

#main-wrapper {
	background-color: #0c2b3d;
}

#content p {
	text-shadow: 1px 1px 0px #0C2B3D;
}


#content-header {
	padding-top: 50px;
}
.main-menu {
	font-family: 'sf_cartoonist_handregular';
	float: none;
}

.navbar .nav>li {
	float: left;
}
.main-menu > li {
	width: 13.2%;
	position: relative;
}

.main-menu a,
.nav > li > a,
.navbar .nav > li > a{
	color: #FFFFFF;
	border:1px solid #3197ad;
	background-color: #1f819c;
	text-align: center;
	text-shadow: none;
	font-size: 18px;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	border:1px solid #c4ff83;
	background-color: #87c542;
	color: #fff;
}
.main-menu > li > a {
	padding: 30px 0;
	margin-right: 15px;
	border-radius: 5px;
	position: relative;
	z-index: 101;
}
.main-menu > li.last > a {
	margin-right: 0;
}

.main-menu a span {
	font-family: 'pt_sansbold';
	display: block;
	text-transform: uppercase;
	font-size: 15px;
} 

.main-menu li ul {
	position: absolute;
	z-index: 100;
	right: 0;
	left: 15px;
	margin-top: -5px;
	padding-top: 5px;
	background-color: #2e8b99;
	display: none;
	margin-right: 0;
	border-radius: 0 0 5px 5px;
}

.main-menu li ul li { float: none; }
.main-menu li ul .last a { border-radius: 0 0 5px 5px; }

.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active,
.main-menu .active > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	border:1px solid #c4ff83;
	background-color: #87c542;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-menu > li > a:hover,
.main-menu > li > a:focus,
.main-menu > li > a:active {
}

#item110 {
	margin-top: -40px;
	width: 20%;
}
#item110 a {
	border: none;
	height: 180px;
	background-color: transparent;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}


#secondary-navigation {
	text-align: center;
}
#secondary-navigation .nav-list {
	margin-top:60px;
}
#secondary-navigation > strong {
	display: block;
}
#secondary-navigation a {
	padding: 8px 15px;
	background-color: transparent;
	border: none;
	font-family: 'pt_sansbold';
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #2ccbe8;
}

#secondary-navigation li {
	margin-bottom: 3px;
	position: relative; 
}
#secondary-navigation li.last, img.img-sidebar {
	margin-bottom: 35px;
}

#secondary-navigation a:hover,
#secondary-navigation a:focus,
#secondary-navigation a:active,
#secondary-navigation .active a {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #2ccbe8;
	color: #87c542;
}

/* Mobile Navigation */

#mobile-header {
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1040;
}

#mobile-navigation .nav > li > a {
	text-align: left;
}

#mobile-navigation .nav > li.active > a {
	text-decoration: none;
	border: 1px solid #C4FF83;
	background-color: #87C542;
}

#mobile-navigation .nav .nav > li > a {
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0);
	border-style: solid none;
	margin-left: -15px;
	padding-left: 45px;
}

#mobile-navigation .nav .nav > li > a:hover,
#mobile-navigation .nav .nav > li.active > a {
	color: #87C542;
}

#mobile-navigation-toggle {
	float: left;
	border-radius: 0 4px 4px 0;
	position: relative;
	padding: 9px 10px;
	margin-right: 15px;
	background-color: #49cbe7;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	-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;
}

#mobile-navigation-toggle.active {
	background-color: white;
}

#mobile-navigation-toggle .icon-bar {
	background-color: #0C2B3D;
	display: block;
	height: 3px;
	width: 22px;
	border-radius: 1px;
}

#mobile-navigation-toggle .icon-bar + .icon-bar { margin-top: 4px; }

#mobile-navigation-drawers {
	top: 67px;
}

.snap-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.snap-drawers {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 0;
}

.snap-drawer {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	width: 265px;
	height: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.snap-drawer-content {
	background-color: white;
	position: relative;
	z-index: 100;
}

.snap-drawer-left {
	left: 0;
	z-index: 1;
}

.snap-drawer-right {
	right: 0;
	z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
	display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
	width: 100%;
}


.well {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #10728E;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well h2, .well h3 {
	margin-top: 0;
	margin-bottom: 0;
}



@media (min-width: 768px) {
	#footer-innerwrapper {
		background-image: url('../img/footer-mouth.jpg');
	}
	#outreach-logo {
		right:5px;
	}
	#footer-links {
		left:5px;
	}
}

@media (min-width: 1200px) {
	#outreach-logo {
		right:120px;
	}
	#footer-links {
		left:15%;
	}
}