.content {
	min-height: 400px;
}

.topNav {
	background-color: #D6D6D6;
	font-size: 11pt;
}

.topNavBlack {
	padding: 8px 14px;
	letter-spacing:1pt
}

.topNavBlack a {
	text-decoration: none;
	color: #000;
}

.topNavBlack a:hover {
	text-decoration: none;
}

.topNavWhite {
	padding: 8px 14px;
	letter-spacing:1pt
}

.topNavWhite a {
	text-decoration: none;
	color: #FFF;
}

.topNavWhite a:hover {
	text-decoration: none;
	color: #0FF668;
}

.siteTitle {
	font-style: italic;
	text-align: center;
	letter-spacing: -1pt; 
	font-family: times new roman;
}

.subPageTitle {
	font-style: italic;
	font-size: 22pt;
	font-family: times new roman;
}

.navBlock {
	text-align: right;
	padding: 70px 10px 10px 0px;
	font-weight: bold;
	font-size: 14pt;
}

.navBlock a {
	color: #000;
	font-family: 'Abel', sans-serif;
	font-size: 15pt;
}

.navBlockSub {
	text-align: right;
	font-size: 12pt;
	padding-top: 5px;
	padding-right: 10px;
}

.navBlockSub a {
	color: #000;
	font-family: 'Abel', sans-serif;
}

.blockLink {
	color: #000;
	font-style: normal !important;
}

.blockLink:hover {
	color: #000;
	font-style: normal !important;
}

.grey {
	background-color: #d6d6d6;
}

.borderLightPurple {
	border-bottom: 2px solid #f5f5fd;
}

.borderLightYellow {
	border-bottom: 2px solid #f6f39a;
}

.borderLightBlue {
	border-bottom: 2px solid #f2f9fe;
}

.lightPurple {
	background-color: #f5f5fd;
}

.lightPink {
	background-color: #fcc3c3;
}

.lighterPink {
	background-color: #fee5e5;
}


.lightBlue {
	background-color: #f2f9fe;
}

.lightGreen {
	background-color: #ecffec;
}

.lighterGreen {
	background-color: #f2fbf3;
}

.lightYellow {
	background-color: #f6f39a;
}


.lighterYellow {
	background-color: #fbfad7;
}

.blue {
	background-color: #ccedff;
}

.green {
	background-color: #c5ffc4;
}

.yellow {
	background-color: #fdff97;
}

.pink {
	background-color: #fcc3c3;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.row-fluid {
	margin-bottom: 20px;
}

.partners td {
	padding: 5px;
	font-weight: bold;
	border-right: 1px dotted #000;
}

.partners td:last-child {
	padding: 5px;
	font-weight: bold;
	border-right: 0px;
}

.ourPartners {
	font-style: italic; 
	font-size: 16pt;
	color: #606060;
	letter-spacing: -1pt; 
	font-family: times new roman;
}

.ourPartners a {
	color: #94c2e0;
	font-size: 11pt;
}

a.learnMore {
	font-size: 13pt;
}

.footer {
	margin-top: 20px;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	color: #606060;
	background-color: #f5f6fd;
}

.subTable {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.subTable td {
	vertical-align: top;
	padding: 5px;
}

.subTable td.leftSide strong {
	font-size: 14pt;
	font-weight: normal;
}

.subTable td.leftSide a {
	font-style: italic;
}

.certifications {
	width: 60%;
}

.certifications td.content {
	width: 50%;
	padding: 20px;
}

.featuredJobs {
	width: 50%;
}

.featuredJobs td.content {
	width: 50%;
	padding: 20px;
}

h2 > a, h2 > a:hover {
	color: #000;
	text-decoration: none;
}

table td {
	vertical-align: top;
}

/* Manage Area */
.subpageTemplate {
	margin-top: 14px;
}

.listTable {
	width: 100%;
}

.listTable td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid lightgrey;
}

.listTable td.number {
	vertical-align: top;
	text-align: right;
}

.listTable td.date {
	vertical-align: top;
	text-align: center;
}

.listTable th {
	border-bottom: 1px solid lightgrey;
	text-align: left;	
}

.listTable tbody tr:hover {
	background-color: #fffce6;
}

/* App menu */

.main-menu-span {width: 150px;}

.mainMenuGroup {
    color: #fff;
    padding: 15px 10px 10px 10px;
    font-size: 11pt;
    text-decoration: none;
    cursor: pointer;
    width: 99.5%;
}

