/****** Global Options Style Guide ******
 h1 - h6: set in Symphony Talent > Options > Global Typography
 Buttons: set in Symphony Talent > Options > Symphony Talent Builder Elements > Buttons
 --- NOTE: Buttons in our platform - job search buttons, etc. will likely need some aspect set here in css
 Color palette: set in Symphony Talent > Options > Colors
 (Primary variables will be named - var(--awb-color1) - through number 8.
 After number 8, additional colors will be named sequentially as var(--awb-custom_color_1).)
 White - var(--awb-color1) - #fff
 Lgt Grey - var(--awb-color2) - #d6d6d6
 Lgt Medium Grey - var(--awb-color3) - #bebdbd
 Gold - var(--awb-color4) - #bda16b
 Medium Grey - var(--awb-color5) - #828282
 Dark Medium Grey - var(--awb-color6) - #545454
 Dark Grey - var(--awb-color7) - #333333
 Black - var(--awb-color8) - #000
 80% White - var(--awb-custom_color_1) - rgba(255,255,255,0.8)
 ************************/
/****** Global Options Responsive settings ******/
@media (min-width: 770px) and (max-width: 1024px) {
  :root {
    --h1_typography-line-height: 0.85;
    /* H1 - Heading Typography */
    --h1_typography-font-size: 56px;
    /* H1 - Heading Typography */
    --h2_typography-font-size: 40px;
    /* H2 - Heading Typography */
    --h2_typography-margin-bottom: 20px;
    /* H2 - Heading Typography */
    --h3_typography-font-size: 28px;
    /* H3 - Heading Typography */
    --h3_typography-margin-bottom: 20px;
    /* H3 - Heading Typography */
    --awb-typography3-font-size: 50px;
    /* Large Text - Global Typography */
  }
}
main#main {
  padding: 0;
}
* {
  -webkit-font-smoothing: antialiased;
}
body p {
  line-height: inherit;
}
@media (max-width: 1024px) {
  /** universal elements on mobile **/
  .column-reverse > .fusion-builder-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 769px) {
  :root {
    --h1_typography-line-height: 1;
    /* H1 - Heading Typography */
    --h1_typography-font-size: 46px;
    /* H1 - Heading Typography */
    --h2_typography-font-size: 30px;
    /* H2 - Heading Typography */
    --h2_typography-margin-bottom: 20px;
    /* H2 - Heading Typography */
    --h3_typography-font-size: 22px;
    /* H3 - Heading Typography */
    --h3_typography-margin-bottom: 20px;
    /* H3 - Heading Typography */
    --awb-typography3-font-size: 38px;
    /* Large Text - Global Typography */
  }
}
/*===Added to fix IE spacing issue on flex columns===*/
.ua-ie-11 .fusion-flex-column > div > div:not([class]) {
  display: flex;
  flex-shrink: 0;
}
/*===Added to fix the empty regtangle icon for breaks on IE===*/
br {
  font-family: serif;
}
/******* Main Menu tweak *******/
nav:not(.collapse-enabled) #menu-main-menu > li .sub-menu {
  top: 46px;
}
@media (max-width: 1024px) {
  /** universal nav on mobile **/
  /*nav #menu-main-menu > li:not(.current_page_item) a {background:#000 !important;}*/
}
/******* Tab adjustment *******/
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link {
  border-left: 1px solid var(--awb-color8);
  border-right: 1px solid var(--awb-color8) !important;
}
/******* Job Search Banner *******/
body .search-banner {
  width: 100%;
}
body .search-banner .select2-selection__rendered {
  color: var(--awb-color1) !important;
}
body .search-banner *::placeholder, body .search-banner .select2-selection__rendered[title="Select..."] {
  color: #95989A;
  opacity: 1;
  font-family: 'Fira Sans Condensed';
  font-weight: 400;
}
body .search-banner .widget, body .search-banner form > div {
  margin-bottom: 0;
  float: none;
  padding: 0px;
}
body .search-banner .fusion-layout-column.fusion-one-half:first-of-type {
  width: 100%;
}
body .search-banner .w-form-row-label {
  line-height: 18px;
  margin-top: -18px;
}
body .search-banner label {
  margin-bottom: 0;
  color: var(--awb-color1);
  font-size: 16px;
  color: #fff;
  line-height: 1.55;
  margin-bottom: 3px;
  padding-left: 20px;
}
body .search-banner form {
  display: flex;
  padding: 20px 0px 0px;
  align-items: center;
}
body .search-banner input[type="text"] {
  color: #000;
  border: none;
  background: #fff;
  border-radius: 30px !important;
  opacity: 1;
  padding-left: 60px;
  padding-right: 300px;
}
body .search-banner input[type="text"]:focus, body .search-banner input[type="text"]:hover, body .search-banner input[type="text"]:active {
  /*border:1px solid var(--awb-color1); background:initial;*/
}
body .search-banner .select2-container--default .select2-selection--single {
  line-height: 40px !important;
  min-height: 40px;
  border: 1px solid var(--awb-color1);
  background: rgba(0, 0, 0, 0.7);
}
body .search-banner .select2.select2-container .select2-selection:after {
  content: "\f107";
  width: 16px;
  height: 16px;
  color: #c3231e;
  position: absolute;
  right: 7px;
  top: 12px;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
}
body .search-banner .quicksearch-btn {
  text-align: center;
  width: 245px !important;
  padding: 0;
  position: absolute;
  right: 0;
  top: 29px;
}
body .search-banner .quicksearch-btn input body .search-banner .quicksearch-btn input {
  background: var(--awb-color1);
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  width: 100%;
  padding: 14px;
}
body .search-banner .quicksearch-btn input:hover {
  color: var(--awb-custom_color_5);
  background: var(--awb-color1);
}
.select2-container .select2-dropdown {
  background: var(--awb-color1);
}
.select2-container--default .select2-dropdown .select2-search input {
  padding: 2px 10px !important;
  font-size: 15px;
  font-weight: 400;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--awb-color8);
  color: var(--awb-color1);
}
@media (max-width: 767px) {
  .container-primary-city span.select2-selection, .container-sub-category span.select2-selection {
    padding-left: 0px !important;
  }
  body .select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
  }
  body .teams-accordion .tacc-single a.fusion-button-default-type.search-job-link {
    padding-right: 1px !important;
  }
  body .counter-elelment .fusion-column-wrapper {
    margin: 0;
  }
  body .widget-jobsearch-results .job {
    border: none;
  }
  a.search-job-link::after {
    position: absolute;
    top: auto;
    bottom: 17px;
  }
  .full-width-tab span.fusion-imageframe img {
    width: 100%;
  }
  .full-width-tab span.fusion-imageframe {
    display: block;
  }
  body .sms-subscription-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  body .basic-info-container-left label, body .basic-info-container-right label, body .profile-info-container-right label, body .profile-info-container-left label, body label[for="subscription_marketing_sms"], body label[for="termsAndPolicy"], body label[for="subscription_marketing_email"] {
    font-size: 16px;
  }
  body .search-banner .quicksearch-btn input, .search-submit-btn a {
    line-height: 20px !important;
    font-size: 16px !important;
  }
  body .three-col-section h3 {
    font-size: 16px !important;
  }
  body .three-col-section p {
    margin-bottom: 10px !important;
  }
  .oc-list-content ul.list-2-col {
    font-size: 20px !important;
  }
  .our-culture-goldbanner-a p {
    font-size: 20px;
  }
  body .search-banner form {
    flex-direction: column;
  }
}
a.fusion-button {
  font-family: 'Montserrat';
  font-weight: 700;
}
body .search-banner .quicksearch-btn input, .search-submit-btn a {
  background: var(--awb-color1);
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  width: 100%;
  padding: 14px;
  font-family: 'Montserrat';
}
.hero-section .quicksearch-btn:after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/13122710/Icons.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 9px;
}
.hero-section .w-form-row:before {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/15221510/search.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 17px;
}
a.fusion-button-default-type {
  min-width: 187px;
  text-align: left;
  justify-content: flex-start;
  padding-right: 60px !important;
  width: auto;
}
.teams-accordion .tacc-single a.fusion-button-default-type.search-job-link {
  padding-right: 0px !important;
}
a.fusion-button-default-type:after, .search-submit-btn a:after {
  content: '';
  background: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/13122710/Icons.svg');
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  /*display: inline-block;*/
  margin-left: 12px;
  position: absolute;
  right: 5px;
  background-repeat: no-repeat !important;
}
a.fusion-button-default-type.btn-black, .search-submit-btn a {
  background-color: #000;
}
a.fusion-button-default-type.btn-black:after, .search-submit-btn a:after {
  background: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/15235147/arrow-black.svg');
}
/*=========== Counter Section =========== */
.fusion-column.col-counter-box:first-child .counter-box-container {
  background-color: #2da58c;
  border: none;
}
.fusion-column.col-counter-box:nth-child(2) .counter-box-container {
  background-color: #3791af;
  border: none;
  width: 70%;
}
.fusion-column.col-counter-box:nth-child(3) .counter-box-container {
  background-color: #b48264;
  border: none;
  width: 60%;
}
.fusion-column.col-counter-box {
  margin-bottom: 0;
  text-align: left;
}
.fusion-counters-box .content-box-counter span {
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.fusion-counters-box .counter-box-content {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
body .ng-scope .modal-popup-main-header {
  color: #000;
  font-family: 'Montserrat' !important;
  font-weight: 700;
}
.modal-dialog br {
  display: none;
}
body.page-id-5370 button.slick-autoplay-toggle-button {
  display: none;
}
.fusion-accordian .panel-title a .fa-fusion-box {
  color: #000;
}
/*=========== Counter Done =========== */
/*=========== Job alert Section =========== */
span.btn-job {
  line-height: 1;
  position: relative;
}
span.btn-job a:after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/13122710/Icons.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(-50%, -50%);
}
span.btn-job a {
  text-transform: uppercase;
  background: var(--awb-color1);
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px;
  font-weight: 700;
  display: inline-flex;
  min-width: 200px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding: 20px;
  top: -21px;
}
.what-we-do-logos .fusion-builder-row img {
  max-width: 160px;
  height: auto;
  margin: 0 auto;
}
.what-we-do-logos .fusion-builder-row {
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.what-we-do-logos .fusion-imageframe {
  display: contents;
}
.what-we-do-logos .fusion-flex-column {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .job-alert-section h3 {
    font-size: 50px !important;
    line-height: 1.2 !important;
  }
  .early-career-left {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .global-header img {
    max-width: 42px;
  }
  body .job-alert-section:before {
    background: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/22213702/Wheel_rake-1.svg');
    width: 100%;
    right: 0;
    height: 107%;
    top: -20px;
  }
  body .our-culture-static-content-cnt:before {
    width: 90%;
    height: 20%;
    left: 0;
    top: 10%;
  }
  body .job-alert-section h3 {
    font-size: 24px !important;
    line-height: 29px !important;
  }
}
/*=========== Job alert Section END =========== */
/*======= Early Career ==== */
.early-career-left {
  background-color: #fff;
  height: 100%;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
.location-accordion .location-acc-content .panel-title {
  font-family: 'Montserrat';
  font-weight: 700;
}
/*======= Early Career End ==== */
/******* Hot jobs *******/
.hotjobs {
  width: 100%;
}
.hotjobs .widget-joblist {
  display: block;
  align-items: stretch;
  margin-bottom: 0;
}
.hotjobs .widget-joblist .widget_joblist_row {
  width: 100%;
  box-shadow: none;
  margin: 0 0 10px;
  background: #fafafa;
  padding: 19px 38px;
  display: flex;
  flex-direction: row;
}
.hotjobs .widget-joblist .widget_joblist_row > div {
  float: none;
  display: flex;
  /** This is a corrective issue for the Similar Jobs List Widget - sometimes it will be short 1 result, even when there are jobs available, so you have to set it to 1 more than you need and then use this class to hide the extra***/
}
.hotjobs .job-list-left-container {
  line-height: 1.4;
  width: 100%;
  margin-bottom: 20px;
}
.hotjobs .job-list-left-container a {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 34px;
  display: block;
  color: #000;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.hotjobs .job-list-right-container {
  width: auto;
  margin-bottom: 0;
  margin-top: auto;
}
.hotjobs .job-list-right-container a {
  /*display:block; margin:0 auto; width:fit-content; border-color: var(--button_border_color); border-width: var(--button_border_width-top,0) var(--button_border_width-right,0) var(--button_border_width-bottom,0) var(--button_border_width-left,0); border-style: solid; color: var(--link_color); text-align:center; padding-top: var(--button_padding-top,13px); padding-right: var(--button_padding-right,29px); padding-bottom: var(--button_padding-bottom,13px); padding-left: var(--button_padding-left,29px); line-height: var(--button_line_height, 1); text-transform:uppercase; font-size: var(--button_font_size, 14px);
   &:hover {border-color: var(--button_border_hover_color);}*/
}
.hotjobs .widget-joblist .widget_joblist_row > div {
  align-items: center;
  margin-bottom: 0;
}
.hotjobs .widget_joblist_loc i {
  font-style: normal;
}
.hotjobs .widget_joblist_loc {
  font-size: 22px;
  line-height: 38px;
  font-style: normal;
}
.job-list-right-container a {
  font-size: 0;
}
.job-list-right-container a:before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/16000410/chev-right.svg);
  background-size: 10px;
  position: absolute;
  width: 10px;
  height: 20px;
  content: '';
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hotjobs .widget-joblist .widget_joblist_row {
  padding-left: 191px;
}
.widget-joblist .widget_joblist_row {
  position: relative;
}
.job-list-left-container {
  float: none;
  width: 100%;
  align-items: center;
  display: flex;
}
li.widget_joblist_row {
  position: relative;
}
.job-list-right-container a:before {
  display: none;
}
.job-list-right-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}
body .job-list-right-container a {
  position: absolute;
  width: 100% !important;
  height: 100%;
}
/*.widget_joblist_row.job-list-row:before {
 content: '';
 width: 0;
 height: 50px;
 border: 1px solid;
 position: absolute;
 top: 20px;
 top: 50%;
 transform: translate(-56%, -50%);
 left: 80px;
 }
 .widget_joblist_row.job-list-row:after {
 font-size: 28px;
 content: '01';
 width: 50px;
 position: absolute;
 top: 37px;
 font-family: 'Montserrat';
 color: #CE2121;
 line-height: 34px;
 transform: rotate(-90deg);
 left: 22px;
 }
 .widget_joblist_row.job-list-row:nth-child(2):after {
 content: '02';
 }
 .widget_joblist_row.job-list-row:nth-child(3):after {
 content: '03';
 }
 .widget_joblist_row.job-list-row:nth-child(4):after {
 content: '04';
 }
 .widget_joblist_row.job-list-row:nth-child(5):after {
 content: '05';
 }*/
@media (max-width: 767px) {
  body .job-list-left-container {
    display: block;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .hotjobs .widget-joblist {
    flex-direction: column;
  }
  .hotjobs .widget-joblist .widget_joblist_row {
    width: 100%;
    margin-bottom: 20px;
  }
}
/******* Sign In Menu Item - Small Header *******/
body .sign-in-main a.fusion-background-highlight {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent {
  padding-bottom: 0;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent .xcc-sign-in {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  padding-left: 0px;
  padding-right: 0px;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent .xcc-sign-in-submenu {
  min-width: 290px;
  border-radius: 0px;
  border: 0;
  top: 46px;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent .xcc-sign-in-submenu:before {
  display: none;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent .xcc-sign-in-submenu a {
  font-size: 13px;
  padding: 8px 5px;
  border-radius: inherit;
}
/******* XCR pages - Sign Up,etc. *******/
body .ng-scope {
  font-family: var(--body_typography-font-family);
}
body .modal.ng-scope {
  z-index: 999999 !important;
}
body .modal.ng-scope * {
  font-family: var(--body_typography-font-family) !important;
}
/******* Job Search Filters, Map, Details Image *******/
.form-control, select {
  padding: 0px 12px;
}
#cws-search-form > .w-form-row {
  margin-bottom: 33px;
}
#cws-search-form label {
  margin-bottom: 0;
}
#cws-search-form input[type="text"] {
  margin-bottom: 0;
  height: 40px;
}
#cws-search-form .select2.select2-container .select2-selection:after {
  content: "\f107";
  width: 20px;
  height: 20px;
  color: #c3231e;
  position: absolute;
  right: 7px;
  top: 10px;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 1;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
}
#cws-search-form .select2.select2-container.select2-container--default {
  margin-bottom: 10px;
}
#cws-search-form .select2-selection.select2-selection--single {
  min-height: 40px;
}
#cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  text-transform: uppercase;
}
#cws-search-form fieldset {
  margin-top: 10px;
}
#cws-search-form fieldset legend {
  margin-bottom: 0;
  font-size: 13px;
  color: var(--body_typography-color);
  font-family: var(--body_typography-font-family);
}
#cws-search-form .checkbox-group h5, #cws-search-form .checkbox-group .Nationwide, #cws-search-form .checkbox-group .Statewide, #cws-search-form .checkbox-group .Onsite {
  display: none;
}
#cws-search-form .checkbox-group .Remote input {
  top: 0;
  margin-top: 0;
  margin-right: 3px;
}
#cws-search-form .search-submit-btn {
  margin-top: 20px;
}
#cws-search-form #posted-date-4 {
  left: calc(100% - 30px) !important;
}
.widget-jobsearch-full #toggleAdvSearch {
  margin-bottom: 10px;
  border: 1px solid var(--awb-color1);
}
.widget-jobsearch-full #toggleAdvSearch .avia_iconbox_title:after {
  content: "\f104";
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  display: block;
  transform: rotate(90deg);
}
.widget-jobsearch-full #toggleAdvSearch.close {
  opacity: 1;
  background: var(--awb-color1);
}
.widget-jobsearch-full #toggleAdvSearch.close .avia_iconbox_title:after {
  transform: rotate(-90deg);
}
body .widget-jobsearch-results-list #job-map-toggle .world-icon {
  top: 6px;
  margin-top: 0px;
  left: 8px;
}
body .widget-jobsearch-results-list .widget-job-map {
  margin-bottom: 20px;
}
body .widget-jobsearch-results-list > .clearfix {
  margin-bottom: 10px;
}
body .widget-jobsearch-results-list #live-results {
  margin-top: 0;
  float: left;
}
body .widget-jobsearch-results-list .jobTitle {
  font-weight: 700;
}
body .widget-jobsearch-results-list .jobCategory, body .widget-jobsearch-results-list .joblist-location {
  font-size: 16px;
  line-height: 1.5;
}
body .widget-jobsearch-results-list .joblist-posdate {
  font-size: 14px;
  line-height: 1.5;
}
body .widget-jobsearch-results-list .search-columns {
  /* border-top:0;*/
  display: none;
}
body .widget-jobsearch-results-list h3.sort-title {
  /* font-size:16px; margin-top:0;*/
  display: none;
}
body.ejd-page {
  margin-top: 0;
}
body.ejd-page h1 {
  color: #fff !important;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.1;
}
body.ejd-page .checkform {
  display: flex;
  align-items: start;
}
body.ejd-page .checkform label {
  margin-bottom: 0;
}
body.ejd-page .checkform input {
  margin-top: 12px;
}
body.ejd-page .side-hj .widget_joblist_row {
  margin-bottom: 20px;
  line-height: 1.2;
}
body.ejd-page .side-hj .widget_joblist_row a {
  text-decoration: underline;
  margin-bottom: 5px;
  display: block;
}
body.ejd-page .side-hj .widget_joblist_row a:hover {
  text-decoration: none;
}
body.ejd-page .side-hj .widget_joblist_row .widget_joblist_category, body.ejd-page .side-hj .widget_joblist_row .widget_joblist_loc {
  font-size: 16px;
}
body.ejd-page .side-hj .widget_joblist_row .widget_joblist_loc {
  margin-top: 5px;
}
body.ejd-page .side-hj .widget_joblist_row i.locationtype {
  font-style: normal;
  /*& .ejd-img .ejdimgwrap {width:100%; display:block; height: 400px; min-height: 100%;}
   & .ejd-img img {width:100%; height: 100%; object-fit: cover; object-position:center center;}*/
}
/******** XCloud pages ********/
/*Sign In popup 1*/
.modal-backdrop.modal-popup-custom-backdrop.ng-scope.in {
  z-index: 900 !important;
  opacity: 0.7;
}
.modal.schema-modal-popup.ng-scope.in .modal-content {
  border-radius: 0 !important;
  background: var(--awb-color1);
}
.modal.schema-modal-popup.ng-scope.in .modal-content .modal-popup-small {
  padding-top: 0 !important;
}
.modal.schema-modal-popup.ng-scope.in .modal-content .ig-control__cbx:not(:checked) + label:after {
  border: 1px solid var(--awb-custom_color_5);
  border-radius: 0;
}
.modal.schema-modal-popup.ng-scope.in .modal-content .ig-control__cbx:checked + label:after {
  width: 20px;
  height: 20px;
  /*background-color: var(--awb-custom_color_3);*/
}
body.ng-scope main *:not(i) {
  font-family: 'Fira Sans Condensed';
}
.fusion-body.lcp-pages .lcp-banner-image, .fusion-body.lcp-pages .join-form, .fusion-body.lcp-pages .full-width {
  width: 100% !important;
}
.fusion-body.lcp-pages .lcp-banner-image div {
  margin: 0px !important;
}
.fusion-body.lcp-pages h1 {
  color: var(--awb-custom_color_5);
  font-size: 48px;
}
.ng-scope #socialSiteProvider {
  /*display:none; */
}
.ng-scope *:focus {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px;
  outline-color: var(--awb-custom_color_5) !important;
}
.ng-scope .post-content {
  z-index: 5;
}
.ng-scope .help-block {
  margin-top: -2px;
  font-size: 14px;
  color: red !important;
}
.ng-scope .has-success .checkbox, .ng-scope .has-success .checkbox-inline, .ng-scope .has-success .control-label, .ng-scope .has-success .help-block, .ng-scope .has-success .radio, .ng-scope .has-success .radio-inline, .ng-scope .has-success.checkbox label, .ng-scope .has-success.checkbox-inline label, .ng-scope .has-success.radio label, .ng-scope .has-success.radio-inline label {
  color: var(--awb-custom_color_5);
}
.ng-scope .tab-content-container-preference {
  border-radius: 0;
  border-color: var(--awb-custom_color_5);
}
.ng-scope .tab-content-container-preference input {
  border: 1px solid var(--awb-color8) !important;
  fonzt-family: var(--body_typography-font-family);
  font-size: var(--body_typography-font-size);
}
.ng-scope .tab-content-container-preference label, .ng-scope .tab-content-container-preference legend {
  font-family: var(--body_typography-font-family);
  font-size: var(--body_typography-font-size);
}
.ng-scope .apply-flow-wrapper.ng-scope {
  border-radius: 0;
  border-color: var(--awb-custom_color_5);
}
.ng-scope .apply-flow-wrapper.ng-scope h4 {
  color: var(--awb-custom_color_5);
}
.ng-scope .apply-flow-wrapper.ng-scope .border-dashboard {
  border: 0 !Important;
}
.ng-scope .apply-flow-wrapper.ng-scope select {
  border-radius: 0 !important;
  color: var(--awb-custom_color_5);
}
.ng-scope li.pagination-li a:not(.inactive) {
  color: #fff;
  /*Sign In popup 2*/
}
.ng-scope form[name="xcloud_Signin"] h1, .ng-scope .modal-popup-small h1 {
  font-size: 50px;
  margin-top: 0;
  font-family: 'Montserrat';
  font-weight: 700;
  color: var(--awb-custom_color_5);
}
.ng-scope form[name="xcloud_Signin"] p, .ng-scope form[name="xcloud_Signin"] label, .ng-scope form[name="forgotPasswordForm"] input, .ng-scope form[name="xcloud_Signin"] input, .ng-scope .modal-popup-small, .ng-scope form[name="updatePasswordForm"] label, .ng-scope form[name="updatePasswordForm"] input, .ng-scope form[name="updatePasswordForm"] span p {
  font-family: var(--body_typography-font-family) !important;
  color: var(--awb-custom_color_5);
  display: block;
}
.ng-scope form[name="xcloud_Signin"] p.modal-required-fields {
  color: #CC0000;
  margin-top: 15px;
}
.ng-scope .ng-scope form[name="xcloud_Signin"] input.btn.btn-azure, .ng-scope .ng-scope form[name="updatePasswordForm"] input.btn.btn-azure, .ng-scope div#candidatePasswordUpdateMainContent .ng-scope form[name="forgotPasswordForm"] input.btn.btn-azure, .ng-scope .ng-scope form[name="xcloud_Signin"] button.btn.btn-azure, .ng-scope .ng-scope form[name="updatePasswordForm"] button.btn.btn-azure, .ng-scope div#candidatePasswordUpdateMainContent .ng-scope form[name="forgotPasswordForm"] button.btn.btn-azure {
  color: var(--awb-custom_color_4) !important;
  background: var(--awb-color1);
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px !important;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 14px;
  font-family: 'Montserrat' !important;
}
.ng-scope form[name="xcloud_Signin"] a.pull-right.draggable, .ng-scope form[name="xcloud_Signin"] a[title="Create one"] {
  font-family: var(--body_typography-font-family) !important;
  color: var(--awb-color1);
  text-decoration: underline !important;
}
.ng-scope form[name="updatePasswordForm"] .modal-required-fields {
  color: #CC0000 !important;
  font-family: var(--body_typography-font-family) !important;
}
.ng-scope div#candidatePasswordUpdateMainContent {
  /*& span.modal-popup-main-header {font-family: var(--body_typography-font-family) !important; color: #232323;}*/
}
.ng-scope div#candidatePasswordUpdateMainContent h3, .ng-scope div#candidatePasswordUpdateMainContent h4, .ng-scope div#candidatePasswordUpdateMainContent h5 {
  font-family: 'Montserrat' !important;
  color: #000;
}
.ng-scope .modal-popup-main-header {
  margin-bottom: 20px;
}
.ng-scope .btn {
  border-color: var(--awb-custom_color_3);
}
.ng-scope .btn-azure, .ng-scope .btn-azure:focus, .ng-scope .btn-azure:hover {
  background-color: var(--awb-color1) !important;
  border-color: var(--awb-color1);
  /*LCP Join page*/
}
.ng-scope .form-control, .ng-scope select {
  background: var(--awb-custom_color_4);
  border-color: var(--awb-color1);
  color: var(--awb-color1);
  font-size: var(--body_typography-font-size);
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.ng-scope .checkbox a {
  color: var(--awb-color1) !important;
}
.ng-scope .resume-wrapper {
  margin-bottom: 20px;
}
.ng-scope .btn-azure.disabled, .ng-scope .btn-azure[disabled], .ng-scope .btn-azure.disabled:hover, .ng-scope .btn-azure[disabled]:hover, .ng-scope .btn-azure.disabled:focus, .ng-scope .btn-azure[disabled]:focus, .ng-scope .btn-azure.disabled:active, .ng-scope .btn-azure[disabled]:active, .ng-scope .btn-azure.disabled.active, .ng-scope .btn-azure[disabled].active {
  background-color: var(--awb-color1) !important;
  border-color: var(--awb-color1);
  font-size: var(--body_typography-font-size);
  font-family: 'Montserrat' !important;
  background: var(--awb-color1);
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px !important;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 14px;
}
.ng-scope.join-page .schema-form-section input[type="text"], .ng-scope.join-page select.form-control, .ng-scope.join-page .btn-azure {
  font-size: var(--body_typography-font-size);
  height: 50px;
  border-radius: 0;
  font-size: var(--body_typography-font-size);
}
.ng-scope .has-success .form-control-feedback {
  top: 41px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
}
.ng-scope .has-error .form-control-feedback {
  top: 43px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 1px;
}
.ng-scope .dashicons.dashicons-no-alt:before {
  color: var(--awb-color1) !important;
}
.ng-scope .form-control.ng-invalid {
  background: transparent;
  border-color: var(--awb-color1);
  color: var(--awb-custom_color_5) !important;
}
.ng-scope .form-group.has-error input, .ng-scope .input-group.has-error input, .ng-scope .form-group.has-error select, .ng-scope .input-group.has-error select, .ng-scope .form-group.has-error textarea, .ng-scope .input-group.has-error textarea, .ng-scope .form-group.has-success input, .ng-scope .input-group.has-success input, .ng-scope .form-group.has-success select, .ng-scope .input-group.has-success select, .ng-scope .form-group.has-success textarea, .ng-scope .input-group.has-success textarea {
  background: transparent;
  border-color: #000;
  color: #000 !important;
}
.ng-scope .attachments-list thead th {
  text-align: left !important;
}
.ng-scope .fa-trash:before {
  content: "\f1f8";
}
.ng-scope .checkbox-custom + .checkbox-custom-label:before, .ng-scope .radio-custom + .radio-custom-label:before {
  border: 1px solid var(--awb-color1);
}
.ng-scope .radio-custom:checked + .radio-custom-label:before {
  background: var(--awb-color8);
}
.modal-popup-main-header {
  line-height: 1;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 40px;
}
.custom-action-highlight:focus, .custom-action-highlight:hover {
  color: #CC0000;
}
body .modal.ng-scope .fa {
  font-family: 'Font Awesome 5 Pro' !important;
}
body .ng-scope .btn-azure, body .ng-scope .btn-azure:focus, body .ng-scope .btn-azure:hover, .loginbox-submit button, .user .account-manage a, .profile-edit-btns .btn {
  background-color: var(--awb-color1) !important;
  border-color: var(--awb-color1);
  color: var(--awb-custom_color_4) !important;
  background: var(--awb-color1);
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px !important;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 14px;
  font-family: 'Montserrat' !important;
}
.user .account-manage a span.ng-binding {
  font-family: 'Montserrat';
}
#deleteAccountModal .btn-group {
  width: 100%;
}
body h1.your_account_dashboard {
  font-family: 'Montserrat' !important;
  font-size: 50px;
}
body .passwordReqNotMet {
  color: #000;
}
.new-dashboard .nav-dashboard li a {
  color: #000;
}
h4.modal-popup-main-header.red {
  color: var(--awb-color1) !important;
  line-height: 1.2;
}
body .red {
  color: var(--awb-color1);
}
@media (min-width: 1025px) {
  .tacc-tabs-corporatefunctions ul.nav-tabs.nav-justified {
    padding-left: 190px;
  }
  body .tacc-tabs-corporatefunctions ul.nav-tabs li {
    width: 30.33% !important;
    margin-right: 3% !important;
  }
  body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-communications, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-unternehmenskommunikation, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-comunicação, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-comunicación, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-communication, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-internalaudit, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-internerevision, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-auditoriainterna, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-auditoríainterna, body .tacc-tabs-corporatefunctions ul.nav-tabs li a#fusion-tab-auditinterne {
    width: auto;
    margin-left: auto;
  }
  .margin-btm-90 {
    margin-bottom: 90px !important;
  }
  .ng-scope .fusion-tb-header .fusion_builder_column_1_4 {
    max-width: 25%;
  }
  .ng-scope .fusion-tb-header .fusion_builder_column_3_4 {
    max-width: 75%;
  }
}
@media (max-width: 1024px) {
  .ng-scope .fusion-tb-header .fusion-fullwidth {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .ng-scope .fusion-tb-header .fusion-fullwidth {
    padding-top: 30px !important;
  }
  .ng-scope .fusion-tb-header .fusion_builder_column_1_4 {
    max-width: 75%;
  }
  .ng-scope .fusion-tb-header .fusion_builder_column_3_4 {
    max-width: 25%;
  }
}
.margin-zero p {
  margin-bottom: 0;
}
#socialLoginProvider {
  padding-left: 0 !important;
}
.gigya-login-providers-container {
  top: 0 !important;
}
.row.apply-flow-wrapper {
  margin-top: 20px;
}
label[for="fileupload"] {
  background: var(--awb-color1);
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
}
.has-error.checkbox label {
  color: #000;
}
label[for="fileupload"]::after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/13122710/Icons.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-left: 12px;
}
.form-group.has-error .form-control-feedback:before, .input-group.has-error .form-control-feedback:before {
  color: #c3231e !important;
}
.ng-scope .help-block, span#email_exists_Check {
  font-size: 12px;
  color: #c3231e !important;
  font-family: "Fira Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
