/* CSS Document */

/*====================================================
html5reset
====================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select, .valign-middle {
    vertical-align:middle;
	font-size:13px;
}

p small {
	font-size:11px;	
	line-height:1.3em;
}

/*====================================================
html, body, #background, #wrapper
====================================================*/

html {
	background:#f6f9fd url(../images/bg-html.png) 0 0 repeat;
	font-family:'Open Sans', helvetica, arial, sans-serif;
	font-size:10px;
	color:#555;
	min-height:100%;
}

body {
	min-height:100%;
	border-top:5px solid #326cab;
	position:relative;
}



#background {
	width:100%;
	height:100%;
	background:transparent url(../images/bg-header.png) 0 0 repeat-x;
	overflow:hidden;
}



/*====================================================
header, #login-box, nav
====================================================*/

header {
	position:relative;
	width: 1150px;
	height:95px;
	z-index:95;
}

header:after {
	width:1000px;
	height:15px;
	background:url(../images/shadow-under.png) center top no-repeat;
	position:absolute;
	bottom:-12px;
	left:0;
	content: "";	
}

header #logo {
	position:relative;
	top:4px;
	left:0;	
	width:224px;
	height:93px;
	float:left;
	border:0;
}

#logo img {
	height:85px;
}

.department #login-box {
	dispaly:none;	
}

#login-box {
	float:right;
	width:425px;
	height:30px;
	position:relative;
	background:#326cab;
}

#login-box .set {
	position:relative;
	float:left;	
	left:10px;
	padding-right:10px;
}

#login-box .set input, #login-box .set label {
	font-size:12px;
	color:#8f8f8f;	
}

#login-box .set input {
	width:150px;
	height:16px;
	padding:2px;
	border:1px solid #6b3434;	
	color:#555;
}

#login-box .password input {
	width:110px;
}

#login-box .set label {
	position:absolute;
	top:4px;
	left:3px;	
}

#login-box .button, #logout-box .button {
	text-transform:uppercase;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;	
	border-radius:5px;	
	padding:0;
	font-size:13px;
	height:22px;
	width:60px;
	position:relative;
	z-index:2;
	left:20px;
	text-align:center;
	margin:0;
}

#login-box .cart_button {
    position: absolute;
    left: 380px;
    top: 0px;
}

#logout-box .logout_button {
    position: absolute;
    left: 200px;
    top: 4px;
}

#logout-box .cart_button {
    position: absolute;
    left: 220px;
    top: 4px;
}

#logout-box {
	float:right;
	min-width:300px;
	height:30px;
	position:relative;
	background:#326cab;
}

#logout-box.department {
	width:240px;	
}

#logout-box p .button {
	width:70px;
	display:block;
	margin-right:25px;	
	height:16px;
	margin-top:2px;
	clear:none;
}

#logout-box p {
	color:#fff;
	font-weight:bold;
	padding:4px 10px;	
}

#logout-box p a {
	color:#fff;
}


.nav-menu .nav-menu-content a.active {
	color:#326cab;	
}

.nav-menu .nav-menu-content a.contact {
	padding-right:0;	
}

.nav-menu .nav-menu-content a:hover {
	color:#555;	
}



.dropdown.jobs a, .dropdown.services a {
	width:200px;
}

.dropdown.exams {
	left:140px;	
}

.dropdown.candidates {
	left:252px;	
}

.dropdown.faqs {
	left:575px;	
}

.dropdown.departments {
    left:405px; 
}

.nav-menu .nav-menu-content .dropdown:hover, .nav-menu .nav-menu-content a:hover + .dropdown {
	display:block;	
}

.nav-menu .nav-menu-content .dropdown a {
	float:left;
	clear:left;
	border-top:1px solid #e0e0e8;
	text-align:left;
	padding:10px 10px;
	width:150px;
	font-size:13px;
	line-height:1.3em;
}

.nav-menu .nav-menu-content .dropdown.faqs a {
	width:175px;	
}

.nav-menu .nav-menu-content .dropdown a.active {
	font-weight:bold;
	color:#326cab;
}

.nav-menu .nav-menu-content .dropdown a:first-child {
	border:0;
}

.nav-menu .nav-menu-content .tier-3-opener {
	background:url(images/nav-tier-3-arrow.png) right 10px no-repeat;	
}

.nav-menu .nav-menu-content .tier-3-opener:hover {
	background:url(images/nav-tier-3-arrow-over.png) right 10px no-repeat;	
}

.nav-menu .nav-menu-content .tier-3-opener:hover + .tier-3, .nav-menu .nav-menu-content .tier-3:hover {
	display:block;	
}

.nav-menu .nav-menu-content .tier-3 {
	display:none;
	position:absolute;
	left:180px;
	top:0px;
	padding:3px 10px 3px;
	background:#fff;
	border:1px solid #ccc;
	-moz-box-shadow:inset 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 2px 2px rgba(0,0,0,0.1);
	z-index:3;
	display:none;	
}

.tier-3.states {
	top:76px;
}

.tier-3.positions {
	top:113px;	
}

/*====================================================
universals
====================================================*/



.white-box.narrow {
	width:500px;	
	margin-left:25px;
}

.white-box:after {
	background:url(../images/shadow-under.png) center top no-repeat;
	position:absolute;
	bottom:-15px;
	height:15px;
	left:0;
	width:1000px;
	content: "";
}

.white-box.narrow:after {
	display:none;
	width:0;	
}

h1 {
	font-size:26px;
	color:#1d4877;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:12px;	
}

h2 {
	font-size:20px;
	color:#1d4877;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:10px;		
}

h2.hot {
	color:#940000;	
}

h2 small {
	font-size:13px;	
}

h2 small.titleCase {
	font-size:20px;	
}

h2.cursor {
	cursor:pointer;	
}

h3 {
	font-size:18px;
	color:#326cab;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:8px;		
}

h4 {
	font-size:18px;
	color:#555;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:6px;	
}

h5 {
	font-size:16px;
	color:#326cab;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:4px;	
}

h1 + h5 {
	margin-bottom:15px;
	margin-top:-10px;
}

h6 {
	font-size:16px;
	color:#1d4877;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:4px;	
}

h3 + h6 {
	margin-top:-6px;	
}

ul {
	margin-left:20px;
	list-style-type:disc;
	margin-bottom:17px;	
}

ol {
	margin-left:25px;
	list-style-type:decimal;
	margin-bottom:17px;	
}

