/* @font-face {
    font-family: 'Americane Condensed';
    src: url('../fonts/AmericaneCondensed-Regular.eot');
    src: url('../fonts/AmericaneCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmericaneCondensed-Regular.woff2') format('woff2'),
        url('../fonts/AmericaneCondensed-Regular.woff') format('woff'),
        url('../fonts/AmericaneCondensed-Regular.ttf') format('truetype'),
        url('../fonts/AmericaneCondensed-Regular.svg#AmericaneCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */


/***** 8-9-21-LP ***/

.page-registration-test .page_banner {
  background-image: url(../images/glode.jpg);
  background-position: center top;
}

.jobseeker-registration-form h1.triangle_bottom span {
    position: relative;
}
.jobseeker-registration-form h1.triangle_bottom {
    margin: 0 auto 150px;
    padding: 50px 0 30px;
    background-color: #2669c4;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 37px;
    text-transform: uppercase;
  position: relative;
}
.jobseeker-registration-form h1.triangle_bottom::before {
    background-image: url(/tools/wp-content/uploads/2021/08/bottom-design.png);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center bottom;
    left: 0;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
}



.ui-multiselect-menu .ui-corner-all:hover {
    background-color: #efefef;
}


form.form-common-style input[type="checkbox"] {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    margin: 0 5px 0 0;
    outline: none;
}
form.form-common-style .term-font span i {
    margin-left: 5px;
    font-weight: 600;
    color: #292929;
}
/*form.form-common-style .ms-options-wrap .ms-options input[type="checkbox"] {  position: relative; top: auto;}*/

h1.triangle_bottom.gap {
    margin-top: 80px;
}
form.form-common-style ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
form.form-common-style ul {
    padding: 0;
    margin: 0;
}
form.form-common-style .dark .row {
    margin-bottom: 30px;
}
form.form-common-style .dark label {
    color: #383838;
    margin-bottom: 15px;
}
form.form-common-style .dark ul li label {
    margin: 0;
}
form.form-common-style .dark li input[type="checkbox"] {
    margin-right: 8px;
}

.ui-widget input[type="checkbox"] {
    margin:4px;
}
.jobseeker-registration-form {
    background: #e4e4e4;
    padding-bottom: 100px;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #0075ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
}
/*.term-font {
    width: 100%;
    display: block;
    float: left;
}*/

#id__Languagesspoken{
    position: relative;
}
.jobseeker-registration-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: #383838; font-size: 18px;
  opacity: 1; /* Firefox */
}

.jobseeker-registration-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #383838; font-size: 18px;
}

.jobseeker-registration-form ::-ms-input-placeholder { /* Microsoft Edge */
      color: #383838; font-size: 18px;
}


.jobseeker-registration-form h2.sub-heading {
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
    color: #2768c5;
}
.jobseeker-registration-form input#myFile:focus {
border: 2px solid #e0e0e0;
    outline: 1px solid #a5a5a5;
    outline-offset: 0;
}
.jobseeker-registration-form h2.sub-heading small {
    display: block;
    margin: 20px 0;
    color: #292929;
    text-transform: none;
    font-style: italic;
    font-weight: 600;
}
.jobseeker-registration-form .upload small {
    display: block;
    margin: 10px 0;
    font-size: 15px;
    color: #383838;
}
.jobseeker-registration-form input#input_file_Resume, .jobseeker-registration-form input#input_file_CoverLetter {
    background: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
}

form.form-common-style .upload input[type="submit"] {
    margin: 20px 0 30px;
    padding: 5px 20px;
}
form.form-common-style .upload .term-font small {
    color: #2d2d2d;
    font-weight: 600;
}
form.form-common-style h3.orm-style a {
    font-style: italic;
    text-decoration: underline;
    color: #2669c4;
    margin: 40px 0 0;
    display: block;
}

form.form-common-style .upload textarea {
    width: 100%;
    min-height: 150px;
    border: 2px solid #e0e0e0;
    outline: 1px solid #a5a5a5;
    padding: 10px;
    margin-bottom: 30px;
}

form.form-common-style ::-webkit-calendar-picker-indicator {
  text-transform: uppercase;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="rgb(36,97,184)" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}
