/* Typography */

@font-face {
    font-family: 'Awesome Serif';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/Awesome%20Serif/AwesomeSerif-SemiBoldRegular.otf') format('opentype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Awesome Serif';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/Awesome%20Serif/AwesomeSerifItalic-SmRegular.otf') format('opentype');
    font-weight: normal; /* Regular */
    font-style: italic;
}
@font-face {
    font-family: 'DMSans';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/DM%20Sans/DMSans_18pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/DM%20Sans/DMSans_18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/DM%20Sans/DMSans_18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/DM%20Sans/DMSans_18pt-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/DM%20Sans/DMSans_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/DM%20Sans/DMSans_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Futura';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/Futura/Futura-CondensedMedium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('https://dfacxoaxr5wom.cloudfront.net/c771d4aadda05dc649bcc004674bbe74/0678dd4b164ebc933c1bf3f696a585e1/Tabcorp_Fonts_2024/Futura/Futura.ttc') format('truetype collection');
    font-weight: normal;
    font-style: normal;
}

  body, html{
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      transition: all 300ms ease 0s;
  }
  body {
      font-weight: normal;
      font-family: 'DMSans';
      color: #333333;
      margin: 0;
      background: rgba(243, 243, 243, 0.5);
  }

  p {
      font-size: 1rem;
      letter-spacing: -0.033rem;
      line-height: 1.556rem;
      color: #333333;
     margin-bottom: 20px;
    font-family: 'DMSans';
    margin-top: 20px;
  }
    ul,li
    {
       font-family: 'DMSans';
      
    }
  .strong {
      font-weight: 700;
      font-family: 'DMSans';
  }
  
  h2, h3, h4, h5, h6 {
      font-family: 'DMSans';
  }
  h1 {
      font-size: 4rem;
      letter-spacing: -0.04em;
      line-height: 4rem;
  }
  h1 {
      font-family: Futura;
  }
  
  h2 {
      font-size: 2.5rem;
      line-height: 2.625rem;
      letter-spacing: -0.063rem;
  }
  h3 {
      font-size: 2rem;
      line-height: 2.25rem;
      letter-spacing: -0.031rem;
  }
  h4 {
      font-size: 1.5rem;
      line-height: 1.75rem;
  }
  h5 {
      font-size: 1.125rem;
      line-height: 1.5rem;
  }
  h6 {
      font-size: 1.125rem;
      line-height: 1.5rem;
  }
  .hero_banner h1 {
      font-family: Futura;
      color:#ffffff; 
      margin-bottom: 15px;
    
  }

  @media (max-width: 1199px)
{
  .hero_banner h1{
      font-size: 2.5rem;
  }
}
@media (max-width: 340px)
{
  .hero_banner h1 {
      font-size: 1.25rem;
  }
}

@media (min-width: 1200px){
  .hero_banner h1 {
      font-size: 4rem;
  }
}
  .bg-grey {
    background: #f0f0f0;
  }
  .blue {
    color: #26E36B;
  }


/* Theme Selection CSS */
/*a, a:visited {
    color: #1b66a2 !important;
}*/
.btn-top-nav {
  color: #000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  font-size:14px!important;
}

.topnav-menu {
  padding: .8rem .3rem;
  border-radius: 15px;
}

#top-nav .dropdown-item {
  padding: .7rem 1.5rem;
  color: #171616 ;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* Logo */

img.brand-logo {
  width: 100%;
  max-width: 130px;
 
}



body,
p, 
li,
a {
  color: #333;  
  font-weight: 400;  
  letter-spacing: normal;
}

/* Navigation */

.dropdown-item {
    padding: .7rem 1.5rem;
    color: #171616 !important;
}

.primary-title h1 {
    font-size: 3.5em;
}

.navbar-nav .nav-link {
  padding: 25px 16px 24px 16px;
}

.navbar-light .navbar-nav .nav-link {
  color: #008542;
  border-bottom: 1px solid transparent;
}

.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: #008542;
}
.navbar-light .navbar-nav .nav-link:hover {
     color: #008542;
    /*border-bottom: 1px solid #26E36B;*/
}
.navbar-brand {
  padding-top: 1.3125rem;
}


.dropdown-menu {
  border-radius: 0;  
  padding: 0;
  margin: 0;
}

@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: #364f6b;
}

.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #364f6b;
    border-color: #364f6b;
}