p, td {
	color:#555;
	font-size:14px;
	line-height:1.5em;
	margin-bottom:1.25em;	
}

li {
	color:#555;
	font-size:14px;
	line-height:1.5em;
	margin-bottom:4px;	
}

p a, li a, a {
	color:#326cab;
	text-decoration:none;
}

.white-box p a {
	border-bottom:1px dashed #326cab;	
}

p a:hover, li a:hover, a:hover {
	color:#1d4877;
}

.red-text {
	color:#5d0000;
	font-weight:bold;	
}

hr {
	width:100%;
	background:#d6d6d6;
	color:#d6d6d6;
	padding:0;
	border:0;
	margin:10px 0 15px;
	height:1px;	
	clear:both;
}

.titleCase {
	text-transform: capitalize;
}

.msg {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;	
	margin:25px 0 0;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	position:relative;
}


.msg:after {
	background:url(../images/shadow-under.png) center top no-repeat;
	position:absolute;
	bottom:-15px;
	height:15px;
	left:0;
	width:1000px;
	content: "";
}

/*====================================================
article
====================================================*/

article:after {
	clear:left;
	content:"";
	display:table;	
}

article p, article li {
	font-size:12px;
	line-height:1.4em;	
}

article ul {
	margin-bottom:1.4em;	
}

strong.title {
	font-size:larger;
}

/*====================================================
FAQs
====================================================*/

#question-list li {
	cursor:pointer;
}

#question-list li:hover {
	color:#1d4877;
	text-decoration:underline;
}

#answers li {
	margin-bottom:20px;
	font-size:13px;	
}

#answers li strong {
	font-size:14px;	
}

/*====================================================
aside
====================================================*/

aside {
	float:left;
	width:225px;
	padding:0 25px 25px 0;	
}

aside:after {
	clear:right;
	content:"";
	display:table;	
}

aside h4 {
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:1px solid #e0e0e8;
	margin-bottom:10px;
	font-size:16px;
	color:#1d4877;
}

.secondary-navigation {
	list-style-type:none;	
	margin-left:0;
}

aside ul {
	padding-bottom:20px;	
}

.secondary-navigation li {
	list-style-type:none;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #e0e0e8;
	line-height:1.3em;
}

.secondary-navigation li a {
	text-decoration:none;
	/*color:#555;*/	
	font-weight:bold;
	font-size:13px;
}

.secondary-navigation > li.active > a {
	font-weight:bold;
	color:#326cab;	
}

.secondary-navigation li a:hover {
	color:#538ac6;		
}

.secondary-navigation li small {
	font-weight:normal;
	font-size:11px;	
}

.secondary-navigation li ul {
	padding:5px 0 0;
	margin-bottom:-10px;
	margin-left:5px;
}

.secondary-navigation li ul li {
	border-top:1px solid #e0e0e8;
	padding:5px 10px;
	border-bottom:0;
}

.secondary-navigation li ul li a {
	color:#555;	
	font-weight:normal;
	font-size:12px;
}

.secondary-navigation li ul > li.active > a {
	font-weight:bold;
	color:#326cab;
}

.secondary-navigation li ul li a:hover {
	color:#326cab;		
}

/*====================================================
footer
====================================================*/

footer .col:first-child {
	width:50%;	
}

footer h3 {
	color:#fff;	
}

footer p {
	margin-bottom:0;	
	clear:both;
	position:relative;
}

footer li, footer p {
	color:#d2e3f6;
	font-size:12px;
	line-height:1.5em;	
}

footer a {
	color:#d2e3f6;
	text-decoration:none;	
}

footer a:hover {
	color:#fff;	
}

footer ul {
	margin-left:0;	
}



footer li {
	list-style-type:none;	
}
footer .fb-like {
	float:left;
	color:#fff;
	margin-left: 12px;
	height: 20px;
}

footer .copyrights {
	float: left;
	line-height: 20px;
}

footer .fb-like .connect_widget_text {
	color:#fff !important;	
}

.footerTwit {
	position:relative;
	float: left;
	margin-left: 12px;
	height: 20px;
}


/*====================================================
slider
====================================================*/

#slider {
	width:950px;
	height:360px;
	background:#000;	
}



#slider.alternate:after {
	background:url(../images/shadow-under.png) center top no-repeat;
	position:absolute;
	bottom:-15px;
	height:15px;
	left:0;
	width:1000px;
	content: "";
}




#slider.alternate #selector-container .selector {
	padding-left:20px;	
}

#slider.alternate #selector-container .selector.active {
	background:url(../images/bg-selector.png) right center no-repeat;
}



#slider.alternate #content-container .content {
	background-size:720px 420px;
	width:720px;
	height:420px;
	background-position: 0 0;
	position:absolute;
	top:0;
	right:0;
}

#slider.alternate #content-container .content:after {
	display:none;	
}

#slider.alternate #content-container .content .content-overlay {
	width:670px;	
}

.selector {
	height:32px;
	width:230px;
	padding:7px 10px 13px 10px;
	cursor:pointer;	
	float:left;
	clear:left;
}

.selector.active {
	background:transparent url(../images/bg-selector-active.png) 0 0 no-repeat;
	background-size: 95%;
	margin-right:-34px;
	width:274px;	
}

.selector .icon {
	float:left;
	margin:4px 4px 4px 0;
	min-width:26px;
	min-height:26px;	
}

.selector h4, .location-listing h4 {
	font-family:allerta, 'open sans', helvetica, arial, sans-serif;
	color:#555;
	font-size:16px;	
	margin-bottom:2px;
	font-weight:bold;
	letter-spacing:-1px;
	padding-top:2px;
	word-spacing:-1px;
}

.selector p {
	color:#555;
	font-size:12px;	
}

.selector.active h4, .selector.active p, .selector.active:hover h4, .selector.active:hover p {
	color:#fff;	
}

.selector:hover h4, .selector:hover p {
	color:#326cab;	
}

#content-container {
	position:relative;
	z-index:1;
	width:700px;
	height:360px;
	float:right;
}

#content-container .content {
	display:none;
	width:700px;
	height:360px;	
	color:#fff;
	cursor:pointer;
	position:relative;
}

#content-container .content::after {
	position:absolute;
	display:block;
	content:"";
	left:0;
	top:0;
	width:700px;
	height:360px;
	background:rgba(0,0,0,.1);
	z-index:2;	
}