form.form-common-style input[type="button"] {
    width: auto;
    text-transform: uppercase;
    background: #d8d8d8;
    padding: 10px 20px 10px 40px;
    height: auto;
    position: relative;
    margin: 0;
    font-size: 18px;
    color: #7d7d7d;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    outline: none;
}
form.form-common-style .plus-con-button {
    position: relative;
    margin-top: 20px;
}
form.form-common-style .plus-con-button::before {
    font-family: 'FontAwesome';
    content: "\002b";
    position: absolute;
    z-index: 10;
    font-size: 26px;
    left: 15px;
    top: 5px;
    font-weight: bold;
    color: #7d7d7d;
}
form.form-common-style .mt-2 {margin-top: 30px;}
form.form-common-style  .back-next-button {
    margin-top: 40px;
}
form.form-common-style .back-next-button input[value="Back"] {
    margin-right: 20px;
    background: #999999;
    border-color: #999999;
}
.cover-letterSec .LRsection .left ul li img {
    margin-right: 8px;
}
.top-visible-bar ul li {
    color: #898c91;
    padding: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
        font-size: 14px;
    text-decoration: underline;
}
.top-visible-bar ul li:last-child {margin: 0;}
.top-visible-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.top-visible-bar ul li a{
    color:#898c91;
    text-decoration: none;
}
.cover-letterSec .LRsection .right li img {
    height: auto;
    width: auto;
    border-radius: 0;
    display: inline-block;
    margin: 0 10px 0 0;
}
.top-visible-bar li img {
    margin-right: 10px;
}
.top-visible-bar {
    background: #e4e4e4;
    padding: 10px 0;
}
.cover-candidate-basic-info {
    background: #2768c5;
    padding: 50px 0;
}

