html, body {
    overflow-x: hidden;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
/** Logo ***/
.brand-logo {
    max-width: 176px;
    padding: 16px 0px 16px;
}
/*** Navbar styling**/
.navbar {
    background: #2B3536 !important;
}
li.nav-item > a {
    color: #ffffff;
    line-height: 58px;
    text-align: center;
    font-family: Arial; 
    font-weight: 400;
        font-size: 16px;
    padding: 15px 16px !important;
    display: block;
}
.nav-link:hover, .nav-link:focus {
    color: #ffffff;
    background-color: #3F494A;
    text-decoration:none;
}
li.nav-item {
    margin-bottom: 0;
}
@media (min-width: 768px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
.dropdown-menu {
    background-color: #E8EDED!important;
    padding:20px 0;
    border-radius:4px;
}

.dropdown-item {
   padding: 8px 28px;
   color: #102e54 !important;
  font-size: 1rem;
}
a.dropdown-item:hover, a.dropdown-item:focus,a.dropdown-item:visited
{
color: #inherit !important;
background-color:transparent;
text-decoration: underline;
}
.dropdown-menu[data-bs-popper] {
    margin-top: -2px;
}

footer {
    background-color: #2B3536;
    padding: 50px 15px 40px 15px;
}
footer a,footer a:visited{
  color:#fff;
}
a.footer-nav-link:hover, a.footer-nav-link:visited {
    color: #FFF !important;
}
footer h5.footer-titles
{
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 600;
    line-height: 20px;
    margin: 0px;
    padding-bottom: 16px;
}
/** Hero Banner ***/

.hero_banner_position .block-image-cover
{
  background-position:50% 30% !important;
}
/*** Jumbotron **/
.hero_banner_jumbotron {
    background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/c4751eaaad95da7074d183bb5df637ec/images/files/c7ff2accf9ace033e3b41187ac95be47/original/careers_home_1500x540.jpg?1680560034);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30% !important;
    background-color: rgba(0, 0, 0, 0.34);
    padding: 12rem 0rem 4rem 0rem;
}
.hero_banner_jumbotron .job-search-control .btn-primary, .hero_banner_jumbotron .job-search-control .btn-primary:active, .hero_banner_jumbotron .job-search-control .btn-primary:visited, .hero_banner_jumbotron .job-search-control .btn-primary:focus {
    border: 1px solid #FFFFFF !important;
    background: transparent;
    color:#ffffff;
    border-radius: 4px;
    font-size:14px;
    margin-left:15px;
}
.hero_banner_jumbotron h1
{
  color:#FFF;
  text-shadow: 2px 2px 0px #00000050;
}
.hero_banner_jumbotron .block-wrapper{
    padding: 20px 30px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
}
.hero_banner_overlay .block-wrapper {
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
}

.easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
  width: 50% !important;
}




h1,h2,h3,h4,h5,h6{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    letter-spacing:normal;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 24px;
    color: #0F2D52;
}
.h3, h3 {
    font-size: 18px;
}
.h4, h4 {
    font-size: 16px;
}
.h5, h5 {
    font-size: 14px;
}
.my-auto .col-md-4, .my-auto .col-md-6, .my-auto .col-md-8 {
    margin-top: auto;
    margin-bottom: auto;
}
.hero_banner .block-image-cover {
    height: 450px;
    background-position: 50% 70% !important;
}
.hero_banner_position .block-image-cover {
    height: 450px;
}
@media (min-width: 1299px) {
  .hero_banner .block-image-cover {
    height: 600px;
}
  .hero_banner_position .block-image-cover {
    height: 600px;
}
}
.hero_banner h1{
  text-shadow: 2px 2px 0px #00000050;
}
.with_textshadow h2
{
 text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); 
}
/** buttons styling**/
.badge {
    background-color: #0364AA;
    border-radius: 0;
    color: #FFF;
}
.input-group input, .input-group-btn button {
    height: 56px;
    padding: 12px 12px;
}
.job-search-control input {
    margin-right: 25px;
}
@media (max-width: 768px){
.input-group input, .input-group-btn button {
    margin-left:0;
    margin-top: 10px;
    width: 100%;
}
span.input-group-btn {
    width: 100%;
}
.input-group > .form-control{
    width: 100%;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
}
  .job-search-results-filter {
    margin-bottom: 10px;
}
  .job-search-control .near-me-control {
    margin-left: 0px;
}
  .block-job-description .job-description-controls .btn {
    margin-bottom: 10px;
}

  .job-search-control input {
    margin-right: 0px;
    margin-top: 0;
}
  .hero_banner_jumbotron .job-search-control .btn-primary
  {
  margin-left:0;
  }
.job-search-dropdown-filters a::after {
    content: '\f107';
    font-family: 'Font Awesome 7 Free';
    margin-left: 20px;
    font-weight:900;
}
}
a.button.button1 {
    border: 0;
    background-color: #0364AA;
    color: #ffffff;
     padding: 12px 25px !important;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;   
   -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    box-shadow: none;
}
a.button.button1:hover{
    background-color: #626F70;
     border: 0;
    color: #FFF;
}

