/* Logo 
    img.brand-logo {
    width: 100%;
    max-width: 190px;
    padding: 10px;
    margin-bottom: 20px;
}*/

@media (max-width: 991px){
  .navbar-nav{
    margin-top:90px;
  }
}

  li.nav-item {
    padding: 8px 0px;
  }
@media (min-width: 1200px){
  li.nav-item {
    padding: 8px 10px;
  }
}

img.brand-logo {
    width: 100%;
    max-width: 140px;
   padding: 20px;
    position: absolute;
    top: -13px;
    z-index: 99;
}



/* Typography */
body{
    overflow-x:hidden;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0,0,0,.87);
}
@media only screen and (min-width: 992px){
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px)
{
  html {
    font-size: 15px;
  }
}

p, li {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.9;
    color: #000;
    font-family: inherit; 
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.1;
    font-family: Roboto,sans-serif;
    letter-spacing:normal;
}
h1 {
    font-size: 4rem;
    line-height: 110%;
    color: #df261c;
    text-transform: uppercase;
    font-weight: 700;
}
h2 {
    font-size: 3.12rem;
    line-height: 3.32rem;
    color: #df261c;
    font-weight: 300;
}
h3 {
    font-size: 2.28rem;
    line-height: 110%;
    color: #df261c;
    font-weight: 400;
}
h4 {
    font-size: 1.92rem;
    line-height: 110%;
    color: #df261c;
}
h5 {
    font-size: 1.64rem;
    line-height: 110%;
    color: #12387f;
}
h6 {
    font-size: 1rem;
    line-height: 110%;
    color: #12387f;
}


/* Navigation */



.primary-title h1 {
    font-size: 3.5em;
}

a.nav-link, a.nav-link:visited {
    padding: 10px 0px 10px 0px;
    font-family: Roboto,sans-serif;
    font-size: 1.1rem;
    color: #FFF;
    white-space: break-spaces;
}
.nav-link:hover {
    transition: all .3s ease-out;
    color: #FFF !important;
    text-decoration: none;
  
}
.navbar-light .navbar-nav .nav-link.active:hover{
  color: #e1251b;
  text-decoration:none;
}
/*** Search bar and Filters styling ***/
@media (min-width: 768px)
{
  .job-search-results-dropdown-filter-col {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
}

select.job-search-results-filter {
    padding: 7px;
    background: #fff;
    border: 1px solid #fefefe;
    margin-bottom: 10px;
}
.job-search-control, .job-search-dropdown-filters {
    background: #eceded;
}
.job-search-control {
    margin: 0px 0px 0px 0px !important;
    padding: 50px 36px 36px 36px;
    border-radius: 1px 1px 0px 0px;

}
.job-search-dropdown-filters {
    margin: 0px 0px 45px 0px;
    padding: 0px 36px 50px 36px !important;
    border-radius: 0px 0px 1px 1px;
}
.input-group input, .input-group-btn button {
    height: 42px;
    padding: 8px 26px;
}

@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
}
}
.card-title {
    margin-bottom:12px;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
color: #FFF !important;
}


@media (min-width: 992px) {
  /*.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }*/
}

/* Primary Title */

.primary-title h1 {
  font-size: 3.5em;
  padding: 0em 3em;
}

@media only screen and (max-width: 768px) {
  .primary-title h1 {
     font-size: 1.7em;
     padding: 0em 1em;
  }
}





/* Job Search Block */

.job-search-results ul {
  font-weight: 400;
}

.job-search-results a {
  color: #365c88;  
}

.badge {
  background-color: #001689;
}

.block-job-search-results .job-search-results table {
  font-size: 15px;
}

.job-search-filter-groups {
    background-color: #E7E7E8;
}

.job-search-results-card-title a,.job-search-results-card-title a:visited {
 font-weight: 600;
color: #e1251b;
font-size: 24px !important;
text-decoration:none;
}


.job-component-details span,
.job-component-details i {
    color: #000;
}

@media only screen and (max-width: 768px) {
  .block-job-search-results .job-search-results .job-search-collapse {
    font-size: 16px;
  }
}

/* Card */

 .block-job-search-results .job-search-results .job-search-results-card {
    flex: 1;
    border-radius: 6px;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
   
}


