/*-- reset --*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*-- start editing from here --*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*-- end reset --*/
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p{ margin-bottom: 1em; }
label { font-size: 13px; margin-bottom: .5rem; }
button + button{ margin-left: 10px; }
.hide{ display: none; }
.bold, strong { font-weight: 600; }
.border-grey{ border-color: #9b9b9b !important; }

@media (min-width: 1200px){
	.container {
		max-width: 1240px;
	}
}

html, body{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	color: #222;
	line-height: 1.4;
}

/* .row{ margin-left: 0; margin-right: 0; } */

.btn{
    background: #003249;
    text-transform: uppercase;
    color: #f1f1f1;
    font-size: 14px;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-shadow: 0px 2px 1px #222;
    border-radius: 3px;
	cursor: pointer;
	border: none;
}
.btn:hover,
.btn:focus{ 
	color: #f1f1f1;
	background: #083784; 
	transition: all 0.5s ease-out;
}

body{	background: url('../../../css/bg1.jpg') no-repeat top left fixed;	background-size: cover;	}

/* Header */
.header { background: rgba(0,0,0,0.06); }
.topbar{ 
	background: #000; 
	padding: 4px 0;
}
.topbar li{ float: left; }
.topbar li:first-child a{ border-left: none; }
.topbar a{
    border-left: 1px solid #e5e5e5;
    color: #e5e5e5;
    font-size: 13px;
    line-height: 0.8;
    display: inline-block;
    padding: 0 15px;
    min-height: 12px;	
}
.topbar a:hover{ color: #f1f1f1; text-decoration: none; }
.topbar .fa{ padding-right: 3px; }
.logowrap{ padding-top: 13px; padding-bottom: 7px; }
.jnulogo{
	float: left;
	margin-right: 20px;
}
.jnulogo img{ display: block; }
.header .h1{
	font-family: 'Crimson Text', serif;
	font-size: 24px;
	color: #f1f1f1;
	float: right;
    text-transform: uppercase;
    font-weight: 600;
	margin: 17px;
}

.heading {
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
}
h1.heading{ font-size: 19px; }
h2.heading{ font-size: 17px; }

.header p{
	float: left;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 27px 0 27px 13px;
    text-shadow: 0px 2px 2px #afafaf;
	color: #003249;
}

/* Nav */
.nav{ background: #003249; }
.nav li{ float: left; }
.nav li a{
    display: inline-block;
    border-left: 1px solid #f1f1f1;
    color: #f1f1f1;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav li:first-child a{ border-left: 0; }
.nav li a:hover{ background: #083784; text-decoration: none; }
.nav li.applybtn{ background: #ff0012; float: right; margin-right: 15px; }
.nav li.applybtn:hover a{ background: #ed0515; }
.nav li.applybtn a{ border: none; }

/* Body */
.body{
	margin: 20px 0;
}
#loginModal .field-loginform-verifycode label,
.field-signupform-verifycode label{ display: block !important; }
#loginModal .modal-body .panel-footer{ margin-top: 20px; }
.linksBlock{
	/* background: rgba(255, 255, 255, 0.27); */
	background-color: rgba(0, 50, 73, 0.76);
    border: 1px solid #003249;
    padding: 30px 20px;
	margin-bottom: 12px;
}
.linksBlock li{
	float: left;
	width: 25%;
	padding: 0 2%;
	box-sizing: border-box;
	text-align: center;
}
.linksBlock .fa{
	display: block;
    padding-bottom: 7px;
    font-size: 40px;
    color: #f1f1f1;
	position: relative;
	top: 0;
}
.linksBlock li a{
	color: #f1f1f1;
	font-size: 16px;
    font-weight: 600;
	text-decoration: none;
}
.linksBlock li a:hover .fa{
	top: -1px;
	transition: all .5s ease;
}

.content{ padding-top: 20px; }
.vacancytable{ margin-top: 30px; }
.section{
	/* background: rgba(255, 255, 255, 0.2); */
	background-color: rgba(0, 0, 0, 0.23);
	color:#f1f1f1;
	border: 1px solid #003249;
}
.section a{ color: #f1f1f1; }
.section.pad{ padding: 10px; }
.notifications-wrap{ display: flex; }
.notifications{
	padding: 0 15px 15px;
	font-size: 14px;
	height: 100%;
	overflow: hidden;
	font-weight: 500;
}
.notifications h2{
    padding: 9px 18px;
    color: #f1f1f1;
    background-color: rgba(0, 50, 73, 0.76);
    margin: 0 -15px 10px;
    border-radius: 4px 4px 0 0px;
    font-size: 15px;
}

.notifications li{ margin-bottom: 15px; }
.notifications a{ text-decoration: underline; color: #f1f1f1; font-weight: 600; }

.notifications ol{ margin-top: 8px; list-style: decimal; padding-left: 16px; }
.notifications ol li{ margin-bottom: 4px; }

.slick-slider .slick-list{ height: auto !important; }

.table{ margin-bottom: 0; }
.table thead th{ font-weight: 600; }
.table tr.last{ font-weight: 700; }

.table tr,
.table tr:nth-of-type(odd){
    /* background-color: rgba(255, 255, 255, 0.1) !important; */
	background-color: rgba(0, 0, 0, 0.23) !important;
}

.table thead th,
.table th,
.table td{ border-color: #003249; color: #f1f1f1; font-weight: 500; vertical-align: middle; }
.table thead th{ border-top: none; vertical-align: top; }
.table thead th{ 	border-bottom-width: 1px; 	background-color: rgba(0, 50, 73, 0.76);    color: #f1f1f1;}.table tr.last{	border-bottom-width: 1px; 	color: #003249;}

.table.no-shade thead th{ border-bottom-width: 1px; background: none; }

.note{ font-size: 12px; }
.small-col{ text-align: center; }

.formheader{
	background-color: rgba(0,0,0,.15);
	padding: 10px 20px;
	margin-bottom: 10px;
}
.formheader h2{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.formbody .post_instructions{ padding: 25px 35px !important; }
.post_desc,
.post_instructions{ line-height: 1.4; }
.post_instructions ul{ margin-left: 15px; }
.post_instructions ol{ list-style: decimal; margin-left: 15px; }
.post_instructions li{ margin-bottom: 2px; line-height: 1.6; }
.formheadrow{
	background-color: rgba(0,0,0,.15);
	padding: 13px 70px 6px 35px;
}
.formheadrow{ border-color: #9b9b9b !important }
.formheadrow label .note{ 
	display: block;
    margin-top: 3px;
	color: #ca0013;
}
.editbtn{
    font-size: 11px;
    letter-spacing: 0.07rem;
    padding-left: 11px;
    padding-right: 11px;
    text-transform: none;
}
.formheadrow .editbtn{
	float: right;
    margin-right: -55px;
    margin-top: 6px;
}
.formrow{ padding: 15px 35px 30px; }
.formrow label{ font-weight: 600; }
.formrow .message{ padding-top: 5px; }
.formfooter{ background-color: rgba(0,0,0,.15); }

.summary{
	font-size: 12px;
	padding: 20px 15px 10px;
	margin-top: 20px;
}
.summary .row{ border-top: 1px solid #afafaf; padding-top: 10px; }
.summary .row:first-child{ border: none; padding-top: 0; }
.summary p{ margin-bottom: 10px; }
.summary .col{ padding-right: 0; padding-left: 10px; }

.col-sr{
	-ms-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 2%;
}
.col-withsr{
	-ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;	
}

/*
.formwrap{
	background: rgba(0,0,0,0.06);
	border-radius: 0 0 3px 3px;
	padding: 20px 10px;
	margin-bottom: 20px;	
}
.formwrap .field{ margin-bottom: 10px; }
.formwrap label{ font-size: 14px; }
.formwrap input[type="radio"]{ position: relative; top: 2px; }
.formwrap input[type="text"],
.formwrap input[type="email"],
.formwrap input[type="password"],
.formwrap input[type="tel"],
.formwrap textarea{
    padding: 8px;
    line-height: 1.3;
	outline: none;
	border: 1px solid #888;
}
.formwrap input[type="text"]:hover{ border-color: #000; }
.formwrap input[type="submit"]{ margin: 25px auto 0; display: block; }
.formwrap .main{ padding-left: 30px; }
/*
.enrollment_wrap input{ width: 20%; }
.enrollment_wrap .sep{
	line-height: 2.3;
	width: 5%;
    text-align: center;
    font-size: 16px;
}
.disclaimer{
	position: relative;
    padding-left: 20px;
}
.disclaimer input{
    float: left;
    position: absolute;
    top: 4px;
    margin-right: 7px;
    left: 0;
    margin-right: 7px;
}

/* Dashboard */
/*
.accordians{ margin-top: 50px; }
.accordian{
    background: rgba(0,0,0,0.06);
    margin-top: 20px;
}
.acchead{
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 1.4;
	background: #003249;
	cursor: pointer;
}
.acchead.active{ background: #083784; }
.accdetail{ 
	display: none; 
	padding: 20px;
}
.accdetail.active{ display: block; }
.accordian .formwrap{ background: none; margin-top: 0; margin-bottom: 0; }
*/
/* Footer */
.footer{ padding: 15px 0; }
.footer .contact{
	float: left;
	font-size: 14px;
	/* max-width: 330px; */
    padding-right: 20px;
	color: #f1f1f1;
}
.powered{
	float: right;
	font-size: 12px;
}
.powered a{ display: block; }
.footer a{ color: #f1f1f1; font-weight: 600; }

@media screen and (max-width: 1200px){
	.container{ max-width: 100%; }
	.body h2{ font-size: 18px; margin-bottom: 10px; }
}
@media screen and (max-width: 900px){
	.header p{ display: none; }
}
@media screen and (max-width: 767px){
	.formlinks a{
		display: block;
		width: 200px;
		margin: 15px auto;
	}
	.footer .contact,
	.powered{
		float: none;
		text-align: center;
		margin: 0 auto;
	}	
	.footer .contact{ margin-bottom: 30px; }
}
.modal-header{
    background-color: #003249;
    color: #f1f1f1;
    border-radius: 3px 3px 0 0;	
	font-weight: 600;
    letter-spacing: 0.03rem;
}
.model-content .close{ color: #f1f1f1; text-shadow: none; }
#login-form .panel-footer a{
    color: #003249;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}
/* Old Pages *//*.panel-heading {    padding: 10px 15px;    border-bottom: 1px solid transparent;    border-top-left-radius: 3px;    border-top-right-radius: 3px;}.panel-primary > .panel-heading {    color: #f1f1f1;    background-color: #337ab7;    border-color: #337ab7;}.panel-body {    padding: 15px;}*/