p.required-fields {
  color: #c3231e !important;
}
#socialLoginProvider .gigya-login-header, p.resume-choose-msg {
  font-size: 22px;
}
.ng-scope .resume-wrapper {
  margin-top: 20px;
}
#socialLoginProvider, div#socialLoginProvider_uiContainer {
  width: 100% !important;
}
.basic-info-container-left label, .basic-info-container-right label, .profile-info-container-right label, .profile-info-container-left label {
  font-size: 22px;
  font-weight: 700 !important;
  font-family: 'Montserrat' !important;
}
label[for="subscription_marketing_sms"] {
  font-size: 18px;
  font-weight: 400;
}
.schema-form-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.sms-subscription-container {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ui-select-container {
  background: var(--awb-custom_color_4) !important;
  height: auto !important;
  padding-top: 0 !important;
  border-radius: 3px !important;
  border: 1px solid #838384 !important;
}
.basic-info-container-left input, .basic-info-container-right input, .profile-info-container-right input, .profile-info-container-left input, .profile-info-container-right select {
  border-radius: 3px !important;
  border: 1px solid #838384 !important;
}
.ui-select-multiple input.ui-select-search {
  border: 0 !important;
}
label[for="termsAndPolicy"], label[for="subscription_marketing_email"] {
  font-size: 18px;
}
.schema-form-submit button.btn.btn-azure, .schema-form-submit button.btn.btn-azure.disabled {
  background-color: var(--awb-color1) !important;
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  margin-top: 40px;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.schema-form-submit button.btn.btn-azure::after, .schema-form-submit button.btn.btn-azure.disabled::after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/13122710/Icons.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-left: 12px;
}
a.back-to-home-link {
  margin-top: 38px !important;
  color: var(--awb-color1);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
  font-size: 22px;
  margin-left: 40px;
  display: inline-block;
}
.checkbox label[for="termsAndPolicy"] u a {
  color: var(--awb-color1) !important;
  font-weight: 700 !important;
  font-family: 'Montserrat' !important;
}
strong {
  font-weight: 700 !important;
  font-family: 'Montserrat' !important;
}
select {
  background-image: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/26234753/arrow-down.png') !important;
  appearance: none;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  -webkit-appearance: none;
}
.schema-form-section .glyphicon.glyphicon-remove:before {
  top: 10px;
}
.schema-form-section .has-success .form-control-feedback {
  top: 55px;
  right: 10px;
}
.full-width-image img {
  width: 100%;
}
.full-width-image {
  display: block;
}
@media (min-width: 1025px) {
  .engg-ejd-two-col-left {
    margin-top: 60px;
    position: relative;
  }
  .engg-ejd-two-col-right {
    position: absolute;
    right: 0;
    width: calc(50% + 100px);
    top: 97px;
  }
}
/*======== Hero Section ====== */
.hero-section .fusion-social-network-icon {
  font-size: 19px !important;
}
.hero-section h1 {
  position: relative;
  display: inline-block;
}
.hero-section .banner-sec-title .fusion-title {
  line-height: 1;
  position: relative;
  width: max-content;
}
.banner-sec-title .fusion-column-wrapper {
  align-items: center;
}
.hero-section .banner-sec-title .fusion-title:after {
  content: '';
  width: 100vw;
  height: 40px;
  background-color: #B2292E;
  position: absolute;
  right: calc(100% - -30px);
  top: 40px;
}
.hero-section .banner-sec-title .fusion-title:before {
  content: '';
  width: calc(129vw - 40px);
  height: 25px;
  background-color: #E69100;
  position: absolute;
  right: calc(100% - -54px);
  top: 15px;
}
body .hero-section-slider .quicksearch-btn {
  width: 155px !important;
}
body .hero-section-slider .quicksearch-submit {
  text-align: left;
  align-items: flex-start;
}
body .hero-section-slider input[type="text"] {
  padding-right: 170px;
  padding-left: 47px;
}
.slider-banner-search {
  height: 100%;
  margin-top: 40px;
}
.hero-section.hero-section-slider {
  position: relative;
  margin-top: -100px;
}
.hero-section-slider button.slide-arrow.prev-arrow {
  right: 64px;
}
.hero-section-slider button.slick-disabled {
  opacity: 0.2;
}
.hero-section-slider button.slide-arrow {
  float: right;
  text-align: center;
  position: absolute;
  bottom: -37px;
  right: 29px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.hero-section .banner-sec-title .fusion-title h1:before {
  content: '';
  width: calc(129vw - 40px);
  height: 25px;
  background-color: #5E7FB1;
  position: absolute;
  left: calc(100% - -54px);
  bottom: 8px;
}
.hero-section .banner-sec-title .fusion-title h1:after {
  content: '';
  width: 100vw;
  height: 40px;
  background-color: #B2292E;
  position: absolute;
  bottom: 33px;
  left: calc(100% - -30px);
}
.news__pagination ul.slider-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  border-radius: 100%;
}
.news__pagination ul.slider-dots li {
  margin: 0 5px;
  display: inline-block;
}
.news__pagination ul.slider-dots {
  padding: 0;
  margin: 0 0 0;
  outline: none;
  text-align: center;
}
.news__pagination ul.slider-dots li.slick-active button {
  background: #c3231e;
  opacity: 1;
}
.news__pagination {
  position: relative;
  margin-top: -40px;
  max-width: 142px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.news__arrow {
  top: 7px;
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  cursor: pointer;
  font-size: 11px;
}
.hero-slider .fusion-builder-row {
  margin-bottom: 0 !important;
}
.slick-slide {
  /*border-right: 1px solid #000;*/
}
.custom-pagination ul.slick-dots {
  bottom: 14px;
}
/*
 .news__arrow.news__arrow_dir_left.slick-arrow {
 right: 0;
 }
 .news__arrow.news__arrow_dir_right.slick-arrow {
 left: 0;
 }
 */
.news__arrow.news__arrow_dir_left.slick-arrow {
  left: 0;
}
.news__arrow.news__arrow_dir_right.slick-arrow {
  right: 0;
}
.custom-pagination ul.slick-dots li button span {
  color: #fff;
  opacity: initial;
}
.custom-pagination ul.slick-dots li button {
  width: 9px;
  height: 9px;
  color: #fff;
}
.custom-pagination .slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: 0;
  margin-left: 0;
  font-size: 12px;
  color: #C3231E;
}
.custom-pagination .slick-dots li {
  height: 9px;
  width: 9px;
  margin: 0 4px;
}
span.banner-space {
  padding-left: 65px;
}
body .modal-content {
  box-shadow: none;
}
.fusion-modal .modal-header {
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tacc-tabs-corporatefunctions ul.nav-tabs.nav-justified {
    padding-left: 60px;
  }
  .tacc-tabs-corporatefunctions ul li:nth-child(3), .tacc-tabs-corporatefunctions ul li:nth-child(5) {
    padding-top: auto !important;
  }
  body .tacc-tabs-corporatefunctions ul.nav-tabs li {
    width: 30.33% !important;
    margin-right: 3% !important;
  }
  .tacc-tabs-corporatefunctions ul a#fusion-tab-legal\compliance, .tacc-tabs-corporatefunctions ul a#fusion-tab-recht\compliance, .tacc-tabs-corporatefunctions ul a#fusion-tab-jurídico\compliance, .tacc-tabs-corporatefunctions ul a#fusion-tab-juridiqueetconformité, .tacc-tabs-corporatefunctions ul a#fusion-tab-humanresources, .tacc-tabs-corporatefunctions ul a#fusion-tab-personalwesen, .tacc-tabs-corporatefunctions ul a#fusion-tab-recursoshumanos, .tacc-tabs-corporatefunctions ul a#fusion-tab-ressourceshumaines {
    width: auto !important;
    margin-left: auto !important;
  }
  .tacc-tabs .nav li a h3 {
    font-size: 12px !important;
  }
  a#fusion-tab-manufacturing::before, a#fusion-tab-produktion::before, a#fusion-tab-manufactura::before, a#fusion-tab-manufatura::before, a#fusion-tab-production::before, a#fusion-tab-marketing::before, a#fusion-tab-communications::before, a#fusion-tab-unternehmenskommunikation::before, a#fusion-tab-comunicação::before, a#fusion-tab-comunicación::before, a#fusion-tab-communication::before {
    background-size: 27px !important;
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
  }
  body a#fusion-tab-unternehmenskommunikation, body a#fusion-tab-comunicação, body a#fusion-tab-comunicación, body a#fusion-tab-communication, body a#fusion-tab-internalaudit, body a#fusion-tab-internerevision, body a#fusion-tab-auditoriainterna, body a#fusion-tab-auditoríainterna, body a#fusion-tab-auditinterne {
    width: auto;
    margin-left: 60px;
  }
  body a#fusion-tab-communications {
    margin-left: 30px;
  }
  body a#fusion-tab-communications::before, body a#fusion-tab-unternehmenskommunikation::before, body a#fusion-tab-comunicação::before, body a#fusion-tab-comunicación::before, body a#fusion-tab-communication::before {
    left: -40px;
  }
  body a#fusion-tab-legal\compliance, body a#fusion-tab-recht\compliance, body a#fusion-tab-jurídico\compliance, body a#fusion-tab-juridiqueetconformité, body a#fusion-tab-humanresources, body a#fusion-tab-personalwesen, body a#fusion-tab-recursoshumanos, body a#fusion-tab-ressourceshumaines {
    width: auto;
    margin-left: auto;
  }
  body a#fusion-tab-internalaudit, body a#fusion-tab-internerevision, body a#fusion-tab-auditoriainterna, body a#fusion-tab-auditoríainterna, body a#fusion-tab-auditinterne {
    width: auto;
    margin-left: auto;
  }
  body .mobile-mode-accordion .fusion-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    width: auto !important;
    margin-right: 0 !important;
    padding-top: 20px;
  }
  body a#fusion-tab-marketing {
    width: auto;
    margin-left: 140px;
  }
  body a#fusion-tab-manufacturing, body a#fusion-tab-manufactura, body a#fusion-tab-produktion, body a#fusion-tab-manufatura, body a#fusion-tab-production {
    width: auto;
    margin-left: 150px;
  }
}
@media (max-width: 1024px) {
  .hero-section h1 {
    font-size: 40px !important;
    line-height: 1.2 !important;
  }
  .hero-section .banner-sec-title .fusion-title {
    margin-bottom: 0 !important;
  }
  .hero-section p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .hero-section .banner-sec-title h1 {
    margin-bottom: 10px;
  }
  .hero-section .banner-sec-title p {
    margin-top: 3px;
    max-width: 70%;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
  .hero-section h1 {
    font-size: 24px !important;
    line-height: 22px !important;
  }
  body .align-between .our-culture-slider-left-heading {
    width: auto;
  }
  body span.banner-space {
    padding-left: 20px;
  }
  .hero-section p {
    font-size: 10px;
    line-height: 12px;
  }
  .hero-section .banner-sec-title .fusion-title h1:before {
    height: 12px;
    left: calc(100% - -40px);
    bottom: auto;
    top: 20px;
  }
  .hero-section .banner-sec-title .fusion-title:before {
    height: 12px;
    top: 3px;
    right: calc(100% - -40px);
  }
  .hero-section .banner-sec-title .fusion-title h1:after {
    height: 20px;
    bottom: auto;
    top: 0;
  }
  .hero-section .banner-sec-title .fusion-title:after {
    height: 20px;
    top: 15px;
  }
  .inner-content-slider .fusion-column-wrapper .banner-sec-title .fusion-content-layout-column {
    max-width: 77%;
    margin: 0 auto;
  }
  body .search-banner .quicksearch-btn {
    position: relative;
    top: 14px;
  }
  body .search-banner input[type="text"] {
    padding-left: 50px;
    padding-right: 30px;
  }
  .hero-section .w-form-row:before {
    top: 9px;
  }
  body .search-banner label {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .hero-section h1 {
    position: relative;
    display: block;
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
  }
  .hero-section p {
    font-size: 10px;
  }
  .inner-content-slider .fusion-column-wrapper .fusion-content-layout-column {
    padding-left: 10%;
    padding-right: 10%;
    max-width: 80%;
  }
  .hero-section .slick-slider {
    margin-bottom: 0 !important;
  }
  body h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  body p {
    font-size: 16px;
    line-height: 22px;
  }
  .lcp-hero h1.title-heading-left {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
}
/*======== Hero Section End ====== */
h1#forgot-password-header {
  font-size: 48px;
}
/*======= FOOTER ========== */
.fusion-social-links .awb-icon-twitter:before {
  content: "\e605";
  content: '';
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/26212317/X-icon.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
}
a.fusion-social-network-icon.fusion-icon-twitter {
  width: 22px;
  height: 22px;
}
.fusion-social-networks-wrapper {
  display: flex;
  flex-direction: row;
}
.fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon {
  position: relative;
}
.fusion-icon-Glassdoor img {
  max-width: 15px;
}
.footer-left p {
  line-height: 25px;
}
/*
 .fusion-social-networks-wrapper .fusion-linkedin {
 order: 0;
 }
 .fusion-social-networks-wrapper .fusion-facebook {
 order: 1;
 }
 .fusion-social-networks-wrapper .fusion-instagram {
 order: 2;
 }
 .fusion-social-networks-wrapper .fusion-twitter {
 order: 3;
 }
 .fusion-social-networks-wrapper .fusion-youtube {
 order: 4;
 } */
.footer-left .footer-left-mob {
  max-width: 641px;
}
.footer-right a.fusion-button {
  float: right;
  min-width: 266px;
}
.footer-left-bottom .awb-menu__main-li:not(last-child) {
  padding-right: 20px;
}
.footer-left-bottom .awb-menu__main-li:last-child span.awb-menu__main-background-default, .footer-left-bottom .awb-menu__main-li:last-child span.awb-menu__main-background-active {
  display: none;
}
.footer-left-bottom .awb-menu__main-li:last-child {
  padding-right: 0;
  border-right: none;
  color: #fff;
  cursor: pointer;
}
.footer-left-bottom .awb-menu__main-li:last-child a {
  border-right: none;
}
@media (max-width: 767px) {
  .awb-menu__m-toggle .awb-menu__m-toggle-inner {
    justify-content: center;
    align-items: center;
  }
  body .footer-right a.fusion-button {
    float: left;
    min-width: 247px;
    margin-top: 20px;
  }
  .footer-right h3 {
    font-size: 22px !important;
  }
  .footer-left .fusion-imageframe img {
    max-width: 87px;
  }
  .footer-left-bottom .awb-menu__main-li:nth-child(3) {
    margin-left: 0;
  }
  .footer-left-bottom ul {
    justify-content: flex-start;
  }
  .footer-left-bottom .awb-menu__main-li {
    margin-bottom: 10px;
    text-align: left !important;
  }
  .our-culture-slider-left ul.slick-dots {
    justify-content: center;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #menu-item-8953 a, #menu-item-9276 a {
    padding-right: 0px !important;
  }
  .global-header_bg_white nav ul li a {
    margin-left: 0% !important;
  }
  .footer-right-bottom p {
    text-align: center;
    margin-top: 10px;
  }
  .footer-left-bottom ul#menu-footer {
    justify-content: center;
  }
  .footer-right h3 {
    text-align: left !important;
  }
  .footer-right a.fusion-button {
    float: left;
    min-width: 266px;
  }
}
/*======= FOOTER END========== */
/*======== EJD Page ====== */
.ejd-main h2 {
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 25px;
}
.ejd-main p, .ejd-main .adnl-label, .ejd-main .addnl-values {
  font-family: 'Fira Sans Condensed';
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
}
.ejd-main p {
  margin-bottom: 0px;
}
.job_apply_btn.apply-btn {
  margin-top: 20px;
}
.ejd-main .ejd-apply {
  margin-top: 30px;
}
.description-ejd a.back-to-result {
  display: block;
  margin: 10px 0 30px;
  text-decoration: underline;
  font-family: 'Fira Sans Condensed';
  font-size: 16px;
  line-height: 25px;
}
.jd-description * {
  font-family: 'Fira Sans Condensed';
  font-size: 22px;
  line-height: 35px;
}
.ejd-description .apply-btn {
  margin-top: 40px;
}
body.ejd-page .description-ejd:before {
  content: '';
  background-image: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/22185822/Wheel_rake-1-1.png');
  width: 50%;
  position: absolute;
  right: 0;
  height: 150%;
  bottom: -52%;
  background-repeat: no-repeat;
  background-position: right center;
}
body.ejd-page .two-col-video:before {
  content: '';
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/17073532/keylineNew1-1-min.png);
  position: absolute;
  width: 49%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  top: 20%;
}
body.ejd-page .job-alert-section:before {
  display: none;
}
.similar-job .fusion-content-widget-area .widget-joblist {
  margin-bottom: 0;
}
.similar-job .widget-joblist .widget_joblist_row {
  margin-bottom: 15px;
  position: relative;
  padding: 26px 45px;
  border: 1px solid #E4E4E4;
}
.similar-job .job-list-left-container a {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 700;
  width: 50%;
}
.similar-job .widget_joblist_loc {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Fira Sans Condensed';
  font-weight: 400;
  width: 40%;
  margin-left: 10%;
}
.similar-job .job-list-right-container {
  top: 0;
  display: none;
}
.similar-job .widget-joblist .widget_joblist_row:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-size: 26px;
  color: var(--awb-color1);
  position: absolute;
  right: 30px;
  top: 30%;
}
/*======== EJD Page END====== */
/*======== Search Page ====== */
.location-tabs-col ul.nav-tabs li {
  border-bottom: none !important;
}
div#cws-search-form .w-form-row-field:nth-child(2) input {
  padding-left: 48px;
}
div#cws-search-form .w-form-row-field:nth-child(2):before {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/15221510/search.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 11px;
}
div#cws-search-form .w-form-row-field:nth-child(2) {
  position: relative;
}
.search-results-table div[role='rowgroup'] .search-columns {
  display: none;
}
.widget-jobsearch-results .jobTitle a {
  color: #000;
  font-family: 'Montserrat';
}
.job-list-apply-btn a {
  background: var(--awb-color1);
  border-color: var(--awb-color1) !important;
  color: var(--awb-custom_color_4) !important;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  width: auto;
  padding: 10px 40px 10px 10px;
  min-width: 200px;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 700;
}
.job-list-apply-btn a:after {
  content: '';
  width: 30px;
  height: 30px;
  background-size: cover !important;
  background-position: center;
  display: inline-block;
  margin-left: 12px;
  position: absolute;
  right: 5px;
  background-repeat: no-repeat !important;
  background: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/13122710/Icons.svg');
}
#main .widget-jobsearch-results .job, #main .widget-jobsearch-results .search-columns {
  padding: 20px 0px;
  background-color: transparent;
  border-top: 1px solid #808191;
}
.job-list-apply-btn {
  text-align: right;
}
#widget-jobsearch-results-pages .style_raised {
  color: #fff;
}
#widget-jobsearch-results-pages .inactive.style_raised {
  color: #000;
}
#cws-search-form .select2-selection.select2-selection--single {
  min-height: 40px;
  background-color: #C3231E;
  border-radius: 60px;
  border-color: #c3231e !important;
  padding-left: 9px;
}
.catalog-ordering a, .order-dropdown ul li a, .order-dropdown > li:after, .searchform .fusion-search-form-content .fusion-search-field input, .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.widget-jobsearch-full .date-radio-input:checked {
  border: 1px solid #C3231E;
}
.widget-jobsearch-full .date-radio-input {
  background-color: #000000;
  color: #000;
}
.widget-jobsearch-full .date-radio-input:checked::before {
  background: #c3231e;
}
.widget-jobsearch-full .date-radio-wrap::before {
  background: #000;
}
#widget-jobsearch-results-pages .pagination-ul {
  align-items: center;
  justify-content: center;
}
ul.pagination-ul li a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
#widget-jobsearch-results-pages .style_raised {
  color: #fff;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}