.job-search-results-footer {
  border-top: 0;
  background-color: transparent;
}

.fa-chevron-right:before {
  vertical-align: middle;
}

.job-search-results-footer a,.job-search-results-footer a:visited {
    color: #E1251B;
    font-size: 14px;
    font-weight: 600;
}
.job-component-icon-and-text {
    font-size: inherit;
}

/* Footer */

footer {     
  padding:30px 0;
}

footer .fab {
    font-weight: 400;
}
ul.sociallinks a {
    font-size: 28px;
      margin: 0px;
}
.sociallinks a:hover{
  color:#00000;
}

footer .sociallinks {
  margin-top:1rem;
  
}
footer a, footer a:visited{
    color: #000000;
}

footer .sociallinks > li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

footer .bottom-footer li{

  padding-left: 5px;
  padding-right: 5px;
}


.bottom-footer a:hover{
    text-decoration: none;
    color: #444;
}
/*Buttons*/
a.button.button1 {
   background-color: #12387f;
color: #fff;
border:1px solid #12387f;
    font-weight: normal;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 2px;
    text-transform: inherit;
    font-family: Roboto,sans-serif;
    line-height: normal;
}
a.button.button1:hover {
  background-color: #60190d;
border: 1px solid #60190d;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
a.button.button2 {
  background-color: transparent;
    color: #12387f;
    border: 0;
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0px;
    border-radius: 0;
    text-transform: inherit;
    font-family: Roboto,sans-serif;
    line-height: normal;
}
a.button.button2:hover {
  background-color: transparent;
  color: #12387f;
  border: 0;
  box-shadow: unset;
  text-decoration:underline;
}


.btn {
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    padding: 8px 16px;
   text-transform: capitalize; 
   line-height:normal;
}
.btn-primary
{
background-color: #12387f;
color: #fff;
border:1px solid #12387f;
}
.btn-primary:hover,.btn-primary:focus, .btn-primary.focus {
background-color: #60190d;
border: 1px solid #60190d;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
background-color: #60190d;
border: 1px solid #60190d;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  
}

.btn-success
{
background-color: #12387f;
color: #fff;
border:1px solid #12387f;
}
.btn-success:hover,.btn-success:focus, .btn-success.focus
{
background-color: #60190d;
border: 1px solid #60190d;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
background-color: #60190d;
border: 1px solid #60190d;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.block-job-description .job-description-controls .btn {
    padding: 8px 16px !important;
    line-height: normal;
    color: #FFF;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 15px;
}
@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;
}
}

.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
}
.job-search-dropdown-filters a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    margin-left: 20px;
    font-weight:900;
}
.input-group input, .input-group-btn button {
    height: 45px;
    padding: 8px 12px;
}
.input-group-btn:last-child > .btn
{
      border-radius: 2px;
}

/*** CSS ends*/
/**Search Filter**/
.job-search-results input.form-control {
    border-radius: 2px;
    border-color: #ABB0B2;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
   border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.form-control:focus {
    box-shadow: unset;
    border: 2px solid #333 !important;
}
h3.card-title.job-search-results-card-title {
    margin-bottom: 8px;
}
.block-job-search-results .job-search-filter-groups h4, .block-job-search-results .job-search-filter-groups .h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 3px;
    letter-spacing: inherit;
    color: #001689;
}
.block-job-search-results .job-search-results .job-search-control {
    margin-bottom: 35px;
}
.text-orange p{
    color: #6f2c3f;
}
a.referral-link,a.referral-link:visited {
    font-weight: 600;
    font-size: 14px;
}
a.referral-link:hover {
   color:#000;
  text-decoration:none;
}
a.referral-link:after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    margin-left: 10px;
    font-weight:900;
}
.block-job-description h3.job-title {
    font-size: 36px;
    color: #001689;
}
.sidebar
{
    padding: 25px 25px;
    background-color:#E7E7E8;
  
}
.sidebar .block-jobs .job h3.job-title {
   font-weight: 600;
    font-size: 18px;
}
.sidebar .jobs-list .job a{
  color:#001689;
}
.sidebar .jobs-list .job a:hover{
  text-decoration:underline;
  color:#001689;
}
.sidebar h3 {
  color:#001689;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
}
.sidebar .job-summary
{
  margin-top:8px;
}