#content-container .content.active {
	display:block;	
}



/*#content-container .content#content-7 {
	background:url(../images/main-locations.jpg) 0 0 no-repeat;	
}
*/
/*======================================================================FFM=*/
#content-container .content#content-8 {
	background:url(../images/test-professional.jpg) 0 0 no-repeat;	
}

.content .content-overlay {
	position:absolute;
	width:650px;
	height:110px;
	padding:5px 20px 10px 30px;
	background:transparent url(../images/bg-black-trans-80.png) 0 0 repeat;
	background:rgba(0,0,0,0.7);	
	bottom:0;
	left:0;
	text-align:left;
}

.content h1 {
	font-weight:900;
	font-size:30px;
	color:#fff;
	text-shadow:2px 2px 6px rgba(0,0,0,0.65);
	margin-bottom:6px;
	position:relative;
	z-index:3;
}

.content h3 {
	color:#fff;
	text-shadow:1px 1px 4px rgba(0,0,0,0.65);
	position:relative;
	z-index:4;
	margin-bottom:5px;
}

.content .button {
	z-index:5;
	position:relative;
	top:10px;
	clear:both;
	margin:0 0 0;
}

.content form {
	position:relative;
	z-index:6;	
}

#content-3 .content-overlay, #content-5 .content-overlay, #content-7 .content-overlay {
	text-align:right;	
}

#content-1 h1, #content-1 h3 {
	text-align:left;
	margin-left:35px;	
}

#content-1 h1 {
	margin-top:115px;	
}

#content-6 h1 {
	font-size:25px;	
}

/*====================================================
homepage search
====================================================*/

#search-box {
	position:absolute;
	right:35px;
	top:200px;
	padding:20px;
	background:transparent url(../images/bg-white-trans.png) 0 0 repeat;
	background:rgba(255,255,255,0.8);
	float:left;
	color:#555;	
	text-transform:capitalize;
}

#search-box .left {
	float:left;
	width:330px;	
}

#search-box .right {
	float:right;
	width:270px;	
}

#search-box h2 {
	margin-bottom:5px;
	padding-bottom:0;
	line-height:1.0em;	
}

#search-box p {
	line-height:2.75em;	
	margin-bottom:0;
}

#search-box p .button {
	display:inline-block;
	margin-right:5px;	
}

/*====================================================
head-image
====================================================*/

.head-image {
	position:relative;
	width:100%;
	height:283px;
	overflow:hidden;	
}

.head-image.dept-services {
	background: url(/publicsafetyjobs/images/test-department.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
}

.head-image::after {
	position:absolute;
	display:block;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:283px;
	background:rgba(0,0,0,.2);
	z-index:2;	
}

.head-image.small {
	height:132px	
}

.head-image.warning {
	height:auto;
}

.head-image img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	min-width:100%;
}

.head-image h1 {
	position:absolute;
	top:25px;
	left:25px;
	z-index:4;	
	font-weight:900;
	font-size:40px;
	color:#fff;
	text-shadow:2px 2px 6px rgba(0,0,0,0.65);
	margin-bottom:6px;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=1);
}

.head-image h3 {
	position:absolute;
	top:75px;
	left:25px;
	z-index:4;
	color:#fff;
	text-shadow:1px 1px 4px rgba(0,0,0,0.65);
	position:relative;	
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=1);
}


.department .head-image h3 {
	width:470px;
	line-height:1.4em;
}

.head-image form {
	position:absolute;
	right:25px;
	top:105px;	
	z-index:19;
	width:240px;
	padding:10px;
	background:#fff;
	background:rgba(255,255,255,.7);
}

.head-image form label {
	font-weight:bold;
	width:	70px;
}


/*====================================================
buttons
====================================================*/

button {
	cursor:pointer;	
}

.button, #dept-signup input[type=submit], input[type=button], #submitbutton {
	position:relative;
	overflow:visible;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	font-size:14px;
	line-height:1.1em;
	padding:4px 12px 7px;
	background:url(../images/noise.png) center center repeat;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	margin:10px 15px 10px 0;
	cursor:pointer;
}

.button:hover, #dept-signup input[type=submit]:hover {
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	box-shadow:0 1px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	color:#fff;		
}

.red, .white-box p a.red, input[type=button], #submitbutton {
	border:1px solid #5d0000;
	background-color:#940000;	
}

.red:hover, input[type=button]:hover, #submitbutton:hover {
	border:1px solid #880000;
	background-color:#a80000;	
}

.red:disabled {
	background-color: #555 !important;
}

.blue, .white-box p a.blue {
	border:1px solid #1d4877;
	background-color:#326cab;	
}

.blue:hover {
	border:1px solid #326cab;
	background-color:#538ac6;	
}

.grey, #dept-signup input[type=submit], .white-box p a.grey {
	border:1px solid #333;
	background-color:#555;	
}

.grey:hover, #dept-signup input[type=submit]:hover {
	border:1px solid #555;
	background-color:#8f8f8f;	
}

.right {
	float:right;
	margin:10px 0 10px 15px;	
}

.left {
	float:left;
	margin:10px 15px 10px 0;	
}

.button span {
	position:absolute;
	display:block;
	top:-12px;
	right:8px;
	height:13px;
	border:1px solid #5d0000;
	background:url(../images/noise.png) center center repeat;
	background-color:#940000;
	font-weight:bolder;
	font-size:10px;
	text-transform:uppercase;
	padding:0px 6px 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	
}

/*====================================================
columns
====================================================*/


.column.column-250 {
	width:300px;	
}

.column.column-290 {
	width:340px;	
}

.column.column-350 {
	width: 100%;
	max-width:350px;	
}

.column.column-450 {
	width: 100%;
	max-width:450px;	
}

.column.column-600 {
	max-width:700px;	
}

.column.column-950 {
	width: 100%;
	max-width:950px;	
	clear:both;
}

.column.pad-top {
	padding-top:25px;	
}

.column.no-height {
	min-height:0;	
}

.column-divider-right {
	min-height:300px;
	padding-right:30px;
	margin-right:30px;
	background:url(../images/divider-bottom-alt.png) right bottom no-repeat;
}

.column-divider-right:before {
	width:10px;
	height:200px;
	position:absolute;
	right:0;
	top:-15px;
	display:block;
	z-index:3;	
	background:url(../images/divider-top-alt.png) left top no-repeat;
	content:"";	
}