.block-job-search-results .job-search-results table {
  font-size: 15px;
}

.job-search-filter-groups {
  background-color: #f8f9fa;
}

.job-search-results-card-title a {
  font-weight: 600;
  color: #1b66a2;
}

.job-component-details span,
.job-component-details i {
   color: #536a81;  
}

@media only screen and (max-width: 768px) {
  .block-job-search-results .job-search-results .job-search-collapse {
    font-size: 16px;
  }
}

/* Card */
.card {
  border: 2px solid #e1e6ec; 
}

.card-footer {
  border-top: 2px solid rgb(225 230 236);
}

.fa-chevron-right:before {
  vertical-align: middle;
}

.job-search-results-footer a {
  color: #1b66a2;
  font-size: .9rem;
  font-weight: 600;
}

/* Footer */

footer {     
  background-color: #f8f9fa;
  padding:30px 0;
}

footer .fab {
    font-weight: 400;
    font-size: 30px;
    color: #364f6b;
}

footer .sociallinks {
  margin-top:1rem;
  margin-left:-10px;
}

footer .sociallinks > li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

footer .bottom-footer li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* Custom CSS*/
.hero-job-banner em {
    font-family: 'Awesome Serif';
}
.hero-job-banner strong {
    font-family: 'Futura';
    font-weight: 500 !important;
    letter-spacing: 0.1px;
    font-size: 110px;
    padding-left: 85px;
    padding-top: 10px !important;
    display: block;
}
.hero_banner .block-image-text {
    padding: 0 2rem;
}
.hero_banner .block-image-cover .block-image-text {
    top: 75%;
    transform: translateY(-75%);
    max-width:1660px;
    margin:0 auto;  
}
/**Footer CSS**/
.ack_text {
    font-size: 9pt;
    letter-spacing: 0.006rem;
    color: #B0b0b0;
}
.follow_link {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.006rem;
    font-weight: 400;
    transition: color 200ms ease;
    color:#333333;
}
a.follow_link:hover{
   color: #B0b0b0;
}

