/****** 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
 (pre-existing variables will be named - var(--awb-color1) - through number 8)
 (after 8 additional colors will be named sequentially as var(--awb-custom_color_1) )
 ************************/
/****** Global Options Responsive settings ******/
@media (min-width: 768px) and (max-width: 1024px) {
  :root {
    --h1_typography-font-size: 60px;
    /* H1 - Heading Typography */
    --h2_typography-font-size: 32px;
    /* H2 - Heading Typography */
    --h3_typography-font-size: 24px;
    /* H3 - Heading Typography */
    --awb-typography4-font-size: 32px;
    /* Sim H2 Headings - Global Typography  */
    --awb-typography5-font-size: 24px;
    /* Sim H3 Headings - Global Typography  */
  }
}
@media (max-width: 767px) {
  :root {
    --h1_typography-font-size: 46px;
    /* H1 - Heading Typography */
    --h2_typography-font-size: 28px;
    /* H2 - Heading Typography */
    --h3_typography-font-size: 20px;
    /* H3 - Heading Typography */
    --awb-typography4-font-size: 28px;
    /* Sim H2 Headings - Global Typography  */
    --awb-typography5-font-size: 20px;
    /* Sim H3 Headings - 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;
}
/**** tooltips ****/
.tooltip.in {
  opacity: 1 !important;
}
.tooltip-inner {
  font-family: arial;
  font-weight: 400 !important;
  background: var(--awb-color7);
  min-width: 170px;
  color: var(--awb-color1);
  opacity: 1;
}
.tooltip-arrow {
  font-weight: 400;
  border-top-color: var(--awb-color7) !important;
  border-bottom-color: var(--awb-color7) !important;
}
/***** Universal adjustments *****/
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  body p, body ul {
    font-size: 16px;
    line-height: 1.5;
  }
}
p {
  line-height: 1.5;
}
/******* Sign In Menu Item - Small Header *******/
body .sign-in-mi a.fusion-background-highlight {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .sign-in-mi .menu-dropdown.xcc-sign-in-parent {
  padding-bottom: 0;
}
body .sign-in-mi .menu-dropdown.xcc-sign-in-parent:focus-within .xcc-sign-in-submenu {
  display: block !important;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
body .sign-in-mi .menu-dropdown .xcc-sign-in {
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  padding-left: 25px;
  padding-right: 26px;
}
body .sign-in-mi .menu-dropdown .xcc-sign-in-submenu {
  min-width: 260px;
}
body .sign-in-mi .menu-dropdown .xcc-sign-in-submenu a {
  font-size: 12px;
  padding: 8px 5px;
}
/** CSS for the talent community item on mobile ***/
@media (max-width: 767px) {
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi {
    pointer-events: none;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .transition-fade {
    border-right: 0;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi:hover .transition-fade, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi:active .transition-fade {
    background: transparent !important;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .menu-text:after {
    left: 38px !important;
    top: 44px;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi a:hover .menu-text:after, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi > a.emhover .menu-text:after {
    width: calc(100% - 66px);
    max-width: 220px;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent {
    padding-bottom: 0px;
    text-align: left;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in {
    pointer-events: auto;
    text-align: right;
    display: block;
    min-height: 50px;
    transition: all 0.5s ease;
    padding: 0px 0px;
    border: 0px;
    line-height: 50px;
    text-transform: none;
    background: transparent;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in::after {
    display: block;
    padding-left: 8px;
    transition: all 0.5s ease;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in-submenu {
    cursor: pointer;
    min-width: 210px;
    top: 50px;
    left: auto;
    background: var(--awb-color1);
    position: absolute;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
    transition: all 0.5s ease;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in-submenu a {
    cursor: pointer;
    background: transparent;
    font-weight: normal;
    line-height: normal;
    padding: 10px 10px;
    pointer-events: auto;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in-submenu:before {
    display: none;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent.subOn .xcc-sign-in-submenu, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent.subOn:hover .xcc-sign-in-submenu, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent.subOn .xcc-sign-in:hover .xcc-sign-in-submenu {
    z-index: 9999;
    display: block !important;
    transform: scaleY(1) !important;
    visibility: visible !important;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent.subOn .xcc-sign-in::after {
    content: "\f343";
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent:not(.subOn) .xcc-sign-in-submenu, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi a:hover .xcc-sign-in-parent:not(.subOn) .xcc-sign-in-submenu {
    display: none !important;
    transform: scaleY(0) !important;
    visibility: hidden !important;
  }
}
/********************** Footer **********************/
/**** FontAwesome Icon fixes ****/
#menu-footer-social i:before {
  font-family: 'awb-icons' !important;
}
#menu-footer-social .fa-facebook-square:before {
  content: "\e604" !important;
}
#menu-footer-social .fa-twitter-square:before {
  content: "\e605" !important;
}
#menu-footer-social .fa-instagram:before {
  content: "\ea92" !important;
}
#menu-footer-social .fa-linkedin:before {
  content: "\e60F" !important;
}
@media (max-width: 767px) {
  #menu-footer-social a {
    justify-content: center;
  }
  .stay-connected-mobile {
    text-wrap: pretty;
  }
}
/******* Job Search Banner *******/
body .search-banner {
  width: 100%;
}
body .search-banner .widget {
  margin-bottom: 0;
  float: none;
  padding: 0px 0px 10px !important;
  margin: 0px !important;
}
body .search-banner form > div {
  margin-bottom: 0;
  float: none;
  padding: 10px !important;
  margin: 0px !important;
}
body .search-banner .w-form-row-label {
  line-height: 18px;
  margin-top: -18px;
}
body .search-banner label {
  margin-bottom: 0;
}
body .search-banner form {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  align-items: center;
}
body .search-banner .quicksearch-title {
  width: 100%;
}
body .search-banner .quicksearch-field.quicksearch-SearchText {
  width: calc((100% - 205px) / 2);
}
body .search-banner .quicksearch-field.quicksearch-primary_city {
  width: calc((100% - 205px) / 2);
}
body .search-banner .quicksearch-field.quicksearch-primary_category {
  width: calc((100% - 205px) / 2);
}
body .search-banner .quicksearch-field #cws_quickjobsearch_primary_category {
  width: 100%;
  min-height: 47px;
  font-size: 15px;
  line-height: 28px;
  border: 1px solid #929496 !important;
  border-radius: 2px;
  color: #a8abb1;
}
body .search-banner .quicksearch-btn {
  width: 185px;
}
body .search-banner .quicksearch-btn input {
  color: #fff;
  background-color: #377e65;
  background-image: none !important;
  border: 1px solid #377e65;
  padding: 8.5px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  width: auto !important;
  font-size: 18px;
  line-height: 28px !important;
}
body .search-banner .quicksearch-btn .quicksearch-submit:hover {
  color: #377e65;
  background-color: #fff;
  border: 1px solid #377e65;
  padding: 8.5px 15px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  width: auto !important;
}
body .search-banner .widgettitle.cws-widgetitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 200;
  line-height: 73px;
  opacity: 96%;
}
body .search-banner input[type="text"] {
  border-radius: 2px !important;
  border: 1px solid #929496 !important;
}
body .search-banner .select2-selection.select2-selection--single, body .search-banner input[type="text"] {
  min-height: 47px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 2px;
  border: 1px solid #929496 !important;
}
body .search-banner .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px !important;
  font-size: 22px;
  text-transform: uppercase;
}
body .search-banner .quicksearch-btn {
  text-align: center;
}
body .search-banner .quicksearch-btn input {
  width: 100%;
}
@media (max-width: 767px) {
  body .search-banner .quicksearch-title .widgettitle.cws-widgetitle {
    font-size: 22px !important;
    text-align: center;
    line-height: 1.2 !important;
  }
  body .search-banner form {
    flex-direction: column;
  }
  #widget_job_search_v2-2, body .search-banner .widget {
    padding: 0px 10vw !important;
  }
}
/******* Hot jobs *******/
.home-hotjobs {
  width: 100%;
}
.home-hotjobs .widget-joblist {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
.home-hotjobs .widget-joblist .widget_joblist_row {
  width: 30.33%;
  box-shadow: 0px 0px 17px #27337E21;
  margin: 0 1.5%;
  background: #fff;
  padding: 40px 40px 50px 40px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  justify-content: flex-start;
}
.home-hotjobs .widget-joblist .widget_joblist_row > div {
  float: none;
  display: block;
}
.home-hotjobs .widget-joblist .widget_joblist_row .widget_joblist_category {
  color: #1D4A75;
  font-size: 14px !important;
  padding-bottom: 0px;
  font-weight: 500px;
  text-transform: uppercase;
}
.home-hotjobs .widget-joblist .widget_joblist_row a {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.home-hotjobs .widget-joblist .widget_joblist_row a:hover {
  color: #000000;
}
.home-hotjobs .widget-joblist .widget_joblist_row .widget_joblist_loc {
  font-family: "Minion Pro";
  font-size: 16px;
  padding-top: 20px;
  margin-top: auto !important;
}
.home-hotjobs .widget-joblist > .widget_joblist_row:nth-child(4) {
  display: none;
  /** 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***/
}
.home-hotjobs .job-list-left-container {
  line-height: 1.4;
  width: 100%;
  margin-bottom: 20px;
}
.home-hotjobs .job-list-left-container a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}
.home-hotjobs .job-list-right-container {
  width: auto;
  margin-bottom: 0;
  margin-top: auto;
}
.home-hotjobs .job-list-right-container a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  border-radius: 37px 37px 37px 37px;
  background-color: var(--primary_color);
  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);
  font-size: var(--button_font_size, 14px);
  font-weight: 600;
}
.home-hotjobs .job-list-right-container a:hover {
  background-color: var(--link_color);
  color: var(--button_accent_hover_color, var(--button_accent_color));
}
.home-hotjobsslider {
  width: 100%;
}
.home-hotjobsslider .widget-joblist {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
  justify-content: center;
}
.home-hotjobsslider .widget-joblist .widget_joblist_row {
  width: 30.33%;
  box-shadow: 0px 0px 17px #27337E21;
  margin: 0 1.5%;
  background: #fff;
  padding: 40px 40px 50px 40px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.home-hotjobsslider .widget-joblist .widget_joblist_row > div {
  float: none;
  display: block;
}
.home-hotjobsslider .widget-joblist .widget_joblist_row .widget_joblist_category {
  color: #1D4A75;
  font-size: 14px;
  padding-bottom: 10px;
}
.home-hotjobsslider .widget-joblist .widget_joblist_row a {
  color: #000000;
  text-decoration: none;
  font-size: 21px;
  line-height: 32px;
}
.home-hotjobsslider .widget-joblist .widget_joblist_row a:hover {
  color: #000000;
}
.home-hotjobsslider .widget-joblist .widget_joblist_row .widget_joblist_loc {
  font-family: "Minion Pro";
  font-size: 16px;
  padding-top: 20px;
}
.home-hotjobsslider .widget-joblist > .widget_joblist_row:nth-child(4) {
  display: none;
  /** 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***/
}
.home-hotjobsslider .job-list-left-container {
  line-height: 1.4;
  width: 100%;
  margin-bottom: 20px;
}
.home-hotjobsslider .job-list-left-container a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}
.home-hotjobsslider .job-list-right-container {
  width: auto;
  margin-bottom: 0;
  margin-top: auto;
}
.home-hotjobsslider .job-list-right-container a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  border-radius: 37px 37px 37px 37px;
  background-color: var(--primary_color);
  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);
  font-size: var(--button_font_size, 14px);
  font-weight: 600;
}
.home-hotjobsslider .job-list-right-container a:hover {
  background-color: var(--link_color);
  color: var(--button_accent_hover_color, var(--button_accent_color));
}
@media (max-width: 767px) {
  .home-hotjobsslider .widget-joblist {
    flex-direction: column;
    font-size: 16px;
    line-height: 1.2;
  }
  .home-hotjobsslider .widget-joblist .widget_joblist_row {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-hotjobsslider .widget-joblist .widget_joblist_row a, .home-hotjobsslider .widget-joblist .widget_joblist_row .widget_joblist_category {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
  }
  .home-hotjobsslider .widget-joblist .widget_joblist_row {
    width: 30.33%;
    box-shadow: 0px 0px 17px #27337E21;
    margin: 0 1.5%;
    background: #fff;
    padding: 40px 40px 50px 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-evenly;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .home-hotjobs #widget_job_list_v2-2 > .widget_joblist_row:hover .widget_joblist_category, .home-hotjobs #widget_job_list_v2-2 > .widget_joblist_row:hover a {
    color: #fff !important;
  }
}
@media (min-width: 901px) {
  .backgroundcolorimage {
    height: 100% !important;
    min-height: 660px;
  }
  .backgroundcolorimage.aboutus {
    height: 100% !important;
    min-height: 705px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aboutdesktop-slider .backgroundcolorimage h3 {
    font-size: 24px !important;
  }
  .aboutdesktop-slider .fourcolumnlearnmore {
    opacity: 1 !important;
  }
  .meet-our-team-title h2 {
    width: calc(100% - 120px) !important;
  }
}
@media (max-width: 1023px) {
  .Empowering-rowonetext h2 {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }
  .Empowering-rowonetext .fusion-text p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .connect-purpose-growth h3 {
    font-size: 22px !important;
    line-height: 1 !important;
  }
  .connect-purpose-growth p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .backgroundcolorimage .fusion-button-text {
    font-size: 18px !important;
  }
  .backgroundcolorimage p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .backgroundcolorimage h3 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  .backgroundcolorimage {
    min-height: 500px;
  }
  .backgroundcolorimage.aboutus {
    min-height: 460px;
  }
}
@media (min-width: 1025px) {
  .aboutdesktop-slider .fourcolumnlearnmore {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  body .aboutdesktop-slider .fourcolumnlearnmore {
    opacity: 1 !important;
  }
}
@media (min-width: 1025px) {
  .backgroundcolorimage .fusion-title {
    margin: 15px 50px !important;
  }
  .backgroundcolorimage:hover .fourcolumnlearnmore, .backgroundcolorimage:focus .fourcolumnlearnmore, .textimagecolumn:hover .connect-purpose-growth, .textimagecolumn:focus .connect-purpose-growth {
    opacity: 1 !important;
  }
  .backgroundcolorimage .fusion-text {
    margin-left: 50px;
    margin-right: 50px;
  }
  .backgroundcolorimage.aboutus .fusion-title {
    margin: 25px 70px !important;
  }
  .backgroundcolorimage.aboutus .fusion-text {
    margin-left: 70px;
    margin-right: 70px;
  }
}
.textimagecolumn {
  min-height: 453px;
}
.backgroundcolorimage:hover .fourcolumnlearnmore, .fourcolumnlearnmore:focus {
  opacity: 0.7 !important;
}
.textimagecolumn:hover .connect-purpose-growth, .connect-purpose-growth:focus {
  opacity: 1 !important;
}
/******* Job Search Filters, Map, Details Image *******/
#cws-search-form > .w-form-row {
  margin-bottom: 10px;
}
#cws-search-form label {
  margin-bottom: 0;
}
#cws-search-form input[type="text"] {
  border-radius: 5px !important;
  margin-bottom: 0;
  height: 40px;
}
#cws-search-form .select2.select2-container .select2-selection__rendered:after {
  content: "\f107";
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 26px;
  padding-left: 10px;
}
#cws-search-form .select2.select2-container.select2-container--default {
  margin-bottom: 10px;
}
#cws-search-form .select2-selection.select2-selection--single {
  min-height: 50px;
}
#cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  line-height: 26px !important;
  font-size: 22px;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
}
#cws-search-form fieldset {
  margin-top: 0px;
}
#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;
}
.widget-jobsearch-results > .clearfix {
  margin-bottom: 10px;
}
#job-map-toggle .world-icon {
  top: 6px;
}
body .widget-jobsearch-results #live-results {
  margin-top: 0;
  float: left;
}
.widget-jobsearch-results.table_tile #job-map {
  display: block !important;
}
#job-map-toggle {
  display: none !important;
}
a[aria-label="Go to the first page of results."], a[aria-label="Go to the last page of results."] {
  display: none !important;
}
a[aria-label="Ir a la primera página de resultados."], a[aria-label="Ir a la última página de resultados."] {
  display: none !important;
}
#widget-jobsearch-results-pages a {
  color: #000 !important;
}
.ejd-page h1 {
  margin-top: 0;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
}
.ejd-page .ejd-img .ejdimgwrap {
  width: 100%;
  display: block;
  height: 400px;
  min-height: 100%;
}
.ejd-page .ejd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/******************************* XCR pages - Sign Up,etc. *************************************/
/*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 #signInModal {
  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-color3);
  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-color2);
}
body.ng-scope main *:not(i) {
  font-family: var(--body_typography-font-family);
}
.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-color7);
  font-size: 48px;
}
.ng-scope .form-group.has-error .form-control-feedback:before, .ng-scope .input-group.has-error .form-control-feedback:before, .ng-scope .has-error .form-control-feedback, .ng-scope .asterisk-text, .ng-scope .required-fields, .ng-scope .red, .ng-scope form[name="updatePasswordForm"] .modal-required-fields, .ng-scope .passwordReqNotMet {
  color: red !important;
}
.ng-scope .asterisk:after {
  opacity: 1;
}
.ng-scope *:focus {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px;
  outline-color: var(--awb-color7) !important;
}
.ng-scope .post-content {
  z-index: 5;
}
.ng-scope .help-block {
  margin-top: -2px;
  font-size: 16px;
  line-height: 22px;
  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: #2e2925;
}
.ng-scope .tab-content-container-preference {
  border-radius: 0;
  border-color: var(--awb-color7);
}
.ng-scope .tab-content-container-preference input {
  border: 1px solid var(--awb-color7) !important;
  font-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-color7);
}
.ng-scope .apply-flow-wrapper.ng-scope h4 {
  color: var(--awb-color7);
}
.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-color7);
}
.ng-scope li.pagination-li a:not(.inactive) {
  color: var(--awb-color1);
  /*Sign In popup 2*/
}
.ng-scope form[name="xcloud_Signin"] h1, .ng-scope .modal-popup-small h1 {
  font-family: var(--body_typography-font-family);
  line-height: 1.2;
  font-weight: 700;
  color: var(--awb-color7);
}
.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: #2e2925;
}
.ng-scope form[name="xcloud_Signin"] p.modal-required-fields {
  color: #aa0000;
  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 {
  font-family: var(--body_typography-font-family);
  color: var(--awb-color1) !important;
  background-color: var(--awb-color7) !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-color8);
  text-decoration: underline !important;
}
.ng-scope form[name="updatePasswordForm"] .modal-required-fields {
  color: #aa0000 !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: var(--body_typography-font-family) !important;
  color: var(--awb-color7);
}
.ng-scope .modal-popup-main-header {
  margin-bottom: 20px;
}
.ng-scope .btn {
  border-color: #2e2925;
}
.ng-scope .btn-azure, .ng-scope .btn-azure:focus, .ng-scope .btn-azure:hover {
  background-color: var(--awb-color7) !important;
  border-color: var(--awb-color7);
}
.ng-scope .btn-azure.disabled {
  opacity: 0.7;
  /*LCP Join page*/
}
.ng-scope .form-control, .ng-scope select {
  background: #fff;
  border-color: #2e2925;
  color: #2e2925;
  font-size: var(--body_typography-font-size);
}
.ng-scope .checkbox a {
  color: var(--awb-color7) !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-color7) !important;
  border-color: var(--awb-color7);
  font-size: var(--body_typography-font-size);
}
.ng-scope.join-page .schema-form-section input[type="text"], .ng-scope.join-page select.form-control, .ng-scope.join-page .btn-azure {
  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-color2) !important;
}
.ng-scope .form-control.ng-invalid {
  background: transparent;
  border-color: var(--awb-color7);
  color: var(--awb-color7) !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: var(--awb-color7);
  color: var(--awb-color7) !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-color7);
}
.ng-scope .radio-custom:checked + .radio-custom-label:before {
  background: var(--awb-color2);
}
.lcp-page .form-control-feedback {
  display: none;
}
.lcp-page select, .lcp-page .ui-select-container.ui-select-multiple, .lcp-page label[for="termsAndPolicy"], .landing-page select, .landing-page .ui-select-container.ui-select-multiple, .landing-page label[for="termsAndPolicy"] {
  margin-bottom: 10px;
}
.lcp-page .has-error.checkbox label[for="termsAndPolicy"], .landing-page .has-error.checkbox label[for="termsAndPolicy"] {
  color: black;
}
.lcp-page .ui-select-container, .landing-page .ui-select-container {
  padding: 5px 3px;
}
.lcp-page .schema-form-submit .btn {
  margin-bottom: 20px !important;
  background-color: #377e6e !important;
}
.lcp-page .fusion-footer-widget-area .fusion-builder-row-4 {
  z-index: 0 !important;
}
.profile-thank-you #main {
  padding-bottom: 60px;
}
.row.resume-wrapper .col-md-12 .red.pt1, .lcp-page label {
  font-size: 16px;
  line-height: 22px;
}
.lcp-page #main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.jobresults #main, .ejd-page #main {
  padding-top: 0px;
}
.header-menu .fusion-menu li a span {
  color: #0a2c3d;
}
@media (min-width: 1600px) {
  .header-menu .fusion-menu li a span {
    font-size: 18px;
  }
}
.header-menu .fusion-menu li a:hover {
  color: #479ecd;
  text-decoration: none;
}
/*#menu-main-menu .awb-menu__sub-ul li{
 background-color:#004b78;
 }
 #menu-main-menu .awb-menu__sub-ul li a:hover span{
 color:#000;
 }
 #menu-main-menu .awb-menu__sub-ul li a:hover{
 background-color:#fff;
 }
 */