.column-divider-right-alt:before {
	width:10px;
	height:200px;
	position:absolute;
	right:0;
	top:-15px;
	display:block;
	z-index:3;	
	background:url(../images/divider-top.png) right top no-repeat;
	content:"";	
}

.column-divider-left:before {
	width:10px;
	height:200px;
	position:absolute;
	left:0;
	top:-15px;
	display:block;
	z-index:3;	
	background:url(../images/divider-top.png) left top no-repeat;
	content:"";	
}

.column-divider-left-alt:before {
	width:10px;
	height:200px;
	position:absolute;
	left:0;
	top:-15px;
	display:block;
	z-index:3;	
	background:url(../images/divider-top-alt.png) left top no-repeat;
	content:"";	
}

.column-padding-left {
	padding-left:30px;
	margin-left:30px;
}

.column-padding-right {
	padding-right:30px;
	margin-right:30px;
}

.column p, .column li {
	font-size:12px;
	line-height:1.5em;	
}

p.text-right {
	text-align:right;
	clear:both;	
}

.width-950 {
	width:100%;
	height:3px;
	display:block;
	color:#fff;
	border:0;
	margin:15px;	
}

/*====================================================
home
====================================================*/

#latest-news {
	height:495px;	
}

#jobs {
	height:344px;	
}

form#jobs {
	height:auto;	
}

#social {
	float:left;
	margin-top:-10px;	
}

.twitter-share-button {
	margin-left:10px;
}

.twitter {
	margin-top:-1px;
}

.more-info {
	float:right;
	font-size:15px;
	color:#1d4877;
	text-decoration:none;
	font-weight:bold;	
}

.more-info:hover {
	color:#326cab;	
}

#hot-jobs a, #hot-jobs .more-info a:hover {
	color:#940000;	
}

#hot-jobs a:hover, #hot-jobs .more-info a {
	color:#5d0000;	
}

/*====================================================
callout
====================================================*/

.cta-fox {
	float:right;
	margin:5px 10px 15px;	
}

.callout {
	float:right;
	padding:10px 15px 15px;
	margin:5px 10px 15px;
	background:#eee;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
}

.callout p {
	margin-bottom:6px;	
}

.test-time .callout {
    float:none;
    padding:15px 15px 15px;
    margin:10px 0px 10px 0px;
    background:none;
    background-image: linear-gradient(to right, rgba(238,238,238,1), rgba(238,238,238,0));
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px; 
}

.warning .callout {
    float:none;
    padding:15px 15px 15px;
    margin:10px 0px 10px 0px;
    background:none;
    background-color:#fff3cd;
    border-color:#f5c6cb;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px; 
}

/*====================================================
notifications
====================================================*/

.notification {
	padding:5px 10px;
	border:1px solid #ccc;
	background:#eee;
	color:#555;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.notification.red {
	border:1px solid #5d0000;
	background-color:#940000;	
	color:#fff;	
}

.notification.blue {
	border:1px solid #1d4877;
	background-color:#326cab;	
	color:#fff;
}

.notifications, .message-box {
	position:relative;
	max-width:95%;
	padding:5px 35px 5px 40px;
	min-height:16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #80a3ca;
	background:#c9ddf3 url(../images/notification-icon-help.png) 8px 6px no-repeat;
	margin-bottom:10px;
	font-family:helvetica, arial, sans-serif;
}

.notifications p, .message-box p {
		color:#555;
		font-size:13px;
		padding-bottom:4px;
		line-height:1.3em;
		margin-bottom:.2em;
		overflow:hidden;
}
	
.notifications hr, .message-box hr {
		background:#80a3ca;
		border:0;
		color:#80a3ca;
		margin:0 0 10px;
		padding:0;
}
	
.notifications .ajaxButton, .message-box .ajaxButton {
		margin-bottom:0;	
}
	
.notifications .close {
		position:absolute;
		top:5px;
		right:5px;
		font-size:15px;
		text-transform:uppercase;
		cursor:pointer;
}
	
.notifications.warning {
		color:#ff0000;
		border:1px solid #ff0000;
		background:#fffb9b url(../images/notification-icon-warning.png) 8px 5px no-repeat;
	z-index:10;
}

.notifications.warninggray {
		color:#ff0000;
		border:1px solid #f0f0f0;
		background:#f0f0f0 url(../images/notification-icon-warning.png) 8px 5px no-repeat;
	z-index:10;
}

.notifications.warning p, .notifications.warning h2, .notifications.warninggray p, .notifications.warninggray h2 {
		color:#ff0000;
}

	
.notifications.error {
		color:#d79292;
		border:1px solid #d79292;
		background:#f3c9c9 url(../images/notification-icon-error.png) 8px 6px no-repeat;
}
	
.notifications.success {
		color:#97b76c;
		border:1px solid #97b76c;
		background:#d8f0b8 url(../images/notification-icon-success.png) 8px 6px no-repeat;
}
	
.notifications.help {
		color:#80a3ca;
		border:1px solid #80a3ca;
		background:#c9ddf3 url(../images/notification-icon-help.png) 8px 6px no-repeat;
}
	
th .notifications {
		max-width:350px;	
}


/*====================================================
tables
====================================================*/

table {
	border:0;
	padding:0;
	margin:0;
	width:100%;
}

table td, table th {
	font-size:12px;
	color:#555;
	text-align:left;
	padding:5px 5px 5px 5px;
	border-bottom:1px dotted #bbb;
}

table tr.no-shading td, .no-shading td, .no-shading tr, .no-shading {
	background:#fff !important;	
}

table th {
	font-size:14px;
	line-height:1.5em;
	border-bottom:1px solid #ccc;
}

table td small, table th small {
	font-size:11px;
	color:#8d8d8d;
}

table th small {
	font-size:13px;
	font-weight:normal;
}

form table {
	margin-left:0 !important;
	background:#eee;
	color:#555;	
}

form table td {
	background:#eee;
	color:#555;	
}

form table tr:hover td, form table tr:nth-child(odd):hover td {
	background:#eee;	
}

.terms {
	max-width: 1000px;
	width: 100%;
	margin:auto;
}

/*====================================================
steps
====================================================*/

#steps {
	height:395px;	
}

.step {
	float:left;
	clear:left;
	padding:0 0;
	margin:0 0 15px;
	width:290px;	
	cursor:pointer;
}