.footer-header-text {
    margin-bottom: 8px;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.006rem;
    text-decoration: underline;
    font-weight: 700;
    color: #333333;
}
.footer-link-text {
    margin-bottom: 8px;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.006rem;
    color: #B0b0b0;
    transition: color 200ms ease;
    display: block;
}
footer a, footer a:visited {
    color: #B0b0b0;
    transition: color 200ms ease;
}
a:hover {
    text-decoration: none;
}
 footer a:hover {
    color: #333;   
}
img.footer_artwork {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
a.bottom_footer_text{
    font-size: 0.75rem;
    line-height: 1.375rem;
    letter-spacing: 0.006rem;
    color: #333333 !important;
    border-right: 1px solid #333;
    padding-right: 10px;
   transition: color 200ms ease;
}
a.bottom_footer_text:visited {
    color: #333333 !important;
}
a.bottom_footer_text:hover{
   color: #B0b0b0;
}
li.list-inline-item:last-child a {
    border-right: 0px;
}
.copyright-text {
    font-size: 0.75rem;
    line-height: 1.375rem;
    letter-spacing: 0.006rem;
    color: #333333;
}
/** Search results***/
@media (min-width: 768px){
  .job-search-results-card-col {
    flex: 0 0 33%;
    max-width: 33%;
}
  .job-search-results-dropdown-filter-col {
     flex: 0 0 33%;
    max-width: 33%;
}
}
.job-search-results-card  {
    background-color: #fff !important;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: -8px 8px 0px 0px #004045 !important;
    -webkit-box-shadow: -8px 8px 0px 0px #004045;
}
.job-search-results-card .card-title {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}
.job-search-results-card-body{
  padding:2rem;
}
.job-search-results-footer
{
  border-top: 0;
  border-radius:  3px;
  padding: 0 2rem 2rem 2rem;
  background-color: transparent;  
}
.job-component-details{
  font-size: .9rem;
}
.job-search-results-summary
{
  margin:10px 0;
}
/* Search bar styling */
.block-job-search-results .job-search-results .job-search-dropdown-filters {
    padding: 1rem 3rem 3rem 3rem;
    background-color: #21C2FF;
    margin-bottom: 50px;
   /* background: linear-gradient(to left, #21C1FF, #145EFF);*/
  background-color: #26E36B;
}
.block-job-search-results .job-search-results .job-search-control {
    margin-bottom: 0;
    padding: 3rem 3rem 2rem 3rem;
    background-color: #21C2FF;
    /*background: linear-gradient(to left, #21C1FF, #145EFF);*/
    background-color: #26E36B;
}
.job-search-results-filter {
   padding: 14px;
    border: 0;
    border-radius: 5px;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.job-search-results input.form-control {
    border-radius: 5px;
}
.input-group input, .input-group-btn button {
    height: 45px;
    padding: 12px 12px;
}

/** Buttons Styling**/
.btn {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
span.input-group-btn {
    margin-left: 15px;
}
.job-search-control .near-me-control {
  margin-left: 0px; 
}
/*Primary button*/

.btn-primary,.btn-info {
    border: 1px solid #26E36B;
    background: #26E36B;
    color: #00A66A;
    -webkit-transition:color 200ms ease;
    transition: color 200ms ease;
}
.btn-primary:after,.btn-success:after,.home_searchpage .page-block a:after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
}

.btn-primary:focus, .btn-primary.focus {
    border: 1px solid #26E36B;
    background: #26E36B;
    color: #00A66A;
    box-shadow: 0 0 0 0.2rem rgb(7 65 121 / 50%);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(7 65 121 / 50%);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border: 1px solid #26E36B;;
    background: #26E36B;
    color: #00A66A;
}
.btn-primary:hover,.btn-info:hover {
 border: 1px solid #26E36B;;
    background: #26E36B;
    color: #00A66A;
   
}
/* Success button */

.btn-success {
   border: 1px solid #26E36B;;
    background: #26E36B;
    color: #00A66A;
    -webkit-transition:color 200ms ease;
    transition: color 200ms ease;
}

.btn-success:hover{
    border: 1px solid #26E36B;;
    background: #26E36B;
    color: #00A66A;
}
.btn-success:focus, .btn-success.focus {
   border: 1px solid #26E36B;;
    background: #26E36B;
    color: #00A66A;
   box-shadow: 0 0 0 0.2rem rgb(7 65 121 / 50%);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgb(7 65 121 / 50%);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
     border: 1px solid #26E36B;;
    background: #26E36B;
    color: #00A66A;
}

/*Custom buttons*/
a.button{
   font-weight: 400;
    text-transform: capitalize;
    padding: 12px 12px;
    border-radius: 0px;
    font-size: 14px;
    -webkit-transition:color 200ms ease;
    
    
    transition: color 200ms ease;
}

a.button.button1 {
   border: 1px solid #26E36B;;
    background: #26E36B;
    color: #00A66A;
    text-transform: inherit;
}
a.button.button1:hover {
  border: 1px solid #26E36B;;
    background: #26E36B;
    color: #00A66A;
}
.block-job-description .job-description-controls .btn {
    padding: 10px 12px !important; 
    line-height: normal;
   font-weight: 400;
  margin-bottom: 8px;
}
.job-description-controls a, .job-description-controls a:visited {
  color:#00A66A !important;
}


@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%;
}
  span.input-group-btn {
    margin-left: 0px; 
}
  .job-search-results-filter {
    margin-bottom: 10px;
}
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
}
/* Job Page */
.block-job-description h3 {
    color: #26E36B;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 20px;
}
li.job-component-icon-and-text {
    margin-bottom: 8px;
}
ul.job-component-details
{
    margin-bottom: 15px;
}

.sidebar {
    background-color: #FFFFFF;
    padding: 2rem;
}
.side-panel {
  background-color: #FFFFFF;
  padding: 2rem;
  margin-bottom:20px;
}
.block-jobs h3, .side-panel h3 {
  font-size: 24px;
  color: #26E36B;
  margin-bottom: 1rem;
}
.referral-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction:column;
}
.referral-box h3 {
    margin-right: auto;
    text-align: left;
    margin-bottom: 18px;
}
.referral-box .referral-link {
    margin: 0 auto;
    text-align: center;
}
.referral-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.006rem;
    color: #ffffff !important;
    transition: color 200ms ease;
    background: #26E36B;
    padding: 12px 32px;
}
.referral-link:hover{
  color:#B0b0b0;
}
.referral-link:after
{
     content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
}