@media (min-width: 1025px) {
  /*#menu-main-menu a.awb-menu__main-a,#menu-main-menu a.awb-menu__sub-a{
   background-color:#fff !important;
   }*/
  .header-menu-search {
    display: none;
  }
  .header-mobile-layout {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-desktop-layout {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .header-desktop-layout > .fusion-column-wrapper {
    margin: 0px 15px;
  }
  .header-desktop-layout .menu-text, .header-desktop-layout .header-menu .fusion-menu li a span {
    font-size: 9px;
  }
  html[lang='es-ES'] .awb-menu_dropdown .awb-menu__sub-ul, html[lang='es-ES'] .header-menu ul.awb-menu__sub-ul.awb-menu__sub-ul_main li > .awb-menu__sub-ul_grand {
    padding: 0% 12% !important;
  }
}
@media (min-width: 1251px) and (max-width: 1599px) {
  html[lang='es-ES'] .header-desktop-layout > .fusion-column-wrapper {
    margin: 0px 15px;
  }
  html[lang='es-ES'] .awb-menu .awb-menu__main-ul {
    font-size: 12px !important;
  }
  html[lang='es-ES'] .awb-menu_dropdown .awb-menu__sub-ul, html[lang='es-ES'] .header-menu ul.awb-menu__sub-ul.awb-menu__sub-ul_main li > .awb-menu__sub-ul_grand {
    padding: 0% 12%;
  }
}
@media (min-width: 1600px) {
  html[lang='es-ES'] .header-menu .fusion-menu li a span {
    font-size: 14px;
  }
}
/*footer*/
.footer a:hover {
  text-decoration: none;
}
.ready-to-apply {
  position: relative;
  top: 50%;
}
.ready-to-apply h2 {
  color: #fff;
}
.footer-menu-header {
  border-bottom: 2px solid #fff !important;
  padding-bottom: 10px !important;
}
.footer-address {
  display: flex;
}
@media (min-width: 1300px) {
  .maxw-1290 {
    max-width: 1290px;
    margin: 0 auto !important;
    padding: 0px;
  }
}
.maxw-1290 {
  max-width: 1290px;
  margin: 0 40px;
  padding: 0px;
}
/*job search*/
.new-wrapper .flex_column.cws-clear-btn {
  display: none;
}
.new-wrapper .flex_column {
  width: 23%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .jobfilters .new-wrapper .flex_column:nth-child(1), .jobfilters .new-wrapper .flex_column:nth-child(2) {
    width: 14%;
    display: flex;
    justify-content: flex-start;
  }
  .jobfilters .new-wrapper .flex_column:nth-child(3), .jobfilters .new-wrapper .flex_column:nth-child(4) {
    width: 19%;
    display: flex;
    justify-content: flex-start;
  }
}
html[lang='es-ES'] .jobfilters .new-wrapper .flex_column {
  width: 21%;
}
.new-wrapper {
  display: flex;
  justify-content: space-between;
}
.new-wrapper .select2-selection {
  border: none;
}
#cws-search-form .select2-selection__rendered {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 27px) !important;
}
/*ul#select2-selected-all li.select2-selection__choice{
 clear:left;
 }*/
.banner-widget input {
  font-size: 15px;
  color: #5C5B7B;
  line-height: 28px;
}
.banner-widget .quicksearch-submit, .banner-widget .quicksearch-submit:hover, .banner-widget .quicksearch-submit:focus {
  display: block;
  color: #aeadbd;
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2488/2022/12/15213336/magglass-icon.png) !important;
  background-size: 35%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff0;
  height: 40px;
  text-indent: -9999px;
  position: absolute;
  right: 100%;
  top: 1%;
}
.banner-widget .quicksearch-field {
  width: 100%;
}
.quicksearch-field .w-form-row-label {
  display: none;
}
.fusion-body .banner-widget .quicksearch-btn {
  width: 0px !important;
}
.jobfilters .widget-jobsearch-full-horizontal {
  margin-bottom: 0px;
}
.jobfilters {
  background: transparent linear-gradient(95deg, #479ECD 0%, #1D4A75 100%) 0% 0% no-repeat padding-box;
}
#clear-all-btn {
  color: #1e4b77;
  background: #fff !important;
  text-transform: uppercase;
}
#clear-all-btn:hover {
  border-color: #fff;
  color: #fff;
  background: transparent !important;
}
.jobfilters .location-search-type .location-wrapper, .jobfilters .w-form-row-field {
  /* padding-top: 10px; */
  padding-bottom: 12px;
}
.select2-selection {
  background-color: #00000000 !important;
}
.select2-selection__rendered {
  color: #ffffff !important;
}
/*header*/
.header-widget .search-header .quicksearch-btn input[type="submit"] {
  display: block;
  color: #aeadbd;
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2488/2022/12/15213336/magglass-icon.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 36px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #cccdce;
  border-left: none;
}
body .search-header .quicksearch-btn {
  border: 0px solid #cccdce;
  border-right: none;
  max-width: 36px;
  width: 36px;
  height: 38px;
  position: absolute;
  right: 0px;
  border-radius: 0;
}
body .search-header .quicksearch-SearchText, .search-header {
  max-width: 270px;
  width: 100%;
}
body .search-header .quicksearch-SearchText input[type="text"] {
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  border-right: 0px !important;
  border: 1px solid #cccdce;
  width: calc(100% - 36px);
}
.search-header .widget-jobsearch-v2 {
  margin-bottom: 0px;
}
/*home page*/
.Empowering-rowoneimg img, .Empowering-rowtwoimg {
  width: 100% !important;
}
.bkgvidcontrols img {
  float: right;
}
/*slider*/
.team-members .fusion-column-wrapper {
  border-radius: 4px !important;
  height: 100%;
  box-shadow: 0px 11px 26px #1A38B114;
}
.team-members .fusion-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100% !important;
}
.team-member-text {
  margin: auto 0px;
}
.team-member-info {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}
.team-member-img {
  padding-right: 15px;
}
.team-member-img img {
  height: 60px;
  width: 60px !important;
  border-radius: 100px;
}
.team-member-details {
  width: calc(100% - 75px) !important;
}
@media (min-width: 768px) and (max-width: 970px) {
  .team-member-img {
    width: 75px;
  }
  .team-member-details {
    width: calc(100% - 75px);
  }
}
.slick-prev:before {
  color: #fff;
  font-size: 40px;
}
.slick-arrow::before {
  color: #fff;
  font-size: 40px;
}
.team-members-slider .slick-next {
  right: 35px !important;
  top: -60px !important;
  border-radius: 100px;
  width: 35px;
}
.team-members-slider .fusion-column-wrapper .slick-prev.slick-arrow {
  left: calc(100% - 112px);
  top: -60px !important;
  border-radius: 100px;
  width: 35px;
}
.job-category-slider .slick-prev {
  top: 35% !important;
}
.job-category-slider .slick-next {
  top: 35% !important;
}
/*
 .job-category-slider{
 max-height:345px;
 }*/
