<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.employment-app-wr {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0 30px;
	font-size:15px;
}
.employment-app-wr .emp-container{
	max-width:1020px;
	margin:0 auto;
	overflow:hidden;
}
.employment-app-wr h1{
	color:#075f83;
}
.employment-app-wr .section{
	margin:25px 0px;
	overflow:hidden;
}
.employment-app-wr .section .sec-hd{
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	color:#075f83;
	margin:0 0 15px;
	clear:both;
}

.employment-app-wr .section .sec-hd span{
	/* border-bottom:1px solid; */
}
.employment-app-wr .form-fields{
	width:385px;
	float:left;
	margin:0 0 10px;
}

.employment-app-wr .form-fields input{
	width:200px;
}
.employment-app-wr input[type="text"]{
	height:22px;
}
.employment-app-wr input.date-field{
	width:165px;
}
.employment-app-wr .form-fields select{
	width:205px;
	height:27px;
}
.employment-app-wr .form-fields label{
	display:inline-block;
	width:120px;
	font-weight:700;
}
.employment-app-wr .frm-grp{
	overflow:hidden;
	margin-bottom:10px;
}

.employment-app-wr .section .form-fields input[type="checkbox"]{
	width:auto;
	margin-right:5px;
}
.employment-app-wr .position-info-wrp .form-fields{
	float:none;
	width:100%;
	margin-bottom:15px;
}
.employment-app-wr .position-info-wrp .form-fields label{
	width:250px;
}
.employment-app-wr .frm-grp span{
	margin-right:10px;
}
.employment-app-wr .form-fields textarea{
	 height: 100px;
    width: 495px;
}
.employment-app-wr .past-employ .form-fields, .employment-app-wr .more-about-u .form-fields{
	width:100%;
}
.employment-app-wr .lang-u-speak .form-fields{
	margin-bottom:0px;
}
.employment-app-wr .more-about-u .form-fields textarea{
	height: 100px;
    width: 495px;
}
.employment-app-wr .lang-u-speak strong{
	display:block;
	margin-bottom:15px;
}

.employment-app-wr .lang-u-speak strong em{
	font-weight:normal;
	font-size:14px;
}
.employment-app-wr .lang-u-speak span{
	display:inline-block;
	width:108px;
	margin-right:0px;
	margin-bottom:10px;
}
.employment-app-wr .lang-u-speak span.other{
	width:inherit;
	display:inline;
}
.employment-app-wr input[type="submit"]{
	background:#076d7c;
    border: 1px solid #122232;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 11px;
    text-transform: uppercase;
	cursor:pointer;
}
.employment-app-wr input[type="submit"]:hover {
    background: #168898 none repeat scroll 0 0;
}
.employment-app-wr .popup-overlay{
	position:fixed;
	width:100%;
	height:100%;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.employment-app-wr .popup-modal{
	border:1px solid #ddd;
	background:#fff;
	padding:20px 20px 15px;
	border-radius:5px;
	width:450px;
	margin:0 auto;
	position:relative;
	top:35%;
}
.employment-app-wr .popup-modal p{
	text-align:justify;
	font-size:16px;
}
.employment-app-wr .popup-modal a{
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 29px;
    font-weight: bold;
    padding: 3px 8px;
    position: absolute;
    right: 7px;
    text-decoration: none;
    top: 4px;
	color:#000;
}
.employment-app-wr .ui-datepicker-trigger {
    cursor: pointer;
}
.employment-app-wr .past-employ .form-fields label, .employment-app-wr .more-about-u .form-fields label{
	vertical-align:top;
}
.employment-app-wr .more-about-u .form-fields label{
	display:block;
}
 
.past-employ .form-fields label {display:block; 

}</pre></body></html>