.btn {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1em;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;   
   -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    box-shadow: none;
}

.btn-primary,.btn-info {
    border: 0;
    background-color: #0364AA;
    color: #ffffff;
}
.btn-primary:hover,.btn-success:hover,.btn-info:hover{
    background-color: #626F70;
    border-color: #626F70;
    color:#FFF;
}
.btn-success
{
    border: 2px solid #0364AA ;
    background-color: transparent;
    color: #0364AA;
}
.block-job-description .job-description-controls .btn {
    padding: 12px 10px !important;
    line-height: normal;
    color: #FFF;
}
/*Job listing styling - table*/
a, a:visited {
    color: #337ab7;
    font-weight: 400;
    text-decoration: none;
}
.job-search-results-title a,.job-search-results-title a:visited
{
    color: #337ab7;
}
@media (min-width: 768px){
  .job-search-results-card-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
}
.card-footer {
    padding: 1rem;
    background-color: transparent;
    border-top: 0;
}
.job-search-results-footer a:after {
    content: '\f061';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    margin-left: 10px;
}
.card-title {
    margin-bottom: 15px;
    font-size: 24px;
    color: #0F2D52 !important;
}
.card-title a {
    color: #0F2D52 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.job-search-results-footer a {
    color: #333333;
    text-decoration:none;
      font-size: 14px;
    font-weight: 600;
}
.block-job-search-results .job-search-results .job-search-results-card {  
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.20);
    -moz-box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
      border-radius: 0;
}
.job-search-filter-groups {
    background-color: #F2F5F5;
}
.side-panel {
    background: #fff;
    padding: 30px;
    border: 1px solid #80808061;
    margin-bottom: 30px;
}
.block-jobs .job h3.job-title, .block-jobs .job .job-title.h3 {
    color: #0F2D52;
}
.side-panel .job-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px !important;
}
.side-panel .job-field {
  color:#000;
}
.side-panel h3 {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin: 6px 0px 20px 0px;
}
a.referral-link, a.referral-link:visited {
    color: #0F2D52;
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
}
.block-jobs .job {
    margin-bottom: 15px;
}
.benefit-icons img {
    width: 100%;
    max-width: 100px !important;
    height: 100px !important;
    margin-bottom: 15px;
}
.submit-state {
    color: #FFF;
}
/*.benefit-icons {
    border: 1px solid #ececec;
    height: 100%;
    padding: 60px 30px;
    background: #f9f9f9;
}*/
.candidate-settings-panel {
    padding: 30px;
    background-color: #c2c2c2;
}
.title-panel h3 {
    color: #333;
    font-weight: 600;
}
.call-to-action-get p {
    font-weight: 600;
}
.btn-primary.btn-xs{
    border: 0;
    background-color: #0364AA;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}
a.candidate-settings-job-alert-delete {
    color: #0364AA;
}
.block-job-description h3 {
    font-size: 24px;
    font-weight: 600;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}