html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #645951;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.container {
    max-width: 1200px;
}

#page {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  border-top: 1px solid #EAEDF2;
  border-bottom: 1px solid #EAEDF2;
  padding: 0 0 25px;
}

h1 {
  margin: 28px 0 0 0;
  padding: 0;
}

input, select, textarea, button {
border: 1px solid #DDDDDD;
color: #000;
font-family: 'Nunito Sans', sans-serif;
font-size: 16px;
padding: 10px 15px;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
width: 100%;
max-width: 370px;
}

input:focus,
textarea:focus{
    border-color: #000;
    box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    outline: 0;
    transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}

hr {
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.fine {font-size:9pt; color:#888;}

.noshow {
  display: none;
}

.header {
  margin: 0 auto;
}

.header p {
  margin: 0;
  padding: 0;
}

.contactDetail {
  background-color: #3383A6;
  color: #FFFFFF;
  height: 27px;
  padding-left: 20px;
  padding-top: 5px;
}

span.required {
  color: #FF0000;
  font-size: 11pt;
}

.red {
  color: #FF0000;
  font-size: 18px;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
    /*padding: 0 20px;*/
    margin-bottom: 20px;
}

.clear {
  clear: both;
}

.frmArea {
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    padding: 40px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frmTtl {
    background-color: #e4f0ff;
    font-size: 22px;
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 5px 8px;
    font-weight: bold;
    margin: 40px 0 30px;
    clear: both;
}

table td {
  color: #828181;
}

table td label {
  text-align: right;
  display: block;
}

/*input.sButton {*/
/*  background-color: #3383a6;*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*  padding: 3px 7px;*/
/*  cursor: pointer;*/
/*}*/

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

.btn.btn-next {
    background-color: #3383a6;
    display:inline-block;
    padding: 4px 20px;
    cursor: pointer;
    color:#fff;
}

.addRemoveSection hr {
  border-top: 1px dashed #DDDDDD;
  margin-top: 0px;
margin-bottom: 35px;
}

.addRemoveSection a,
.addBtns a {
    text-decoration: none;
    padding: 8px 15px;
    background-color: #fff;
    border:1px solid #000;
    color: #000;
    font-size: 15px;
    margin: 20px 10px 20px 0;
    float: right;
    /*border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
}

.addRemoveSection a {
    margin-bottom: 0px;
}

.addRemoveSection a.removeBtn {
    margin-bottom: 15px;
}

.addRemoveSection a:hover,
.addBtns a:hover {
    border-color: #4981c2;
    color: #4981c2;
}

img.icon {
margin: 0 8px 0 0;
position: relative;
top: -2px;
}

.addRemoveSection a.removeBtn {
border:1px solid #ce0000;
    color: #ce0000;
}

.footer {
  /*width: 990px;*/
  margin: 10px auto 70px;
  text-align: left;
  color: #848484;
  font-size: 10pt;
}

p.homeLink {
  float: left;
  margin: 0;
}

p.homeLink a {
  text-decoration: none;
}

p.homeLink a:hover {
  text-decoration: underline;
}

p.copyright {
  float: right;
  margin: 0;
}

.employmentEditArea, .qualificationEditArea, .referenceEditArea {
  padding: 5px 0px;
}

.editBtn {
  background-color: #3597cc;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 5px;
  text-decoration: none;
}

.editBtn:hover {
    color: #fff;
}

.addBtns {
  text-align: right;
  margin: 0px 0 0;
}

/*.addBtns a {*/
/*  background-color: #3383A6;*/
/*  color: #FFFFFF;*/
/*  margin-right: 10px;*/
/*  padding: 3px 6px;*/
/*  text-decoration: none;*/
/*}*/

a.detailPlus {
  color: #3597cc;
  font-size: 22pt;
  font-weight: bold;
  line-height: 0;
}

.boldLabel {
  color: #3597cc !important;
  font-weight: bold;
}

.formSubmitBtn {
  text-align: center;
  margin: 20px 0 0 0;
}

.fancyTtl {
  padding: 5px 5px;
}

.employeeDetailTbl td {
  color: #675D56;
}

.contentCont {
  padding: 10px 20px;
}

p.topTxt {
  margin: 20px 0 20px 20px;
}

a {
color: #3597cc;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}

a:hover {
color: #000;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}

/*.form-group {*/
/*margin-bottom: 20px;*/
/*}*/

.form-group label {
display:block;
color: #333;
font-size: 15px;
margin-bottom: 3px;
}

.frmArea.career-page {
    margin: 50px auto;
}

.frmArea.career-page .form-step-one {
margin: 25px 0;
}

.frmArea.career-page .form-step-one input[type="submit"],
.frmArea.career-page input[type="submit"],
.sButton{
background-color: #fff;
max-width: 160px;
margin: 5px auto 0px;
border: 1px solid #000;
padding: 8px;
font-weight: 600;
color: #000;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
font-size: 18px;
outline: 0;
}

.frmArea.career-page .form-step-one input[type="submit"]:focus,
.frmArea.career-page input[type="submit"]:focus {
outline: 0;
box-shadow: inherit;
-moz-box-shadow: inherit;
-webkit-box-shadow: inherit;
}

/*.frmArea.career-page .save-btn {*/
/*    background-color: #fff;*/
/*    max-width: 160px;*/
/*    margin: 5px auto 0px;*/
/*    border: 1px solid #000;*/
/*    padding: 8px;*/
/*    font-weight: 600;*/
/*    color: #000;*/
/*    border-radius: 0px;*/
/*    -moz-border-radius: 0px;*/
/*    -webkit-border-radius: 0px;*/
/*    font-size: 18px;*/
/*    }*/

.frmArea.career-page .form-step-one input[type="submit"]:hover,
.frmArea.career-page input[type="submit"]:hover,
.sButton:hover {
background-color: #000;
color: #fff;
}

.frmArea.career-page .form-step-one input[type="submit"]:focus,
.sButton:hover {
    outline: 0;
    box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
}

.thank-you-msg p {
    margin-bottom:20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pr-0 {
padding-right:0;
}

.pl-0 {
padding-left:0;
}

.contentCont {
    padding: 10px 0px;
}

.profile-tbl table tr th {
    color: #000;
}

.profile-tbl {
overflow:auto;
}

.profile-tbl table tr th,
.profile-tbl table tr td {
font-size: 15px;
border:1px solid #eee;
padding: 5px 10px;
}

.profile-tbl table tr td {
color: #555;
}

.career-section #fancybox-wrap {
width: 100% !important;
z-index: 9999999999;
max-width: 720px;
left: 0 !important;
right: 0 !important;
margin: 0 auto;
}

.career-section #fancybox-content {
padding: 20px;
max-width: 720px;
width: 100% !important; 
}

.career-section #fancybox-content h1 {
margin: 0;
color: #000;
font-size: 30px;
font-weight: bold;    
}

.career-section #fancybox-content div:first-child {
overflow: inherit !important;
}

.career-section .employeeDetailTbl {
 width:100%;   
}

.career-section #newemployee .frmTtl {
    margin-top: 20px;
}

.career-section .profile-tbl .addBtns a {
    margin-bottom: 20px;
}

.msgbox {
font-size: 18px;   
}

.msgbox.green, .green {
 color: #008849;   
}

.link-expired .msgbox {
margin-bottom: 10px;
}

.link-expired .msgbox img {
width: 22px;
margin-right: 6px;
position: relative;
top: -2px;    
}

.link-expired .msgbox.red {
font-weight:600;
}

.download-btn {
font-size: 14px;    
}


@media only screen and (max-width:480px) {
    input, select, textarea, button {
        max-width:100%;    
    }
    
    .footer {
        text-align:center;
    }
    
    .footer .homeLink,
    .footer .copyright {
        float:none;
        margin-bottom: 5px;
    }
    
    .footer .homeLink {
        padding-top: 10px;
    }
}


@media only screen and (max-width:1024px) {
    .mainContainer {
        padding: 0 20px;
    }
    
    .frmArea.career-page {
        margin: 20px 0 20px;
    }
    
    h2 {
        font-size: 27px;
        font-weight: 500;
    }
    
    .profile-tbl table tr th,
    .profile-tbl table tr td {
    white-space: nowrap;
    }

}

@media only screen and (max-width:575px) {
    
    
}




