#widget-jobsearch-results-pages .style_raised {
  background: #000;
}
#widget-jobsearch-results-pages .style_raised.inactive {
  background: transparent;
}
.widget-jobsearch-results .jobTitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.joblist-location {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Fira Sans Condensed';
  font-weight: 400;
}
div#cws-search-form label {
  font-size: 22px;
  line-height: 30px;
}
#cws-search-form input[type="text"] {
  border-radius: 30px !important;
}
input::-webkit-input-placeholder {
  color: #95989A;
}
.select2-container--default.select2-container--open .select2-dropdown, .select2-container--default.select2-container--open .select2-dropdown .select2-search, .select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field, .select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-color: var(--awb-color1);
}
.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.select2-container--open .select2-dropdown--above {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.search-control-container.container-primary-category, .search-control-container.container-job-type, .search-control-container.container-statecity, .search-control-container.container-primary-city, .search-control-container.container-primary-country, .search-control-container.container-sub-category, .search-control-container.container-primary-state, .search-control-container.container-employment-type, .search-control-container.container-location-type, .container-schedule {
  width: 200px !important;
  /*float: left !important;*/
  margin-right: 20px !important;
  display: inline-block !important;
  float: none !important;
}
input.select2-search__field {
  color: #fff !important;
}
input.select2-search__field::placeholder {
  color: #fff;
}
span.select2-search.select2-search--dropdown {
  display: none;
}
@media (max-width: 767px) {
  body .job-innerwrap.g-cols {
    display: block;
  }
  .hero-section .fusion-layout-column:nth-child(2) .fusion-column-wrapper {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .hero-section {
    padding-bottom: 0px;
  }
  body .widget-jobsearch-results .job .joblist-location, body .widget-jobsearch-results .job .joblist-posdate {
    padding-left: 0px !important;
  }
  body .job-list-apply-btn {
    text-align: left;
    margin-top: 20px;
  }
  body #widget-jobsearch-results-pages .button {
    padding: 2px 7px;
    font-size: 11px;
  }
  body #widget-jobsearch-results-pages .style_raised {
    width: 24px;
    height: 24px;
    margin-left: 0;
  }
  body #cws-search-form .search-submit-btn {
    position: relative;
    top: auto;
    overflow: hidden;
    width: 100%;
  }
  body #live-results {
    position: relative;
    top: auto;
    margin-bottom: 10px;
  }
  .banner-sec-title .fusion-column-wrapper {
    padding-top: 120px;
    padding-bottom: 70px;
    padding-bottom: 40px;
  }
}
/*======== Search Page End ====== */
/*======== TWO COL VIDEO ====== */
.two-col-video-text {
  height: 100%;
  background-color: #000;
  margin-top: 47px;
}
.two-col-video-text:before {
  content: '';
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #000;
  left: -50%;
  z-index: -1;
}
.two-col-video-text .fusion-text {
  /* padding-top: 40px;*/
  position: relative;
}
.two-col-video-text p {
  line-height: 1.5;
}
.two-col-video-text a.video-slider-transcript-btn {
  background: transparent;
  top: -41px;
  margin-left: 0;
  position: relative;
  text-transform: uppercase;
}
#cws-search-form .search-submit-btn a#cws-adv-search-btn {
  padding: 10px;
  width: 175px;
  text-align: left !important;
  align-items: center;
  justify-content: start;
  padding-left: 30px;
  background-color: #c3231e;
  font-family: 'Montserrat';
  font-weight: 700;
}
#cws-search-form .search-submit-btn {
  margin-top: 20px;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: left;
}
#cws-search-form .search-submit-btn a#cws-adv-search-btn:after {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/13122710/Icons.svg);
  width: 30px;
  height: 30px;
  background-size: cover;
}
.job-innerwrap.g-cols {
  display: flex;
}
.widget-jobsearch-results #live-results {
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 26px;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .two-col-video a.video-slider-transcript-btn {
    background-color: transparent;
    margin-left: 0;
    padding-bottom: 0;
  }
  body .two-col-video-text a.video-slider-transcript-btn {
    display: none;
  }
  body .two-col-video-text {
    margin-top: 0;
    height: auto;
  }
  body .two-col-video-text:before {
    content: '';
    position: absolute;
    width: 110vw;
    height: calc(110% + 40px);
    background-color: #000;
    z-index: -1;
    left: -10vw;
    bottom: 0;
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .two-col-video-text {
    margin-top: 0;
    height: auto;
  }
  body .two-col-video-text:before {
    content: '';
    position: absolute;
    width: 110vw;
    height: calc(110% + 40px);
    background-color: #000;
    z-index: -1;
    left: -10vw;
    bottom: 0;
    top: auto;
  }
  body .two-col-video-text a.video-slider-transcript-btn {
    display: none;
  }
  a.video-slider-transcript-btn {
    margin-left: 0;
    background: transparent;
  }
  body .our-culture-scnt-left-col:nth-child(2) > .fusion-column-wrapper, body .our-culture-scnt-left-col:nth-child(3) > .fusion-column-wrapper {
    margin: 0 !important;
    margin-left: 0px !important;
  }
  body .our-culture-scnt-left-col > .fusion-column-wrapper {
    margin-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .two-col-video-text {
    padding-top: 40px;
  }
  .two-col-video-text a.video-slider-transcript-btn {
    top: -81px;
  }
}
/*
 .two-col-video-text .fusion-text:before {
 content: '';
 background: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/16025231/quotation.png');
 position: absolute;
 width: 40px;
 height: 40px;
 position: absolute;
 top: 0px;
 }*/
/*======== TWO COL VIDEO End ====== */
/*==== HOME PAGE SLIDER ==== */
.inner-content-slider .fusion-column-wrapper .fusion-content-layout-column {
  max-width: 1120px;
  margin: 0 auto;
}
.inner-content-slider {
  position: relative;
  overflow: hidden;
}
/*==== HOME PAGE SLIDER END ==== */
/*======== TTHREE COL ICON TEXT ====== */
body .arrow-btn-white {
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  min-width: auto;
  padding-right: 30px !important;
  position: relative;
  display: inline-block;
}
body .arrow-btn-white:after {
  background-image: none;
  content: '>';
  color: #fff;
  margin-left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
}
.align-between .our-culture-slider-left-heading h2 {
  text-align: right !important;
}
.align-between .our-culture-slider-left-heading {
  width: 140px;
  text-align: right;
}
.align-between .our-culture-slider-left-subheading {
  width: 150px;
}
.three-col-section .fusion-imageframe {
  min-height: 52px;
  display: block;
}
@media (max-width: 767px) {
  .three-col-section .fusion-imageframe {
    margin-bottom: 20px;
  }
  body .our-culture-scnt-left-col-img img {
    height: auto;
  }
}
/*======== TTHREE COL ICON TEXT END ====== */
/*======== Join Our Talent community Section ====== */
span.j1, span.j2, span.j3, span.j4, span.j5 {
  display: block;
  text-align: left;
}
span.j5 {
  padding-left: 27%;
}
span.j4 {
  padding-left: 13%;
}
span.j3 {
  padding-left: 22%;
}
span.j2 {
  padding-left: 8%;
}
span.j1 {
  padding-left: 20%;
}
.job-alert-section:before {
  content: '';
  background-image: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/22185822/Wheel_rake-1-1.png');
  width: 50%;
  position: absolute;
  right: 0;
  height: 150%;
  top: -47%;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 767px) {
  body h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }
}
/*======== Join Our Talent community Section ====== */
/*======== D&I Slider ====== */
.di-slider-wrap {
  margin-top: -205px;
  position: relative;
}
.di-slider-wrap ul.slick-dots {
  position: absolute;
  bottom: -90px;
}
.di-slider-wrap .slick-slider {
  margin-bottom: 0 !important;
}
.di-slider-wrap .slick-dots li button {
  width: 11px;
  height: 11px;
  color: #000;
  opacity: 1;
}
.di-slider-wrap .slick-dots li button .slick-dot-icon {
  opacity: 1;
}
.di-slider-wrap .slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 12px;
  border: 1px solid #000;
  color: #c3231e;
  border-radius: 100%;
  padding-top: 4px;
}
.di-slider-wrap .slick-dots li button:focus .slick-dot-icon:before {
  color: #c3231e;
}
/*======== D&I Slider END ====== */
/*======== Blog List ====== */
/*.blog-list:hover h2,
 .blog-list:hover p,
 .blog-list:hover a.fusion-button,
 .blog-list:hover a.fusion-button i,
 .blog-list:hover a.fusion-button span{
 color: #fff!important;
 }
 */