@media (max-width: 767px) {
  .ready-to-apply-mobile {
    position: relative;
    top: -11% !important;
    margin-bottom: -100px;
  }
  .home-hotjobsslider .slick-prev {
    left: 4px;
    top: 50% !important;
  }
  .home-hotjobsslider .widget_joblist_row.no-jobs {
    width: 100% !important;
    left: -4px;
    position: relative;
  }
  .home-hotjobsslider .slick-next {
    right: 4px;
    top: 50% !important;
  }
  .job-category-slider .slick-prev {
    left: -25px;
    top: 35% !important;
  }
  .job-category-slider .slick-next {
    right: -25px;
    top: 35% !important;
  }
  .meet-our-team-members .team-members-slider .fusion-column-wrapper .slick-prev.slick-arrow {
    left: 4px !important;
    top: 50% !important;
  }
  .meet-our-team-members .team-members-slider .slick-next {
    right: 4px !important;
    top: 50% !important;
  }
  .slick-current .widget_joblist_row {
    background-image: linear-gradient(126deg, #479ECD 0%, #1D4A75 100%) !important;
    color: #fff !important;
  }
}
.banner-widget .widget-jobsearch {
  margin-bottom: 27px;
}
.banner-widget input.keyword_sugges {
  border: 1px solid #707070;
  border-radius: 2px;
}
.landing-page-result .views {
  display: none !important;
}
@media (max-width: 767px) {
  .landing-page-result h2 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
.landing-page-result .sortby label {
  font-size: 0;
}
.landing-page-result #sort-by, .landing-page-result #live-results {
  border: none;
  width: fit-content !important;
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 400;
}
.landing-page-result #result-modifications {
  width: fit-content;
  float: right;
}
.new-wrapper-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 50px;
}
.searchpage-results .new-wrapper-top {
  margin-top: 10px;
}
.searchpage-results .widget-jobsearch-results > .clearfix {
  margin-bottom: 0px;
}
.landing-page-result .search-results-table .search-columns {
  display: none;
}
.landing-page-result #widget-jobsearch-results-list .job, .landing-page-result #widget-jobsearch-results-list .job:hover {
  padding: 15px 10px 15px 0px;
  border-bottom: 2px solid #929496;
  background-color: transparent;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.jobTitle a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.fusion-content-widget-area .widget-jobsearch-results .joblist-location {
  background: none !important;
  padding-left: 0px !important;
  font-size: 20px;
  line-height: 28px;
}
#widget-jobsearch-results-list .fusion-one-third {
  margin-top: 0px;
  font-size: 20px;
  line-height: 28px;
}
.we-are-hiring {
  background: transparent linear-gradient(119deg, #5EA93F 0%, #377E65 100%) 0% 0% no-repeat padding-box;
}
.jobTitle a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #000000 !important;
}
.text-expand .short-text {
  display: block;
  line-height: 30px;
  font-weight: 500;
}
.text-expand .full-text {
  display: none;
  line-height: 30px;
  font-weight: 500;
}
.text-expand .full-text li {
  font-weight: 400;
}
.text-expand p {
  margin-bottom: 0px;
}
.commute .widgettitle.cws-widgetitle {
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 0px;
}
.commute .location-search-type-options {
  display: flex;
  align-items: center;
}
.jobfilters .search-job-sort-by {
  display: none !important;
}
.location-wrapper .error-msg {
  padding-top: 15px;
  color: #f70505;
  font-size: 15px;
}
.jobsearch-searchbar .new-wrapper .flex_column {
  width: 100%;
}
@media (max-width: 767px) {
  .jobsearch-searchbar #cws-search-form .new-wrapper .w-form-row {
    width: 100%;
  }
}
.jobsearch-searchbar .select2-search__field {
  width: 100% !important;
}
@media (min-width: 768px) {
  .jobsearch-searchbar #cws-search-form .select2.select2-container .select2-selection--multiple .select2-selection__rendered:after {
    top: 9px;
    right: 5px;
    padding-left: 5px;
  }
  .jobsearch-searchbar .select2.select2-container.select2-container--default {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1250px) {
  html[lang='es-ES'] .jobsearch-searchbar .flex_column.av_one_tenth, html[lang='es-ES'] .jobsearch-searchbar .new-wrapper, html[lang='es-ES'] .jobsearch-searchbar .av_one_fifth {
    width: 33.33% !important;
  }
}
@media (min-width: 1251px) {
  html[lang='es-ES'] .jobsearch-searchbar .flex_column.av_one_tenth {
    width: 12%;
  }
  html[lang='es-ES'] .jobsearch-searchbar .new-wrapper {
    width: 17%;
  }
  html[lang='es-ES'] .jobsearch-searchbar .av_one_fifth {
    width: 19.5% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html[lang='es-ES'] .jobsearch-searchbar .flex_column.av_one_tenth, html[lang='es-ES'] .jobsearch-searchbar .new-wrapper, html[lang='es-ES'] .jobsearch-searchbar .av_one_fifth {
    width: 33.33% !important;
  }
  html[lang='es-ES'] .jumplinkssectionejd a {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jobsearch-searchbar .flex_column.av_one_tenth {
    width: 15%;
  }
  .jobsearch-searchbar .av_one_fifth {
    width: 23.33% !important;
  }
  .jobsearch-searchbar .new-wrapper {
    width: 30% !important;
  }
}
@media (min-width: 1024px) {
  .jobfilters .location-search-type fieldset, .jobsearch-searchbar .location-search-type fieldsetr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .jobfilters .location-search-type-options, .jobsearch-searchbar .location-search-type-options {
    display: flex;
    width: 13%;
  }
  .jobfilters .location-wrapper, .jobsearch-searchbar .location-wrapper {
    width: 24%;
  }
  .jobsearch-searchbar .commute-control, .jobsearch-searchbar .w-form-row-field.location-radius-control {
    width: 21%;
  }
  .jobfilters .commute-control, .jobfilters .w-form-row-field.location-radius-control {
    width: 20%;
  }
  .jobsearch-searchbar .flex_column.av_one_tenth {
    width: 14%;
  }
  .jobsearch-searchbar .av_one_fifth, .jobsearch-searchbar .new-wrapper {
    width: 18%;
  }
}
#cws-search-form .location-search-type fieldset .select2.select2-container.select2-container--default {
  margin-bottom: 0px !important;
}
.jobfilters .location-search-type-options label, .jobsearch-searchbar .location-search-type-options label {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.jobsearch-searchbar li.select2-selection__choice {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-right: 2px !important;
  margin-bottom: 2px !important;
  word-break: break-word;
}
.jobfilters .location-search-type-options input, .jobsearch-searchbar .location-search-type-options input {
  opacity: 1;
  position: relative;
  margin-right: 10px;
  width: 17px;
  left: 0;
  height: 17px;
  accent-color: #1E4B76;
}
.commute .location-search-type .location-wrapper, .commute .w-form-row-field {
  padding-top: 10px;
  padding-bottom: 12px;
}
.jobfilters #cws_jobsearch_location, .jobfilters #cws_jobsearch__proximity, .jobsearch-searchbar #cws_jobsearch_location, .jobsearch-searchbar #cws_jobsearch__proximity {
  height: 40px;
  border: 1px solid #1D4B76;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
/*
 .commute .select2-selection__rendered{
 height: 40px;
 font-size: 14px !important;
 line-height: 22px !important;
 width: 100%;
 color: #000000 !important;
 text-align: center;
 display: flex !important;
 justify-content: center;
 align-items: center;
 }
 .commute .select2-selection{
 border: 1px solid #1D4B76;
 background-color: #ffffff !important;
 }
 .commute  #cws-adv-search-btn{
 font-size: 20px;
 line-height: 21px;
 background-color: #1E4B76 !important;
 --button_gradient: none !important;
 width: 100%;
 margin-top: 18px;
 }
 .commute #cws-search-form .widgettitle{
 margin-bottom: 0px;
 }
 .commute .widget{
 margin-bottom:0px;
 }
 .fundriser{
 background: transparent linear-gradient(142deg, #479ECD 0%, #1D4A75 100%) 0% 0% no-repeat padding-box;
 }*/
.landing-page-right .fusion-builder-row-inner {
  display: flex;
  justify-content: center;
}
.learn-more-btn {
  width: 100%;
  display: flex;
}
.jobalert-btn {
  font-size: 15px;
  font-weight: 400;
}
/*.jobalert-btn::after {
 margin-left: 10px;
 font-size: 15px;
 color: #377E65;
 content: '\f061';
 font-family: "Font Awesome 5 Pro";
 }*/
.read-more, .error a {
  font-weight: 500;
  font-size: 18px;
}
.read-more {
  position: relative;
  display: inline-block;
  color: #377E65;
  border-bottom: 2px solid #377E65;
  cursor: pointer;
  overflow: hidden;
  height: 34px;
  transition: color 0.2s cubic-bezier(0.355, 0.82, 0.335, 1), background-color 0.2s cubic-bezier(0.355, 0.82, 0.335, 1);
}
.read-more:hover {
  color: #fff;
  background-color: #377E65;
  transition-delay: 0.6s;
}
.read-more span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 8px 8px 6px 8px;
  position: relative;
  display: inline-block;
  color: #377E65;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.2s cubic-bezier(0.355, 0.82, 0.335, 1), background-color 0.2s cubic-bezier(0.355, 0.82, 0.335, 1);
}
.read-more:hover span {
  color: #fff;
  background-color: #377E65;
  transition-delay: 0.6s;
}
.read-more:hover, .error a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #377E65;
  transition-delay: 0.6s;
}
.read-more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #377E65;
  transform: translateY(100%);
  transition: transform 0.2s cubic-bezier(0.355, 0.82, 0.335, 1);
  transition-delay: 0.6s;
}
.read-more span:after {
  height: 100%;
  width: 2px;
  transform: translateY(-100%);
  transition-delay: 0.2s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #377E65;
  transition: transform 0.2s cubic-bezier(0.355, 0.82, 0.335, 1);
}
.read-more:hover span:after {
  transition-delay: 0.4s;
  transform: translate(0, 0);
}
.read-more:hover > span:before {
  transition-delay: 0.2s;
  transform: translate(0, 0);
}
.read-more span:before {
  height: 2px;
  width: 100%;
  transform: translateX(100%);
  transition-delay: 0.2s !important;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #377E65;
  transition: transform 0.2s cubic-bezier(0.355, 0.82, 0.335, 1);
}
.read-more:hover:after {
  transition-delay: 0s;
  transform: translate(0, 0);
}
.pagination-ul li a {
  background: transparent !important;
  margin-left: 0px;
  padding: 8px 8px;
}
#widget-jobsearch-results-pages .inactive {
  color: #929496;
}
@media (max-width: 767px) {
  .landing-page-result .widget-jobsearch-results {
    margin-bottom: 30px;
  }
  .job-category-slider .slick-list {
    z-index: 0;
  }
  .textimagecolumn {
    height: 300px;
  }
  .team-members-slider .slick-current .fusion-column-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 1;
    left: 0;
    z-index: 9999999999;
    right: 0;
    height: 13px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: linear-gradient(92deg, #F2B747 0%, #DE5E36 100%) 0% 0% !important;
  }
  .team-members-slider .slick-current .fusion-column-wrapper {
    position: relative;
    transform: scale(1.03);
  }
  .new-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #toggleAdvSearch {
    display: none;
    text-align: center;
  }
  .new-wrapper .flex_column {
    width: 100%;
  }
  .text-expand .short-text {
    line-height: 30px;
  }
  .landingpage .fusion-one-third:nth-child(7) {
    border: 0px !important;
  }
  .job-result {
    margin-top: 20px;
  }
  #widget-jobsearch-results-list .fusion-one-third {
    padding-left: 0px !important;
    word-break: break-all;
  }
  .commute #toggleAdvSearch {
    display: block;
    text-align: center;
    background: none;
    color: #1E4C77;
    text-decoration: none;
    padding: 0px;
  }
  .commute {
    --awb-padding: 40px 20px 40px 20px !important;
  }
  .banner-widget input {
    font-size: 11px;
  }
  input#cws_quickjobsearch_keywords::placeholder {
    font-size: 10px !important;
  }
  #widget-jobsearch-results-pages .button {
    padding: 9px 10px;
    font-size: 11px;
    margin: 0px;
    /*.quicksearch-btn:after{
     font-size: 15px;
     color: #000000;
     content: '\f002';
     font-family: "Font Awesome 5 Pro";
     position: absolute;
     right: 9px;
     top: -28px;
     }.quicksearch-btn:after{
     font-size: 15px;
     color: #000000;
     content: '\f002';
     font-family: "Font Awesome 5 Pro";
     position: absolute;
     right: 9px;
     top: -28px;
     }*/
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .new-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .new-wrapper .flex_column {
    width: 48%;
  }
  .fundriser, .jobalert-section {
    --awb-width-medium: 90% !important;
  }
  .fundriser h3 {
    font-size: 29px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 450px) {
  .fundriser h3 {
    font-size: 29px !important;
    line-height: 1.2 !important;
  }
}
.fusion-layout-column .fusion-column-wrapper.hover, .fusion-layout-column .fusion-column-wrapper:hover {
  background-color: var(--awb-bg-color);
  border-color: var(--awb-border-color-hover);
}
.header-menu .awb-menu__sub-ul {
  margin-top: 5px;
}
.fusion-menu li:hover .menu-text, .awb-menu__mega-wrap li:hover a {
  font-weight: 700;
}
.fusion-tb-footer li:hover .menu-text {
  text-decoration: underline;
}
.backgroundcolorimage .fusion-column-wrapper {
  z-index: 1;
  position: relative;
}
.backgroundcolorimage .fusion-column-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-blend-mode: soft-light;
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
}
.backgroundcolorimage.home-locations .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05053545/Jobs_HamburgGaming_01-scaled.jpg);
}
.backgroundcolorimage.home-divisions .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05052719/DN_HQ_01-scaled.jpg);
}
.backgroundcolorimage.home-benefits .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05053352/Jobs_GlobeLife_02-scaled.jpg);
}
.backgroundcolorimage.home-aboutus .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05052944/DN_HQ_02-scaled.jpg);
}
.backgroundcolorimage.community .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3400/2024/08/29090116/Delaware-North-volunteer-or-team-member-in-community.png);
}
.backgroundcolorimage.divisions .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05052719/DN_HQ_01-scaled.jpg);
}
.backgroundcolorimage.categories .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05053352/Jobs_GlobeLife_02-scaled.jpg);
}
@media (min-width: 768px) {
  .location-icons {
    padding: 5px 19px 0px 0px;
    height: 20px !important;
    width: 45px !important;
  }
  .home-hotjobs #widget_job_list_v2-2 > .widget_joblist_row:hover {
    background-image: linear-gradient(126deg, #479ECD 0%, #1D4A75 100%);
    color: #fff !important;
    transform: scale(1.09);
  }
  .backgroundcolorimage .fusion-content-layout-column div:nth-child(3) {
    margin-top: auto;
  }
  #widget_job_list_v2-2 {
    align-items: stretch;
  }
  .meet-our-team-title, .team-members-slider {
    position: relative;
    top: 35%;
  }
  .slick-current-center .fusion-column-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 1;
    left: 0;
    z-index: 9999999999;
    right: 0;
    height: 13px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: linear-gradient(92deg, #F2B747 0%, #DE5E36 100%) 0% 0% !important;
  }
  .slick-current-center .fusion-column-wrapper {
    position: relative;
  }
  .meet-our-team-members .slick-track {
    padding: 10px 0px;
  }
}
.meet-our-team-members .slick-slide.slick-current-center .team-members {
  transform: scale(1.03);
}
@media (min-width: 1024px) {
  .backgroundcolorimage .fusion-column-wrapper {
    padding-top: 17vw !important;
  }
  .backgroundcolorimage.aboutus .fusion-column-wrapper {
    padding-top: 20vw !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .backgroundcolorimage .fusion-column-wrapper {
    padding-top: 5vw !important;
  }
  .backgroundcolorimage.aboutus .fusion-column-wrapper {
    padding-top: 10vw !important;
  }
}
/*counter boxes*/
@media (max-width: 767px) {
  .empowered-to-grow br {
    display: none;
  }
  html .backgroundcolorimage.aboutus .fusion-column-wrapper {
    padding-top: 300px !important;
  }
  body .backgroundcolorimage .fusion-column-wrapper {
    padding-top: 360px !important;
  }
  .backgroundcolorimage.aboutus p {
    margin-bottom: 25px !important;
  }
  .location-icons {
    padding: 3px 19px 2px 0px;
    height: 21px !important;
    width: 30px !important;
    min-width: 20px;
  }
  .counter-boxes {
    display: flex;
    flex-wrap: wrap;
  }
  .fusion-counters-box.counter-boxes .fusion-counter-box {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  body h1 {
    font-size: 45px !important;
    line-height: 1.1 !important;
    word-wrap: break-word;
    white-space: normal;
  }
}
.counter-boxes .counter-box-container {
  border: 0px !important;
}
.counter-boxes .fusion-counter-box-icon-top:nth-child(1) .counter-box-icon:before, .counter-boxes .fusion-counter-box-icon-top:nth-child(2) .counter-box-icon:before, .counter-boxes .fusion-counter-box-icon-top:nth-child(3) .counter-box-icon:before, .counter-boxes .fusion-counter-box-icon-top:nth-child(4) .counter-box-icon:before {
  content: '' !important;
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05054025/Locations-Worldwide.png) !important;
  height: 90px;
  width: 90px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
.counter-boxes .fusion-counter-box-icon-top:nth-child(2) .counter-box-icon:before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05054019/Global-Team-Members.png) !important;
}
.counter-boxes .fusion-counter-box-icon-top:nth-child(3) .counter-box-icon:before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05054038/Millions-Guests.png) !important;
}
.counter-boxes .fusion-counter-box-icon-top:nth-child(4) .counter-box-icon:before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05054044/Open-Jobs.png) !important;
}
.counter-boxes .fusion-counter-box .display-counter, .counter-boxes .fusion-counter-box .unit, .counter-boxes .fusion-counter-box .counter-box-content {
  font-weight: 700;
  font-size: 14px;
}
.counter-boxes .fusion-counter-box .display-counter, .counter-boxes .fusion-counter-box .unit {
  font-size: 50px !important;
}
.counter-boxes .fusion-counter-box:nth-child(1) .display-counter, .counter-boxes .fusion-counter-box:nth-child(1) .unit, .counter-boxes .fusion-counter-box:nth-child(1) .counter-box-content {
  color: #5EA93F !important;
}
.counter-boxes .fusion-counter-box:nth-child(2) .display-counter, .counter-boxes .fusion-counter-box:nth-child(2) .unit, .counter-boxes .fusion-counter-box:nth-child(2) .counter-box-content {
  color: #1D4A75 !important;
}
.counter-boxes .fusion-counter-box:nth-child(3) .display-counter, .counter-boxes .fusion-counter-box:nth-child(3) .unit, .counter-boxes .fusion-counter-box:nth-child(3) .counter-box-content {
  color: #479ECD !important;
}
.counter-boxes .fusion-counter-box:nth-child(4) .display-counter, .counter-boxes .fusion-counter-box:nth-child(4) .unit, .counter-boxes .fusion-counter-box:nth-child(4) .counter-box-content {
  color: #377E65 !important;
}
.plus-image {
  display: block;
  width: 40px !important;
  height: 40px;
  margin: 10px auto 13px;
}
.learn-more {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Montserrat';
  font-weight: 700;
  padding: 0px 10px;
}
.learn-more {
  padding: 0px 10px;
}
.plusimage-box {
  min-height: 271px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-category-slider .plusimage-category {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .plusimage-box {
    min-height: 40vw;
  }
  .plusimage-category h3 {
    font-size: 16px !important;
    lin-height: 1.2 !important;
  }
}
.padd-20 {
  padding-top: 20%;
}
.plusimage-box p {
  margin-bottom: 0px;
}
.slider-image:hover .plusimage-box {
  background-color: #00000050 !important;
}
.plus-image, .learn-more {
  display: none !important;
}
.slider-image:hover .plus-image, .slider-image:hover .learn-more {
  display: block !important;
}
/*.slick-current-center .fusion-column-wrapper{
 border-bottom: 5px solid;
 border-image: linear-gradient(to right, #F2B747, #DE5E36) 1 1;
 }*/
.team-member-name {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  line-height: 21px;
}
.team-member-designation {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 21px;
  color: #00416C;
  word-break: break-word;
}
.search-banner input::placeholder {
  color: rgba(92, 91, 123, 0.5) !important;
  font-size: 15px;
  font-family: 'Montserrat';
}
.fourcolumnlearnmore {
  text-decoration: none !important;
}
.top-sub-menu {
  display: none;
}
#menu-item-2832 a:hover + .top-sub-menu, #menu-item-2832 a:hover ~ .top-sub-menu {
  display: none;
}
.open .top-sub-menu, .top-sub-menu:hover {
  display: flex !important;
}
.top-menu, .top-sub-menu ul {
  opacity: 75% !important;
}
.top-menu ul, .top-sub-menu ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.top-menu ul li, .top-sub-menu ul li {
  margin: 10px !important;
  flex: 0 0 20%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 6px !important;
  position: relative;
  padding-bottom: 5px;
}
.top-menu ul li a, .top-sub-menu ul li a {
  font-size: 13px !important;
  color: #323233 !important;
  line-height: 18px !important;
  font-weight: 500;
}
.top-sub-menu ul li a {
  color: #fff !important;
}
.top-menu ul li a {
  padding-bottom: 5px !important;
}
.top-menu ul li:hover a.sub-menu-link, .top-menu ul li:active a.sub-menu-link {
  font-weight: bold;
}
a.fusion-button {
  text-decoration: none;
}
.desktop-menu ul li a {
  position: relative !important;
}
.desktop-menu ul li a:hover:after, .desktop-menu ul li a:active:after, .header-menu .awb-menu__sub-ul li:hover > a:after, .header-menu .awb-menu__sub-ul li:active > a:after, .header-menu .current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 1;
  left: 0;
  z-index: 9999999999;
  right: 0;
  height: 5px;
  background: #479ECD !important;
}
.header-logo {
  z-index: 9999;
}
#cws_quickjobsearch_primary_category, #select2-cws_quickjobsearch_primary_category-container {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3400/2024/08/12122726/arrow-down-sign-to-navigate-1.png);
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: 96% 58%;
  -webkit-appearance: none;
}
#select2-cws_quickjobsearch_primary_category-container {
  height: 40px;
  color: rgba(92, 91, 123, 0.5) !important;
  min-height: 40px;
  line-height: 40px !important;
  font-size: 15px;
  text-transform: none;
}
.landingpage #main {
  padding-top: 0px;
}
.top-sub-menu a:focus {
  outline: dashed 1px #ffffff !important;
}
.landingpage .empty:after {
  content: ' ' !important;
}
.landingpage .fusion-one-third {
  width: fit-content;
}
.widget-jobsearch-results .child.addtnl_loc {
  font-size: 20px;
  color: #000000;
  font-style: normal !important;
  line-height: 28px;
  padding: 0px 0 0 8px !important;
}
.joblist-location {
  display: flex;
}
.fundriser h3 {
  font-weight: 200;
}
.fundriser p, .jobalert-section p {
  line-height: 28px;
}
@media (max-width: 767px) {
  .we-are-hiring h2 {
    text-align: center !important;
  }
}
@media (max-width: 500px) {
  .fundriser > .fusion-column-wrapper, .jobalert-section > .fusion-column-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.commute #cws_jobsearch_location {
  padding-left: 10px;
}
.commute .select2-selection__rendered {
  font-size: 12px !important;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  text-transform: capitalize !important;
}
.pullnumber.job_counter {
  opacity: 0;
  max-height: 1px;
  visibility: hidden;
}
.numberfinal {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.numberfinal a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 20px;
  background-color: var(--awb-color4);
  padding: 8px;
  border-radius: 20px;
  border: 2px solid var(--awb-color8);
}
..banner-widget .quicksearch-submit:hover {
  --button_gradient_hover:transparent !important;
}
.explore-jobs {
  --awb-width-small: 48% !important;
  margin-left: 2% !important;
}
.header-menu .current-menu-item .menu-text {
  color: #479ECD !important;
  font-weight: 700;
}
.footer-social-links .fusion-social-networks.color-type-custom {
  overflow: inherit !important;
}
#sort-by:after {
  content: "\f107";
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 26px;
  padding-left: 10px;
}
.commute #cws_jobsearch__proximity {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3400/2024/08/12122726/arrow-down-sign-to-navigate-1.png);
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: 96% 58%;
  -webkit-appearance: none;
  background-color: #fff;
}
.landing-page-result #sort-by {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3400/2024/08/19062722/pngwing.com_.png);
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: 100% 58%;
  -webkit-appearance: none;
  padding-right: 25px;
  text-align: center;
}
.fusion-no-lightbox:focus, .fusion-no-lightbox img:focus, .fusion-no-lightbox:focus-within img {
  outline: 1px dashed #7b7b7b !important;
  outline-offset: -1px !important;
}
/**** Job Counter Animation Scripting *****/
.job-count {
  display: none;
}
/*parallax
 .textimagecolumn  .connect-purpose-growth{
 display: none;
 }
 /*Use this class when you want your content to be shown after some scroll
 .textimagecolumn .connect-purpose-growth.AfterScroll
 {
 display: block;
 }*/