.mainMenuItem {
    color: #fff;
    padding: 10px 10px 10px 13px;
    text-decoration: none;
    background-color: #396AB3;
    width: 100%;
    border-radius: 0 0 0 0;
    border-style: solid none;
    border-width: 0px medium;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.45) inset, 0 0 1px rgba(0, 0, 0, 0.25) inset;
	margin-bottom: 5px;
}

.mainMenuItem:after {
    border: 1px solid yellow;
}

.mainMenuItem.active {
    background-color: #F26522;
}


.mainMenuItem:hover {
    color: #FFFFFF;
    padding: 10px 10px 10px 13px;
    text-decoration: none !important;
    background-color: #F26522;
}

.main-menu-span a, .mainMenuGroup a, .mainMenuItem a {
    color: #fff;
    text-decoration: none !important;
}

.main-menu-span a, .mainMenuGroup a, .mainMenuItem a:hover {
    text-decoration: none;
}

.mainMenuItem img {
    padding-right: 7px;   
}

.manageNav {
	font-size: 12pt;
	display: block;
	float: left;
	margin-left: 20px;
}

/* Parsley validation styles */

.parsley-error-list {
	list-style-type: none;
}

.parsley-error-list  li{
	font-style: italic;
}


.button {
	background-color: #720000;
	padding: 7px;
	color: #FFF;
	text-decoration: none;
}

.button:hover {
	background-color: #6ab7e3;
	color: #FFF;
	text-decoration: none;
}

label {
    display: block;
    float: left;
    font-weight: 900;
    margin-bottom: 5px;
    margin-right: 7px;
    margin-top: 4px;
    vertical-align: top;
    color: #333333;
}

td.icon {
	width: 30px;
}

.veterans{
	color: 	#EF8222;
	display: block;
	margin-top: 20px;
	font-size: 14pt;

} 

.veterans:hover {
	color: 	#EF8222;
	display: block;
	margin-top: 20px;
	font-size: 14pt;
} 

.inlineButtons {
	display: inline-block !important;
	margin-right: 10px !important;
}

.blueButton {
	background-color: #00588B !important;
	color: #FFFFFF !important;
	border-color: #00588B !important;
    border: 3px solid #00588B;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.428;
    margin: 30px 0;
    padding: 10px;
    text-transform: uppercase;
	width: 210px !important;
}

.blueButton:hover {
    border: 3px solid #00588B;
    border-radius: 0;
	color: #FFFFFF !important;
	border-color: #3DBDED !important;
	background-color: #3DBDED !important;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.428;
    margin: 30px 0;
    padding: 10px;
    text-transform: uppercase;
}

#featuredJobsTabs  ul {
	width: 100% !important;
}

#featuredJobsTabs  > li {
	display: inline-block !important;
	background-color: #00578a !important;
	color: #FFFFFF !important;
    border-radius: 0px 0px 0 0 !important;
	width: 33% !important;
}

#featuredJobsTabs  > li > a {
	display: inline-block !important;
	background-color: #00578a !important;
	color: #FFFFFF !important;
    border-radius: 0px 0px 0 0 !important;
	width: 100% !important;
	font-size: 18px !important;
	font-weight: bold !important;  
	text-align: center !important;
}

#featuredJobsTabs li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #00c1ff #00c1ff transparent !important;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: default;
	color: #FFFFFF !important;
	background-color: #00c1ff !important;
}

#featuredJobsTabs  > li > a:hover {
    background-color: #00c1ff !important;
	color: #FFFFFF !important;
}

#featuredJobsTabs .tab-content {
}

.portalTable {
	margin-top: 30px;
	width: 100%;
}

.portalTable tbody tr:nth-child(even) {
	background-color: #efefef;
}

.portalTable thead tr {
	background-color: #bec0bf;
}

.portalTable thead th, .portalTable tbody td {
	color: #000000;
	font-size: 18px;
	padding: 10px;
}

.portalTablebtn {
	background-color: #ff7f76;
	border: 1px solid transparent;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
}


.portalTablebtn:hover {
	background-color: #ff7f76;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
	color: #000000;
}


.portalJobs .btn {
	background-color: #ff7f76;
	border: 1px solid transparent;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.428;
	margin: 30px 0;
	padding: 10px;
	text-transform: uppercase;
}