.home .step {
	cursor:default;	
}

.step .icon {
	float:left;
	min-height:36px;
	margin:5px 14px 0 0;	
}

.step h4 {
	float:right;
	width:240px;
	margin-bottom:2px;
	color:#555;
}

.step h4:hover, .step:hover h4 {
	color:#326cab;	
}

.home .step h4:hover, .home .step:hover h4 {
	color:#555;	
}

.step p {
	float:right;
	width:240px;
	color:#555;
	margin-bottom:0;
}

/*====================================================
search
====================================================*/

form.inline {
	display:inline;	
}

#search-form {
	margin-bottom:25px;
	float:left;
	width:290px;	
}

#selections {
	overflow:hidden;
	margin-bottom:25px;
}


/*====================================================
form
====================================================*/

.row {
	position:relative;
	float:left;
	clear:left;
	margin-bottom:10px;
	width:100%;
}

.row label {
	width:120px;
	margin-right:10px;	
	font-size:13px;
	float:left;
	padding-top:3px;
	position:relative;
}

.row label span.req {
	position:absolute;
	right:-10px;
	top:-3px;
	color:#940000;	
}

.column-250 .row label {
	width:90px;	
	font-weight:bold;
}

.column-290 .row label {
	width:100px;	
	font-weight:bold;
}

.column-600 .row label {
	width:220px;	
	font-weight:bold;
	text-align:right;
}

.row input, .row select, .row textarea {
	font-size:12px;
	color:#555;
	font-family:'Open Sans', helvetica, arial, sans-serif;
	border:1px solid #aaa;
}

.row input[type=checkbox] {
	border:0;	
}


.row input[type=text], .row input[type=password] {
	float:right;
	width:150px;
}

.row input[type=password] {
	font-family:arial, helvetica, sans-serif;	
}

.column-250 .row input[type=text] {
	width:120px;	
}


.row input[type=text], .row input[type=email] {
	float:right;
	width:340px;
}

.column-290 .row input[type=text], .column-290 .row input[type=password], .column-290 .row select {
	width:130px;	
}

.column-600 .row input[type=text], .column-600 .row input[type=password], .column-600 .row textarea, .column-600 .row select, .descriptor {
	width:340px;
	float:right;
}

.radio-box {
	width:340px;
	float:right;
}	

 .column-600 .row .radio-box input[type=radio] {
	margin-left:0;	
}

.descriptor {
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;	
}

.column-600 .row input[type=checkbox], .column-600 .row input[type=radio] {
	margin-left:25px;	
}

.row select {
	float:left;
	width:160px;	
}

#contact-form .row select {
	float:right;
	border:1px solid #aaa;	
}

.row input[type=checkbox] {
	float:left;
	font-size:20px;	
}

.row span {
	font-size:11px;
	padding-top:3px;
	display:inline-block;	
}

.row textarea {
	float:right;
	width:150px;
	height:80px;
}

/*====================================================
#contact-form
====================================================*/

.row {
	position:relative;
}

/*====================================================
map
====================================================*/

#map {
	width:598px;
	height:398px;
	border:1px solid #555;
	margin-bottom:25px;	
	font-size:12px;
	line-height:1.4em;
}

#map.small {
	width:263px;
	height:208px;
	margin-bottom:10px;	
}

#map h6 {
	margin-bottom:0;
	font-size:14px;	
}

.cluster {
	font-weight:bold;
	font-size:14px;
	color:#222;
	text-align:center;
}

.cluster-1 {
	background:url(../images/map-icon-blue.png) 0 0 no-repeat;
	color:#fff;
	width:28px;
	height:20px;
	padding:5px 0 3px;
}

#details-wrapper {
	display:none;	
}

.details {
	background:#fff;
	padding:50px;
	min-height:90%;	
}

/*====================================================
position
====================================================*/

.results-col {
	width:290px;
	float:left;	
}

.results-col + .results-col {
	margin-left:20px;	
}

.position-state {
	padding:13px 6px 7px;
	margin-top:15px;
	background:#555 url(../images/noise.png) center center repeat;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	clear:left;
	width:276px;
	position:relative;	
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	border:1px solid #2f2f2f;	
}

.collapser, .expander {
	float:right;
	cursor:pointer;	
}

.position, .position-featured {
	position:relative;
	cursor:pointer;
	float:left;
	clear:left;
	padding:5px 30px 5px 5px;
	width:255px;	
	background:#fff;
	min-height:35px;
	border-bottom:1px dotted #bbb;
}

.position.NA, .position-featured.NA {
	min-height:20px;
	padding-top:4px;
	padding-bottom:4px;	
}

.position.invite-only-job h6 em::after {
	content: "Invitation Required";
	color: "#999";
	font-size: 10px;
    font-weight: bold;
}

#nearest .position, .column-290 .position {
    float: none !important;
}

.results-col .position, .results-col .position-featured {
	background-image:url(../images/icons/unchecked.png) !important;
	background-position:0px center !important;
	background-repeat: no-repeat !important;	
	padding-left:26px !important;
	width:234px !important;
}

.results-col .position.newagency {
	background-image:none !important;
	padding-left:5px !important;
	width:255px !important;	
}

.results-col .position.newagency.NA {
	padding-left:26px !important;
	width:234px !important;
}

.results-col .position.selected, .results-col .position-featured.selected {
	background-image:url(../images/icons/checked.png) !important;
}

.results-col .position.NA, 
.results-col .position-featured.NA, 
.results-col .position.invite-only-job, 
.results-col .position-feature.invite-only-job {
	background-image:none !important;
}

.new .position .position-featured {
	width:565px;	
}

.position .click, .position-featured .click{
	position:absolute;
	left:0;
	top:0;
	width:30px;
	bottom:0;
	z-index:999;	
}

.location {
	position:relative;
	cursor:pointer;
	float:left;
	clear:left;
	padding:5px 30px 5px 5px;
	width:255px;	
	background:#eee;
}

/*.position:nth-child(even), .position.new-position.NA:nth-child(even) {
	background:#eee;	
} */

.position.new-position {
	background:#ffeeee;	
}

.position.new-position.NA {
	background:#fff;	
}

/* .position.new-position:nth-child(even) {
	background:#ffdddd;	
} */

.position:hover, .position.alt:hover, .position.new-position:hover, .position-featured:hover {
	background:#dee7f2;
}