.container-primary-city .select2-selection__choice, .container-relocation .select2-selection__choice, .container-job-type .select2-selection__choice, .container-primary-category .select2-selection__choice {
  color: #265079;
}
.container-primary-city label[for="cws_jobsearch_primary_city"] {
  line-height: 26px !important;
  font-size: 22px;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff !important;
}
.container-primary-city .w-form-row-label {
  text-align: center;
}
#cws-search-form .select2.select2-container .select2-selection--multiple .select2-selection__rendered:after {
  top: 2px;
  position: absolute;
  right: 10px;
}
.customsort .select2-selection__choice {
  padding: 5px 1px !important;
  color: #000 !important;
}
.customsort .search-control-container.container-job-type {
  position: relative;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .customsort .all-jobs-link {
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    width: calc(100% - 210px);
  }
}
.customsort .all-jobs-link a {
  color: #fff !important;
  font-size: 16px;
  text-decoration: underline;
}
.customsort .all-jobs-link {
  margin-top: 10px;
}
.custom-data {
  display: none;
}
.titlesearch div#live-results {
  display: none;
}
.titlesearch .widget-jobsearch-results .new-wrapper-top {
  justify-content: end;
}
/*** parallax for home page
 @media(min-width:768px){
 .textimagecolumn >.fusion-column-wrapper.fusion-content-layout-column {
 background-attachment: fixed;
 }
 .textimagecolumn.imageone > .fusion-column-wrapper.fusion-content-layout-column {
 background-position-x: -20vw;
 }
 .textimagecolumn.imagetwo > .fusion-column-wrapper.fusion-content-layout-column {
 background-position-x: -20vw;
 }
 .textimagecolumn.imagethree > .fusion-column-wrapper.fusion-content-layout-column {
 background-position-x: 26vw;
 }
 }**/