.block-jobs h3, .sidebar h3 {
    font-size: 24px;
      color: #26E36B;
    margin-bottom: 1rem;
}
.job_alert_cta h2 {
    color: #ffffff;
    margin-bottom: 15px;
}
.job_alert_cta p {
    color: #ffffff;
    margin-bottom: 15px;
}.
.job_alert_cta a {
    color: #ffffff;
}
.job_alert_cta .btn-primary{
  background-color:transparent;
  border:1px solid #FFF;
  color:#FFF;
    }

.candidate-settings-panel {
    background-color: #FFF;
    padding: 20px;
}
.candidate-settings-panel h3{
font-size: 1.5rem;

}

.home_searchpage .page-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_searchpage .page-block p,.home_searchpage .page-block a
{
  color:#FFF;
}
.job_alert_cta .form-template-field-label.phone-number,.job_alert_cta .form-template-field-label.experience{
  color:#FFF;
}
.job_alert_cta p{
  color:#FFF;
}
.call-to-action-create .not-candidate {
    font-size: 14px;
}

.job_alert_cta a, .job_alert_cta a:visited {
    color: #ffffff !important;
    font-weight: 400;
    text-decoration: none;
}
.hero_banner p {
    color: #ffffff;
    margin: 2px 0px;
}

.hero_banner .block-image-cover {
    background-position: center right !important;
}
@media (max-width: 1024px){
  .hero_banner .block-image-cover {
    background-position: center !important;
}
}
a, a:visited {
    color: #26E36B;
}
.gradient_background{
  background: rgba(0, 0, 0, 0) linear-gradient(360deg, rgb(7, 65, 121) -113.46%, rgb(109, 224, 255) 100%) repeat scroll 0% 0%;
}

.gradient_background .block-wrapper 
{
    margin: 0px auto;
    max-width: 1660px;
    padding: 0px 2rem;
}
.gradient_background .block-wrapper .page-block
{
  max-width:868px;
}
@media (min-width: 767px){
  .vertical-align-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 1rem;
}
  .col-md-6 .block-image-cover, .col-md-4 .block-image-cover, .col-md-8 .block-image-cover {
    height: 580px;
}
}