.position .new-marker, .position-featured .new-marker {
	position:absolute;
	top:11px;
	right:5px;
	display:block;
	height:13px;
	border:1px solid #5d0000;
	background:url(../images/noise.png) center center repeat;
	background-color:#940000;
	font-weight:bolder;
	font-size:9px;
	text-transform:uppercase;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	color:#fff;
	padding:0 4px 3px;
	letter-spacing:-1px;
}

.position:hover .new-marker, .position-featured:hover .new-marker {
	display:none;	
}

.position .free-marker, .position-featured .free-marker {
	position:absolute;
	top:11px;
	right:5px;
	display:block;
	height:13px;
	border:1px solid #5d0000;
	background:url(../images/noise.png) center center repeat;
	background-color:#3F9B39;
	font-weight:bolder;
	font-size:9px;
	text-transform:uppercase;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	color:#fff;
	padding:0 4px 3px;
	letter-spacing:-1px;
}

.position:hover .free-marker, .position-featured:hover .free-marker {
	display:none;	
}

.position .remove, .position .info, .position-featured .remove-featured, .position-featured .info {
	position:absolute;
	right:5px;
	top:10px;
	font-size:12px;
	font-weight:bold;
	color:#8f8f8f;	
}

.position .info, .position-featured .info{
	display:none;	
}

.position:hover .info, .position-featured:hover .info {
	display:block;	
}

.position .add, .position-featured .add-featured {
	display:none;	
}

.position .newadd {
	float:left;	
}

.position h4, .position-featured h4 {
	position:absolute;
	left:2px;
	top:10px;
	font-size:14px;
	color:#aaa;
	letter-spacing:-2px;
}

.position:hover h4, .position-featured h4 {
	color:#326cab;	
}

.position .remove:hover, .position-featured .remove-featured:hover{
	color:#555;
}

.position h6, .location h6, .position-featured h6{
	font-size:14px;
	line-height:1.15em;
	font-weight:normal;
	color:#555;	
	margin-bottom:1px;
	padding-right: 6px;
}

.position h6 em, .location h6 em, .position-featured h6 em {
	font-size:11px;
	color:#326cab;	
}

.position.NA h6, .position-featured.NA h6 {
	font-size:13px;	
}

.position.NA h6 em, .position-featured.NA h6 em {
	font-size:10px;	
}

.location + h2, .position + h2, .position-featured + h2 {
	padding-top:15px;
	clear:both;
}

#continue {
	display:none;	
}


.position.NA:not(.invite-only-job) h6, 
.position.NA:not(.invite-only-job) h6 em, 
.position.application_exclusive.NA.invite-only-job.invite-only-job-closed h6,
.position.application_exclusive.NA.invite-only-job.invite-only-job-closed h6 em,
.position.NA.invite-only-job.invite-only-job-closed h6, 
.position.NA.invite-only-job.invite-only-job-closed h6 em, 
.position-featured.NA:not(.invite-only-job) h6, 
.position-featured.NA:not(.invite-only-job) h6 em {
	color:#999;	
}

.position-relative {
	position: relative !important;
}

.featured-header {
    background: #777 url(../images/noise.png) center center repeat;
    padding: 2px;
    float: left;
    width: 286px;
}

.featured-header h5 {
    color: white;
}

/*====================================================
jobDetails
====================================================*/

#cboxContent {
	border:1px solid #1d4877;
}

#cboxLoadedContent {
	border-top:3px solid #1d4877;
}

.jobDetails#background {
	overflow:auto;	
}

.jobDetails #wrapper {
	background:transparent;	
	min-height:300px !important;
}

.jobDetails header {
		
}

/*====================================================
select location
====================================================*/

.state-title {
	cursor:pointer;
	background:#1d4877 url(../images/noise.png) center center repeat;
	color:#fff;
	padding:10px 10px 5px;
	margin-bottom:10px;
	overflow:hidden;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	box-shadow:0 2px 2px rgba(0,0,0,0.25), inset 0 0 2px rgba(255,255,255,0.6);	
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	border:1px solid #1d4877;
}

.state-virtual {
	cursor:pointer;
	background:#fff;
	color:#ggg;
	padding:10px 10px 5px;
	margin-bottom:30px;
	overflow:hidden;
	border-bottom:1px dotted #bbb;
}

.state-title:hover {
	background:#326cab;
}

.state-title h3 {
	color:#fff;
	margin:0;
	float:left;
}

.state-title .collapser, .state-title .expander {
	font-size:14px;
	font-weight:bold;
}

.state-title .collapser, .training-location .state-title .expander {
	display:none;
}

.training-location .state-title .collapser {
	display:block;	
}

.location-listing {
	cursor:pointer;
	padding:15px 5px;
	border-bottom:1px dotted #bbb;
	display:none;
	overflow:hidden;
}

.training-location .location-listing {
	display:block;	
}

.radio {
	float:left;
	padding:5px;
}

.location-info {
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:1.5em;
	width:300px;
}

.description {
	width:250px;
	float:right;
	color:#1d4877;
	font-size:11px;
	line-height:1.5em;
}

.location-listing.inactive .location-info, .location-listing.inactive .location-info a, .location-listing.inactive .location-info h6 {
	color:#999;	
}

/*====================================================
calendar
====================================================*/

#calendar {
	max-width:600px;
	background:#fff;
}

#calendar td {
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
}

#prevmonth, #nextmonth, #monthname {
	text-align:center;	
}

#prevmonth a, #nextmonth a {
	color:#1d4877;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#monthname {
	color:#1d4877;
	font-size:18px;
}

#calendar .button {
	font-size:11px;
	padding:4px 4px;
	margin-bottom:0;
	letter-spacing:0;
	font-weight:400;
}

/*====================================================
forms
====================================================*/

#email-box {
	padding:10px 15px;
	width: 100%;	
	max-width:650px;
	box-sizing: border-box;
	margin:0 auto 25px;
	background:#eee;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#email-box p {
	margin:0;
	padding:0;
	font-size:14px;	
}

#email-box input {
	padding:2px 5px;
	margin-right:10px;
	color:#555;
	font-size:14px;	
}

#email-box .button {
	margin:0;	
}

/*====================================================
cpat
====================================================*/

#cpat-image, #fire-image {
	border:1px solid #555;
}


/*====================================================
forum
====================================================*/

form {
	font-size:14px;	
}