/*counter boxes*/
@media (max-width: 1023px) {
  .locations .number.js-counter, .globalteam .number.js-counter, .guests .number.js-counter, .usjobs .number.js-counter {
    font-size: 40px !important;
    font-weight: 700;
  }
  .counter-text {
    font-size: 16px;
  }
}
.imagecounterboxes .fusion-image-element {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.locations .number.js-counter, .globalteam .number.js-counter, .guests .number.js-counter, .usjobs .number.js-counter {
  font-size: 80px;
  font-weight: 700;
}
.locations, .globalteam, .guests, .usjobs, .imagecounterboxes .counter-box-content {
  width: 100%;
  text-align: center;
}
.counter-image img {
  width: 100px !important;
}
.locations .number.js-counter {
  color: #5ea93f !important;
}
.globalteam .number.js-counter {
  color: #1d4a75 !important;
}
.guests .number.js-counter {
  color: #479ecd !important;
}
.usjobs .number.js-counter {
  color: #377e65 !important;
}
@media (max-width: 767px) {
  .history-slider .slick-dots {
    position: absolute;
    top: 40%;
    left: 47%;
    transform: translateY(-20%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .history-team-members .slick-autoplay-toggle-button {
    display: none;
  }
  .history-slider h3 {
    font-size: 14px !important;
  }
  .history-slider p {
    font-size: 12px;
  }
  .history-slider .slick-list .fusion-column-wrapper {
    padding: 10px;
  }
  .history-slider .draggable::after {
    height: 30px;
    bottom: 0%;
  }
  .history-slider .draggable::before {
    height: 30px;
    margin-top: -10px;
  }
}
.history-slider .fusion-image-element, .history-slider .fusion-imageframe {
  height: 100%;
  width: 100%;
}
.history-slider .fusion-layout-column {
  height: 100%;
  margin: 0px;
}
.history-slider .fusion-image-element img {
  object-fit: cover;
  width: 100%;
  max-width: 260px !important;
  height: 100%;
  object-position: center;
}
/*
 .history-slider .draggable::before {
 content: "";
 width: 2px;
 height: 30px;
 border-left: 2px dashed #fff;
 left: 23%;
 margin-top: -25px;
 position: absolute;
 }
 .history-slider .slick-slide.slick-current::before {
 content: "";
 width: 2px;
 height: 33px;
 border-left: 2px dashed #fff;
 left: 23%;
 margin-top: -37px;
 position: absolute;
 }
 .history-slider .slick-slide.slick-current::after {
 content: "";
 width: 2px;
 height: 24px;
 border-left: 2px dashed #fff;
 left: 23%;
 margin-top: 6px;
 position: absolute;
 }
 .history-slider .draggable::after {
 content: "";
 width: 2px;
 height: 30px;
 border-left: 2px dashed #fff;
 left: 23%;
 bottom: 1%;
 margin-bottom: 16px;
 position: absolute;
 }*/
.history-slider .slick-slide .fusion-imageframe {
  transform: scale(0.9);
  align-items: center;
  justify-content: center;
  display: flex !important;
}
.history-slider .slick-slide.slick-current .fusion-imageframe {
  transform: scale(1);
  z-index: 999999;
}
.slick-next-icon, .slick-prev-icon, .slick-dot-icon {
  display: none !important;
}
.slick-dots li button:before {
  color: transparent !important;
}
.history-slider .slick-current {
  border: 2px solid #fff !important;
  opacity: 1 !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.history-slider .slick-slide {
  opacity: 0.5;
  z-index: 1;
}
.history-slider .slick-dots {
  position: absolute;
  top: 40%;
  right: -55%;
  transform: translateY(-20%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-slider .slick-dots li button {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 17px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 17px;
}
.history-slider .slick-dots li.slick-active button {
  background-color: #fff !important;
}
.history-slider .slick-dots li {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 10px;
  padding: 0;
  position: relative;
  width: 10px;
}
.jobfilters .select2-selection--single {
  border: 0px !important;
}
.quicksearch-title.first.avia-builder-el-first.flex_column.fusion-layout-column.fusion-one-fourth {
  display: none;
}
.jobfilters #cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered, .jobsearch-searchbar #cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 22px !important;
  line-height: 26px;
  display: flex;
}
.jobfilters .select2-selection.select2-selection--multiple, .jobsearch-searchbar .select2-selection.select2-selection--multiple {
  position: relative;
  width: 100%;
  border-color: #fff;
  max-height: 150px;
  min-height: 60px;
  overflow-y: auto;
  /* Scrollbar only for vertical overflow */
  overflow-x: hidden;
}
.jobsearch-searchbar .select2-selection {
  border: 0px;
}
.jobsearch-searchbar .select2-search__field::placeholder {
  color: #fff !important;
}
/*job filters*/
.jobfilters input.select2-search__field {
  width: 100% !important;
}
@media (min-width: 768px) {
  .jobfilters .container-primary-city {
    width: 100%;
    position: relative;
    /*max-width: 241px;
     min-width: 120px;*/
  }
  .jobfilters .container-relocation {
    width: 100%;
    position: relative;
  }
  .jobfilters .container-job-type {
    width: 100%;
  }
  .jobfilters .container-primary-category {
    position: relative;
    width: 100%;
    /*max-width: 314px;
     min-width: 200px;*/
  }
}
@media (max-width: 767px) {
  .search-control-container {
    width: 100% !important;
  }
  .jobfilters .fusion-column-wrapper {
    padding: 0px !important;
  }
  .hero-widget-mobile h1 {
    font-size: 28px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.jobfilters #cws-search-form .select2-selection.select2-selection--single {
  min-height: 50px !important;
}
.jobfilters .select2-search__field::placeholder {
  font-size: 22px;
  line-height: 26px;
  color: #fff !important;
}
.jobfilters #cws-search-form > .flex_column {
  display: none;
  height: 1px;
}
.jobsearch-searchbar .container-primary-country {
  display: none;
}
.jobfilters #cws-search-form .flex_column:nth-child(4) {
  display: block !important;
  height: auto !important;
}
.jobfilters #cws-search-form fieldset legend, .jobfilters .location-search-type {
  color: #fff;
  margin-top: 0px;
}
.jobfilters .radius-label.location-radius-control {
  padding: 10px 0px;
}
.jobfilters .location-search-type-options label {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.hero-widget .quicksearch-title {
  display: none;
}
.hero-widget .fusion-title-text {
  margin: 20px 10px;
}
.hero-widget .container-primary-category {
  background-color: #fff;
}
.youtube-video {
  --awb-max-width: 100% !important;
  --awb-max-height: 659px !important;
}
iframe.playlistvideo.lazyloaded {
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  iframe.playlistvideo.lazyloaded {
    margin: 0 auto 15px;
    width: 100% !important;
    height: 50vw !important;
  }
}
@media (min-width: 1250px) {
  .youtube-video-section .fluid-width-video-wrapper iframe {
    height: 94% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ejd-page-jump-links p {
    justify-content: flex-start !important;
  }
  .maxw-1290 .fusion-builder-row {
    margin-top: 0px !important;
  }
  iframe.playlistvideo.lazyloaded {
    margin: 0 auto 30px;
    width: 100% !important;
    height: 400px;
  }
}
body .view-jobs a {
  text-decoration-color: #fff !important;
  text-decoration: none;
  color: #377e65;
  padding: 5px 0px;
  border-bottom: 2px solid #377e65 !important;
  font-weight: 700;
  font-size: 16px;
}
.commute-time.DRIVING, .commute-time.CYCLING, .commute-time.WALKING, .commute-time.TRANSIT {
  padding-left: 10px;
}
/*team member saying slider*/
.team-member-saying-info {
  display: flex;
}
.team-member-saying-img img {
  height: 165px !important;
  width: 165px !important;
  min-width: 165px;
  border-radius: 100%;
}
.team-member-saying-img {
  margin-right: 25px;
}
.team-member-saying-details {
  margin: auto 0px;
}
.team-member-saying .fusion-column-wrapper {
  border-radius: 6px !important;
  box-shadow: 0px 30px 40px #000B2814;
  border-radius: 6px !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1) !important;
  /* padding-bottom: 0px !important; */
}
.jobfilters .location-box.commute .location-radius-control, .jobfilters .location-box.radius .commute-control {
  display: none !important;
}
button#playPauseButton {
  background-color: transparent;
  box-shadow: none !important;
  border: 0px;
}
.lcp-page #main {
  padding: 0 0 30px;
}
.schema-form-section .form-group input, .schema-form-section .form-group select, .schema-form-section p.required-fields, .schema-form-section p#fileuploadmsg, .schema-form-section .resume-filename, .landing-page .form-group label, .row.resume-wrapper p, .schema-form-section label span {
  font-size: 16px !important;
}
.schema-form-section .resume-filename, .landing-page .form-group label {
  line-height: 22px;
}
.ng-scope .dashicons.dashicons-no-alt:before {
  color: #000 !important;
  font-family: 'dashicons';
}
.ng-scope .dashicons.dashicons-no-alt {
  margin-top: 1px;
}
.select2-selection.select2-selection--single:focus {
  outline: 1px solid #ffffff !important;
}
.schema-form-section .form-group .form-control-feedback {
  display: none;
}
.landing-page #main {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px;
}
.landing-page #main > .fusion-row {
  margin: 0px;
  max-width: 100%;
}
.lcp-page .form-group select, .landing-page .form-group select {
  height: 40px;
}
.landing-page .landing-page-wrapper h1, .landing-page .landing-page-wrapper h2 {
  line-height: 1.3;
  font-weight: 400;
  font-size: 36px !important;
}
.landing-page .landing-page-wrapper h2 {
  font-size: 26px !important;
}
.landing-page.expunge-form .schema-form-submit .btn {
  margin-top: 10px;
}
.landing-page #content .post {
  margin: 0;
}
.landing-page .copyright {
  display: none;
}
.graduationdate .uib-calendar-icon .glyphicon-calendar {
  margin: 0;
  padding-left: 3px;
}
.graduationdate .uib-calendar-icon .btn {
  line-height: 26px;
}
.xcloud-unsubscribe-msg .bold.m0.darkgreen {
  display: none;
}
.lcp-page .schema-form-select select, .landing-page .schema-form-select select {
  margin-bottom: 10px;
  content: " ";
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/2795/2023/08/28062240/18668_3679_Arrow-Down.png) !important;
  display: block;
  -webkit-appearance: none;
  background-position: 98% 58% !important;
  background-repeat: no-repeat !important;
  font-size: 16px;
  color: #717777 !important;
  align-content: center;
  font-family: "markpro";
  background-size: 16px !important;
}
.landing-page .form-group.graduationdate, .landing-page .form-group.graduationdate input {
  margin-bottom: 5px;
}
.landing-page .form-group.graduationdate .help-block {
  margin-top: 5px;
}
.introduction-text {
  border: 1px solid #1D4B76;
  padding: 32px;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.introduction-text.benefits-text {
  padding: 36px 32px !important;
}
.Empowering-rowonetext .fusion-builder-row {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1500px) {
  .home .Empowering-rowonetext .fusion-column-wrapper {
    padding: 50px 25px !important;
  }
}
.playpause-slider-btn {
  position: absolute;
  bottom: -1%;
  right: -13%;
}
.team-member-saying-name {
  font-size: 28px;
  color: #000;
  font-weight: 500;
  font-family: 'Montserrat';
}
.team-member-saying-designation {
  font-size: 25px;
  font-family: 'Montserrat';
  color: #00416C;
}
.team-member-saying-slider .slick-prev, .team-member-saying-slider .slick-next {
  background: #000000 !important;
}
.team-member-saying-slider.slide-height .slick-list {
  height: auto !important;
}
.team-member-saying {
  margin-bottom: 0px !important;
}
.team-member-saying-text {
  margin-top: 30px;
}
.team-member-saying-text p {
  line-height: 32px;
}
@media (max-width: 767px) {
  .team-member-saying-text p {
    line-height: 1.5;
  }
  .team-member-saying-slider .slick-prev {
    left: -10px;
  }
  .team-member-saying-slider .slick-next {
    right: -10px;
  }
  .aboutmobile-slider .slick-prev {
    left: 20px;
    top: 45% !important;
  }
  .aboutmobile-slider .slick-next {
    right: 20px;
    top: 45% !important;
  }
  .backgroundcolorimage.aboutus {
    display: flex !important;
    flex-direction: column;
    justify-content: end;
  }
  .team-member-saying-img img {
    height: 75px !important;
    width: 75px !important;
    min-width: 75px;
    border-radius: 100%;
  }
  .team-member-saying-slider .team-member-saying-name {
    font-size: 15px;
  }
  .team-member-saying-slider .team-member-saying-designation {
    font-size: 12px;
    line-height: 16px;
  }
  .team-member-saying-slider .team-member-saying-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.img-tile .fusion-imageframe {
  width: 100%;
  object-fit: cover;
}
.img-tile img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.jobsearch-banner {
  background-position: 50% 25% !important;
}
.img-95 img {
  max-height: 95px;
  object-position: 0px -50px;
}
.salariedejdsection .img-95 img {
  object-position: 0 -25px;
}
.img-400 img {
  max-height: 400px;
  min-height: 400px;
}
.EJD-image400 .img-400 img {
  object-position: top;
}
.img-140 img {
  min-height: 145px;
  object-position: top;
  max-height: 145px;
}
.img-245 img {
  min-height: 245px;
  max-height: 245px;
  object-position: center;
}
@media (min-width: 481px) and (max-width: 767px) {
  .img-255 img {
    min-height: 366px;
    max-height: 450px;
    object-position: 0% 25%;
  }
  .salariedejdsection .img-255 img {
    min-height: 366px;
    max-height: 450px;
    object-position: 0% 50%;
  }
}
@media (max-width: 480px) {
  .img-255 img {
    min-height: 255px;
    max-height: 255px;
    object-position: 0% 25%;
  }
  .salariedejdsection .img-255 img {
    min-height: 255px;
    max-height: 255px;
    object-position: 0% 65%;
  }
}
.introduction-images img {
  height: 215px;
  object-position: top;
}
.jobsearch-searchbar .location-box.jobsearch-searchbar .location-radius-control, .jobsearch-searchbar .location-box.radius .jobsearch-searchbar-control {
  display: none !important;
}
.jobsearch-searchbar .widget-jobsearch-full-horizontal {
  margin-bottom: 0px;
}
.jobsearch-searchbar .location-search-type .location-wrapper, .jobsearch-searchbar .w-form-row-field {
  padding-top: 0px;
  padding-bottom: 12px;
}
.jobsearch-searchbar .search-job-sort-by {
  display: none !important;
}
.jobsearch-searchbar .select2-selection.select2-selection--single {
  border: 0px;
  background-color: transparent !important;
  align-items: center;
  display: flex;
}
.jobsearch-searchbar #cws-search-form fieldset legend, .jobsearch-searchbar .location-search-type {
  color: #fff;
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .jobsearch-searchbar .location-search-type fieldset {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .jobsearch-searchbar .location-search-type-options {
    display: flex;
    width: 13%;
  }
  .jobsearch-searchbar .location-wrapper {
    width: 25%;
  }
  .jobsearch-searchbar .jobsearch-searchbar-control, .jobsearch-searchbar .w-form-row-field.location-radius-control {
    width: 20%;
  }
  .max-jobsearch-searchbar .search-control-container.container-relocation {
    max-width: 125px;
  }
}
.jobsearch-searchbar .location-search-type-options label {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.jobsearch-searchbar .location-search-type-options input {
  opacity: 1;
  position: relative;
  margin-right: 10px;
  width: 17px;
  left: 0;
  height: 17px;
  accent-color: #1E4B76;
}
.jobsearch-searchbar .location-search-type .location-wrapper, .jobsearch-searchbar .w-form-row-field {
  padding-top: 10px;
  padding-bottom: 12px;
}
.jobsearch-searchbar #cws_jobsearch_location, .jobsearch-searchbar #cws_jobsearch__proximity {
  height: 40px;
  border: 1px solid #1D4B76;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
.jobsearch-searchbar .select2-selection__rendered {
  min-height: 40px;
  font-size: 22px !important;
  width: 100%;
  color: #fff !important;
  justify-content: left;
  align-items: center;
}
.jobsearch-searchbar #cws-adv-search-btn {
  font-size: 20px;
  line-height: 21px;
  background-color: #1E4B76 !important;
  --button_gradient: none !important;
  width: 100%;
  margin-top: 18px;
}
.jobsearch-searchbar #cws-search-form .widgettitle {
  margin-bottom: 0px;
}
.jobsearch-searchbar .widget {
  margin-bottom: 0px;
}
.jobsearch-searchbar {
  --awb-background-color: #9294964f !important;
  margin-top: 30px;
}
.jobsearch-searchbar #cws-adv-search-btn, .jobsearch-searchbar #toggleAdvSearch {
  display: none;
}
@media (min-width: 768px) {
  .jobsearch-searchbar #cws-search-form {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .job-innerwrap .fusion-layout-column.fusion-one-third {
    width: auto;
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 10px !important;
  }
  .job-innerwrap .fusion-layout-column.fusion-one-third:nth-child(7), .landingpage .fusion-layout-column.fusion-one-third:nth-child(7) {
    border-right: 0px !important;
  }
  .jobsearch-searchbar #cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px 40px 0px 10px;
    min-height: 50px;
    /*
     .jobsearch-searchbar .search-control-container.
     -state {
     max-width: 130px;
     }
     .jobsearch-searchbar .search-control-container.container-primary-city {
     max-width: 130px;
     }
     .jobsearch-searchbar .search-control-container.container-job-type {
     max-width: 250px;
     }
     .jobsearch-searchbar .search-control-container.container-primary-category {
     max-width: 250px;
     }
     .jobsearch-searchbar .search-control-container.container-business-unit {
     max-width: 200px;
     }*/
  }
  .jobsearch-searchbar .cws-clear-btn {
    margin-right: auto;
  }
}
.landing-page-result .flex_column.first {
  font-family: 'Montserrat' !important;
}
.landing-page-result .job-innerwrap {
  font-family: 'Minion Pro';
}
.search-control-container .search_tag {
  display: none;
}
.jobsearch-searchbar #cws-search-form .flex_column:nth-child(7) {
  width: 100%;
}
.jobsearch-searchbar #cws_jobsearch_keywords {
  display: block;
  color: #aeadbd;
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2488/2022/12/15213336/magglass-icon.png);
  background-size: 24px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  border: 1px solid #cccdce;
  border-left: none;
  padding-right: 33px;
}
.jobsearch-searchbar #cws-search-form .select2.select2-container .select2-selection__rendered:after {
  height: 26px;
}
.location-box.commute .select2.select2-container .select2-selection__rendered:after {
  top: 2px;
  position: absolute;
  right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 2px;
  position: absolute;
  right: 8px;
  top: 0px;
}
/*accordian*/
.accordian .fusion-toggle-boxed-mode {
  border: 0px !important;
  margin: 0px !important;
}
.accorian-main-text {
  font-size: 20px;
  font-family: 'Minion Pro';
  font-weight: 400;
}
.imageccordianwrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.panel-body.toggle-content.fusion-clearfix {
  border: 0px !important;
}
@media (min-width: 768px) {
  .imageaccordiancontent {
    width: 21% !important;
  }
  .panel-body.toggle-content.fusion-clearfix {
    margin: 40px auto 60px !important;
    max-width: 1170px;
  }
}
.imageaccordiancontent {
  width: 46%;
  margin: 25px 2%;
  display: flex;
  flex-direction: column;
}
h3.accordian-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0px 8px;
}
.imageaccordiancontent .all-team-members {
  font-size: 20px;
  font-family: 'Minion Pro';
  line-height: 26px;
  font-weight: 400;
  margin-top: auto !important;
}
.accordian .panel-title a {
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
}
.accordian-image.aligncenter {
  height: 120px;
  width: 120px;
}
.usbenefits .benefits-section-ejd .fusion-builder-row.fusion-builder-row-inner, .salariedbenefits .benefits-section-ejd .fusion-builder-row {
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .fusion-column-wrapper .accordian .fusion-toggle-heading {
    font-size: 16px !important;
  }
  .fusion-column-wrapper .accordian .fa-fusion-box::before {
    font-size: 16px !important;
    top: -2px;
  }
  .accordian-image.aligncenter, .benefits-section-ejd .fusion-image-element .accordian-image {
    height: 75px;
    width: 75px;
  }
  .panel-body.toggle-content.fusion-clearfix {
    border: 0px !important;
    padding: 17px 37px 40px;
  }
  .accordian a.fusion-button {
    margin: 5px 0px 0px;
  }
  .accorian-main-text {
    font-size: 16px;
    line-height: 1.2px;
  }
  h3.accordian-heading, .benefits-section-ejd h3 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  .imageaccordiancontent .all-team-members, .benefits-section-ejd .accordian-text {
    font-size: 14px;
    line-height: 1.2;
  }
}
.accordian .fusion-toggle-heading {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  font-family: 'Montserrat';
  padding: 10px;
  margin: 0px;
}
.accordian .fa-fusion-box::before {
  color: #fff;
  font-size: 26px !important;
  position: relative;
  top: -7px;
  right: -7px;
}
.us-benefits-accordian .panel-title.toggle {
  background: transparent linear-gradient(93deg, #479ECD 0%, #1D4A75 100%);
}
.usbenefits-iframe iframe {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 1.7777777778;
}
.uk-benefits-accordian .panel-title.toggle {
  background: transparent linear-gradient(96deg, #5EA93F 0%, #377E65 100%);
}
.australia-nz-benefits-accordian .panel-title.toggle {
  background: transparent linear-gradient(96deg, #F2B747 0%, #DE5E36 100%);
}
/*accordian end*/
@media (max-width: 767px) {
  .job-innerwrap .fusion-layout-column.fusion-one-third {
    border-right: 0px;
  }
  body .search-banner input[type="text"], #select2-cws_quickjobsearch_primary_category-container, #select2-cws_quickjobsearch_primary_city-container, input#cws_quickjobsearch_keywords::placeholder {
    font-size: 10px !important;
  }
  body .search-banner input[type="text"], #select2-cws_quickjobsearch_primary_category-container, #select2-cws_quickjobsearch_primary_city-container {
    color: #000;
  }
  span#select2-cws_quickjobsearch_primary_category-container, #select2-cws_quickjobsearch_primary_city-container {
    padding-left: 15px;
  }
}
*:focus, a:focus {
  outline: 2px solid #333 !important;
}
.has-fusion-standard-logo a.fusion-no-lightbox:focus {
  outline: 2px solid #333 !important;
  display: block;
  outline-offset: -2px !important;
}
.top-sub-menu a:focus {
  outline: 2px solid #333 !important;
}
input#cws_quickjobsearch_keywords:focus {
  outline-offset: -2px;
}
button#playPauseButton:focus {
  outline: 2px solid #fff !important;
}
.fusion-footer-widget-area a.fusion-no-lightbox:focus {
  display: block;
  outline: 2px solid #fff !important;
}
.fusion-footer-widget-area a:focus {
  outline: 2px solid #fff !important;
  outline-offset: -1px !important;
}
.fusion-footer-widget-area .cta:focus {
  outline: 2px solid #333 !important;
}
#cookie-notice .cn-button {
  color: #fff !important;
}
a#cn-accept-cookie:focus {
  outline: 2px solid #fff !important;
}
/*us locations*/
.us-jobspage.job-count {
  display: block;
  font-size: 20px;
  color: #1D4A75;
  line-height: 1.3;
}
.fusion-social-networks-wrapper a {
  float: left;
}
.location-search-type-options input:focus {
  outline: 2px solid #fff !important;
  outline-offset: 0px !important;
}
/*Yellowstone*/
.yellowstone h3 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
}
.yellowstone h4 {
  margin: 0px 0px 8px 0px !important;
}
.west-yellowstone .img2 .fusion-image-element, .west-yellowstone .img2 .fusion-imageframe, .nationalpark-img .img1, .nationalpark-img .img2, .gardiner-img .img1, .gardiner-img .img2 {
  height: 100%;
}
.west-yellowstone .img1 img, .west-yellowstone .img2 img {
  height: 380px;
  object-position: left;
  object-fit: cover;
}
.nationalpark-img .fusion-image-element:nth-child(1) {
  height: calc(57% - 20px);
}
.nationalpark-img .fusion-image-element:nth-child(1), .gardiner-img .fusion-image-element:nth-child(1) {
  margin-bottom: 20px;
}
.nationalpark-img .fusion-image-element:nth-child(2) {
  height: 43%;
}
.gardiner-img .fusion-image-element:nth-child(2) {
  height: calc(55% - 20px);
}
.gardiner-img .fusion-image-element:nth-child(1) {
  height: 45%;
}
.nationalpark-img .img1 img, .nationalpark-img .img2 img, .gardiner-img .img1 img, .gardiner-img .img2 img {
  object-position: center;
  object-fit: cover;
  height: 100%;
}
.pagination-ul li[style*="display:flex;"] {
  display: none !important;
}
#toTop:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 1px;
}
.w-form-row-label.commute-header-label {
  display: none;
}
#toTop:focus {
  outline: 1px solid #ffffff !important;
  outline-offset: -4px;
}
@media (max-width: 1024px) {
  nav ul#menu-main-menu-1 {
    display: none;
  }
  nav.expanded ul#menu-main-menu-1 {
    display: block;
  }
  .bkgvidcontrols img {
    margin-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .yellowstone .fusion-text {
    padding: 0px 10px;
  }
}
@media (min-width: 1024px) {
  .learn-more-btn {
    margin: 0px auto 0 15px;
    max-width: 250px;
  }
}
.slick-autoplay-toggle-button {
  display: none !important;
}
.we-are-hiring h2 {
  padding: 50px 0px !important;
  margin: 0 auto !important;
  width: 205px;
}
.fundraise-img img {
  width: 200px;
}
.banner-widget .quicksearch-submit {
  border: 0px;
}
.fundriser {
  overflow-wrap: break-word;
}
/*EJD page */
/*EJD jump links*/
.ejd-page-jump-links p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ejd-page-jump-links p a {
  padding-right: 25px;
}
.ejd-page-jump-links p a:after {
  content: "\f107";
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 26px;
  padding-left: 6px;
}
body .search-banner .w-form-row-label, .sr-only {
  margin-top: 0 !important;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.team-member-story-img {
  position: relative;
  top: -114px;
  margin-bottom: -114px;
  border: 4px solid #fff;
}
.team-members-journey-content .fusion-column-wrapper {
  box-shadow: 0px 3px 6px #00000029 !important;
}
.team-members-journey {
  margin: 0px 10px !important;
}
@media (max-width: 580px) {
  .team-members-journey {
    margin: 0px 1px !important;
  }
  .team-members-journey .slick-prev {
    left: -21px;
  }
  .team-members-journey .slick-next {
    right: -21px;
  }
}
@media (min-width: 1300px) {
  .slider-100 .fusion-builder-row {
    max-width: 1200px !important;
    margin: 0px auto;
  }
}
@media (min-width: 1600px) {
  .slider-100 .slick-prev {
    left: -150px;
  }
  .slider-100 .slick-next {
    right: -150px;
  }
}
/*scroll section css*/
/* Set the width and height of the scroll container */
.scroll-container {
  width: auto;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px;
}
/* Style the content within the scroll container */
.scroll-content {
  display: inline-block;
}
.scroll-content::before {
  content: '';
  z-index: 0;
  left: 0;
  position: relative;
  top: 250px;
  display: block;
  width: 100%;
  border: 2px solid transparent;
  border-image: repeating-linear-gradient(90deg, white 0, white 5px, transparent 5px, transparent 10px) 20;
}
/* Style each item (content block) */
.item {
  display: inline-block;
  width: 312px;
  height: auto !important;
  text-align: center;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  z-index: 999;
  position: relative;
  overflow: hidden !important;
  white-space: normal;
  word-wrap: break-word;
}
/* Style the scrollbar */
.scroll-container::-webkit-scrollbar {
  height: 16px;
  /* Scrollbar height for bottom scroll */
}
/* Style the scrollbar track */
.scroll-container::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 25px;
}
/* Style the scrollbar thumb */
.scroll-container::-webkit-scrollbar-thumb {
  background-color: #1E4B76;
  border-radius: 10px;
}
/* Change the color of the scrollbar when hovered */
.scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #479ecd;
}
/* Style the image inside each item */
.item img {
  width: 200px !important;
  height: 200px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin: 10px auto 13px !important;
  object-fit: cover;
  background-position: center;
}
.placeholder-image {
  height: 25px;
  width: 25px;
  margin-top: 5px;
  background: #479ECD 0% 0% no-repeat padding-box;
  border: 2px solid #FFFFFF;
  display: inline-block;
  border-radius: 50%;
}
.placeholder-image::after {
  content: '|';
  color: #fff;
  top: 17px !important;
  position: relative;
}
.scrollcontent-text {
  margin-top: 35px !important;
  font-size: 18px !important;
  line-height: 24px;
  font-family: 'Montserrat';
  color: #fff !important;
}
.scrollcontent-text p {
  font-family: 'Minion Pro';
  color: #fff !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.accordian a.fusion-button:hover {
  background: transparent;
  color: #377E65;
}
.accordian a.fusion-button:hover .fusion-button-text, .accordian a.fusion-button:hover i {
  color: #377E65;
}
.applybtn p {
  margin-bottom: 0px;
  margin-left: auto;
}
.teammemberbtn a, .applybtn a {
  font-size: 20px !important;
  text-transform: uppercase;
}
#readmorebtnejd span {
  font-size: 18px;
  letter-spacing: 1.8;
}
#readmorebtnejd {
  margin: 30px auto 0px;
}
.apply-btn:after, .team-apply-btn:after {
  content: '';
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
}
.apply-btn:hover:after, .team-apply-btn:hover:after {
  color: #377E65;
}
.job-details span {
  font-weight: 500;
}
.jd-desc #readmorebtnejd {
  display: flex;
  justify-content: center;
  width: 196px;
}
.jd-desc #readmorebtnejd a span {
  font-family: Montserrat !important;
  font-size: 18px !important;
}
.jd-desc .ourbusiness {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ushourlybenefits .imageaccordiancontent {
    width: 24% !important;
  }
  .ushourlybenefits .imageccordianwrapper {
    justify-content: space-between;
  }
}
.job-details p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .to-top-container #toTop {
    right: 10px;
  }
  .city-req-section, .pay-section, .job-business-section {
    font-size: 16px;
  }
  .ejd-page-jump-links p {
    justify-content: left;
  }
  .ejd-page-jump-links p a {
    padding-bottom: 10px;
    width: 100%;
  }
  .applybtn p, .teammemberbtn p {
    margin: 0 auto 10px !important;
  }
  .header-mobile-layout ul#menu-main-menu-1 {
    margin-top: 10px;
    z-index: 99999999 !important;
  }
}
.jobdescfull {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Minion Pro';
}
.team-member-story-img {
  width: 228px;
  height: 228px;
}
.smallimage img {
  height: 370px;
  object-fit: cover;
}
.largeimage img {
  height: 636px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .smallimage img {
    height: 20vw;
    object-fit: cover;
  }
  .largeimage img {
    height: 25vw;
    object-fit: cover;
  }
}
@media (max-width: 1023px) and (orientation: portrait) {
  .locations-slider img {
    aspect-ratio: 1.66 !important;
    /* Apply for portrait mode */
  }
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 1023px) and (orientation: landscape) {
  .locations-slider img {
    aspect-ratio: 1.33 !important;
    /* Adjust for landscape mode */
  }
}
.locations-slider .fusion-imageframe {
  width: 100%;
}
.locations-slider .fusion-imageframe img {
  max-height: 525px;
  object-fit: cover;
}
#bruins-locations-overview img {
  max-height: 425px;
  object-position: 50% 20%;
}
.jd-desc h2 {
  margin: 20px 0px 10px;
  font-family: 'Montserrat' !important;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.5;
}
.jd-desc p {
  margin-bottom: 20px;
}
.jd-companyInfo {
  margin-top: 20px !important;
}
.jd-desc li, .jd-desc p, .jd-desc * {
  font-family: 'Minion Pro' !important;
  font-size: 20px !important;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .jd-desc h2 {
    font-size: 20px !important;
  }
  .jd-desc li, .jd-desc p, .jd-desc * {
    font-size: 16px !important;
  }
}
.team-member-saying-slider .slick-slide .fusion-column-wrapper, .team-member-saying-slider .team-member-saying, .team-member-saying-slider .slick-slide .fusion-builder-row, .team-member-saying-slider .slick-slide > div, .team-member-saying-slider .slick-slide {
  height: 100%;
}
.team-member-saying-slider .slick-track {
  height: 93%;
}
.yellowstone-searchbar {
  display: none;
}
.header-menu .awb-menu__sub-ul_grand .awb-menu__sub-ul_grand li a:hover:after, .header-menu .awb-menu__sub-ul_grand .awb-menu__sub-ul_grand li a:active:after {
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 1;
  left: 0;
  z-index: 9999999999;
  right: 0;
  height: 5px;
  background: #fff !important;
}
@media (min-width: 1024px) {
  /*.header-menu ul.awb-menu__sub-ul.awb-menu__sub-ul_main*/
  .awb-menu_dropdown .awb-menu__sub-ul, .header-menu ul.awb-menu__sub-ul.awb-menu__sub-ul_main li > .awb-menu__sub-ul_grand {
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0% 18%;
    width: 100%;
  }
  .header-menu .fusion-menu > li {
    margin-right: 0px;
    margin-left: 0px;
  }
  .header-menu .fusion-menu > li > a {
    padding: 32px 0px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .header-menu .awb-menu__sub-ul li {
    background: transparent !important;
    width: auto;
  }
  .header-menu .awb-menu__sub-ul li:hover > a {
    font-weight: 700;
    letter-spacing: -0.29px;
  }
  .header-menu .awb-menu__sub-ul_grand .awb-menu__sub-ul_grand {
    background-color: rgba(71, 158, 205, 0.75) !important;
    top: 85px !important;
  }
  .header-menu .awb-menu__sub-ul_grand .awb-menu__sub-ul_grand li a span {
    color: #fff !important;
  }
  .header-menu ul.awb-menu__sub-ul.awb-menu__sub-ul_main li > .awb-menu__sub-ul_grand {
    top: 41px;
    left: 0px !important;
    right: 0px !important;
  }
  .desktop-menu {
    z-index: 0 !important;
  }
  .desktop-menu ul.awb-menu__sub-ul.awb-menu__sub-ul_grand {
    flex-wrap: wrap;
  }
  .header-menu li, .header-menu .fusion-menu, .desktop-menu .fusion-column-wrapper, .desktop-menu, .header-menu .awb-menu.awb-menu_row {
    position: static !important;
  }
  .header-menu .fusion-menu > li > a {
    padding: 32px 30px;
  }
}
@media (min-width: 1500px) {
  .header-menu .fusion-menu > li > a {
    padding-left: 0.5vw !important;
    padding-right: 1vw !important;
  }
}
/*EJD conditions*/
.culinarysection, .uksection, .ausnzejdsection, .ssusejdsection, .salariedejdsection, .bruinsejdsection, .parksejdsection {
  display: none;
}
.ejd-page-jump-links p a:focus {
  color: #ffffff;
}
.fusion-button:focus .fa-arrow-right::before {
  color: #377e65;
}
.ready-to-apply .fusion-button:focus .fa-arrow-right::before {
  color: #ffffff;
}
.apply-btn:focus::after {
  color: #377e65;
}
.pay-section > p {
  display: inline;
}
.pay-section {
  display: block;
}
.tintup iframe {
  max-height: 400px;
}
.tintup {
  max-height: 400px !important;
}
ul#ui-id-1.ui-autocomplete {
  width: 340px !important;
  z-index: 10000 !important;
  left: auto !important;
  right: 0 !important;
  position: fixed;
}
@media (max-width: 767px) {
  .us-jobs-btn {
    margin: 0;
    padding: 20px 10px !important;
  }
  .jd-map iframe {
    height: 80vw !important;
  }
}
.history-team-members {
  z-index: 1;
  position: relative;
}
.history-team-members::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3400/2024/08/29092704/Car-valet-driver-worker-speaking-with-a-driver.png);
}
.history-team-members::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-blend-mode: soft-light;
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fullwidth-box.video-background.hero-video .fullwidth-video video {
    width: 100% !important;
    min-height: 50vw;
    min-width: 100vw;
  }
  .fullwidth-box.video-background.hero-video .fullwidth-video, .hero-video {
    min-height: 56vw;
  }
  .fullwidth-box.video-background.hero-video .fullwidth-overlay {
    height: 56vw;
  }
}
.salariedbenefits .benefits-section-ejd .fusion-builder-row {
  justify-content: flex-start !important;
}
.unsubscribe-page .row.assessment-wrapper .col-md-6 {
  margin-left: 0%;
  width: 100%;
}
.unsubscribe-page .tab-content-container-preference {
  border: 0;
}
.unsubscribe-page .communication-section-header h3 {
  font-size: 33px;
  font-weight: 400 !important;
  margin-bottom: 0px;
  color: #000;
}
.unsubscribe-page .communication-section-header h7 {
  font-size: 18px;
}
.unsubscribe-page .communication-section-header h5 {
  margin: 0;
  font-size: 20px;
}
.unsubscribe-page .tab-content-container-preference .btn {
  background: darkblue;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.unsubscribe-page .tab-content-container-preference .col-md-12.p2 {
  padding-top: 30px;
}
.unsubscribe-page .tab-content-container-preference label input {
  margin-bottom: 12px;
}
.unsubscribe-page .tab-content-container-preference label span {
  padding-left: 5px;
  font-size: 15px;
}
/*UK home page*/
.uk-locationhomepage .backgroundcolorimage.home-locations .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3530/2024/12/19132355/Locations-e1734617948769.png);
}
.uk-locationhomepage .backgroundcolorimage.home-divisions .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05052719/DN_HQ_01-scaled.jpg);
}
.uk-locationhomepage .backgroundcolorimage.home-benefits .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3530/2024/12/19141317/Benefits-e1734617644408.png);
}
.uk-locationhomepage .backgroundcolorimage.home-aboutus .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05052944/DN_HQ_02-scaled.jpg);
}
/*AUS NZ home page*/
.auz-locationhomepage .backgroundcolorimage.home-locations .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3530/2024/12/20052927/AUS-Locations-e1734698345642.png);
}
.auz-locationhomepage .backgroundcolorimage.home-divisions .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3530/2025/02/18165352/Scenic_view_of_Pinewood_Lodge-scaled-e1739897824936.jpg);
}
.auz-locationhomepage .backgroundcolorimage.home-benefits .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3530/2024/12/20052950/Divisions-e1734698382740.png);
  background-position-x: 20%;
}
.auz-locationhomepage .backgroundcolorimage.home-aboutus .fusion-column-wrapper::before {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3260/2024/08/05052944/DN_HQ_02-scaled.jpg);
}
@media (max-width: 767px) {
  .listwrap.aboutdesktop-slider {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .empowering-careers.ausnzleftimage .fusion-column-wrapper {
    background-position-x: 17%;
  }
}
/*Spanish translation*/
html[lang='es-ES'] body .search-banner .quicksearch-btn input {
  word-wrap: break-word;
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 800px) {
  html[lang='es-ES'] body input#cws_quickjobsearch_keywords::placeholder {
    font-size: 9px;
  }
  select#cws_quickjobsearch_primary_category {
    font-size: 10px !important;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  html[lang='es-ES'] body input#cws_quickjobsearch_keywords::placeholder, html[lang='es-ES'] body select#cws_quickjobsearch_primary_category {
    font-size: 10px !important;
  }
}
.more-text-dec:focus {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-color: #1d4a75 !important;
  outline-offset: inherit;
}
a.playpause-btn:focus img {
  outline: 2px solid #fff !important;
}
nav.expanded ul.fusion-menu li a {
  background: transparent !important;
  z-index: 999999999 !important;
}
.awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile {
  z-index: 999999999 !important;
}
/*rss image slider*/
.rssImage img {
  height: 200px;
  padding-bottom: 35px;
}
.widget_rss ul li {
  padding: 13px !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 0px 17px #27337E21;
  border-radius: 4px;
}
.widget_rss .rss-date {
  font-size: 14px;
  text-transform: uppercase;
  color: #1D4A75;
  padding-bottom: 10px;
}
.widget_rss a.rsswidget {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0px 0px;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .widget_rss a.rsswidget {
    font-size: 16px;
    line-height: 1.5;
  }
}
.widget_rss .widget-title {
  display: none;
}
.rss_slider .slick-slider {
  margin: 0 auto !important;
}
.rss_slider .slick-slide {
  padding: 3px 0px;
}
.rss_slider .rsswidget::before {
  display: none;
}
/* CWSM-17554 */
.jobfilters .container-business-unit {
  display: contents;
}
.jobfilters .container-business-unit .select2-search__field {
  width: 100% !important;
}
.jobfilters .fusion-column-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jobfilters .new-wrapper .flex_column {
    width: 20%;
  }
  html[lang='es-ES'] .jobfilters .new-wrapper .flex_column {
    width: 23%;
  }
  .jobfilters #cws-search-form input[type="text"][placeholder="Search Jobs"] {
    width: 212px;
  }
  .jobfilters .flex_column.av_one_fourth:nth-child(6) {
    width: 100%;
  }
  .jobfilters .new-wrapper .flex_column {
    justify-content: center;
  }
  .jobfilters {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .jobfilters .new-wrapper .flex_column {
    width: 100%;
  }
}
/* CWSM-18385 */
.ukfilter .quicksearch-field.quicksearch-primary_country, .ukfilter .quicksearch-field.quicksearch-department {
  display: none;
}
.header-widget .quicksearch-field.quicksearch-primary_country, .header-widget .quicksearch-field.quicksearch-department {
  display: none !important;
}
/* END CWSM-18385 */
.ukfilter .quicksearch-field.quicksearch-primary_city .container-primary-city {
  background-color: #fff;
}
.ukfilter .quicksearch-field.quicksearch-primary_city .select2-selection__rendered {
  color: #a8abb1 !important;
  text-transform: none !important;
  height: 100%;
  align-content: center;
  font-size: 15px !important;
  line-height: 28px !important;
}
.ukfilter #select2-cws_quickjobsearch_primary_city-container {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3400/2024/08/12122726/arrow-down-sign-to-navigate-1.png);
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: 96% 58%;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .uk-banner-widget .fullwidth-video {
    display: none;
  }
  body .uk-banner-widget h1.fusion-title-heading.title-heading-left {
    font-size: 28px !important;
    line-height: 31px !important;
    text-align: center !important;
  }
  .uk-banner-widget .fusion-column-wrapper {
    margin: 0px;
  }
  .uk-banner-widget .hero-widget .fusion-title-text {
    width: 100%;
    margin-top: 20px;
  }
  .fullwidth-box.video-background.uk-banner-widget.hero-video .fullwidth-video, .uk-banner-widget.hero-video {
    min-height: 0px !important;
  }
}
.uk-banner-widget .hero-widget {
  margin-top: 0px;
}
.container-primary-city span.select2-selection.select2-selection--single:focus {
  border: 2px solid #333 !important;
}
/*hide WPML language dropdown*/
.avada-footer-scripts {
  display: none;
}
/* Fixed the btn issue */
/*a.fusion-button.button-default.fusion-button-default-size.team-apply-btn , a.fusion-button.button-default.fusion-button-default-size.job_apply_btn.apply-btn{
 padding:10px;
 }
 .fusion-button.button-flat{
 padding:10px;
 }*/