.job-search-control .near-me-control {
    margin-left: 0px;
}
.footer-wrapper p{
  color:#FFF;
  font-size:1.32rem;
}
.footer-wrapper h3 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
    color: #fff;
    padding-bottom: 20px;
}
.bottom-footer  .copyright_text
{
  color: rgba(255,255,255,.8);
  font-size:15px;
}
.bottom-footer ul li a.grey-text {
    font-size: 15px;
}
.bottom-footer ul li a.grey-text:hover {
  text-decoration:underline;
  color:#fff;
}
.bottom-footer ul li::marker{
  color:#FFF;
}
@media (min-width: 768px){
  .job-search-results-card-col {
   flex: 0 0 33.3%;
  max-width: 33.3%;
}
}
.card-body.job-search-results-card-body
{
  padding-top:0;
}
.card-body.job-search-results-card-body h3
{
      margin-bottom: 5px;
}
.job-search-results a {
    color: inherit;
    font-size: 14px;
}
.job-component-icon-and-text span {
    margin-right: 20px;
}
.card {
    border: 1px solid #efefef;
    box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
}
/** Job Alert CTA Form Fields Styling **/
.selectize-control.multi .selectize-input > div.active {
    background: #E1251B ;
    color: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div {
    background-color: #E1251B ;
    color: #fff;
    font-size: 80%;
    padding: 1px 5px;
    border-radius: inherit;
}
.selectize-dropdown-content .option.active
{
background-color: #E1251B;
}
.selectize-input.focus {
border: 1px solid #E1251B;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
}

/*** Setting page styling**/
.call-to-action-create .not-candidate {
    font-size: 14px;
    color: #E1251B;
}
.btn-info{
   border: 1px solid #12387f;
    background: #12387f;
    color: #fff;
}
.btn-info:hover{
background-color: #60190d;
border: 1px solid #60190d;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
      color: #fff;
}

.btn-danger {
    border: 1px solid #E1251B;
    background: #E1251B;
    color: #fff;
}
.btn.btn-danger:hover
{
  background-color: #E1251B;
    border: 1px solid #E1251B;
    box-shadow:none;
      color: #FFF;
}
.label-primary,.label-info {
    background-color: #E1251B;
}
.candidate-settings-panel {
    background-color: #E7E7E8;
    padding: 20px;
}
.candidate-settings-panel h3{
  font-size:24px;
}

/** Ends Here**/
a, a:visited {
    color: #000000;
}
.job_alert_cta h3
{
  
  color:#FFFFFF;
}
.sidebar .block-call-to-action form {
    max-width: 100%;
}
.px-30
{
  padding-left:30px;
  padding-right:30px;
}
  .job-search-results-summary {
    margin-top: 10px;
}
.job-component-icon-and-text > i {
    width: 1.45rem;
}
 /* .job-component-list ul{
      display:flex;
    }
*/
/***Side Navbar

    @media (min-width: 992px) {
      .navbar-expand-lg .navbar-nav {
       flex-direction: column;
       }
      .sidenav .navbar-expand-lg .navbar-nav .dropdown-menu 
      {
       position: relative;
      }
      
    }
    .sidenav {
      box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }
  
    .sidenav .dropdown-menu[data-bs-popper] {
    left: 8px;
    }
    .sidenav .dropdown-menu {
      border:0;
    } 
    .sidenav .dropdown-item:hover, .dropdown-item:focus {
    color: #e1251b !important;
    background-color: transparent;
    text-decoration:none;
}
    .sidenav .dropdown-toggle::after
    {
      display:none;
    }
     .sidenav .dropdown-toggle::before
    {
    content: "+";
    margin-right: 10px;
    margin-left: -20px;
    }
    .sidenav .dropdown-toggle.show::before
    {
      content: "-";
    margin-right: 10px;
    margin-left: -20px;
    }
    .sidenav a.dropdown-item 
    {
    font-size: 1rem;
    }
     .sidenav a.dropdown-item::before
    {
    content: "-";
    margin-right: 10px;
    margin-left: -20px;
    }***/

/** cards Layout***/

.role_types_row .card {
    border-width: 0;
    box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
}

.bg-grey {
    background: #eceded;
}
.bg-red
{
 background-color: #e1251b;
}
img.brand-logo-footer {
    max-width: 100%;
    width: 200px;
}
.sociallinks_row ul li a{
  font-size:28px;
}
.inline_div {
    display: inline-block;
    vertical-align: inherit;
    padding: 0.5rem 1rem;
}
.inline_div p {
   margin-bottom:0;
      font-size: 1rem;
}
/** Open submenu on hover***/
@media (min-width: 768px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
.dropdown-menu {
    background-color: #e1251b!important;
    padding:20px 0;
    border-radius:4px;
}

.dropdown-item {
   padding: 8px 28px;
   color: #FFF !important;
  font-size: 1rem;
}
.dropdown-item:hover, .dropdown-item:focus{
color: #FFF !important;
background-color:transparent;

}
.dropdown-menu[data-bs-popper] {
    margin-top: -2px;
}

/* Flip Cards CSS */

.card-container-each {
  display: grid;
  perspective: 1000px;
}

.fire-card-each{
 /* margin: 10px 10px;*/
}

.fire-card-flip {
  display: grid;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
 /* background: #fff;*/
}

.fire-card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border: none;

}

.card-title-back {
  display: grid;
  align-items: center;
  text-align: center;
  
}

.card-text-back {
  display: grid;
  align-items: center;
  text-align: center;
  line-height: 1rem;
}

.fire-card-front {
  grid-area: frontAndBack;
}

.fire-card-back {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
  background: #fff;
  box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
  padding: 8px 12px;
  border-radius:0.375rem;
}

.card-title-back  {
font-weight:700;
      margin-bottom: 8px;
    margin-top: 15px;
}

.card-text-back {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-family: inherit;
}

.card-container-each:hover .fire-card-flip {
  transform: rotateY(180deg);
}
.page-row .page-block .fire-card-flip img {
    max-width: 160px;
    max-height: 160px;
}
/*** Flip card css ends***/

.reg_interest_cta h3{
  color:#ffffff; 
}
.block-wrapper.sidepanel {
    border-width: 0;
    box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
    background-color: #eceded;
}

/***  ***/
.campaign-jobs .block-jobs {
    border: 1px solid #efefef;
    box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
    padding: 35px 40px;
}
.campaign-jobs .block-jobs .job {
    margin-bottom: 0px;
}
.campaign-jobs .job-title {
    color: #df261c !important;
    font-weight: 500 !important;
    padding-bottom: 10px;
}
.campaign-jobs .job-field {
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
}
.campaign-jobs .job-summary {
    padding-top: 10px;
}
a.button.button2::after{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
}
.herobanner_h1 .block-image-cover .block-image-text {
    top: 75%;
}
.herobanner_h1 .block-image-cover .block-image-text h1{
  text-shadow: 0px 3px 2px rgb(0 0 0 / 50%);
}
@media (max-width: 768px){
  .herobanner_h1 .block-image-cover .block-image-text h1 
  {
    font-size: 2.25rem;
}
  h2 {
    font-size: 2rem;
}
  h3 {
    font-size: 1.75rem;
}
  .role_types_row .row > .col-md-3 {
    margin-bottom: 20px;
}
  .benefits_row .row > .col-md-4 
  {
    margin-bottom: 20px;
  }
}


.my-auto .col-md-4, .my-auto .col-md-6, .my-auto .col-md-8 {
    margin-top: auto;
    margin-bottom: auto;
}
.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #df261c;
    box-shadow: unset;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}
.title-panel h3 {
    color: #001689;
}
@media (min-width: 768px)
{
.drop_icon:after {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: 1.1rem;
    font-weight: 900;
    margin-left: 0.8rem;
    margin-right: 0.625rem;
    content: "";
    transition: 0.3s ease;
    vertical-align: middle !important;
    border: 0 !important;
}
}
.card-title-front
{
  color: #df261c;
    margin-top: 0px;
    font-weight: 700; 
}
.job-position-description-document .btn.btn-info::before {
    content: "\f15c";
    font-family: 'Font Awesome 6 Free';
    margin-right: 10px;
}
   