.blog-list:nth-child(2) h2, .blog-list:nth-child(2) p, .blog-list:nth-child(2) a.fusion-button, .blog-list:nth-child(2) a.fusion-button i, .blog-list:nth-child(2) a.fusion-button span {
  color: #fff !important;
}
.blog-list:nth-child(3) a.fusion-button, .blog-list:nth-child(3) a.fusion-button i, .blog-list:nth-child(3) a.fusion-button span {
  color: #000 !important;
}
.blog-list a.fusion-button:after {
  display: none;
}
.blog-list a.fusion-button i {
  color: #c3231e;
}
.blog-list a.fusion-button span {
  color: #c3231e;
  text-decoration: underline;
}
.blog-list a.fusion-button {
  background-color: transparent;
  color: #c3231e;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.blog-list .fusion-imageframe img {
  width: 100%;
}
.blog-list .fusion-imageframe {
  display: block;
  width: 100%;
}
.blog-list .fusion-title {
  min-height: 145px;
}
.blog-list .fusion-column-wrapper {
  justify-content: space-between;
}
/*======== Blog List End ====== */
@media (max-width: 767px) {
  a.back-to-home-link {
    margin-left: 0px;
  }
  .footer-left-mob p {
    text-align: left !important;
  }
  body .slick-slider.slick-dotted {
    margin-bottom: 0;
  }
  a.fusion-button-default-type {
    font-size: 17px !important;
  }
  .teams-accordion .tacc-single .panel-title {
    font-size: 24px;
  }
}
/* Header */
.global-header nav.expanded ul li a, .global-header nav.expanded ul li.current-menu-item a {
  background: var(--awb-custom_color_4) !important;
  color: var(--awb-custom_color_5) !important;
}
.global-header nav.expanded ul li {
  border-bottom: 0;
}
.global-header_bg_white {
  background: var(--awb-custom_color_4);
}
.global-header_bg_white .awb-menu__m-toggle {
  color: var(--awb-custom_color_5);
}
.global-header nav.expanded ul {
  overflow: hidden !important;
}
.global-header nav.expanded ul li:hover a {
  background: var(--awb-custom_color_4) !important;
  color: var(--awb-custom_color_5) !important;
}
.global-header nav.expanded ul {
  overflow: hidden !important;
  padding-bottom: 0;
  background: var(--awb-custom_color_4);
}
.global-header nav.expanded ul li {
  background: var(--awb-custom_color_4) !important;
  margin-bottom: 15px !important;
}
.global-header_bg_white nav ul li a {
  margin-left: 10%;
}
.global-header nav.expanded ul li a::after {
  font-family: 'Font Awesome 5 Pro';
  color: var(--awb-custom_color_5);
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/19114505/Icons-1.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  margin-left: 10px;
}
.header-social-icon span.menu-text {
  display: none;
}
.header-social-icon a::after {
  display: none;
}
.global-header_bg_white .header-social-icon span.awb-menu__i {
  display: block !important;
}
.global-header_bg_white .header-social-icon span.awb-menu__i img {
  width: 30px !important;
  height: 30px !important;
  max-height: 30px !important;
}
#wrapper .global-header_bg_white .hsi-twitter img {
  width: 24px !important;
}
.header-social-cnt {
  margin-left: 18%;
  width: 60%;
  border-top: 5px solid var(--awb-color1);
  padding-top: 20px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-social-txt {
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 50%;
}
.global-header nav.expanded ul.header-social-icon-list {
  display: flex !important;
  flex-direction: row !important;
  padding-bottom: 0;
  justify-content: flex-end;
}
.global-header nav.expanded ul.header-social-icon-list li {
  width: max-content !important;
  margin-bottom: 0 !important;
}
.global-header nav.expanded ul.header-social-icon-list li a {
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .fusion-tb-header {
    background: transparent;
    margin-bottom: -120px;
  }
  .global-header_bg_white nav ul#menu-main-menu li:not(.current_page_item) a {
    background: #fff !important;
  }
  .global-header nav.expanded ul li a, .global-header nav.expanded ul li.current-menu-item a {
    font-size: 40px;
    line-height: 44px;
  }
  .header-social-cnt {
    margin-left: 16%;
  }
}
@media screen and (max-width: 767px) {
  .global-header nav.expanded ul li a, .global-header nav.expanded ul li.current-menu-item a {
    font-size: 22px;
    line-height: 28px;
    padding-left: 0 !important;
    padding-right: 90px !important;
  }
  .global-header .menu-text {
    display: block;
    text-align: left;
  }
  .footer-left-bottom .awb-menu__main-li .menu-text {
    text-align: left;
  }
  .footer-left-bottom .awb-menu__main-li {
    margin-left: 0 !important;
  }
  .header-social-cnt {
    margin-left: 10%;
    width: 85%;
    flex-direction: column;
    justify-content: center;
  }
  .global-header nav.expanded ul.header-social-icon-list {
    justify-content: center;
    margin-top: 10px;
  }
}
/* END Header */
/* accessibility */
a:focus {
  outline: 2px solid var(--awb-custom_color_5) !important;
  outline-offset: 4px;
}
.fusion-tb-header a:focus > img {
  outline: 2px solid var(--awb-custom_color_5) !important;
  outline-offset: -5px;
}
nav button:focus {
  outline: 2px solid var(--awb-custom_color_5) !important;
  outline-offset: 4px;
}
ul.slick-dots li button:focus {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
}
ul.slick-dots li button {
  margin-top: -3px;
  margin-left: -1px;
}
.testimonial-slider ul.slick-dots li button:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}
a.video-slider-transcript-btn:focus {
  outline: 2px solid var(--awb-custom_color_5) !important;
  outline-offset: -3px;
}
.screen-reader-aria-label {
  display: none !important;
}
/* END accessibility */
.hide-for-all {
  display: none !important;
}
.custom-tab-group .nav-tabs li a h3 {
  color: var(--awb-custom_color_4) !important;
  justify-content: space-between !important;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700 !important;
  font-family: 'Montserrat' !important;
}
.custom-tab-group .nav-tabs li.active a h3::after {
  content: '\f106';
  font-family: 'Font Awesome 5 Pro';
}
.custom-tab-group .nav-tabs li a h3::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
}
.custom-tab-group .nav-tabs li a {
  background: var(--awb-custom_color_5) !important;
  border: 0 !important;
}
.custom-tab-group .nav-tabs li.active a {
  background: var(--awb-color1) !important;
}
.custom-tab-group .tab-content .tab-pane {
  background: var(--awb-custom_color_9) !important;
  border-top: 5px solid var(--awb-color1);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.custom-tab-group .nav-tabs li a {
  background: var(--awb-custom_color_5) !important;
  border: 0 !important;
  height: 70px;
  display: flex !important;
  justify-content: space-between;
}
.agriculture-section-2-left::after {
  content: '';
  background: var(--awb-custom_color_10);
  width: 10%;
  height: 100%;
  position: absolute;
  right: -50px;
  z-index: 9;
}
.video-slider-heading p {
  line-height: 30px;
}
a.video-slider-transcript-btn {
  margin-left: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-decoration: underline;
  background: #e4e4e4;
  text-align: center;
}
.redblack-slide-dots .slick-dots li button .slick-dot-icon:before {
  top: 2px;
}
.redblack-slide-dots .slick-dots li.slick-active button .slick-dot-icon:before {
  color: var(--awb-color1);
  /* border: 1px solid var(--awb-custom_color_4); */
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  margin-top: -4px;
  margin-left: -1px;
}
.redblack-slide-dots li.slick-active button {
  border: 1px solid var(--awb-custom_color_4);
  border-radius: 100%;
}
.redblack-slide-dots .slick-dots li button .slick-dot-icon:before {
  color: var(--awb-custom_color_4);
}
.redblack-slide-dots .slick-dots li button .slick-dot-icon {
  opacity: 1;
}
.two-col-video-slider .slick-slide, .two-col-video-slider-ipad .slick-slide {
  border: 0 !important;
}
.two-col-video-slider ul.slick-dots {
  display: flex;
  bottom: 25px;
  left: 55px;
  width: max-content;
}
.two-col-video-slider button.slick-autoplay-toggle-button {
  display: none;
}
.two-col-video-slider .slick-slide:not(.slick-active) {
  visibility: hidden;
}
.two-col-video-slider .slick-slider {
  margin-bottom: 0;
}
.custom-tab-job-widget li.widget_joblist_row {
  padding: 27px 30px 27px 46px !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  background: var(--awb-custom_color_4) !important;
  border-radius: 3px;
  align-items: center;
}
.custom-tab-job-widget li.widget_joblist_row a {
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  color: var(--awb-custom_color_5);
  width: 50%;
  overflow: hidden;
  line-height: 34px;
  /*white-space: nowrap;
   text-overflow: ellipsis;*/
}
.custom-tab-job-widget li.widget_joblist_row .widget_joblist_loc {
  font-size: 20px;
  line-height: 30px;
  width: 40%;
  margin-left: 10%;
}
.custom-tab-job-widget li.widget_joblist_row::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-size: 26px;
  color: var(--awb-color1);
}
.construction-section-2-left::after {
  content: '';
  background: var(--awb-color8);
  width: 10%;
  height: 100%;
  position: absolute;
  right: -50px;
  z-index: 9;
}
.financialservices-section-2-left::after {
  content: '';
  background: var(--awb-custom10);
  width: 10%;
  height: 100%;
  position: absolute;
  right: -50px;
  /*z-index: 9;*/
  z-index: 0;
}
.search-job-btn {
  width: 235px;
}
.testimonial-img img {
  border-radius: 50%;
}
.testimonial-username {
  margin-top: 22px;
}
.testimonial-username p {
  margin-bottom: 5px;
}
.testimonial-content p {
  line-height: 42px;
}
.testimonial-content::before {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/18074717/Vector.svg);
  width: 32px;
  height: 23px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.testimonial-content::after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/18074717/Vector.svg);
  width: 32px;
  height: 23px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  transform: rotate(180deg);
  float: right;
}
.testimonial-slider .slick-slide:not(.slick-active) {
  visibility: hidden;
}
.testimonial-slider .slick-slide {
  border: 0 !important;
}
.testimonial-slider .slick-dots li.slick-active button .slick-dot-icon:before {
  color: var(--awb-color1);
  border: 1px solid var(--awb-custom_color_5);
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  padding-left: 1px;
}
.testimonial-slider .slick-dots li button .slick-dot-icon:before {
  color: var(--awb-custom_color_5);
}
.testimonial-slider .slick-dots li button .slick-dot-icon {
  opacity: 1;
}
.testimonial-slider ul.slick-dots {
  bottom: 30px;
}
.testimonial-slider .slick-slider {
  margin-bottom: 0;
}
.unslick-slider .tcvs-content {
  background: transparent;
}
.custom-tab-group ul.nav-tabs li {
  width: 100% !important;
}
.custom-tab-group ul.nav-tabs {
  display: flex;
  justify-content: space-around;
  background: transparent;
  padding: 0 !important;
  gap: 18px;
  border: 0 !important;
}
.custom-tab-group ul.nav-tabs::before, .custom-tab-group ul.nav-tabs::after {
  display: none;
}
.custom-tab-group .nav {
  border: 0 !important;
}
.custom-tab-group .nav-tabs li a h3 {
  width: 100%;
  text-transform: uppercase !important;
}
.tcvs-content > .fusion-column-wrapper {
  height: 100%;
  margin-top: 0;
  padding-bottom: 15%;
  background: var(--awb-custom_color_5);
  min-height: 300px;
}
.tcvs-content > .fusion-column-wrapper:hover {
  background: var(--awb-custom_color_5);
}
.tcvs-content {
  display: grid !important;
  grid-template-rows: max-content;
  margin-top: 50px;
  padding-bottom: 60px;
  background-color: #000;
}
.tcvs-content > .fusion-column-wrapper::after {
  content: '';
  background: var(--awb-custom_color_5);
  width: 40%;
  height: 100%;
  position: absolute;
  right: -38%;
  z-index: -1;
  top: 0px;
}
.two-col-video-slider, .unslick-video-slider {
  margin-bottom: 80px;
}
.ipad-iphone-only {
  display: none;
}
.ua-mobile .modal-open {
  position: unset;
}
.grey-lists-bg li.widget_joblist_row {
  background: #e4e4e4 !important;
}
a.search-job-link {
  display: block;
  line-height: 1.2 !important;
}
body .location-slider a.video-slider-transcript-btn {
  background: #fff;
  text-align: right;
  margin: 0;
}
.location-slider .tcvs-content > .fusion-column-wrapper {
  margin-left: 0;
}
body .two-col-video-slider.location-slider ul.slick-dots {
  left: 50%;
  /* bottom: 30px; */
  bottom: 40px;
}
.early-career-two-col button.slick-autoplay-toggle-button {
  display: none;
}
.early-career-two-col-nav .news__pagination {
  /*width: 30%;
   float: left;*/
  max-width: 100%;
  margin-left: 0;
}
.early-career-two-col-nav .news__arrows {
  width: 80px;
  float: right;
  top: auto;
  text-align: center;
}
.early-career-two-col-nav .news__counter {
  width: 100px;
  float: left;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
}
.early-career-two-col-nav .news__arrow {
  position: relative;
  width: 50%;
  float: left;
}
#wrapper #main .early-career-two-col .fusion-builder-row {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.early-career-left {
  padding: 45px 0 0 35px;
  margin-bottom: 0;
}
.early-career-right {
  padding-top: 30px;
  margin-bottom: 0;
}
.early-career-two-col a.search-job-link {
  line-height: 1.2 !important;
}
.early-career-slider .testimonial-username p {
  color: #000;
  line-height: 1.2;
}
.early-career-slider .testimonial-userprofile p {
  color: #000;
  font-size: 16px;
  line-height: 1.1;
}
.early-career-slider .testimonial-content p {
  color: #000;
}
.early-career-slider ul.slick-dots {
  left: 0;
}
@media (min-width: 1025px) {
  .career-areas-buttons a.fusion-button {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .our-approach-right {
    position: absolute;
    right: 0;
    top: 40px;
    height: 100%;
    height: auto;
  }
  .our-approach-left {
    z-index: 11;
    width: 60%;
    left: 0;
  }
  .early-career-two-col:after {
    width: 50%;
    content: '';
    position: absolute;
    height: calc(100% + 20px);
    left: 0;
    background-color: #fff;
    z-index: -1;
    top: 30px;
  }
  .early-career-left:after {
    display: none;
  }
}
@media (max-width: 1280px) {
  .career-areas-buttons a.fusion-button {
    font-size: 13px;
  }
}
.early-career-two-col-nav {
  padding-left: 55px;
}
.why-choose-slider .tcvs-content:after {
  width: 210%;
  background: var(--awb-custom_color_5);
  content: '';
  height: 105%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
body .why-choose-slider ul.slick-dots {
  /* bottom: 70px!important;*/
}
.why-choose-slider .tcvs-content > .fusion-column-wrapper::after {
  background: transparent;
}
body .why-choose-slider a.video-slider-transcript-btn {
  background: #fff;
  text-align: center;
  margin: 0;
}
.small-sub h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-sub h2 span {
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
  padding-left: 10px;
}
.fusion-layout-column.border-left:after {
  content: '';
  height: 118px;
  position: absolute;
  border: 1px solid #000;
  right: 0;
}
.tech-slider .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.tech-slider .two-col-video-slider {
  margin-bottom: 0;
}
.ejd-description .awb-icon-twitter {
  position: relative;
}
.ejd-description .awb-icon-twitter:before {
  content: "\e605";
  content: '';
  background-image: url('https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/11/09081731/X-icon.svg');
  background-size: cover;
  width: 14px;
  height: 15px;
  position: absolute;
  left: -11px;
  top: -6px;
}
.testimonial-slider ul.slick-dots {
  left: 0;
}
.temp-hide {
  display: none !important;
}
.two-col-video-slider .slick-list.draggable {
  padding: 30px 30px 0;
}
@media screen and (max-width: 1024px) {
  .leaders-message .fusion_builder_column_1_2 .fusion-content-layout-column {
    text-align: center;
  }
  .our-approach-right {
    position: relative;
    right: 0;
    top: 0px;
    height: 100%;
  }
  .our-approach-left {
    z-index: 11;
    width: 1000%;
    left: auto;
  }
  .career-areas-buttons .fusion-column-wrapper > div {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  body .early-career-left {
    padding: 35px 20px 0;
  }
  body .early-career-right {
    padding-top: 0;
    margin-bottom: 0;
  }
  body .early-career-two-col-nav {
    padding-left: 0;
  }
  .early-career-two-col-nav .news__pagination {
    max-width: 100%;
    margin-left: 0;
    background-color: #fff;
    padding: 14px;
  }
  body .early-career-right .fusion-imageframe img {
    width: 100%;
  }
  body .early-career-right .fusion-imageframe {
    display: block;
  }
  #wrapper #main .early-career-two-col .fusion-builder-row {
    display: flex !important;
  }
  .agriculture-section-2-left {
    margin-left: -7.2% !important;
    width: 106% !important;
    margin-bottom: 0;
  }
  .agriculture-section-2-right .fusion-image-element:last-child {
    float: right;
    text-align: left;
    margin-right: 15%;
  }
  .ipad-iphone-only {
    display: block;
  }
  .desktop-only {
    display: none !important;
  }
  .two-col-video-slider-ipad .slick-slider {
    margin-bottom: 0;
  }
  .two-col-video-slider-ipad .slick-slide:not(.slick-active) {
    visibility: hidden;
  }
  .two-col-video-slider-ipad ul.slick-dots {
    display: flex;
    bottom: 65px;
    left: 35px;
  }
  .two-col-video-slider-ipad .slick-slide {
    border: 0 !important;
  }
  .two-col-video-slider-ipad {
    margin-bottom: 80px;
  }
  .two-col-video-slider-ipad a.video-slider-transcript-btn {
    margin-left: 0;
  }
  .two-col-video-slider-ipad .tcvs-content > .fusion-column-wrapper::after {
    display: none;
  }
  .two-col-video-slider-ipad .tcvs-content {
    margin-top: 0;
  }
  .two-col-video-slider-ipad ul.slick-dots {
    left: 0;
    justify-content: center;
  }
  .construction-section-2-left, .financialservices-section-2-left {
    margin-left: 0% !important;
    width: 100% !important;
    margin-bottom: 0;
  }
  .unslick-video-slider-ipad .tcvs-content > .fusion-column-wrapper::after {
    display: none;
  }
  .fusion-layout-column.border-left:after {
    content: '';
    height: 1px;
    position: absolute;
    border: 1px solid #9b9b9b;
    right: 10px;
    width: calc(100% - 20px);
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .agriculture-section-2-left::after {
    right: -40px;
  }
  .agriculture-section-2-left {
    margin-left: -8.2% !important;
    width: 107% !important;
    margin-bottom: 0;
  }
  .agriculture-section-2-right .fusion-image-element:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .widget-jobsearch-results .jobTitle {
    padding-right: 40px;
  }
  body .custom-tab-group ul.nav-tabs li {
    width: auto !important;
  }
  body .full-width-tab .custom-tab-group ul.nav-tabs li {
    width: 100% !important;
  }
  body .header-banner-subheading {
    text-align: left;
    width: 63%;
    margin: 0;
  }
  .fusion-tabs .nav-tabs li .tab-link {
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .financialservices-section-2-left::after, .construction-section-2-left::after {
    display: none;
  }
  body #socialLoginProvider .gigya-login-header, body p.resume-choose-msg {
    font-size: 16px;
  }
  .custom-tab-group ul.nav-tabs .fusion-tab-heading {
    font-size: 24px !important;
    text-align: left;
  }
  .location-tabs-col ul.nav-tabs li {
    margin-bottom: 20px;
  }
  body .location-tabs-col ul.nav-tabs .fusion-tab-heading {
    line-height: 1.2 !important;
    font-size: 18px !important;
  }
  .agriculture-section-2-left {
    margin-left: 0% !important;
    width: 100% !important;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .testimonial-slider .slick-slider {
    padding: 30px !important;
  }
  .agriculture-section-2-left .tab-content-h4 h4, .agriculture-section-2-left .tab-content-h4 {
    font-size: 20px;
    line-height: 26px !important;
  }
  .agriculture-section-2-left::after {
    width: 18%;
    display: none;
  }
  .agriculture-section-2-right {
    margin-left: 0% !important;
  }
  .agriculture-img-2 {
    margin-right: 0%;
  }
  .video-slider-heading p {
    line-height: 30px;
    font-size: 20px;
  }
  .tab-content-h4, .tab-content-h4 h4 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .custom-tab-job-widget li.widget_joblist_row {
    padding: 22px 25px !important;
  }
  .custom-tab-job-widget li.widget_joblist_row {
    padding: 22px 25px !important;
    display: grid;
    grid-template-columns: auto auto;
  }
  .custom-tab-job-widget li.widget_joblist_row a {
    width: 90%;
    overflow: hidden;
    white-space: normal;
    text-overflow: unset;
    font-size: 18px;
    line-height: 20px;
  }
  .custom-tab-job-widget li.widget_joblist_row .widget_joblist_loc {
    font-size: 16px;
    line-height: 20px;
    width: 90%;
    grid-column-start: 1;
    grid-row-start: 2;
    margin-left: 0;
  }
  .testimonial-content p {
    line-height: 24px !important;
    font-size: 18px;
  }
  .testimonial-slider ul.slick-dots {
    left: 0;
  }
  .two-col-video-slider-ipad .slick-list {
    overflow: visible;
  }
  .tcvs-content > .fusion-column-wrapper::before {
    width: 122.9%;
    background: var(--awb-custom_color_5);
    content: '';
    height: 110%;
    position: absolute;
    z-index: -1;
    top: -10%;
    left: -10%;
  }
  .tcvs-content > .fusion-column-wrapper {
    padding-bottom: 25%;
    min-height: 245px;
  }
  .two-col-video-slider-ipad ul.slick-dots {
    bottom: 35px;
  }
}
/* our culture */
.our-culture-static-content-cnt {
  background-position: 30% 100% !important;
  background-size: auto !important;
}
.our-culture-static-content-cnt:before {
  content: '';
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/17073532/keylineNew1-1-min.png);
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
body .key-line-bg:before {
  content: '';
  top: 1%;
  background-repeat: no-repeat;
  background-position: right center;
  content: '';
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/11/21214705/keylineNew1-1.png);
  position: absolute;
  width: 83%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.lh-30 p {
  line-height: 30px;
}
.our-culture-goldbanner-a p {
  margin-bottom: 0;
}
.our-culture-goldbanner-a a {
  color: var(--awb-custom_color_5);
}
.our-culture-goldbanner-a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.our-culture-goldbanner-a p::after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/17090952/right-arrow-button.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-left: 12px;
  margin-top: 1px;
}
.our-culture-goldbanner-a p {
  display: flex;
  justify-content: space-between;
}
.our-culture-goldbanner .fusion-column-wrapper {
  border-radius: 3px;
}
.our-culture-heading .section-heading-h4 {
  margin-bottom: 30px !important;
}
.our-culture-redbanner-p {
  margin-top: 15px;
  padding-left: 34px;
}
.our-culture-redbanner .fusion-column-wrapper {
  border-radius: 2px;
}
.our-culture-redbanner-p p::after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/16101208/Smallsearch.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-left: 12px;
  margin-top: 1px;
  position: absolute;
}
.our-culture-scnt-left-col > .fusion-column-wrapper {
  margin-right: 0 !important;
}
.our-culture-scnt-left-col:nth-child(2) > .fusion-column-wrapper, .our-culture-scnt-left-col:nth-child(3) > .fusion-column-wrapper {
  margin-left: 0;
}
.our-culture-scnt-left-col-img img {
  object-fit: cover !important;
  height: 190px;
}
.our-culture-scnt-left-col {
  margin-bottom: 0;
}
.our-culture-slider-left ul.slick-dots {
  bottom: 25px;
  display: inline-flex;
}
.our-culture-slider-left .slick-dots li.slick-active button .slick-dot-icon:before {
  color: var(--awb-color1);
  border: 1px solid var(--awb-custom_color_4);
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-culture-slider-left .slick-dots li button .slick-dot-icon:before {
  color: var(--awb-custom_color_4);
}
.our-culture-slider-left .slick-dots li button .slick-dot-icon {
  opacity: 1;
}
.our-culture-slider-left-content {
  margin-bottom: 90px;
}
.our-culture-slider-left-content p {
  margin-bottom: 0;
  line-height: 38px;
}
.our-culture-slider-rcc-content p {
  line-height: 25px;
}
.our-culture-slider-left-heading {
  margin-bottom: 0 !important;
}
.our-culture-slider-rcc-content p {
  margin-bottom: 0;
}
.oc-list-content p {
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.oc-list-content ul.list-2-col {
  font-family: 'FIRA SANS CONDENSED';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  display: grid;
  grid-template-columns: auto auto;
}
.oc-list-content {
  padding: 0 83px 44px 87px;
}
.our-culture-static-content-right .fusion-column-wrapper {
  justify-content: center;
}
.our-culture-slider-left-heading {
  padding-right: 16px;
  padding-bottom: 10px;
}
.our-culture-slider-rcc-img-cnt .fusion-image-element, .our-culture-slider-rcc-img-cnt .fusion-image-element span, .our-culture-slider-rcc-img-cnt .fusion-image-element img {
  height: 100%;
}
/* END our culture */
.our-culture-slider-right > .fusion-column-wrapper {
  margin-left: 1.8% !important;
}
.our-culture-scnt-left-col .fusion-image-element, .our-culture-scnt-left-col .fusion-image-element span, .our-culture-scnt-left-col .fusion-image-element img {
  width: 100%;
}
.our-approach-left {
  z-index: 11 !important;
}
.two-col-image-wrap .fusion-column-wrapper {
  gap: 4px;
}
@media (max-width: 1024px) {
  .our-culture-scnt-left-col:nth-child(2) > .fusion-column-wrapper, .our-culture-scnt-left-col:nth-child(3) > .fusion-column-wrapper {
    margin-left: 6px !important;
  }
  .our-culture-scnt-left-col > .fusion-column-wrapper {
    margin-right: 6px !important;
  }
  .our-culture-slider-left .slick-slider, .our-culture-slider-left {
    margin-bottom: 0 !important;
  }
  .our-culture-slider-rcc-img img {
    width: 100%;
  }
  .our-culture-static-content-left .fusion-column-wrapper {
    padding-top: 0;
  }
  .our-culture-goldbanner {
    margin-bottom: 50px;
  }
  .our-culture-scnt-left-col-img img, .our-culture-scnt-left-col-img {
    width: 100%;
  }
  .our-culture-scnt-left-col:last-child img {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .two-col-image-wrap > .fusion-column-wrapper {
    flex-wrap: wrap !important;
    gap: 5px;
    max-width: 203px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .two-col-image-wrap > .fusion-column-wrapper .fusion-image-element:first-child {
    width: 100%;
    flex: 100%;
    margin-bottom: 20px;
  }
  .two-col-image-wrap > .fusion-column-wrapper .fusion-image-element span.fusion-imageframe img {
    width: 100%;
  }
  .two-col-image-wrap > .fusion-column-wrapper .fusion-image-element span.fusion-imageframe {
    display: block;
    width: 100%;
  }
  .two-col-image-wrap > .fusion-column-wrapper .fusion-image-element {
    flex-basis: 32%;
  }
  .our-culture-scnt-left-col:last-child img {
    width: 100%;
  }
  .oc-list-content {
    padding: 0 20px 44px 0;
  }
  .oc-list-content ul.list-2-col {
    grid-template-columns: auto;
  }
  .section-heading-h3 h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .lh-30 p {
    font-size: 16px;
    line-height: 22px;
  }
  .our-culture-scnt-right-heading h4 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .our-culture-slider-left-heading h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .our-culture-slider-rcc-heading h2 {
    font-size: 24px !important;
  }
  .our-culture-slider-rcc-content p {
    font-size: 16px !important;
  }
  .our-culture-goldbanner-a p::after {
    width: 74px;
    background-repeat: no-repeat;
    height: 32px;
    margin-top: 3%;
  }
}
/* menu icon update */
.fusion-tb-header nav button.awb-menu__m-toggle .fa-align-left:before {
  content: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/23040011/hamburger-1.svg);
}
.fusion-tb-header nav button.awb-menu__m-toggle {
  width: 50px;
  height: 50px;
}
/* END menu icon update */
.fusion-modal .modal-header .close {
  opacity: 1;
}
body.jsr-page .job-alert-section:before {
  content: '';
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3024/2023/10/22185822/Wheel_rake-1-1.png);
  width: 50%;
  position: absolute;
  right: -15%;
  height: 100%;
  top: -100%;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.select2-results__options li {
  color: var(--awb-custom_color_4) !important;
}
#live-results {
  position: absolute;
  top: 5%;
  right: 0;
}
#live-results {
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 26px;
  font-size: 16px;
}
body .awb-menu__m-toggle-inner {
  align-items: center;
  /*justify-content: center;*/
}
/* Single A fix */
.job-list-right-container a {
  /*display: none !important;*/
}
body .search-banner input[type="text"]:focus {
  outline: 2px solid #fff !important;
  outline-offset: 2px;
}
.search-banner .quicksearch-submit:focus {
  outline: 2px solid #fff !important;
  outline-offset: -4px;
}
.news__pagination ul.slider-dots li button:focus {
  outline: 2px solid #fff !important;
  outline-offset: 2px;
}
.news__arrow:focus {
  outline: 2px solid #fff !important;
}
button:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}
.footer-logo a:focus img {
  outline: 2px solid #fff !important;
  outline-offset: -2px;
}
.fusion-tb-footer a:focus {
  outline: 2px solid #fff !important;
}
.fusion-social-networks-wrapper a:focus {
  outline-offset: -2px;
}
ul#menu-main-menu a:focus > span {
  outline: 2px solid #000;
  outline-offset: -2px;
}
ul#menu-main-menu a:focus {
  outline: none !important;
}
.header-social-icon a:focus, .header-social-icon a:focus span {
  outline: none !important;
}
.header-social-icon a:focus img {
  outline: 2px solid #000 !important;
  outline-offset: 0px;
}
.blog-list a.fusion-button:focus span, .blog-list a.fusion-button:hover span {
  color: #c3231e;
}
.blog-list:nth-child(2) a.fusion-button:focus {
  outline-color: #fff !important;
}
.tacc-content .fusion-tabs .nav li a:focus h3 {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.tacc-content .fusion-tabs .nav li a:focus {
  outline: none !important;
}
.schema-form-checkbox input[type=checkbox]:focus {
  outline: 2px solid #000 !important;
  outline-offset: 1px !important;
}
#cws-search-form input:focus, #cws-search-form span.select2-selection:focus {
  /*outline: 2px solid #000 !important;*/
  outline: none !important;
  outline-offset: 0px;
}
#cws-search-form .search-checkbox-item input:focus {
  outline: 2px solid #000 !important;
  outline-offset: 0px;
}
.fusion-tb-header nav:not(.expanded) #menu-main-menu {
  display: none;
}
.hero-slider .slick-slide.slick-current .widget-jobsearch {
  display: block;
}
.hero-slider .slick-slide .widget-jobsearch {
  display: none;
}
.fusion-tabs .tab-pane:focus {
  outline: 0px solid #000 !important;
  outline-offset: 2px;
}
nav#widget-jobsearch-results-pages li:empty {
  display: none !important;
}
.description-ejd .fusion-social-networks a:focus {
  outline: none !important;
}
.description-ejd .fusion-social-networks a:focus i {
  outline: 2px solid #000;
  outline-offset: 2px;
}
/* END Single A fix */
/* password reset pop-up */
.modal.schema-modal-popup.ng-scope.in .modal-content {
  background: var(--awb-custom_color_4) !important;
}
.modal.schema-modal-popup.ng-scope.in .modal-content .modal-popup-small {
  padding-top: 30px !important;
}
.ng-scope .ng-scope form[name="xcloud_Signin"] input.btn.btn-azure, .ng-scope .ng-scope form[name="updatePasswordForm"] input.btn.btn-azure, .ng-scope div#candidatePasswordUpdateMainContent .ng-scope form[name="forgotPasswordForm"] input.btn.btn-azure, .ng-scope .ng-scope form[name="xcloud_Signin"] button.btn.btn-azure, .ng-scope .ng-scope form[name="updatePasswordForm"] button.btn.btn-azure, .ng-scope div#candidatePasswordUpdateMainContent .ng-scope form[name="forgotPasswordForm"] button.btn.btn-azure {
  color: #fff !important;
}
/* END password reset pop-up */
/* one trust video css */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-cookie-message {
  background: #cdcdcd;
  display: block;
  height: 100%;
  padding: 1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.unwanted {
  display: none;
}
/* one trust video end */
#candidatePoolMainContainer span.copyright.ng-binding {
  display: none;
}
/*========= Multiselect Category ======== */
.select2-container--default .select2-selection--multiple {
  background-color: #c3231e;
  border: 1px solid #c3231e !important;
  border-radius: 60px;
  cursor: text;
  min-height: 40px;
  /*height: 40px;
   overflow: scroll;*/
}
.select2-container--default .select2-selection--multiple #select2-selected-all {
  /*height: 100%; */
  display: block;
  /*line-height: 38px;*/
}
.select2-container--default .select2-selection--multiple #select2-selected-all .select2-selection__choice {
  line-height: 30px;
}
span#clearall {
  display: none;
}
/*body .select2-container .select2-search--inline .select2-search__field {margin-top:0;}*/
.job-list-apply-btn a {
  text-transform: uppercase;
}
.container-primary-category input::-webkit-input-placeholder, .container-primary-country input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
span.cws-clear-btn a {
  font-size: 16px !important;
  padding: 10px 15px !important;
  border-radius: 60px;
  border-color: #c3231e !important;
  font-family: 'Fira Sans Condensed';
  font-weight: 400;
}
.two-col-video-slider .slick-prev {
  left: 48%;
  bottom: 38px;
  z-index: 9;
  top: auto;
}
.two-col-video-slider .slick-next {
  right: 39%;
  bottom: 38px;
  z-index: 9;
  top: auto;
}
.agriculture-vslider.two-col-video-slider .slick-prev, .construction-vslider.two-col-video-slider .slick-prev {
  right: auto;
  left: 3%;
  bottom: 23px;
}
.agriculture-vslider.two-col-video-slider .slick-next, .construction-vslider.two-col-video-slider .slick-next {
  right: auto;
  left: 14%;
  bottom: 23px;
}
.agriculture-vslider.two-col-video-slider .slick-prev:focus, .agriculture-vslider.two-col-video-slider .slick-next:focus, .construction-vslider.two-col-video-slider .slick-prev:focus, .construction-vslider.two-col-video-slider .slick-next:focus {
  top: auto !important;
  bottom: 26px;
  outline: none !important;
}
.two-col-video-slider .slick-prev:focus, .two-col-video-slider-ipad .slick-prev:focus, .two-col-video-slider-ipad .slick-next:focus, .two-col-video-slider .slick-next:focus {
  top: auto !important;
  bottom: 42px;
  outline: none !important;
}
.two-col-video-slider .slick-prev .slick-prev-icon::before, .two-col-video-slider-ipad .slick-prev .slick-prev-icon::before, .our-culture-slider-left .slick-prev .slick-prev-icon::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f104';
}
.two-col-video-slider .slick-next .slick-next-icon::before, .two-col-video-slider-ipad .slick-next .slick-next-icon::before, .our-culture-slider-left .slick-next .slick-next-icon::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
}
.two-col-video-slider .slick-prev .slick-next-icon, .two-col-video-slider-ipad .slick-prev .slick-next-icon, .our-culture-slider-left .slick-prev .slick-next-icon, .two-col-video-slider .slick-prev .slick-next-icon::before, .two-col-video-slider-ipad .slick-prev .slick-next-icon::before, .our-culture-slider-left .slick-prev .slick-next-icon::before, .two-col-video-slider .slick-next .slick-next-icon, .two-col-video-slider-ipad .slick-next .slick-next-icon, .our-culture-slider-left .slick-next .slick-next-icon, .two-col-video-slider-ipad .slick-next .slick-next-icon::before, .two-col-video-slider .slick-next .slick-next-icon::before, .our-culture-slider-left .slick-next .slick-next-icon::before {
  opacity: 1;
}
.temp-hide {
  display: none !important;
}
.text-center {
  text-align: center !important;
}
.custom-tab-job-widget a:empty {
  /*display: none !important;*/
}
.brand-logos a:focus img {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}
a.video-slider-transcript-btn.temp-hide {
  visibility: hidden;
  display: block !important;
}
.slider-nav-container span.slick-prev-icon, .slider-nav-container span.slick-prev-icon::before {
  opacity: 1 !important;
}
.slider-nav-container button.slick-prev.slick-arrow, .slider-nav-container button.slick-next.slick-arrow, .slider-nav-container button.slick-prev.slick-arrow:focus, .slider-nav-container button.slick-next.slick-arrow:focus {
  position: relative;
  right: 0;
  left: 0;
  bottom: auto !important;
  top: auto !important;
}
.slider-nav-container ul.slick-dots {
  left: 0;
  bottom: auto;
  position: relative;
  top: -2px;
}
.slider-nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  position: absolute;
  bottom: 30px;
  left: 7%;
}
.slider-nav-container span.slick-prev-icon, .slider-nav-container span.slick-next-icon {
  font-size: 24px !important;
}
.slider-nav-container button.slick-arrow:focus > span {
  outline: 2px solid #fff;
  outline-offset: 1px;
}
.location-slider .slider-nav-container {
  left: 50%;
}
.location-slider .slider-nav-container ul.slick-dots {
  left: auto !important;
  bottom: auto !important;
}
@media (max-width: 1024px) {
  .location-slider .slider-nav-container, .slider-nav-container {
    left: auto;
    width: 100%;
  }
  .location-slider .slider-nav-container ul.slick-dots, .slider-nav-container ul.slick-dots {
    width: max-content;
  }
}
@media (max-width: 767px) {
  .slider-nav-container {
    bottom: 60px;
  }
}
.schema-form-section .form-group .form-control-feedback {
  display: none;
}
/* Post launch */
.our-culture-slider-left .prev-arrow {
  top: 10px;
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  cursor: pointer;
  font-size: 11px;
  left: 10px;
  bottom: 25px;
  top: auto;
  background: transparent;
  border: none;
}
.our-culture-slider-left .prev-arrow:before {
  content: "\f053";
}
.our-culture-slider-left .next-arrow {
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  cursor: pointer;
  font-size: 11px;
  right: 280px;
  bottom: 25px;
  top: auto;
  background: transparent;
  border: none;
}
.our-culture-slider-left .next-arrow:before {
  content: "\f054";
}
.our-culture-slider-left .slick-dots {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .our-culture-slider-left .slider-nav-container {
    width: -webkit-fill-available !important;
  }
  .tacc-tab-content-industrial.tacc-sales-tab {
    padding-left: 0;
    padding-right: 0;
  }
  .our-culture-slider-left .prev-arrow {
    left: 10% !important;
    z-index: 9999 !important;
  }
  .our-culture-slider-left .next-arrow {
    right: 10% !important;
    z-index: 9999 !important;
  }
}
.video-slider-transcript-btn {
  text-transform: uppercase !important;
}
.search_tag {
  position: absolute;
  top: auto;
  margin-left: 160px;
  bottom: 20px;
}
.container-primary-city span.select2-selection, .container-sub-category span.select2-selection {
  color: #fff;
  padding: 0px;
}
#cws-search-form .container-primary-city .select2-container--default .select2-selection--single .select2-selection__rendered, #cws-search-form .container-sub-category .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
}
body .select2-container .select2-search--inline .select2-search__field {
  margin-left: 20px !important;
}
span#select2-cws_jobsearch_job_type-container {
  margin-left: 20px;
}
a.clear_selection_job_type.search_tag {
  display: none;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #fff !important;
  /* Placeholder color */
  opacity: 1 !important;
  text-transform: uppercase !important;
}
/* End of post launch */
@media (min-width: 768px) and (max-width: 1024px) {
  body .tacc-tabs-corporatefunctions ul.nav-tabs li {
    margin-right: 13px !important;
    padding: 0 !important;
  }
  a#fusion-tab-legal\compliance, a#fusion-tab-recht\compliance, a#fusion-tab-jurídico\compliance, a#fusion-tab-juridiqueetconformité {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .tacc-tabs .nav li {
    padding-right: 15px !important;
  }
}
#cws-search-form .checkbox-group {
  width: 115px !important;
  float: none;
  display: inline-block;
  margin-left: 10px;
}
.search-checkbox-item input {
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 1px solid #989898;
  margin-right: 8px;
  top: 0;
  width: 20px;
  height: 20px;
}
label.location_type {
  margin-top: -10px !important;
}
input#cws_jobsearch_location_type-1:checked:after, input#cws_jobsearch_location_type-2:checked:after, input#cws_jobsearch_location_type-0:checked:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  top: 4px;
  left: 3px;
  border: 2px solid #c3231e;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.search-checkbox-item.checkbox-false {
  display: none !important;
}
.search-checkbox-container.container-location-type {
  width: 300px;
  float: none;
  display: -webkit-box;
  margin-left: 0px;
  margin-bottom: 20px;
}
.filter-checkbox-wrapper {
  display: flex;
}
.search-checkbox-item {
  float: left;
  margin-right: 20px;
}
.widget_joblist_loc i {
  font-style: normal;
}
.search-checkbox-item.checkbox- {
  display: none !important;
}
.filter-checkbox-wrapper .checkbox-field, .filter-checkbox-wrapper .checkbox-remote {
  display: block !important;
}
a.clear_selection_category.search_tag {
  display: none !important;
}
/* Translations CSS */
.awb-menu__main-ul .wpml-ls-menu-item .awb-menu__sub-ul {
  padding-top: 15px !important;
}
.awb-menu__main-ul .wpml-ls-menu-item .awb-menu__sub-ul li a > span {
  font-size: 36px;
}
.global-header_bg_white .header-social-icon span.awb-menu__i {
  padding: 0px 8px !important;
}
.fr-why-choose-slider .slider-nav-container {
  bottom: 180px;
}
.awb-menu.collapse-enabled li.expanded > a, .awb-menu.collapse-enabled li:hover > a {
  background-color: white !important;
  color: black !important;
}
.awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile:before, .awb-menu.collapse-enabled li.expanded > .awb-menu__open-nav-submenu_mobile:before, .awb-menu.collapse-enabled li:hover > .awb-menu__open-nav-submenu_mobile:before {
  color: black !important;
}
.awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile:focus {
  outline: none !important;
}
.fr-job-results #cws-search-form .search-submit-btn a, html[lang='pt-br'] #cws-search-form .search-submit-btn a {
  width: 190px !important;
}
/*.teams-accordion-container.french-lang .fusion-panel .panel-collapse .tab-pane a.search-job-link span{
 line-height:24px;
 }*/