.hire_row .block-image-cover .block-image-text {
    left: 35%;
    width: 50%;
    -webkit-transform: translate(-55%,-50%);
    transform: translate(-55%,-50%); 
}
.hire_row h2, .hire_row p{
   margin-bottom: 30px;
}
.hire_row a.button.button2, .hire_row a.button.button3
{
  color:#FFF;
}
.hire_row a.button.button2:hover, .hire_row a.button.button3:hover
{
  color:#FFF;
}
a.button.button1::after{
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 10px;
}
a.button.button3::before {
  content: "\f060";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px;
}
 a.button.button2::after {
  content: '\f063';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 10px;
}
a.button.button2,a.button.button3 {
font-size: 1rem;
padding: 12px 0;
line-height: 1.375rem;
letter-spacing: 0.006rem;
font-weight: 700;
transition: all 200ms ease;
-webkit-transition: all 200ms ease;
border: none;
background: transparent;
color: #333333;  
text-transform: inherit;
}
a.button.button2:hover,a.button.button3:hover
{
  border: none;
  background: transparent;
  color:#B0B0B0;
}
.values_row .card img {
    max-width: 57px;
}
.values_row .card
{
    padding: 0 1rem;
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.values_row .card-body {
    padding: 1.25rem 0;
}
.values_row{
  border-bottom: 1px solid #e7e7e7;
}

.diversity_row .block-image-cover .block-image-text {
   position: absolute;
    left: 12%;
    right: unset;
    background: #ecb6ff;
    padding: 60px;
    width: 438px;
    top: 80%;
}
.diversity_row h2, .diversity_row p {
    color: #333;
}
@media (max-width: 767px)
{
.diversity_row .block-image-cover .block-image-text {
  width: calc(100% - 32px);
    margin: 0px auto;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    padding: 20px;
}  
  .hire_row .block-image-cover .block-image-text {
    left: 0;
    width: 100%;
    padding: 20px;
   transform: none;
    top: 0;
}
  .hero_banner .block-image-cover .block-image-text {
    position: absolute;
    top: 15%;
    left: 0;
    transform: translateY(75%);
}
  .hero_banner .block-image-text {
    padding: 0 1rem;
}
    .block-image-cover {
    height: 450px;
}
  .Culture_cta_row  
  {
    padding-top:250px !important;
  }
   .custom_card_margin .col-md-3,.custom_card_margin .col-md-2,.custom_card_margin .col-md-4, .custom_card_margin .col-md-6,.top-footer .col-md-4  {
    margin-bottom: 20px;
}
  .read-col-rtl-mobile .row 
{
flex-direction: column-reverse;
}
  
}
/*FAQ block styling**/

.accordion-head i{
    float: right;
}
.accordion-head > .collapsed > i:before{
    content: "\f107";
   font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  
}
#accordion h3 {
    font-size: 1.125rem;
    line-height: 1.5;
}
#accordion .card
{
  background-color:transparent;
  border: 1px solid #e7e7e7;
  border-radius: 0px;
  transition: opacity 500ms ease,border-color 200ms ease !important;
}
#accordion .card:hover
{
  background-color:transparent;
  border: 1px solid #b0b0b0;
}
#accordion header{
  padding:16px 36px 20px 0px;
}
/** New FAQ block styling **/
.faq-accordion .card-header .accordion-button.btn {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.faq-accordion .card {
    background-color: rgba(0 0 0 / 0%) !important;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
    transition: opacity 500ms ease,border-color 200ms ease !important;
    border-left:0;
    border-right:0;
}
.faq-accordion .card .card-header {
    background-color: rgba(0 0 0 / 0%) !important;
}
/** FAQ section style ends**/
/* Tabcorp custom Container width ****/

.container {
    max-width: 1660px;
    padding:0 40px;
}
@media (max-width: 1124px)
{
  .container {
    padding: 0px 16px;

}


/** How We hire page styling**/
.hire_process_block {
   padding: 76px 56px;
    background-color: #f3f3f3;
}

.block-wrapper ul li{
  margin-bottom: 10px;
  line-height: 1.556rem;
}
.block-wrapper h1, .block-wrapper h2, .block-wrapper h3,.block-wrapper h4,.block-wrapper h5,.block-wrapper h6{
  margin-bottom: 24px;
}
.dropdown-menu.tab-submenu .dropdown-item:hover, .dropdown-menu.tab-submenu .dropdown-item:focus {
    color: #21C2FF !important;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu.tab-submenu .dropdown-item.active, .dropdown-menu.tab-submenu .dropdown-item:active {
    color: #21C2FF !important;
    text-decoration: none;
    background-color: transparent;
}
  .selectize-control.multi .selectize-input > div {
    background-color: #21C2FF !important;
    color: #fff;
    font-size: 80%;
    padding: 1px 5px;
    border-radius: inherit;
}
/*** emp ref styling ***/
.emp-ref {
    background: #ffffff;
    padding: 25px;
    margin-top: 15px;
    text-align: center;
}
.emp-ref a {
    border: 1px solid #26E36B;
    background: #26E36B;
    color: #FFF;
    text-align: center;
    padding: 10px 25px;
    font-size: 14px; 
    border-radius: 0px !important;
    display: inline-block;
}
.careers_banner h1{
  color:#FFFFFF !important;
  
}
}
/* Video Header*/

header {
	position: relative;
	height: 70vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto%;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
header .container {
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	header {
		position: relative;
		height: 65vh;
		min-height: 35rem;
		width: 100%;
		overflow: hidden;
	}
}
@media (min-width: 991px){
  header video {
  	width: 100%;
  }
}
header h1 {
	font-weight: 800;
	font-size: 44px;
}
@media only screen and (max-width: 768px) {
	header h1 {
		font-weight: 600;
		font-size: 26px;
	}
}
.no-gutters .col-md-12 {
	padding: 0px;
}
.search_bar .page-row-container {
	z-index: 999;
}

@media (max-width: 768px) {
    .hero-job-banner strong {
        font-family: 'Futura';
        font-weight: 500 !important;
        letter-spacing: 0.1px;
        font-size: 80px;
        padding-left: 0px;
        padding-top: 0px;
        display: block;
    }
    .hero_banner h1 {
        font-family: Futura;
        color: #ffffff;
        margin-bottom: 0px !important;
    }
      .hero_banner .block-image-cover {
        background-position: right !important;
        background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)), url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/b613e6e3d563bed98580c6a9102e6f3a/images/files/09a81d8a7ce29cca000cf7c2af8b5d09/original/15499_Tabcorp_2024_TalentTeamAssets_01_Board_1500x600.jpg?1713493490) !important;
    }
}