.cover-candidate-basic-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cover-letterSec .LRsection {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cover-letterSec p {  line-height: 25px;}
.cover-letterSec .LRsection a:hover, .cover-letterSec .LRsection a:focus {text-decoration: none;}
.cover-letterSec .LRsection .left ul li {
    margin: 0 20px 0 0;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.cover-letterSec .LRsection h3 {
    color: #fff;
    font-size: 35px;
    margin: 0;
    font-weight: bold;
}
.cover-letterSec .LRsection .buttons a {
    border: 2px solid #fff;
    border-radius: 20px;
    margin-right: 20px;
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
.cover-letterSec .LRsection .buttons {
    margin-top: 20px;
}
.cover-letterSec .LRsection .left ul {
    display: flex;
    margin: 30px 0;
}
.cover-letterSec .LRsection .right li {
    color: #2768c5;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cover-letterSec .LRsection .right li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
.cover-letterSec .LRsection .right {
    background: #ffffff;
    padding: 20px;
}
.cover-letterSec {
    background: #e6e6e6;
}
.cover-letterSec h2 {
    color: #2768c5;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin: 50px 0 30px;
    font-size: 30px;
}

.cover-letterSec p, .cover-letterSec li {
    color: #303030;
    font-size: 17px;
}

.cover-letterSec .back-next-button {
    margin: 50px 0 80px;
}
.cover-letterSec .back-next-button input.next[type="submit"]{
    margin-right: 20px;
    background: #999999;
    border-color: #999999;
}
.cover-letterSec .back-next-button input[type="submit"], .cover-letterSec .back-next-button a.back {
    margin: 0;
    border-color: #b13a3c;
    background: #b13a3c;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 18px;
    width: auto;
    height: auto;
    outline: none;
    color: #fff;
    padding: 6px;
    border-radius: 2px;
    min-width: 180px;
    text-transform: uppercase;
    outline: none;
    border: 2px solid #b13a3c;
}

.cover-letterSec .back-next-button a.back {
    text-decoration: none;
    width:100px;
    display: block;
    margin:0 auto;
}
.cover-letterSec .LRsection .right img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
    width: 100px;
    background: white;
    border-radius: 50%;
    height: 100px;
}
section.complete-profileResume {
    background: #2768c5;
    padding: 50px 0;
}
section.complete-profileResume h2 {
    color: #fff;
}
section.complete-profileResume p {
    color: #fff;
}
section.selected-itemsResume {
    padding-top: 50px;
}

section.selected-itemsResume h3 {
    font-size: 30px;
    color: #2768c5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.complete-profileResume small {
    display: block;
    margin: 20px 0;
    color: #ffffff;
    text-transform: none;
    font-style: italic;
    font-weight: 600;
    font-size: 22px;
}
section.complete-profileResume h2 {
    color: #fff;
    font-weight: 100;
    font-size: 45px;
    font-style: italic;
    max-width: 900px;
    margin: auto;
    line-height: 60px;
    margin-bottom: 40px;
}
a.common-button-red {text-decoration: none;}

a.common-button-red {
    border-color: #b13a3c;
    background: #b13a3c;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 22px;
    width: auto;
    height: auto;
    outline: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    min-width: 150px;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
}
section.selected-itemsResume a.common-button-red {
    margin-top: 80px;
    margin-bottom: 30px;
}
.selected_job_image {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-top: 40px;
}
.selected_job_image:hover .over-sectionResume{
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.selected_job_image .over-sectionResume {
    opacity: 1;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 50px;     text-align: center;
    background: rgb(39 104 197 / 81%);
    color: #fff;
    padding: 10px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.selected_job_image .over-sectionResume h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.selected_job_image .over-sectionResume span {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

.Careers-banner {
    min-height: 450px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    background-position: center top;
     position: relative;
         background-size: cover;
}
.Careers-banner h2 {
    /* font-family: 'Americane Condensed'; */
    font-size: 60px;
    color: #fff;
   
}
.Careers-banner::before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #102d50);
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}
section.lead-sectionC {  margin: 50px 0 0; }
section.lead-sectionC ul.points {
    margin: 50px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
section.lead-sectionC ul.points li {



    width: 50%;
    font-size: 17px;
    padding-right: 1%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
section.lead-sectionC ul.points li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px; color: #0272bc;
}
section.lead-sectionC h3 {
    color: #525559;
    font-weight: 600;
}

section.lead-sectionC ul.buy-points {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

section.lead-sectionC ul.buy-points li {
    background: #f7f7f7;
 /*   max-width: 280px; */
    max-width:31%;
	width: 100%;
	
    text-align: center;
    padding: 20px 20px 80px;
    box-shadow: 2px 0px 7px #e4e4e4;
    position: relative;
    margin: 1%;
}
section.lead-sectionC ul.buy-points li h3 {
    margin: 0 0 30px;
}
section.lead-sectionC ul.buy-points li h4 {
    font-size: 34px;
    font-weight: bold;
}
section.lead-sectionC ul.buy-points li h4 sup {
    top: -8px;
    margin-right: 3px;
}
section.lead-sectionC ul.buy-points li a, section.lead-sectionC ul.buy-points li input[type="submit"] {
    width: 80%;
    background: #b7373a;
    display: block;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    border:none;
}
section.lead-sectionC ul.buy-points li a:hover {text-decoration: none;}
section.lead-sectionC ul.buy-points li h5 span {
background: #e6f1f8;
    padding: 10px 25px;
    display: inline-block;
    color: #0a77be;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
ul.buy-points li span::before {
width: 15px;
    height: 36px;
    border-left: solid 11px #f7f7f7;
    border-bottom: solid 19px transparent;
    border-top: solid 17px transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

ul.buy-points li span::after {
width: 15px;
    height: 36px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: auto;
    border-right: solid 11px #f7f7f7;
    border-bottom: solid 19px transparent;
    border-top: solid 17px transparent;
}
section.lead-sectionC ul.buy-points li:nth-child(3) h5 span {  color: #2c5d99; }
section.lead-sectionC ul.buy-points li:nth-child(4) h5 span {  color: #284262; }
section.lead-sectionC ul.buy-points li:hover a { background: #901f22;}
section.lead-sectionC ul.buy-points li:hover {  box-shadow: 0px 14px 23px #00000029;}
.annual-sectionC .row::before {
    background: #112e51;
    position: absolute;
    content: "";
    width: 75%;
    height: 100%;
    top: 0;
    right: 0;
}
.annual-sectionCtop {
    margin-bottom: 100px;
}
.annual-sectionC .row {
    margin: 80px 0 0;
    align-items: center;
    display: flex;
    padding: 50px 0;
    position: relative;
}
.annual-sectionC ul {
    padding: 0;
    list-style: none;
}
.annual-sectionC img {  width: 95%;}
.annual-sectionC h5 {
    /* font-family: 'Americane Condensed'; */
    font-size: 80px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.annual-sectionC li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 27px;
    position: relative;
    padding-right: 5%;
}
.annual-sectionC li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    color: #ffffff;
}
.annual-sectionC a {
    background: #b7373a;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    text-align: center;
}
.annual-sectionC a:hover, section.advertising-sectionC a, section.advertising-sectionC input {text-decoration: none;}
section.advertising-sectionC h4 {
    /* font-family: 'Americane Condensed'; */
    font-size: 55px;
    text-align: center;
    color: #030f20;
}
section.advertising-sectionC h4 span {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin: 20px 0;
    line-height: 30px;
}
section.advertising-sectionC p.top-line {
    max-width: 800px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #030f20;
}
section.advertising-sectionC li {
    width: 31%;
    margin: 1%;
    background: #fff;
        padding: 3% 0 150px;
    text-align: center;
    position: relative;     box-shadow: 2px 0px 7px #e4e4e4;
}
section.advertising-sectionC ul {
display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 50px 0;
    padding: 0;
    justify-content: center;
}
section.advertising-sectionC h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #525559;
    margin: 0 auto 20px;
    width: 90%;
    line-height: 30px;
}
section.advertising-sectionC p {
    font-size: 16px;
    line-height: 28px;
    width: 90%;
    margin: 0 auto 10px;
}
section.advertising-sectionC h6 {
    font-size: 30px;
    font-weight: bold;
    color: #030f20;
    position: relative;
}
section.advertising-sectionC h6::before {
    width: 100%;
    height: 1px;
    background: #e0e2e5;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
section.advertising-sectionC a, section.advertising-sectionC input {
    background: #0071bc;
    width: 80%;
    padding: 15px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;
}
section.advertising-sectionC h6 span {  background: #fff; position: relative;
    padding-left: 10px;
    padding-right: 10px;}
section.advertising-sectionC .line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}
section.advertising-sectionC li:hover a {  background: #205493;}
section.advertising-sectionC li:hover {  box-shadow: 0px 14px 23px #00000029;}
section.question-section {
    min-height: 400px;
    text-align: center;
    align-items: center;
    display: flex;
    position: relative;
    background-size: cover;
    background-position: center;
}
section.question-section::before {
    width: 100%;
    height: 100%;
    background: rgba(3, 15, 32, 0.9);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}
section.question-section h5 {
    position: relative;
    font-size: 70px;
    color: #fff;
    /* font-family: 'Americane Condensed'; */
    margin-top: 0;
}
section.question-section a {
    background: #b7373a;
    padding: 13px 30px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 20px;
}
section.question-section a:hover , section.question-section a:focus  {text-decoration: none; outline: none;}
section.advertising-sectionC {  margin-bottom: 50px; }

.ui-datepicker-trigger-complex {
    top: 46px;
}

.onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-left: 10px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
    margin: 0;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 11px;
    background-color: #2768c5;
    color: #ffffff;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #bababa;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    width: 20px;
    margin: 2px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 35px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.form-common-style .ui-multiselect {
    border-radius: 5px;
    background: #ffffff;
    color: #000;
    border-color: #ddd;
}
.form-common-style .ui-multiselect {
    max-width: 100%;
    min-height: 42px;
    padding: 8px 30px 8px 15px;
    /*font-weight: 300;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;*/
    width: 100% !important;
    text-transform: capitalize;
    position: relative;
    font-size: 13px;
}
.cig--form-maxwidth-container .alert-danger{
    margin-bottom: 0px !important;
}
@media screen and (max-width: 800px) {
  .jobseeker-registration-form h1.triangle_bottom {margin-bottom: 60px;}
  form.form-common-style input[type="submit"] {margin-top: 30px;}
.jobseeker-registration-form h1.triangle_bottom span {
    font-size: 25px;
    line-height: 30px;
}
.jobseeker-registration-form h1.triangle_bottom {  padding: 30px 0;}
  .page-registration-test .page_banner_wrapper , .page-registration-test .page_banner{height: 200px;}
  form.form-common-style .dark label {margin-top: 20px;}
  form.form-common-style .dark .row {
    margin-bottom: 0;
}
section.complete-profileResume h2 {
    font-size: 30px;
    line-height: 36px;
}
section.selected-itemsResume h3 {
    font-size: 25px;
    line-height: 32px;
}
.annual-sectionC .row::before {  display: none;}
.annual-sectionC img {width: 100%;}
section.annual-sectionCtop {  position: relative;}
section.annual-sectionCtop::before {
    background: #112e51;
    width: 100%;
    height: 83%;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
}
.annual-sectionC .row {padding-bottom: 80px;}
section.lead-sectionC .col-lg-12 {
    overflow: hidden;
}
section.lead-sectionC ul.buy-points { justify-content: center;}
section.lead-sectionC ul.buy-points li { margin: 10px;}
section.advertising-sectionC li { width: 47%;}
.annual-sectionC .row {flex-direction: column; padding-top: 0;     margin-top: 150px;}
.annual-sectionC h5 {font-size: 50px; margin-top: 20px;}
.annual-sectionC img {margin-top: -100px;}

}



@media screen and (max-width: 500px) {
section.advertising-sectionC li {width: 100%; margin-bottom: 20px; padding-top: 30px;}
.Careers-banner h2 {
    font-size: 44px;
}
section.lead-sectionC h3 {
    font-size: 18px;
    line-height: 30px;
}
section.lead-sectionC ul.points li { width: 100%;}
section.lead-sectionC ul.buy-points li {  max-width: 100%;}
.cover-letterSec .LRsection .right {
    order: -1;
    margin: 0 auto 22px;
}

section.selected-itemsResume h3 {
    font-size: 20px;
    line-height: 25px;
}
section.complete-profileResume h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.annual-sectionC h5 {  text-align: center;}
.annual-sectionC a {
    width: 100%;
    max-width: 100%;
    padding: 13px;
}
section.question-section h5 {  font-size: 50px;}
section.question-section h5 span { display: block;}
section.advertising-sectionC h5 {
    max-width: 250px;
    font-size: 22px;
}

}

/*.page_banner , .page_banner_wrapper{
    display: none;
    height: 0;
}*/
header.new-header .navbar .container {
    max-width: 1230px;
    padding: 0;

}
header.new-header .navbar {
    background: #fff;
}
header.new-header a.navbar-brand {
    padding: 5px 0 0;
}
header.new-header div#myNavbar ul li.open i {
    border-color: #fff;
}
header.new-header div#myNavbar ul li.open a {
    background: #0070c1;
    color: #ffffff;
}
header.new-header div#myNavbar ul li.open li a {
    color: #112e51;
    background: transparent;
}
header.new-header div#myNavbar ul li a {
    color: #112e51;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 16px 15px;
    padding: 10px 30px 10px 10px;
    position: relative;
}
header.new-header div#myNavbar ul li li a {
    margin: 15px;
    padding: 0;
}
header.new-header .navbar-collapse {
    padding-top: 0;
}
header.new-header div#myNavbar ul ul {
    border: none;
    box-shadow: none;
    background: #f6f7f8;
    border-radius: 0;
}
header.new-header div#myNavbar ul ul li {
    padding: 0 10px;
}
header.new-header div#myNavbar ul li li a:hover {
    color: #0070c1;
}
header.new-header div#myNavbar .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: 13px;
}
header.new-header div#myNavbar .arrow {
    border: solid #0070c1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
header.new-header .navbar-brand {
    position: relative;
    z-index: 10;
}
header.new-header div#myNavbar ul li.open::before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f6f7f8;
}

header.new-header div#myNavbar ul li.open li::before {
    display: none;
}
header.new-header div#myNavbar ul li.open {
    position: relative;
}

footer.footer {
    background-color: #030f20;
}
.footer ul a {
    color: #9ca2a9;
}
.footer .container > div h4 {
    color: #9ca2a9;
}
.footer-nav__link-twitter:before {
    font-size: 20px;
}
.footer-nav__link-facebook:before {
    font-size: 20px;
}
.footer .container > div:nth-child(2) a {
    color: #9ca2a9;
}
.footer .container > div:nth-child(2) {
    margin: 0;
    text-align: left;
    color: #9ca2a9;
    font-size: 15px;
}

@media screen and (max-width: 800px) {
    footer ul.social-icons {
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
    }
    ul.social-icons li {
        margin: 0 8px;
    }
    .footer ul li, .footer ul {
        text-align: left;
    }
    header.new-header .navbar .container {
        width: 95%;
    }
    header.new-header .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #112d51;
    }
    header.new-header .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
        background-color: #fff;
        border-color: #fff;
    }
    header.new-header .navbar-toggle .icon-bar {
        width: 30px;
        height: 3px;
    }
    header.new-header .navbar-toggle {
        padding: 14px 0;
        margin-top: 8px;
        margin-right: 0;
    }
    header.new-header .navbar .navbar-right {
        border: none;
        padding: 0;
        margin: 0;
    }
    header.new-header .navbar-collapse {
        left: 0;
        background: #fff;
        border: none;
        top: 70px;
        box-shadow: none;
    }
    header.new-header .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    header.new-header div#myNavbar ul li.open a {
        margin-bottom: 0;
    }
    header.new-header .navbar .container {
        padding: 0 15px;
    }
    header.new-header div#myNavbar ul li.open li a {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .footer .container > div:nth-child(2) {
        text-align: center;
    }

    header.new-header .navbar-toggle {
        display: block;
        right: 10px;
        position: absolute;
    }
    header.new-header .navbar-collapse {
        position: fixed;
        height: 100%;
        top: 0;
        z-index: 10;
        padding-top: 20px;
    }
    header.new-header div#myNavbar ul ul {
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        background: #fff;
        padding: 0 0 10px;
    }
    header.new-header div#myNavbar ul li a {
        width: 100%;
        display: inline-block;
    }
    header.new-header div#myNavbar ul ul li a {
        font-size: 14px;
        padding: 6px 5%;
        margin: 0;
        color: #525559;
        text-transform: capitalize;
    }
    header.new-header div#myNavbar ul li a {
        padding: 10px 5%;
        margin: 0;
        color: #112e51;
        font-size: 20px;
    }
    header.new-header div#myNavbar .arrow {
        display: none;
    }
    header.new-header div#myNavbar ul ul li {
        padding: 0;
    }
    header.new-header .navbar .navbar-right li:last-child.dropdown {
        border-top: 1px solid #9092948c;
        text-align: center;
        padding-top: 15px;
        margin-top: 15px;
    }
    header.new-header div#myNavbar ul li {
        width: 100%;
        float: left;
    }
    header.new-header .navbar .navbar-right li:last-child.dropdown li {
        text-align: center;
        margin: 0 5% 10px;
        width: 90%!Important;
    }
    header.new-header .navbar .navbar-right li:last-child.dropdown li a {
        max-width: 100%;
        background: #0070c1;
        color: #fff!important;
        padding: 12px!important;
        text-transform: uppercase!important;
    }
    header.new-header .navbar-toggle[aria-expanded="true"] {
        z-index: 20;
        position: fixed;
        right: 24px;
    }
    button.navbar-toggle.collapsed {
        position: absolute;
        right: 15px;
    }
    button.navbar-toggle {
        position: fixed;
    }
    header.new-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
        transform: rotate(-45deg) translate(0, -1px);
        height: 2px;
        margin: 0;
    }
    header.new-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
        transform: rotate(45deg) translate(-2px, -1px);margin: 0;height: 2px;
    }

    header.new-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
        display: none;
    }
    header.new-header button.navbar-toggle.collapsed .icon-bar:nth-child(1) {
        transform: none;
        height: 3px;
    }
    header.new-header button.navbar-toggle.collapsed .icon-bar:nth-child(2) {
        transform: none;
        margin-top: 7px;
        height: 3px;
    }
    header.new-header button.navbar-toggle.collapsed .icon-bar:nth-child(3) {
        display: block;
    }

}
article.cig--db-listing-primary-wrapper.cig--db-listing-primary.media.well.listing-item.listing-item__resumes,article.cig--db-listing-primary-wrapper.cig--db-listing-primary.media.well.listing-item.listing-item__jobs{
    margin-bottom: 0px !important;
    margin-top: 0 !important;
    border: none !important;
}
.cig--db-listing-heading a:hover{
    text-decoration: none !important;
}