﻿@charset "UTF-8";
/* CSS Document */

BODY:before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 240px;
	background: #2A2A2A; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(42,42,42,1) 0%, rgba(11,11,11,1) 240px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,1)), color-stop(240px,rgba(11,11,11,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(42,42,42,1) 0%,rgba(11,11,11,1) 240px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(42,42,42,1) 0%,rgba(11,11,11,1) 240px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(42,42,42,1) 0%,rgba(11,11,11,1) 240px); /* IE10+ */
	background: linear-gradient(to bottom, rgba(42,42,42,1) 0%,rgba(11,11,11,1) 240px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A2A2A', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	z-index: -1;
}

#header-image {
    position: relative;
    background: url(images/banner.jpg) center top no-repeat transparent;
    border-bottom: none;
    max-width: 1400px;
    width: 97.4%;
    margin: 35px auto 0 auto;
}

#header-image:before {
	content:"";
	display: block;
}

.nav {
	padding-left: 20px;
}

.navbar {
	z-index: 9000;
}

.navbar-static-top {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	max-width: 1400px;
}

.navbar-inner {
    background: #0071b3;
	padding-left: 0;
	padding-right: 0;
}

.navbar .nav li a {
    margin-top: 3px;
    color: #dff2fb;
    text-transform: capitalize;
    font-family: "proxima-nova", arial;
	font-size: 16px;
}

.navbar .nav li a:hover {
    margin-top: 3px;
    background: none;
	color: #FFF;
	border-top: none;
	text-decoration: underline;
}

.navbar-static-top .container {
    width: 100%;
    max-width: 1400px;
}

#wrapper_hd {
    height: 189px;
	overflow: hidden;
}

#header-image {
	top: 5px;
}

#logo_app {
    margin-top: 15px;
    text-align: left;
}

#logo_app a:link {
	display: block;
	background: url(images/title.png) 150px center no-repeat;
	padding: 26px 0 0 150px;
	height: 110px;
	z-index: inherit;
    text-indent: -9999px;
}

#logo_app:before {
	content: url(images/cojseal.png);
	width: 123px;
	height: 124px;
	display: block;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}

.wrapper_body {
    margin-top: 140px;
	position: relative;
}

.frame_border.left, .frame_border.right {
    background-position: center -4px;
    top: 50px;
}

#outer_content_wrap {
    padding-top: 0;
    background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(129,181,214,1) 0%, rgba(255,255,255,1) 50px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,181,214,1)), color-stop(50px,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(129,181,214,1) 0%,rgba(255,255,255,1) 50px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(129,181,214,1) 0%,rgba(255,255,255,1) 50px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(129,181,214,1) 0%,rgba(255,255,255,1) 50px); /* IE10+ */
	background: linear-gradient(to bottom, rgba(129,181,214,1) 0%,rgba(255,255,255,1) 50px); /* W3C */
	 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81B5D6', endColorstr='#FFFFFF',GradientType=0 ); IE6-9 */
	margin: 0 9px 0;
}

.btn-hero {
	background: url(images/button.png) top right no-repeat;
	border: 8px #FFF solid;
	padding: 0 65px 0 15px;
	height: 37px;
	line-height: 37px;
	max-height: 37px;
	white-space: nowrap;
	border-radius: 28px;
	text-shadow: none;
}

input.btn-hero {
    height: 54px !important;
    max-height: 54px !important;
}

.btn-hero:hover {
	background: url(images/button.png) top right no-repeat;
}


@media screen and (max-width: 800px) {
	.navbar-static-top {
		position: static;
		top: 0;
	}
	#header-image {
		margin: 0;
		background-size: cover;
		width: 100%;
	}
	#logo_app:before {
		display: none;
	}
	#logo_app a:link {
		padding: 0;
		background-position: center bottom;
	}
}
@media screen and (max-width: 499px) {
	#logo_app a:link {
		background-size: contain;
		width: 96%;
		margin: 0 auto;
	}
}

h1 {
	font-weight: normal;
	font-size: 32px;
	color: #426281;

	font-family: "proxima-nova","Arial","Helvetica",sans-serif;
	font-style: normal;
	font-weight: 300;

}

h2 {
	font-weight: normal;
	font-size: 22px;
	color: #0B4254;
	letter-spacing: .1em;

	font-family: "proxima-nova","Arial","Helvetica",sans-serif;
	font-style: normal;
	font-weight: 300;

}


a:link {
    color: #0B4254;
}

a.btn-hero,
a.btn-primary,
a.btn-danger,
a.btn-success {
	color: #ffffff;
}


/* Cory Styles */

.section-title h2 {
	display: inline-block;
}

.section-title span.label {
	vertical-align: top;
	margin-top: 21px;
}

.details-section {
	margin-top: 30px;
}

.details-section .row-bg {
	height: 30px;
	border-top: 1px solid #dddddd;
	padding: 10px 0 0 0;
}

.details-section .row-bg.alt {
	background: #f9f9f9;
}

.link-table .table-row-link {
	cursor: pointer;
}

.link-table .table-row-link:hover td {
	background: #ddd;
}

.title-btn {
	margin-top: 5px;
}

.navbar .nav>li>a:focus {
	color: black;
	background: #1AA1CD;
}

.accessibility-aid {
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
}

.accessibility-aid:focus {
	height: auto;
	width: auto;
	clip: auto;
	overflow: auto;;
}

#skip-to-content {
	float: left;
	line-height: 20px;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	margin: 10px 15px;
}

.bold {
	font-weight: 600;
}
.req
 {
    font-size: 150%;
   color:red

} 
.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