html[lang='de-DE'] .fusion-column.col-counter-box:nth-child(2) .counter-box-container {
  width: 75%;
}
html[lang='de-DE'] .fusion-column.col-counter-box:nth-child(3) .counter-box-container {
  width: 67%;
}
html[lang='de-DE'] .landwirtschaft-tab .two-col-video-slider .slick-track .video-slider-heading p, html[lang='de-DE'] .bauwesen-tab .two-col-video-slider .slick-track .video-slider-heading p, html[lang='de-DE'] .finanzdienstleistungen-tab .unslick-video-slider .video-slider-heading p {
  font-size: 20px;
}
html[lang='it-IT'] .hero-section.hero-slider .fusion-title h1, html[lang='fr-FR'] .hero-section.hero-slider .fusion-title h1, html[lang='de-DE'] .hero-section.hero-slider .fusion-title h1, html[lang='es-ES'] .hero-section.hero-slider .fusion-title h1, html[lang='pt-br'] .hero-section.hero-slider .fusion-title h1 {
  font-size: 66px !important;
}
html[lang='it-IT'] .job-alert-section .fusion-title h3, html[lang='fr-FR'] .job-alert-section .fusion-title h3, html[lang='de-DE'] .job-alert-section .fusion-title h3, html[lang='es-ES'] .job-alert-section .fusion-title h3, html[lang='pt-br'] .job-alert-section .fusion-title h3 {
  font-size: 60px !important;
  line-height: 1 !important;
}
html[lang='es-ES'] .jsr-page .hero-section .fusion-title h1 {
  font-size: 70px !important;
}
html[lang='de-DE'] .engineering-technical-highlights .fusion-title h3 {
  font-size: 15px !important;
}
html[lang='de-DE'] .our-culture-slider-left .ocs-content-section-row.align-between .fusion-column-wrapper {
  justify-content: start;
}
html[lang='fr-FR'] .engineering-technical-page .northamerica-vslider .slider-nav-container {
  bottom: 70px;
}
.error404 #main .fusion-button-text {
  color: #fff;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  html[lang='it-IT'] .two-col-video .two-col-video-text .fusion-modal-text-link.video-slider-transcript-btn {
    font-size: 12px;
  }
  html[lang='it-IT'] .our-culture-slider-left h2, html[lang='de-DE'] .our-culture-slider-left h2, html[lang='es-ES'] .our-culture-slider-left h2, html[lang='pt-br'] .our-culture-slider-left h2, html[lang='fr-FR'] .our-culture-slider-left h2 {
    font-size: 45px !important;
  }
  html[lang='it-IT'] .where-we-are-page .medioorienteeafrica-tab .two-col-video-slider .tcvs-content p {
    font-size: 20px !important;
  }
  html[lang='it-IT'] .teams-page .tacc-engineering-and-technical h2 {
    font-size: 57px !important;
  }
  html[lang='it-IT'] .engineering-technical-page .our-team-section h2 {
    font-size: 42px !important;
  }
  html[lang='fr-FR'] .engineering-technical-page .our-team-section h2 {
    font-size: 50px !important;
  }
  html[lang='es-ES'] #menu-main-menu-spanish .menu-item-8953 span.menu-text {
    font-size: 62px;
  }
  html[lang='es-ES'] .our-culture-static-content-cnt .oc-list-content li:first-child {
    margin-right: 26px;
  }
  html[lang='es-ES'] .our-culture-slider-right-content-col h2 {
    font-size: 25px !important;
  }
  html[lang='es-ES'] .what-we-do-page .two-col-video-slider .video-slider-heading p {
    font-size: 23px !important;
  }
  html[lang='es-ES'] .teams-page .teams-accordion-section .panel-collapse .fusion-title h2 {
    font-size: 48px !important;
  }
  html[lang='es-ES'] .engineering-technical-page .our-team-section h2 {
    font-size: 39px !important;
  }
  html[lang='es-ES'] #live-results {
    top: 22%;
  }
  html[lang='de-DE'] .hero-section.hero-slider .fusion-title h1 {
    font-size: 56px !important;
  }
  html[lang='de-DE'] .our-culture-static-content-right h4 {
    font-size: 37px !important;
  }
  html[lang='de-DE'] .fusion-column.col-counter-box:nth-child(3) .counter-box-container {
    width: 80%;
  }
  html[lang='de-DE'] .fusion-column.col-counter-box:nth-child(2) .counter-box-container {
    width: 84%;
  }
  html[lang='de-DE'] .landwirtschaft-tab .two-col-video-slider .slick-track .video-slider-heading p, html[lang='de-DE'] .bauwesen-tab .two-col-video-slider .slick-track .video-slider-heading p, html[lang='de-DE'] .finanzdienstleistungen-tab .unslick-video-slider .video-slider-heading p, html[lang='de-DE'] .where-we-are-page .two-col-video-slider .slick-track .video-slider-heading p {
    font-size: 18px;
  }
  html[lang='de-DE'] .landwirtschaft-tab .two-col-video-slider .slick-track .tcvs-content .fusion-column-wrapper, html[lang='de-DE'] .bauwesen-tab .two-col-video-slider .tcvs-content .fusion-column-wrapper, html[lang='de-DE'] .finanzdienstleistungen-tab .unslick-video-slider .tcvs-content .fusion-column-wrapper, html[lang='de-DE'] .where-we-are-page .two-col-video-slider .slick-track .tcvs-content .fusion-column-wrapper {
    padding: 43px 14px;
  }
  html[lang='de-DE'] .teams-page .tacc-two-col-title.commercial-title {
    font-size: 38px;
  }
  html[lang='de-DE'] .why-choose-us-page .hero-section .fusion-title h1, html[lang='pt-br'] .jsr-page .hero-section .fusion-title h1, html[lang='fr-FR'] .jsr-page .hero-section .fusion-title h1 {
    font-size: 75px !important;
  }
  html[lang='de-DE'] .why-choose-us-page .why-choose-slider .slider-nav-container {
    bottom: 150px;
  }
  html[lang='de-DE'] .engineering-technical-highlights .fusion-title h3 {
    font-size: 13px !important;
  }
  html[lang='de-DE'] .engineering-technical-page .our-team-section h2, html[lang='pt-br'] .engineering-technical-page .our-team-section h2 {
    font-size: 54px !important;
  }
  html[lang='pt-br'] .our-culture-static-content-cnt .oc-list-content li:first-child {
    margin-right: 10px;
  }
  html[lang='pt-br'] .our-culture-slider-right-content-col h2 {
    font-size: 24px !important;
  }
  html[lang='pt-br'] .what-we-do-page .two-col-video-slider .video-slider-heading p, html[lang='pt-br'] .what-we-do-page .unslick-video-slider .video-slider-heading p, html[lang='it-IT'] .what-we-do-page .two-col-video-slider .video-slider-heading p, html[lang='it-IT'] .what-we-do-page .unslick-video-slider .video-slider-heading p {
    font-size: 22px !important;
  }
  html[lang='pt-br'] .teams-page .teams-accordion-section .panel-collapse .fusion-title h2 {
    font-size: 37px !important;
  }
  html[lang='pt-br'] .europe-slider .early-career-two-col .early-career-left h3 {
    font-size: 26px !important;
  }
  html[lang='de-DE'] .our-culture-slider-left .ocs-content-section-col h2 {
    font-size: 90px !important;
  }
  html[lang='de-DE'] .our-culture-slider-left .ocs-content-section-col.left-content h2 {
    font-size: 48px !important;
  }
  html[lang='de-DE'] .our-culture-slider-left .ocs-content-section-row.align-between .our-culture-slider-left-heading {
    width: 100px;
  }
  html[lang='it-IT'] .engineering-technical-page .blue-bg-section h2 {
    font-size: 56px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .fusion-tb-footer .footer-left-bottom {
    width: 84%;
  }
  .fusion-tb-footer .footer-right-bottom {
    width: 16%;
  }
}
/*@media (min-width: 1263px) and (max-width: 1397px) {
 html[lang='it-IT'] .two-col-video .two-col-video-text .fusion-modal-text-link.video-slider-transcript-btn{
 font-size:14px;
 }
 html[lang='it-IT'] .our-culture-slider-left h2, html[lang='de-DE'] .our-culture-slider-left h2, html[lang='es-ES'] .our-culture-slider-left h2, html[lang='pt-br'] .our-culture-slider-left h2, html[lang='fr-FR'] .our-culture-slider-left h2{
 font-size:52px !important;
 }
 html[lang='it-IT'] .engineering-technical-page .our-team-section h2{
 font-size:50px !important;
 }
 }*/