body #container {
	width:95%;
	min-width:950px;	
	max-width:1250px;
	padding:25px;
	background:#fff;
	border:1px solid #dbdbdb;
	margin-top:25px;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	position:relative;
	float:left;
}

body #container p {
	margin-bottom:0;
	font-size:12px;	
}

body #container p.logo {
	font-size:20px;
	margin-bottom:6px;	
}

.content_box .row_title {
	height:25px;	
}

.forum_post .forum_post_content {
	height:auto;	
}

.forum_post .forum_post_right {
	width:75%;	
	clear:right;
}

form .input_box, form input, form .input_box_wide {
	height:25px;	
}

form.basic_forms {
	width:90%;	
}

.signature {
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #ccc;	
}

.promo-holder img {
	width:220px;
	padding:0 35px;
}

/*====================================================
content toggler
====================================================*/

.content-wrapper {
	position:relative;	
	min-height:25px;
}

.content-changer {
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	font-weight:bold;
	font-size:20px;
	color:#1D4877;
	/*display:none;*/
}

.content-changer:hover, h2:hover + .content-changer {
	color:#326cab;
}





/*====================================================
banner
====================================================*/

.midBanner {
	position:relative;
	margin-top:-20px;
	text-align: center;
}

.midBanner a.banner-image {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.midBanner a.banner-image img {
	max-height: 100px;
}

/*====================================================
support
====================================================*/

article.full, .full {
	width:900px;	
}

.support-large, .support-large p {
	font-size:17px;	
}

/*====================================================
BETA
====================================================*/

#beta {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	background:#fff;
	border-top:2px solid #1d4877;	
	z-index:9999;
}

#beta.hidden {
	display:none;
}

#beta #beta-content {
	width:900px;
	margin:0 auto;	
}

#beta p {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding-top:14px;
	margin-right:15px;
}

#beta .button {
	float:left;	
	font-size:13px;
	padding:3px 6px 5px;
	position:relative;
	top:2px;
}

#report {
	position:fixed;
	bottom:0;
	right:0;
	z-index:99999;
	min-width:220px;
	height:50px;
	border-top:2px solid #1d4877;	
	border-left:2px solid #1d4877;
	background:#fff;	
}

#report .button {
	margin:10px 15px;	
	font-size:13px;
	padding:3px 6px 5px;
	position:relative;

}

#issue-dialog {
	display:none;	
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
message
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.attentionMsg{
	float:left;
	background:#f6f6b9;
	line-height:1.35em;
	background-image: url('../images/msg_attention.png');
	background-position: 5px 3px;
	background-repeat:no-repeat;
	padding:5px 30px 5px 40px;
	color:#847b29;
	font-weight:bold;
	/*font-size:18px;*/
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	box-shadow:0px 2px 4px rgba(0,0,0,0.4);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom: 5px;
}
.infoMsg{
	float:left;
	background:#d7e8f9;
	background-image: url('../images/msg_info.png');
	background-position: 5px 3px;
	background-repeat:no-repeat;
	padding:5px 30px 5px 40px;
	color:#336a8e;
	font-weight:bold;
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	box-shadow:0px 2px 4px rgba(0,0,0,0.4);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}	
.errorMsg{
	float:left;
	background:#ffd8d8;
	background-image: url('../images/msg_error.png');
	background-position: 5px 3px;
	background-repeat:no-repeat;
	padding:5px 30px 5px 40px;
	color:#951115;
	font-weight:bold;
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	box-shadow:0px 2px 4px rgba(0,0,0,0.4);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}	
.successMsg{
	float:left;
	background:#d0f5af;
	background-image: url('../images/msg_success.png');
	background-position: 5px 3px;
	background-repeat:no-repeat;
	padding:5px 30px 5px 40px;
	color:#1c5e31;
	font-weight:bold;
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	box-shadow:0px 2px 4px rgba(0,0,0,0.4);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}	

.score_title{
	float:left;
	width:690px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.35em;
	background-repeat:no-repeat;
	padding:5px 5px 5px 5px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:22px;
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	box-shadow:0px 2px 4px rgba(0,0,0,0.4);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.score_scheduled{
	background:#888a85;
}

.score_completed{
	background:#0e6b34;
}

#score_box{
	background:#c4e7bb;
}

.score_container{
	float:left;
	margin-top:10px;
	width:550px;
	line-height:1.35em;
	background:#eae7e7;
	color:#fff;
	padding:5px 5px 5px 3px;
	font-weight:bold;
	font-size:14px;
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	box-shadow:0px 2px 4px rgba(0,0,0,0.4);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.score_container h3:not(.job_title) {
	margin-top: 1.5em;
}

.job_title{
	box-sizing: border-box;
	float:left;
	width:100%;
	line-height:1.35em;
	background:#84a5d7;
	color:#fff;
	padding:5px 30px 5px 30px;
	font-weight:bold;
	font-size:14px;
	-moz-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	-webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.4);	
	box-shadow:0px 2px 4px rgba(0,0,0,0.4);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


fieldset { 
	min-width: 0;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove;
    max-width: 100%;
}

legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    font-size: 26px;
    font-weight: bold;
    color: #1d4877;
}


p.hotjob {
	font-size: 11px;
}

#candidate-upload-error {
	font-weight: bold;
	color: red;
	margin: 15px;
	font-size: 14px;
}


#exam {
	font-size: 14px;
}


#candidate-page div, #candidate-page p {
	font-size: 14px;
}

.pseudo-link {
	border-bottom: 1px dashed #326cab;
	color: #326cab;
}

.pseudo-link:hover {
	cursor: pointer;
    border-bottom: 1px dashed #003978;
    color: #003978;
}

.gm-style-iw {
    max-height: 320px;
}

.step-header-link {
	float: right;
    width: 240px;
    margin-bottom: 2px;
    color: #555;
    font-size: 18px;
    color: #555;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 6px;
    cursor: pointer;
}
/* === index page banner === */

.bannertable tr:hover td {
	background: transparent !important;
}

.swiper-slide .swiper-slide-info {
    position: absolute;
    top: 60%;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 40%;
    padding: 10px;
}

.button-nowrap {
	line-height: 3em;
	white-space: nowrap;
}

.swiper-slide .swiper-slide-info .more-jobs {
    float: right;
    clear: both;
}

.swiper-container {
     width:100%;
     margin-left: auto;
     margin-right: auto;
}