/* END btn */
/* CWSM-18099 */
.header-widget .quicksearch-field.quicksearch-primary_country {
  display: none !important;
}
/* END CWSM-18099 */
/* */
@media (min-width: 1025px) {
  .jobsearch-searchbar .select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: -10px;
    z-index: 999;
  }
  .jobsearch-searchbar .select2-container .select2-search--inline .select2-search__field {
    text-align: center;
  }
  .jobsearch-searchbar #cws-search-form .select2.select2-container .select2-selection--multiple .select2-selection__rendered:after {
    width: calc(100% - 78%) !important;
    z-index: 999;
  }
  .jobsearch-searchbar .text_input.keyword_suggest {
    display: none !important;
  }
  .jobsearch-searchbar .new-wrapper {
    display: none;
  }
  .jobsearch-searchbar #cws-search-form {
    justify-content: space-between !important;
  }
}
.jobsearch-searchbar .select2-selection.select2-selection--multiple {
  min-height: 47px;
  border: 1px solid #fff;
  border-radius: 0px;
  justify-content: left;
}
.jobsearch-searchbar .commute-control {
  border: 1px solid #fff;
  border-radius: 0px;
}
.jobsearch-searchbar .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
}
.commute-traffic-control.commute-control {
  margin-right: 13px;
}
.jobsearch-searchbar .cws-clear-btn {
  padding-bottom: 0px;
}
.jobsearch-searchbar #cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}
@media (max-width: 1024px) {
  .jobsearch-searchbar .select2-container .select2-search--inline .select2-search__field {
    text-align: center;
  }
  .jobsearch-searchbar #cws-search-form .select2.select2-container .select2-selection--multiple .select2-selection__rendered:after {
    width: calc(100% - 45%) !important;
    top: 12px;
  }
  .jobsearch-searchbar .location-box.commute .select2.select2-container .select2-selection__rendered:after {
    top: 12px !important;
  }
  .jobsearch-searchbar .location-search-type .location-wrapper, .jobsearch-searchbar .w-form-row-field {
    margin-bottom: 20px;
    padding: 0px;
    width: 100%;
  }
  .jobsearch-searchbar .location-search-type-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .jobsearch-searchbar .commute-control, .jobsearch-searchbar .w-form-row-field.location-radius-control {
    width: 25%;
  }
  .jobsearch-searchbar .cws-clear-btn {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .jobsearch-searchbar #cws-search-form div:nth-child(8).flex_column {
    width: 100%;
  }
  .jobsearch-searchbar #cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 0px;
  }
  .jobsearch-searchbar .w-form-row-field {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #cws-search-form .select2-selection.select2-selection--single {
    min-height: auto !important;
  }
}
.jobsearch-searchbar #cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  justify-content: center;
}
.jobsearch-searchbar .location-box.commute .select2.select2-container .select2-selection__rendered:after {
  top: 6px;
  right: 30px;
}
.select2-container .select2-selection--multiple {
  display: flex;
  justify-content: center;
}
.jobsearch-searchbar #cws-search-form input[type="text"] {
  border-radius: 0px !important;
}
.jobsearch-searchbar #cws-search-form #cws_jobsearch__proximity {
  border-radius: 0px !important;
}
@media (min-width: 768px) {
  .jobsearch-searchbar #cws-search-form .select2.select2-container .select2-selection--multiple .select2-selection__rendered:after {
    top: 13px !important;
    right: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .jobsearch-searchbar .closed .w-form-row-field {
    margin-bottom: 0px !important;
  }
  .jobsearch-searchbar .flex_column.av_one_tenth, .jobsearch-searchbar .av_one_fifth, .jobsearch-searchbar .w-form-row-field.commute-control {
    width: 48% !important;
    float: left;
    margin-right: 2%;
  }
}
/* cst-btn */
@media (min-width: 1024px) {
  .cst-btn {
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 12px 24px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
  }
}