@media (min-width: 1281px) {
  html[lang='de-DE'] .why-choose-us-page .why-choose-slider .slider-nav-container {
    bottom: 135px;
  }
  html[lang='de-DE'] .our-culture-slider-left .ocs-content-section-row .fusion-text p {
    font-size: 18px;
  }
  html[lang='es-ES'] .teams-page .teams-accordion-section .panel-collapse .fusion-title h2, html[lang='pt-br'] .teams-page .teams-accordion-section .panel-collapse .fusion-title h2 {
    font-size: 48px !important;
  }
  html[lang='es-ES'] .why-choose-us-page .why-choose-slider .slider-nav-container {
    bottom: 85px;
  }
  html[lang='it-IT'] .why-choose-us-page .why-choose-slider .slider-nav-container {
    bottom: 95px;
  }
  html[lang='pt-br'] .why-choose-us-page .why-choose-slider .slider-nav-container {
    bottom: 105px;
  }
  html[lang='it-IT'] .our-culture-slider-left h2, html[lang='de-DE'] .our-culture-slider-left h2, html[lang='es-ES'] .our-culture-slider-left h2, html[lang='pt-br'] .our-culture-slider-left h2 {
    font-size: 56px !important;
  }
  html[lang='it-IT'] .our-culture-static-content-left li {
    margin-right: 30px;
  }
  html[lang='it-IT'] .two-col-video .two-col-video-text .fusion-modal-text-link.video-slider-transcript-btn {
    font-size: 15px;
  }
  html[lang='it-IT'] .engineering-technical-page .our-team-section h2 {
    font-size: 54px !important;
  }
  html[lang='de-DE'] .our-culture-slider-left .ocs-content-section-col h2 {
    font-size: 90px !important;
  }
  html[lang='de-DE'] .our-culture-slider-left .ocs-content-section-col.left-content h2 {
    font-size: 72px !important;
  }
  .fusion-tb-footer .footer-left-bottom {
    width: 80%;
  }
  .fusion-tb-footer .footer-right-bottom {
    width: 20%;
  }
  .fusion-tb-header .awb-menu .wpml-ls-current-language .awb-menu__open-nav-submenu_main {
    left: 830px;
  }
}
@media (max-width: 1024px) {
  .fr-why-choose-slider .slider-nav-container {
    bottom: 80px;
  }
  html[lang='de-DE'] .ejd-page .corporate-image .fusion-title h3 {
    font-size: 44px !important;
  }
  html[lang='it-IT'] .hero-section.hero-slider .fusion-title h1, html[lang='fr-FR'] .hero-section.hero-slider .fusion-title h1, html[lang='de-DE'] .hero-section.hero-slider .fusion-title h1, html[lang='es-ES'] .hero-section.hero-slider .fusion-title h1, html[lang='pt-br'] .hero-section.hero-slider .fusion-title h1 {
    font-size: 30px !important;
  }
  html[lang='it-IT'] .job-alert-section .fusion-title h3, html[lang='fr-FR'] .job-alert-section .fusion-title h3, html[lang='de-DE'] .job-alert-section .fusion-title h3, html[lang='es-ES'] .job-alert-section .fusion-title h3, html[lang='pt-br'] .job-alert-section .fusion-title h3 {
    font-size: 35px !important;
    line-height: 1.3 !important;
  }
  html[lang='it-IT'] .jsr-page .hero-section .fusion-title h1, html[lang='es-ES'] .jsr-page .hero-section .fusion-title h1 {
    font-size: 32px !important;
  }
  html[lang='de-DE'] .what-we-do-page .fusion-tabs .nav-tabs h3.fusion-tab-heading {
    font-size: 18px !important;
  }
  html[lang='fr-FR'] .engineering-technical-page .northamerica-vslider-ipad .slider-nav-container {
    bottom: 85px;
  }
}
@media (min-width: 767px) and (max-width: 901px) {
  /* html[lang='it-IT'] #cws-search-form .search-submit-btn,html[lang='es-ES'] #cws-search-form .search-submit-btn,html[lang='fr-FR'] #cws-search-form .search-submit-btn,html[lang='de-DE'] #cws-search-form .search-submit-btn,html[lang='pt-br'] #cws-search-form .search-submit-btn{
   top:40px;
   }*/
  html[lang='it-IT'] body .search-banner .quicksearch-btn {
    top: 54px !important;
  }
  html[lang='it-IT'] .hero-section .w-form-row:before {
    top: 43px !important;
  }
  html[lang='it-IT'] .jsr-page .widget-jobsearch-full .search-submit-btn, html[lang='fr-FR'] .jsr-page .widget-jobsearch-full .search-submit-btn, html[lang='de-DE'] .jsr-page .widget-jobsearch-full .search-submit-btn, html[lang='pt-br'] .jsr-page .widget-jobsearch-full .search-submit-btn, html[lang='es-ES'] .jsr-page .widget-jobsearch-full .search-submit-btn {
    top: 40px !important;
  }
  html[lang='it-IT'] body .hero-slider .search-banner .quicksearch-btn, html[lang='es-ES'] body .hero-slider .search-banner .quicksearch-btn {
    top: 29px !important;
  }
  html[lang='it-IT'] .hero-slider.hero-section .w-form-row:before, html[lang='es-ES'] .hero-slider.hero-section .w-form-row:before {
    top: 20px !important;
  }
}
@media (min-width: 767px) and (max-width: 801px) {
  html[lang='es-ES'] .hero-section .w-form-row:before {
    top: 43px !important;
  }
  html[lang='es-ES'] body .search-banner .quicksearch-btn {
    top: 54px !important;
  }
}
@media (min-width: 900px) and (max-width: 1025px) {
  html[lang='it-IT'] .jsr-page .widget-jobsearch-full .search-submit-btn {
    top: 41px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /*html[lang='it-IT'] #cws-search-form .search-submit-btn,html[lang='es-ES'] #cws-search-form .search-submit-btn{
   top:-40px;
   }
   html[lang='fr-FR'] #cws-search-form .search-submit-btn,html[lang='de-DE'] #cws-search-form .search-submit-btn,html[lang='pt-br'] #cws-search-form .search-submit-btn,html[lang='en-US'] #cws-search-form .search-submit-btn{
   top:-25px;
   }*/
  html[lang='es-ES'] .teams-page .teams-accordion-section .tacc-engineering-and-technical a.fusion-button span {
    font-size: 15px;
  }
  html[lang='fr-FR'] #live-results, html[lang='es-ES'] #live-results, html[lang='it-IT'] #live-results, html[lang='de-DE'] #live-results, html[lang='pt-br'] #live-results {
    top: 15%;
  }
  html[lang='de-DE'] .teams-page .teams-accordion-container .commercial-title.tacc-two-col-title h2 {
    font-size: 55px !important;
  }
  html[lang='it-IT'] .teams-page .tacc-engineering-and-technical .tacc-one-col .fusion-button span {
    font-size: 16px;
  }
  html[lang='it-IT'] .our-culture-static-content-left li {
    margin-right: 30px;
  }
  .footer-left-bottom .awb-menu__main-li:not(last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  html[lang='it-IT'] .hero-section.hero-slider .fusion-title h1, html[lang='fr-FR'] .hero-section.hero-slider .fusion-title h1, html[lang='de-DE'] .hero-section.hero-slider .fusion-title h1, html[lang='es-ES'] .hero-section.hero-slider .fusion-title h1, html[lang='pt-br'] .hero-section.hero-slider .fusion-title h1 {
    font-size: 15px !important;
  }
  html[lang='it-IT'] .job-alert-section .fusion-title h3, html[lang='fr-FR'] .job-alert-section .fusion-title h3, html[lang='de-DE'] .job-alert-section .fusion-title h3, html[lang='es-ES'] .job-alert-section .fusion-title h3, html[lang='pt-br'] .job-alert-section .fusion-title h3 {
    font-size: 15px !important;
    letter-spacing: -1px !important;
  }
  html[lang='it-IT'] .jsr-page .hero-section .fusion-title h1, html[lang='es-ES'] .jsr-page .hero-section .fusion-title h1 {
    font-size: 14px !important;
  }
  html[lang='es-ES'] .early-careers-page .hero-section .fusion-title h1 {
    font-size: 16px !important;
  }
  html[lang='de-DE'] .landwirtschaft-tab .two-col-video-slider-ipad .slick-track .video-slider-heading p, html[lang='de-DE'] .bauwesen-tab .two-col-video-slider-ipad .slick-track .video-slider-heading p, html[lang='de-DE'] .finanzdienstleistungen-tab .unslick-video-slider-ipad .video-slider-heading p {
    font-size: 17px;
  }
  html[lang='de-DE'] .what-we-do-page .counter-elelment .fusion-counter-box .counter-box-content {
    font-size: 12px;
  }
  html[lang='de-DE'] .finanzdienstleistungen-tab:not(.custom-tab-job-widget) h4 {
    font-size: 15px !important;
  }
  html[lang='de-DE'] .what-we-do-page .fusion-tabs .fusion-mobile-tab-nav h3.fusion-tab-heading {
    font-size: 18px !important;
  }
  html[lang='de-DE'] .teams-page .teams-accordion-section .tacc-tab-content-title h4 {
    font-size: 15px !important;
  }
  html[lang='de-DE'] .teams-page .teams-accordion-section .fusion-panel .fusion-toggle-heading {
    margin-left: 0px;
    font-size: 18px !important;
  }
  html[lang='de-DE'] .teams-page .teams-accordion-section .tacc-corporate-functions .job-widget-heading h4 {
    font-size: 16px !important;
  }
  html[lang='de-DE'] .early-careers-page .teams-accordion-section .panel-collapse .early-career-two-col .fusion-title h3 {
    font-size: 15px !important;
  }
  html[lang='de-DE'] .early-careers-page .teams-accordion-section .panel-collapse .early-career-two-col .fusion-button span {
    font-size: 14px !important;
  }
  html[lang='it-IT'] .teams-page .tacc-industrial .tacc-manufacturing-tab h4 {
    font-size: 24px !important;
  }
  html[lang='pt-br'] .teams-accordion-section .tacc-industrial .tacc-tab-content-industrial.tacc-supplychain-tab h4, html[lang='pt-br'] .teams-accordion-section .tacc-commercial .tacc-tab-content-industrial.tacc-sales-tab h4 {
    font-size: 22px !important;
  }
  .global-header .awb-menu.collapse-enabled .wpml-ls-menu-item .awb-menu__sub-ul_main li a {
    padding-left: 20px !important;
    width: fit-content ! Important;
  }
  .global-header .awb-menu.collapse-enabled .wpml-ls-menu-item button:before {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .global-header .awb-menu.collapse-enabled .wpml-ls-menu-item .awb-menu__sub-ul_main li span {
    font-size: 22px;
    line-height: 28px;
  }
  html[lang='de-DE'] .career-opp .fusion-title h2 {
    font-size: 22px !important;
  }
  html[lang='de-DE'] .location-tabs-container .fusion-accordian .panel-title .fusion-toggle-heading {
    margin-left: 0px;
  }
  html[lang='de-DE'] .blog-section .fusion-title h2 {
    font-size: 19px !important;
  }
  html[lang='de-DE'] .teams-career-opp fusion-title h2 {
    font-size: 22px !important;
  }
  html[lang='de-DE'] .why-choose-us-page .why-choose-slider .slider-nav-container {
    bottom: 105px;
  }
  html[lang='pt-br'] .why-choose-us-page .why-choose-slider .slider-nav-container {
    bottom: 70px;
  }
  html[lang='de-DE'] .ejd-page .corporate-image .fusion-title h3 {
    font-size: 20px !important;
  }
  html[lang='de-DE'] .our-culture-slider-left .ocs-content-section-row .fusion-text p {
    font-size: 12px;
  }
  html[lang='it-IT'] .our-culture-slider-left h2, html[lang='de-DE'] .our-culture-slider-left h2, html[lang='es-ES'] .our-culture-slider-left h2, html[lang='fr-FR'] .our-culture-slider-left h2, html[lang='pt-br'] .our-culture-slider-left h2 {
    font-size: 28px !important;
  }
  html[lang='de-DE'] #menu-main-menu-german #menu-item-8842 a span {
    text-align: left;
    /*html[lang='de-DE'] .early-careers-page .teams-accordion-section .panel-collapse .slick-slide .fusion-title h3,html[lang='de-DE'] .early-careers-page .teams-accordion-section .panel-collapse .slick-slide .fusion-button span{
     font-size:14px !important;
     }*/
  }
}
/* CWSM-16167 */
.widget-jobsearch-full .select2-container--default .select2-search--inline .select2-search__field:focus {
  color: #c3231e !important;
  margin-left: 0 !important;
}
.widget-jobsearch-full .select2-container--focus span.select2-selection {
  background: #fff !important;
  color: #c3231e !important;
}
.widget-jobsearch-full .select2-container--focus .select2-selection--multiple .select2-selection__choice, .widget-jobsearch-full .select2-container--focus .select2-selection--multiple .select2-selection__choice__remove {
  color: #c3231e;
}
@media (max-width: 767px) {
  .search-control-container.container-primary-category, .search-control-container.container-job-type, .search-control-container.container-statecity, .search-control-container.container-primary-city, .search-control-container.container-primary-country, .search-control-container.container-sub-category, .search-control-container.container-primary-state, .search-control-container.container-employment-type, .search-control-container.container-location-type, .container-schedule {
    width: 100% !important;
  }
}
/* END CWSM-16167 */
/* Hiding the audio description link as per bugherd task. Only EN site will have audio description link */
html[lang="fr-FR"] .video-slider-transcript-btn {
  visibility: hidden;
  min-height: 38px !important;
}
html[lang="de-DE"] .video-slider-transcript-btn {
  visibility: hidden;
  min-height: 38px !important;
}
html[lang="it-IT"] .video-slider-transcript-btn {
  visibility: hidden;
  min-height: 38px !important;
}
html[lang="pt-br"] .video-slider-transcript-btn {
  visibility: hidden;
  min-height: 38px !important;
}
html[lang="es-ES"] .video-slider-transcript-btn {
  visibility: hidden;
  min-height: 38px !important;
}
/* End of hiding the audio description links */
.wpml-ls-item a.awb-menu__main-a_regular.wpml-ls-link:after {
  display: none;
}
@media (min-width: 1025px) {
  .global-header nav.expanded ul li {
    width: 85% !important;
    margin: 0 auto !important;
  }
  .global-header_bg_white nav ul li a {
    margin-left: 0px !important;
    margin: 10px 0px !important;
  }
}
@media (max-width: 531px) {
  html[lang='it-IT'] .hero-section .w-form-row:before, html[lang='de-DE'] .hero-section .w-form-row:before, html[lang='fr-FR'] .hero-section .w-form-row:before, html[lang='es-ES'] .hero-section .w-form-row:before, html[lang='pt-br'] .hero-section .w-form-row:before {
    top: 22px !important;
  }
}
@media (max-width: 767px) {
  .search-columns div {
    color: #000 !important;
    width: 100%;
  }
  .hero-section .banner-sec-title p {
    margin-top: 15px !important;
  }
  .global-header .awb-menu.collapse-enabled .wpml-ls-menu-item button:before {
    padding: 0px !important;
    font-size: 50px !important;
  }
  .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile {
    right: 30px !important;
    top: -10px !important;
  }
  .hero-section.mobile-search-banner-widget {
    padding-bottom: 40px;
  }
  .ejd-page .similar-job .widget_joblist_loc {
    margin-left: 0px !important;
  }
  .fz-20 h3 {
    font-size: 20px !important;
  }
  .header-social-txt {
    width: 100%;
    text-align: center;
  }
  .global-header nav.expanded ul li a::after {
    position: absolute;
    right: 30px;
  }
  #widget_job_search_full-2 #cws-search-form {
    display: none;
  }
}
.global-header {
  display: none;
}
body .filter-checkbox-wrapper .checkbox-remote {
  display: none !important;
}
.search-checkbox-item.checkbox-n {
  display: none !important;
}
.add-set {
  display: flex;
}
.add-label {
  min-width: 250px;
}
@media (min-width: 768px) {
  .cws-clear-btn {
    top: -4px;
    position: relative;
  }
}