.slide-full {
	text-align: center; 
	height: 100%; 
	width: 100%; 
	float: left; 
	box-sizing: border-box;
	padding-left: 40px;
    padding-right: 40px;
}

.slide-title {
	text-align: center; 
	height: 100%; 
	width: 60%; 
	float: left; 
	box-sizing: border-box;
	padding-left: 40px;
    padding-right: 40px;
}

.slide-part-wide {
	width: 60% !important;
}

.slide-part-narrow {
    width: 40% !important;
}

.slide-content {
	box-sizing: border-box; 
	width: 40%; 
	float: left; 
	background-color: rgba(255,255,255,0.85); 
	height: 100%; 
	padding-top: 20px; 
	padding-left: 40px;
	padding-right: 40px;
}

.slide-content-dark {
    box-sizing: border-box; 
    width: 40%; 
    float: left; 
    background-color: rgba(50,108,171,0.35); 
    height: 100%; 
    padding-top: 20px; 
    padding-left: 40px;
    padding-right: 40px;
}

.slide-content-dark h2 {
    color: #326cab;
}

.banner-line-1 {
	padding: 5px 40px;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	margin-bottom: 0px;
}

.banner-line-2 {
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 0px;
}

.bannertable td {
    border-bottom-width: 0px;
}

.single-slide {
	height:350px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.banner-slide-emt {
	background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/mm-emt.jpg');
	background-position: center;
}

.banner-slide-virtual-exam {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/virtual_exam.jpg');
    background-position: left top;
}

.banner-slide-jobs-by-profession {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/police-officer.png');
    background-position: left top;
}

.banner-slide-department {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/department.jpg');  
    background-position: center;
}

.banner-slide-licensing {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/licensing.jpg'); 
    background-position: left top;
}


.banner-slide-jobs-by-career {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/police.jpg');
    background-position: center top;
}

.banner-slide-cpat {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/cpat.jpg');
    background-position: center top;
}

.banner-slide-orpat {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/orpat.png');
    background-position: center top;
}


.banner-slide-ffm {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/ffm.jpg');
    background-position: center top;
}

.banner-slide-mm {
    background: url('https://s3-us-west-2.amazonaws.com/ergontn-public/ntn/images/banner_bg/static/mm.jpg');
    background-position: center top;
}

.wrapper-15 {
	height: 15%;
}

.banner-button {
    border-radius:6px;  
    font-size:14px;
    line-height: 1.1em;
    padding: 8px;
    box-sizing: border-box;
    background-image: url(../images/noise.png);
    backgorund-repeat: repeat;
    background-position: center;
    width:auto;
    z-index:2;
    float:left;
    text-align:center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 6px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.float-right {
	float: right;
}

.inline {
	display: inline;
}

.text-left {
	text-align: left;
}

.text-right {
    text-align: left;
}

.calendar-link {
	color: #1d4877;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.image-center {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.calendar-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* === shared exam === */
.question-order {
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.question-order progress {
	width: 100%;
}

.question-text {
	font-size: 1.5em;
	font-weight: 700;
}

.answer-choice {
	text-align: center;
	border-bottom: none;
	padding: 10px;
}

.answer-choice button {
	background-color: #A36;
}

.answer-choice button:hover {
    background-color: #C58;
}

#client-content {
	border-bottom: none;
}

#user-exam-header td {
	border-bottom: none;
	padding: 0px;
}

.answer-choices {
	padding-top: 2em;
}

.speaker-icon {
	width: 60px;
	height: 47px;
	background: url('https://ergontn-public.s3-us-west-2.amazonaws.com/ntn/images/shared_exam/speakerBig.png');
}

.speaker-icon.active {
	background: url('https://ergontn-public.s3-us-west-2.amazonaws.com/ntn/images/shared_exam/speakerBigPlaying.png') !important;
}

.exam-answer-entry .text-entry, .data-entry-answer .data-entry-child input {
	text-transform: uppercase;
	font-size: 1.6em;
}

.exam-button-block:after{
    clear: both;
    content: "";
    display: block;
}

.question_text_hidden {
	border: 1px solid #888;
	border-radius: 15px;
	padding: 8px;
	margin-top: 10px;
	box-sizing: border-box;
}

.question_text_hidden strong {
	visibility: hidden;
}

.ecn-cs-sa-table {
	margin-bottom: 25px;
}

.data-entry-answer {
	padding: 45px 40px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 15px;
	box-shadow: 1px 5px #eee;
	float: left;
}

.data-entry-child {
	margin-top: 15px;
}

.data-entry-answer .data-entry-child label {
	font-size: 1.2em;
}



/* === Long poll backdrop === */
.http-overlay {
    background-color: rgba(51, 51, 51, 0.75);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    line-height: 100%;
}

.http-overlay p {
	color: white;
	margin-top: 25%; 
	font-weight: 900; 
	font-size: 2em;
}

.spinner {
	background-image: url('../images/bars-loader.gif');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 50px;
    margin: 0 auto;
}

.rounded-box {
    padding:10px 15px;
    width: 100%;    
    max-width:650px;
    box-sizing: border-box;
    margin:0 auto 25px;
    background:#eee;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.phq_question_hidden_notification {
	font-weight:bold;
	color: green;
}

/* Job banner in candidate portal */
.advert {
	text-align:center; 
	margin: 10px 0;
}

.advert .advertbody {
	background-color:white;
	box-shadow:0px 0px 3px rgba(0,0,0,.1);
	text-align:left;
	padding: 10px;
	box-sizing: border-box;
}

.advertbody .advert-logo {
	text-align: center;
}

.advert-logo img {
	max-width: 150px;
}

.advertbody p {
	max-width:200px;
	box-sizing: border-box;
}

/* responsive form button */
input[type="submit"].button.button-responsive {
    display: block;
    max-width: 100%;
    word-break: break-word;
    white-space: normal;
    height: auto !important;
}

/* responsive hyperlink */
a.responsive {
    white-space: normal;
    word-break: break-word;
}

#ids_ad {
	font-size: 120%; 
}

.fire_score_table {
	margin: 25px;
	background-color: white;	
}

/* Popover styling */
.popover__wrapper {
  position: relative;
  display: inline-block;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 30px;
  transform: translate(0, 10px);
  background-color: #ededed;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper .popover__content.active {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__close {
	margin-bottom: 20px;
}
.popover__message {
  text-align: center;
}
.input-error {
	padding: 2px;
	color: red;
	display: none;
}
	
