/*===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;
}
/*/////////// GLOBAL VARIABLES /////////////////*/
/*font*/
html {
  font-size: 16px;
}
/*///////////// Slideshow ///////////////*/
.ls-nav-next:after {
  border-right-color: #FFCC00 !important;
  border-top-color: #FFCC00 !important;
}
.ls-nav-prev:after {
  border-left-color: #FFCC00 !important;
  border-top-color: #FFCC00 !important;
}
/*///////////// Job Search Results //////////////*/
.search-results-title {
  font-size: 2rem !important;
}
/* Grid */
.jobTitle a {
  color: #000;
}
.job [role="cell"] {
  margin: 15px 0;
}
/* Filters */
.widget-jobsearch-full *:not(h3) {
  font-size: 1rem !important;
}
.widget-jobsearch-full input, .widget-jobsearch-full .select2-container--default .select2-selection--single {
  padding-left: 10px;
  padding-top: 3px;
}
/* Select 2 */
.select2-results__option {
  font-size: 1rem !important;
}
.select2-results__option--highlighted {
  background-color: #2e2c2c;
  color: #fff;
}
/* Filters */
.search-tag {
  border-radius: 4px;
  padding: 5px 15px;
}
button#geotooltip {
  color: #000;
}
/*/ Social Sharing /*/
.fusion-sharing-box h4 {
  font-size: 1.5rem !important;
  margin-bottom: 10px !important;
}
/*/ Similar Jobs /*/
.similar-jobs {
  padding: 1rem 0;
}
.similar-jobs .widgettitle {
  font-size: 1.5rem !important;
  margin-bottom: 10px;
}
.similar-jobs .widget_joblist_row {
  position: relative;
}
.similar-jobs .widget_joblist_loc {
  font-size: 0.9rem;
}
/*///////////// Builder Elements ////////////////*/
.toggle a {
  padding: 15px 0 !important;
}
/*menu*/
.Main_menu .fusion-open-nav-submenu:before, .Main_menu .xcc-sign-in::after {
  content: "\f0d7";
  font-family: fontawesome;
}
.Main_menu .xcc-sign-in::after {
  position: relative;
  top: -2px;
}
/*Focus outline*/
a:active, a:hover {
  outline: 2 !important;
}
*:focus {
  outline: 2 !important;
}
.slick-slide.slick-current {
  outline-offset: -2px !important;
}
/*links underline*/
body a:hover {
  color: #ffcc00;
  text-decoration: none;
}
/*slickslider-home*/
.slickslider-home .slider-content {
  font-size: 1.5rem !important;
  line-height: 36px !important;
}
.slickslider-home .Name {
  font-size: 18px !important;
  line-height: 27px !important;
}
.slick-slide {
  outline: 0px !important;
}
.slick-list.draggable {
  pointer-events: none;
}
/*header*/
.Main_menu .sub-menu {
  background-color: #ccc;
}
.Main_menu .menu-text:active {
  color: ffcc00;
}
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row > ul > li.menu-item-has-children:after {
  position: relative;
  border-bottom-width: 9px !important;
  border-top-width: 9px !important;
  border-left-width: 0px !important;
  border-right-width: 2px !important;
  background-color: #7a7a7a;
  top: 17px;
}
.Main_menu span.xcc-sign-in.out, .Main_menu span.xcc-sign-in {
  background-color: #000;
  border: 0px;
  position: relative;
  top: 11px;
  font-size: 16px;
  line-height: 52px;
  padding: 0px;
}
.Main_menu .xcc-sign-in-submenu {
  background-color: #ccc;
  border: 0px;
  border-radius: 0px;
}
.Main_menu .xcc-sign-in-submenu a {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.Main_menu #menu-main-menu li a:hover, .Main_menu .xcc-sign-in-submenu a:hover:after {
  color: #fff !important;
}
.Main_menu .xcc-sign-in-submenu a:hover {
  font-size: 16px !important;
  color: #fff;
  background-color: #2e2c2ca6;
}
.Main_menu .xcc-sign-in-submenu a::after {
  color: #000;
}
@media only screen and (min-width: 1025px) {
  .fusion-menu-element-wrapper.expand-method-hover.direction-row.Main_menu li:hover:before {
    content: "";
    position: absolute;
    color: #fff;
    background-color: #ffcc00 !important;
    width: 100%;
    height: 3px !important;
    top: 51px;
  }
  .Main_menu li#menu-item-684::before {
    top: 61px;
    z-index: 999;
  }
  .Main_menu .fusion-dropdown-submenu::before {
    display: none;
  }
  .menu-dropdown .xcc-sign-in-submenu {
    top: 63px;
    min-width: 280px;
  }
}
.Main_menu li#menu-item-188 ul.sub-menu {
  margin-top: 2px !important;
}
.fusion-tb-header .fusion-menu-element-wrapper li.current_page_item a, .fusion-tb-header .fusion-menu-element-wrapper li.current_page_item span {
  color: #Ffcc00 !important;
}
.Main_menu .current-menu-item .menu-text, .Main_menu .current-menu-item .fusion-open-nav-submenu {
  color: #ffcc00 !important;
}
@media only screen and (max-width: 1024px) {
  .fusion-menu-element-wrapper .fusion-menu-element-list {
    min-height: 100vh !important;
  }
  .Main_menu span.xcc-sign-in.out, .Main_menu .menu-dropdown .xcc-sign-in {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 0px;
    top: 0px;
    font-weight: 400;
  }
  .Main_menu span.xcc-sign-in.out:hover, .Main_menu span.xcc-sign-in.out:active, .Main_menu .menu-dropdown .xcc-sign-in:hover, .Main_menu .menu-dropdown .xcc-sign-in:active {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .xcc-sign-in-submenu {
    width: 100%;
    text-align: center;
  }
  .menu-dropdown .xcc-sign-in-submenu {
    top: 55px;
  }
}
/*footer*/
.Footer-buttons:active {
  color: #ffcc00;
}
.Footer-address a:hover {
  text-decoration: none;
}
.Footer-buttons a:hover {
  text-decoration: none;
  color: #fff;
}
.Footer_click_here {
  margin-bottom: 0px !important;
}
.Footer-everify {
  color: #fff;
}
.Footer-everify a:hover, .Footer_click_here a:hover {
  color: #fff !important;
}
.Global_footer .awb-icon-forrst:before {
  content: "\f2ac";
  font-family: fontawesome;
}
.footer_helpfullinks h2 {
  color: #fff !important;
  line-height: 1;
  font-size: 16px !important;
}
.Global_footer a:hover, .Footer_links a:hover {
  color: #fff !important;
}
@media only screen and (min-width: 1024px) {
  .Footer_links {
    border-color: #000 !important;
  }
}
.Home_slick .slick-track {
  display: flex !important;
  align-items: center;
}
a#cws-adv-search-btn {
  font-weight: normal;
}
/*job search*/
@media only screen and (max-width: 767px) {
  div#cws-search-form {
    padding-top: 20px;
  }
}
.location-box.radius, .location-box.commute, input#cws_jobsearch_location {
  margin-bottom: 20px;
}
.button.fusion-button.button-default.style_raised:hover {
  color: #fff;
}
.button.fusion-button.button-default.style_raised {
  color: #000;
  font-weight: normal;
}
.select2-results__option {
  color: #444 !important;
}
.page-id-7 .fusion-one-half.first {
  padding-right: 30px;
}
.Search_results .button {
  margin-left: 0px !important;
  padding: 8px 13px !important;
}
.Search_results_sidebar input#location_search_type_commute, .Search_results_sidebar input#location_search_type_radius {
  margin-top: -3px;
}
.Search_results_sidebar .location-wrapper.with_geo {
  border: 0px;
}
.Search_results_sidebar .location-radius-control {
  border: 0px !important;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .Search_results .job .joblist-location {
    padding-left: 0px !important;
  }
}
/*Fasttrack*/
.Fasttrack_info p {
  margin-bottom: 21px;
}
/*think big*/
.Thinkbig_fasttrack p {
  padding-bottom: 18px;
  margin-bottom: 0px;
}
.Thinkbig_ul ul li {
  padding-bottom: 18px;
}
.Thinkbig_ul ul {
  padding-left: 40px;
}
/*think bigger*/
.Thinkbig_program ul {
  margin-left: 40px;
  padding-left: 0px;
}
.Thinkbig_program p {
  margin-bottom: 0px;
  padding-bottom: 18px;
}
.Thinkbig_how_does_it_work p {
  margin-bottom: 0px;
}
.Thinkbig_how_does_it_work ul {
  margin-left: 40px;
  padding-left: 0px;
}
.panel-body {
  border-color: #fff !important;
}
@media only screen and (min-width: 1025px) {
  .Oklahoma_State_btn {
    margin-top: 28px !important;
  }
}
/*profile join banner*/
@media only screen and (min-width: 1025px) {
  .fusion-body .fusion-builder-column-0.Global_header_image {
    width: 20% !important;
    margin-bottom: 0px;
  }
  .fusion-layout-column.fusion_builder_column.fusion-builder-column-1.fusion_builder_column_4_5.\34_5.fusion-flex-column.fusion-flex-align-self-stretch.Header_menu {
    width: 80% !important;
    margin-bottom: 0px;
  }
  .Header_menu .fusion-content-layout-column {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.col-sm-12 {
  z-index: 99;
}
.Global_header {
  padding: 0px 30px !important;
}
.Thinkbig_youtube_2_layout {
  max-width: 100% !important;
  max-height: 100% !important;
}
/*breadcrumbs*/
.breadcrumbs {
  height: 40px;
}
/*benefits*/
.fa-people-arrows:before {
  font-family: 'Font Awesome 5 Pro';
}
.Benefits_content_boxes h2:hover {
  color: #000 !important;
}
.Benefits_for_service h3:hover {
  color: #000 !important;
}
.fusion-content-box-hover .link-area-link-icon-hover .heading .content-box-heading {
  color: #000 !important;
}
.Benefits_content_boxes h3, .Benefits_content_boxes p {
  text-align: left;
}
.Benefits_content_boxes .content-box-column, .Benefits_for_service .content-box-column {
  padding-left: 6.25% !important;
}
.content-box-column {
  padding: 10px;
  margin-bottom: 0px !important;
}
.fusion-content-boxes .content-container {
  margin-bottom: 0px;
}
.page-id-235 h3:hover, .page-id-235 h3 {
  color: #000;
  margin-bottom: 6px !important;
}
.fusion-content-boxes.Benefits_content_boxes_mobile .content-container, .fusion-content-boxes.Benefits_for_service_mobile .content-container {
  text-align: left;
}
.Benefits_for_service_mobile h3, .Benefits_content_boxes_mobile h3 {
  text-align: left;
}
/*management trainee program*/
li.trainee.paragraph {
  margin-bottom: 18px;
}
/*profile join*/
.Profile_join_form {
  padding-top: 27px !important;
  padding-bottom: 115px !important;
}
.page-id-79 .fusion-page-title-wrapper {
  justify-content: flex-start;
}
.initial-content-height, .Profile_join_form label, .Profile_join_form p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion-flex-column.Profile_join {
  width: 100% !important;
}
.Profile_join_form .gigya-login-providers-container {
  top: 0px !important;
}
.Profile_join_form .has-error.checkbox label {
  color: #000 !important;
}
.Profile_join_form .btn, .Profile_join_form .btn-default, .Profile_join_form .btn:focus, .Profile_join_form .btn-default:focus, .btn-azure, .btn-azure:hover, .btn-azure:active, .resume-profile-confirmation-btn {
  border-color: #fff;
  color: #000;
  font-weight: 600;
  background-color: #ffcc00 !important;
  padding: 15px 30px;
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 1 !important;
}
.btn-azure.disabled:hover, .btn-azure:hover, .Profile_join_form .btn:hover, .Profile_join_form .btn-default:hover, .resume-profile-confirmation-btn:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.Profile_join_form .form-control.ng-invalid {
  background-color: #fff;
}
.Profile_join_form #socialLoginProvider {
  padding-left: 0px !important;
  z-index: 9999 !important;
  width: 100% !important;
}
.Profile_join_form span.resume-filename.ng-binding.ng-scope {
  position: relative;
  top: -14px;
  left: 15px;
}
.Profile_join_form .form-group.has-success input, .form-group.has-success select, .form-group.has-success select:focus {
  border-color: #000;
  color: #000;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
}
.form-control, select {
  font-size: 18px;
  line-height: 24px;
}
#Thinkbig_Image .fusion-row, #Think_bigger_Image .fusion-row {
  min-height: 420px !important;
}
#Fast_track_image .fusion-row, #Seasonal_technician_image .fusion-row {
  min-height: 300px !important;
}
span.ng-binding.ng-scope a {
  color: #767676 !important;
}
span.ng-binding.ng-scope a:hover {
  color: #ffcc00 !important;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .form-group.has-error .help-block {
  font-size: 18px;
  color: red;
}
.form-group.has-success input, .input-group.has-success input, .form-group.has-success select, .input-group.has-success select, .form-group.has-success textarea, .input-group.has-success textarea, .has-success.checkbox label {
  color: #000;
}
.red {
  font-size: 18px;
}
/*thankyou page*/
@media (min-width: 992px) {
  .col-md-offset-3 {
    margin-left: 17%;
  }
  .col-md-8 {
    width: 125.666667%;
  }
  .Profile_join_form .schema-form-section .col-sm-6 {
    width: 60%;
  }
}
/*   slick */
#wrapper #main .fullwidth-box .Home_slick .fusion-row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.Home_slick_name p {
  line-height: 27px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}
/*  slick end*/
/*reset password*/
.modal-dialog {
  /*top:120px; */
}
/*Sign in*/
.glyphicon-login {
  right: -32px;
}
div#signInModal {
  font-family: 'Roboto', sans-serif;
}
div#signInModal .gigya-login-provider-row {
  top: -17px;
  position: relative;
}
div#signInModal .col-sm-12 {
  top: 20px;
}
.custom-action-highlight {
  color: #767676;
}
a.pull-right.draggable {
  font-weight: bold;
}
.custom-action-highlight:hover {
  color: #ffcc00 !important;
}
.modal-popup-main-header {
  font-family: 'Roboto', sans-serif !important;
}
/* Modals Sign Up Pop-up Starts*/
.modal-popup-small .social-container-center {
  margin: auto;
  text-align: center;
}
.modal.schema-modal-popup.fade.ng-scope.ng-isolate-scope.in {
  z-index: 99999999 !important;
}
/* Modals Sign Up Pop-up Ends*/
/* Dashboard  Starts*/
.border-dashboard {
  border: 0px solid;
}
.border-dashboard h4 {
  font-size: 20px;
}
.border-dashboard .widget-body.bgnone {
  padding: 0;
}
.border-dashboard .schema-form-section.col-sm-6 {
  width: 75%;
}
div#preferences .alert, .tab-content-container-preference {
  display: none;
}
.tab-content-container-preference.mt2 {
  display: block;
}
.profile-view .account-container .attachments th.ng-binding {
  text-align: left !important;
}
.col-sm-6 {
  top: 90px;
}
.Profile_join_form .col-sm-6, .border-dashboard .col-sm-6 {
  top: 0px !important;
}
.page-id-78 .custom-focus {
  border: 0px;
}
.form-group.has-success input {
  border-color: #000;
  color: #000;
  background-color: #fff;
}
.page-id-78 input[type=checkbox] {
  margin: 0px;
}
.profile-edit-btns .btn {
  padding: 15px 15px;
  background-color: #FFCC00;
  color: #000;
}
.btn-group {
  width: 100% !important;
}
.fa-trash:before {
  content: "\f1f8";
}
/* Dashboard Ends*/
/*job detail*/
.col-md-18 {
  width: 50%;
}
.col-md-24 {
  display: flex;
  font-size: 16px;
  line-height: 24px;
}
.ejd-cta-btn.col-md-12 {
  padding-left: 0px;
}
dd.separator span:last-child {
  display: none;
}
.Job_description a span, .Job_description a {
  color: #767676 !important;
  font-weight: 700;
}
.Job_description a span:hover, .Job_description a:hover {
  color: #FFCC00 !important;
}
.Similar_jobs_ejd .widget_joblist_row {
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 0px 20px 0px 0;
}
/*breadcrumbs*/
.Ejd_breadcrumbs span {
  font-size: 14px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.75);
}
.fusion-breadcrumbs.fusion-breadcrumbs-1 a, .fusion-breadcrumbs a {
  color: #767676 !important;
  font-weight: bold;
}
.Ejd_breadcrumbs a span {
  font-weight: bold;
  color: #767676 !important;
}
.Ejd_breadcrumbs a:hover span, .fusion-breadcrumbs a:hover {
  color: #ffcc00 !important;
}
/*early careers*/
.Early_careers_zoom_layout .fusion-empty-column-bg-image {
  transition: 1500ms;
}
.Early_careers_zoom_layout:hover .fusion-empty-column-bg-image {
  transform: scale(1.2) !important;
}
.Early_careers_zoom_layout .fusion-flex-column {
  overflow: hidden;
}
/*.Early_careers_contactus:hover {
 transform: scale(1.1) ;
 }*/
.Early_careers_contactus {
  transition: 1500ms linear;
}
.Early_careers_contactus {
  overflow: hidden;
}
/**/
.Early_careers_zoom_layout:hover .Foley_image:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  display: block;
  opacity: 0.9;
}
.Early_careers_zoom_layout .Foley_image:before {
  opacity: 0;
  -webkit-animation: slide-in 1s 0.2s forwards;
  -moz-animation: slide-in 1s 0.2s forwards;
  -o-animation: slide-in 1s 0.2s forwards;
  animation: slide-in 1s 0.2s forwards;
}
.Early_careers_contactus:before {
  background-image: url('https://cdn-static.findly.com/wp-content/uploads/sites/2467/2022/07/28225124/BG-DARK-1.jpeg');
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  transition: 1500ms linear;
}
.Early_careers_contactus > .fusion-builder-row {
  transition: 1500ms linear;
}
.Early_careers_zoom_layout:hover .Yellow-black-btn * {
  color: #fff !important;
}
.Early_careers_zoom_layout:hover .Yellow-black-btn {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.Early_careers_contactus:hover > .fusion-builder-row, .Early_careers_contactus:hover:before {
  transform: scale(1.2);
}
.gigya-login-providers {
  height: auto !important;
}
.Profile_join_form div#socialLoginProvider_uiContainer {
  width: 100% !important;
  height: auto !important;
}
.Profile_join_form #socialLoginProvider {
  padding-left: 0px !important;
  z-index: 9999 !important;
  width: 100% !important;
  height: auto !important;
}
.gigya-login-providers {
  height: auto !important;
  margin-top: 20px !important;
  position: relative;
}
div#widget_job_list_v3-3 > div:nth-of-type(1n+4) {
  display: none;
}
.ejd-cta-btn a:hover {
  color: #fff;
}
.job_details_social_sharing i.fusion-social-network-icon:hover {
  background-color: #000 !important;
  border: #000 !important;
  color: #fff !important;
}
.ejd-banner-btn:hover {
  background-color: #767676;
}
.fusion-page-title-wrapper {
  justify-content: flex-start;
  padding-top: 35px;
}
.fa-trash:before {
  content: "\f1f8" !important;
}
.Thankyou_breadcrumbs .fusion-breadcrumbs {
  font-size: 14px;
  line-height: 24px;
}
.resume-profile-confirmation-btn {
  width: 100%;
  margin: 0px !important;
  border-radius: 3px;
}
a.transcript_btn {
  text-decoration: underline !important;
}
#a.transcript_btn {
  text-decoration: underline !important;
}
a.transcript_btn {
  text-decoration: underline !important;
}
a:focus {
  color: unset;
}
/* *********************** display setting for benefits page --j-- ************************** */
.page-id-235 div.fusion-content-boxes.content-boxes.columns.row.fusion-columns-2.fusion-columns-total-13.fusion-content-boxes-1.content-boxes-icon-on-side.content-left.fusion-no-small-visibility.Benefits_content_boxes, .page-id-235 div.fusion-content-boxes.content-boxes.columns.row.fusion-columns-2.fusion-columns-total-8.fusion-content-boxes-3.content-boxes-icon-on-side.content-left.fusion-no-small-visibility.Benefits_for_service {
  margin-top: -80px !important;
}
@media only screen and (min-width: 400px) {
  .page-id-235 div.fusion-content-boxes.content-boxes.columns.row.fusion-columns-2.fusion-columns-total-13.fusion-content-boxes-2.content-boxes-icon-on-top.content-left.fusion-no-medium-visibility.fusion-no-large-visibility.Benefits_content_boxes_mobile, .page-id-235 div.fusion-content-boxes.content-boxes.columns.row.fusion-columns-2.fusion-columns-total-8.fusion-content-boxes-4.content-boxes-icon-on-top.content-left.fusion-no-medium-visibility.fusion-no-large-visibility.Benefits_for_service_mobile {
    margin-top: -90px !important;
  }
}
a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}
*:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-offset: 3px !important;
}
a.fusion-social-network-icon.fusion-tooltip:focus {
  outline-offset: -3px !important;
}
a.awb-menu__main-a:focus, .awb-menu__sub-a:focus {
  outline-offset: -3px !important;
}
.tab-link:focus {
  outline-offset: -2px !important;
}
.tab-pane:focus {
  outline-offset: 10px !important;
}
.Global_footer a:focus {
  outline-offset: -2px !important;
}
/* new design */
body p {
  line-height: 24px;
}
.awb-menu__main-li:last-child a span {
  color: #000;
}
.awb-menu__main-li:last-child a {
  background: #ffcc00;
  border: 2px solid #ffcc00;
}
.testimonial_link a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-family: 'Knockout HTF68-FullFeatherwt';
  letter-spacing: 0.5px;
  font-size: 20px;
  display: inline;
  border-bottom: 2px solid;
}
.testimonial_link a:after {
  content: "\f178 ";
  margin-left: -20px;
  display: inline-block;
  width: 20px;
  height: 12px;
  font-family: 'Font Awesome 5 Pro';
  color: #000;
  position: relative;
  left: 30px !important;
}
.testimonial_section > .fusion-builder-row:before {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/04063202/Dashed-line-element.png) no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  position: absolute;
  left: -97%;
  background-size: 500px;
  top: -18px;
}
.testimonial_section:after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/09/28194405/parallel-line-element.png) no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  position: absolute;
  background-position: right;
  background-size: 35px;
  top: 0;
}
.benefit_home_icon img {
  height: 145px;
  width: auto;
}
.benefits_boxes a > span {
  text-decoration: underline;
}
.benefits_boxes a:hover {
  background: #fff;
}
.benefits_boxes a:hover span, .benefits_boxes a:hover i {
  color: #000 !important;
}
.benefit_button:after {
  content: "";
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/02123404/Vector-Down.png);
  margin-left: 10px;
  display: inline-block;
  background-size: 20px;
  width: 20px;
  height: 15px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit_button:hover {
  background: transparent;
}
.benefit_button:hover span {
  color: #000 !important;
}
.Home_slick_content {
  width: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.guiding_principle_slider > div {
  padding: 25px !important;
}
.slider_m {
  font-size: 50px;
  font-family: 'Knockout HTF68-FullFeatherwt';
  padding-bottom: 20px;
  border-bottom: 2px solid;
  margin-bottom: 5px !important;
  display: inline-block;
}
.subheading_slider {
  font-family: 'Knockout HTF68-FullFeatherwt';
  display: block;
  letter-spacing: 0.5px;
  font-size: 21px;
  line-height: 17px;
}
.slick-prev:before, .slick-next:before {
  color: #fff !important;
}
.container_tips_mobile .slick-prev:before, .container_tips_mobile .slick-next:before {
  color: #000 !important;
}
.our_value_slider .slick-prev:before, .our_value_slider .slick-next:before {
  color: #000 !important;
}
.guiding_principle_slider .slick-active button {
  background: #ffcc00 !important;
}
.guiding_principles .fusion-text.fusion-text-8 {
  max-width: 800px;
  margin: auto;
}
.slick-dots li button:before {
  color: transparent !important;
  content: '•' !important;
}
.benefit_box {
  margin-top: 20px;
}
/*
 .benefits_boxes.first-col a {
 margin-top: 60px !important;
 display: block;
 }
 .benefits_boxes.second-col a {
 display: block;
 margin-top: 22px;
 }
 .benefits_boxes.third-col a {
 margin-top: 35px;
 display: block;
 }
 .benefits_boxes.fourth-col a {
 margin-top: 70px;
 display: block;
 }
 */
.benefit_link_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.fa, .far, .fas {
  font-family: 'Font Awesome 5 Pro';
}
.slick-next:before {
  content: "\f054" !important;
  font-weight: 100 !important;
}
.slick-dots {
  z-index: 999 !important;
}
.slick-dotted.slick-slider {
  padding-bottom: 0px !important;
}
.slick-prev:before {
  content: "\f053" !important;
  font-weight: 100 !important;
}
.video_popup .modal-body, .video_popup2 .modal-body {
  position: relative;
  padding: 0px;
  text-align: center;
}
.video_popup .modal-header, .video_popup2 .modal-header {
  padding: 0px 10px;
}
.guiding_principle_slider {
  min-height: 608px;
}
.left_arrow_line > .fusion-builder-row:before {
  content: '';
  width: 150px;
  height: 50px;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/05110804/New-Project-1.png) no-repeat;
  background-size: 80px;
  position: absolute;
  left: -50px;
  top: 25px;
}
.left_arrow_line > .fusion-builder-row:after {
  content: '';
  width: 1000px;
  height: 3px;
  position: absolute;
  background: #000;
  /* background-size: 52px !important; */
  background-position: right;
  top: 42px;
  right: -957px;
}
.shadow_yellow1, .shadow_yellow2 {
  position: relative;
  z-index: 99;
}
.shadow_yellow1 > .fusion-builder-row > .fusion-layout-column:before, .shadow_yellow2 > .fusion-builder-row > .fusion-layout-column:after {
  content: '';
  position: absolute;
  width: 99%;
  height: 100%;
  top: 15px;
  left: 15px;
  background: #000;
  z-index: -10;
}
.shadow_yellow2 > .fusion-builder-row > .fusion-layout-column:after {
  left: 20px;
  background: #FFCD11CC;
}
.join_our_talent.shadow_yellow2 > .fusion-builder-row > .fusion-layout-column:after {
  left: 40px;
  background: #FFCD11CC;
}
.shadow_yellow2 > .fusion-builder-row > .fusion-layout-column:before {
  top: 30px;
  left: 40px;
  background: #FFCD1180;
  z-index: -20;
}
.join_our_talent.shadow_yellow2 > .fusion-builder-row > .fusion-layout-column:before {
  top: 30px;
  left: 60px;
  background: #FFCD1180;
  z-index: -20;
}
.technical_section .fusion-layout-column.fusion_builder_column.fusion-builder-column-13.fusion_builder_column_1_1.\31_1.fusion-flex-column {
  margin-right: 50px;
}
.benefit_link_container a {
  display: flex;
  justify-content: flex-start;
  padding: 0 !important;
  margin-top: 30px;
}
.video_popup .modal-header .close, .video_popup2 .modal-header .close {
  opacity: 1 !important;
  color: #fff !important;
  margin-top: 2px;
  text-shadow: none;
  margin-right: 10px !important;
  height: 28px;
}
.video_popup .modal-content, .video_popup2 .modal-content {
  background: transparent !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
}
.video_popup .modal-header, .video_popup2 .modal-header {
  min-height: 0px;
  background: transparent !important;
  padding: 0;
  border: none;
  box-shadow: none;
  min-height: 30px;
}
.video_popup .modal-header .model-title, .video_popup2 .modal-header .model-title {
  display: none;
}
.awb-menu__main-a.awb-menu__main-a_regular {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.our_culture .fusion-title span {
  text-decoration: underline;
  text-underline-offset: 20px;
}
.transcript_link, .transcript_link2 {
  margin-top: 45px;
  color: #000;
}
.transcript_link > span, .transcript_link2 > span {
  text-decoration: underline;
}
.transcript_link:after, .transcript_link2:after {
  content: '\2b';
  color: #000;
  margin-left: 10px;
}
.testimonial_section.black .testimonial_link a {
  text-transform: uppercase;
  color: #fc0;
  font-family: 'Knockout HTF68-FullFeatherwt';
  letter-spacing: 0.5px;
  font-size: 20px;
}
.testimonial_section.black > .fusion-builder-row:before {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/06094152/Dashed-Line-White.png) no-repeat;
  background-position: bottom right;
}
.testimonial_section.black:after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/06094148/parallel-lines-white.png) no-repeat;
  background-position: right;
  background-size: 30px;
}
.testimonial_section.black .testimonial_link a:after {
  content: "\f178";
  font-family: 'Font Awesome 5 Pro';
  color: #ffcc00;
  margin-left: 10px;
  display: inline-block;
}
.left_arrow_line.yellow > .fusion-builder-row:before {
  display: none;
}
.left_arrow_line.yellow:before {
  content: '';
  width: 150px;
  height: 100%;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/12204056/left-parallel-lines.png) no-repeat;
  background-size: 30px;
  position: absolute;
  left: 0px;
  top: 35px;
}
.left_arrow_line.yellow > .fusion-builder-row:after {
  content: '';
  width: 897px;
  height: 100%;
  position: absolute;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/18041618/button-decoration-element-svg.png) no-repeat !important;
  background-size: 800px !important;
  background-position: right;
  top: 169px;
  right: -775px;
}
.tab_element .fusion_builder_column_1_2 {
  width: 46%;
  margin-right: 30px;
}
.tab_element.yellow .fusion-disable-outline .fusion-tabs .nav-tabs li .tab-link {
  background: transparent;
  border: none;
}
.tab_element.yellow .nav-tabs {
  background: transparent;
}
.tab_element.yellow .nav-tabs {
  background: transparent;
  border: none;
}
.tab_element.yellow .nav {
  border: 0px solid var(--awb-border-color) !important;
  margin-bottom: 50px !important;
}
.fusion-tabs .tab-content > .active {
  display: block;
  background: transparent;
  padding: 0;
  border: none;
}
.tab_element.yellow .nav-tabs li .tab-link {
  margin-right: 1px;
  background: transparent;
  border: none;
}
.tab_element.yellow .nav-tabs li .tab-link:hover {
  background: transparent;
  border: none !important;
}
.fusion-tabs.nav-not-justified.clean .nav-tabs li .tab-link {
  padding: 13px 25px 15px 5px !important;
  background: transparent;
}
.fusion-body .fusion-tabs .nav-tabs > .active > .tab-link:focus, .fusion-body .fusion-tabs .nav-tabs > .active > .tab-link:hover {
  border: none;
}
.fusion-body .fusion-tabs .nav-tabs > .active > .tab-link div {
  padding-bottom: 15px;
  border-bottom: 3px solid #000 !important;
}
.fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link::first-word {
  font-weight: bold;
}
.tab_element.yellow .fusion_builder_column h4 {
  font-size: 55px;
  line-height: 64px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Knockout HTF68-FullFeatherwt';
}
.tab_element.yellow .fusion_builder_column p {
  color: #000;
  font-size: 26px;
  line-height: 29px;
}
.foley_video .fusion-column-wrapper, .foley_video2 .fusion-column-wrapper {
  min-height: 600px;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.slick-next, .slick-prev {
  margin: 0px 15px;
  position: relative;
  top: 20px;
}
.fusion-tabs.clean .nav-tabs li .tab-link {
  border: none;
}
.fusion-body .careers_tab .nav-tabs > .active > .tab-link div {
  font-weight: bold;
}
.fusion-tabs.clean .nav-tabs li .tab-link:focus, .fusion-tabs.clean .nav-tabs li .tab-link:hover {
  /* border: 0px solid !important; */
}
.careers_tab h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'Knockout HTF68-FullFeatherwt';
  letter-spacing: 1px;
  text-transform: uppercase;
}
.Yellow-black-btn {
  background: #ffcc00;
  padding: 16px;
  margin-top: 30px !important;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-family: 'Knockout HTF68-FullFeatherwt';
  letter-spacing: 0.5px;
  font-size: 24px;
}
.early_career_tab .nav-tabs li .tab-link {
  width: auto;
  text-align: left;
}
a.tab-link[aria-controls="tab-c48db2a998aded6e041"] {
  width: 150px !important;
}
/*
 #fusion-tab-internshipprograms {
 width: 96px;
 }
 #fusion-tab-seasonaltechnicianinternships {
 width: 220px;
 }
 a#fusion-tab-fasttrack {
 width: 130px;
 }
 a#fusion-tab-managementtrainee {
 width: 125px;
 }
 a#fusion-tab-non-technicianinternships {
 width: 175px;
 }
 a#fusion-tab-technicianscholarships {
 width: 145px;
 }
 */
.early_career_tab .nav-tabs > .active > .tab-link div {
  font-weight: bold;
  line-height: 28px;
  font-size: 21px;
}
.tip_container h4 {
  font-size: 28px;
  line-height: 36px;
}
.tip_container {
  background: #fff;
  padding: 20px 30px;
}
a.showMore {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  width: 200px;
  height: 30px;
  margin: 70px auto 20px;
  text-decoration: none;
  text-align: center;
  font-family: 'Knockout HTF68-FullFeatherwt';
  letter-spacing: 0.5px;
}
a.showMore::after {
  content: 'SHOW MORE';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/02123404/Vector-Down.png) no-repeat;
  background-position: right 0px;
  color: #000;
  width: 140px;
  display: inline-block;
  background-size: 15px;
}
a.showMore.showLess::after {
  content: 'SHOW LESS';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/08192021/Vector-Down-1.png) no-repeat;
  background-position: right 0px;
  color: #000;
  width: 140px;
  display: inline-block;
  background-size: 15px;
  font-family: 'Knockout HTF68-FullFeatherwt';
  letter-spacing: 0.5px;
}
a.showMore1 {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  width: 200px;
  height: 30px;
  margin: 70px auto 20px;
  text-decoration: none;
  text-align: center;
  font-family: 'Knockout HTF68-FullFeatherwt';
  letter-spacing: 0.5px;
}
a.showMore1::after {
  content: 'SHOW MORE';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/02123404/Vector-Down.png) no-repeat;
  background-position: right 0px;
  color: #000;
  width: 140px;
  display: inline-block;
  background-size: 15px;
}
a.showMore1.showLess1::after {
  content: 'SHOW LESS';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/08192021/Vector-Down-1.png) no-repeat;
  background-position: right 0px;
  color: #000;
  width: 140px;
  display: inline-block;
  background-size: 15px;
}
.tip_container {
  background: #fff;
  padding: 20px 30px;
  min-height: 315px;
}
.benefits_tab h4 {
  text-transform: uppercase;
  font-size: 3.438rem;
  line-height: 3.938rem;
  font-family: 'Knockout HTF68-FullFeatherwt';
  letter-spacing: 0.5px;
}
.benefits_tab p, .benefits_tab li {
  color: #000;
}
.testimonial_section.black.image_right:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/18024138/Group-6-1.png) no-repeat;
  background-position: top left;
}
.testimonial_section.black.image_right > .fusion-builder-row:after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/09090555/Dashed-Line-White-2.png) no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  position: absolute;
  right: -67%;
  background-size: 900px;
  top: 10px;
}
.testimonial_section.black.image_right > .fusion-builder-row:before {
  display: none;
}
.testimonial_section.black.image_right:after {
  display: none;
}
.testimonial_section.grey.image_right:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/18024147/Group-6-1.svg) no-repeat;
  background-position: top left;
}
.testimonial_section.grey.image_right > .fusion-builder-row:after {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/10203922/Dashed-line-element-1.png) no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  position: absolute;
  right: -67%;
  background-size: 900px;
  top: 10px;
}
.testimonial_section.grey.image_right > .fusion-builder-row:before {
  display: none;
}
.testimonial_section.grey.image_right:after {
  display: none;
}
.similar_jobs .widget-joblist {
  display: flex;
  align-items: stretch;
  margin-bottom: 0 !important;
}
.similar_jobs .widget-joblist .widget_joblist_row {
  width: 24.33%;
  margin: 0 2% 0 0;
  min-height: 285px;
  background: #ffcc00 !important;
  border-radius: 0;
  padding: 35px 40px 35px 40px;
  display: flex;
  flex-direction: column;
}
.similar_jobs .job-list-left-container {
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-family: var(--h1_typography-font-family);
}
.similar_jobs .job-list-left-container a {
  color: #000;
}
.similar_jobs .job-list-left-container .widget_joblist_loc {
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Linotype Univers Normal';
}
.similar_jobs .widget-joblist .widget_joblist_row > div {
  float: none;
  display: block;
}
.similar_jobs .job-list-right-container {
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
}
.job-list-right-container a {
  line-height: 20px !important;
}
.Similar_jobs_ejd .widget_joblist_row a {
  color: #000;
}
.Similar_jobs_ejd a.job-list-apply-btn {
  color: #000;
  font-family: 'Knockout HTF68-FullFeatherwt';
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ejd-banner-btn {
  margin-top: 30px;
}
.jd-description * {
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: 'Linotype Univers Normal' !important;
}
.Job_description a span, .Job_description a {
  color: #000 !important;
  font-weight: 700;
  text-decoration: underline;
}
.shadow_ejd_yellow1:before, .shadow_ejd_yellow2:after {
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;
  top: 15px;
  left: 15px;
  background: #000;
  z-index: -10;
}
.shadow_ejd_yellow2:before {
  top: 40px;
  left: 60px;
  background: #FFCD1180;
  z-index: -20;
}
.shadow_ejd_yellow2:after {
  left: 40px;
  top: 20px;
  background: #FFCD11CC;
}
.fusion-text.fusion-text-3.shadow_ejd_yellow1.shadow_ejd_yellow2.shadow_ejd_yellow3 {
  background: #ffcd11;
  padding: 30px;
}
.shadow_ejd_yellow2 .ejd-banner-btn {
  width: 100%;
  background: #fff;
  border: 2px solid;
}
.fusion-sticky-container.fusion-sticky-transition a.awb-menu__main-a.awb-menu__main-a_regular span {
  color: #000 !important;
}
.awb-menu__m-toggle {
  color: #fff;
}
.fusion-sticky-container.fusion-sticky-transition .awb-menu__m-toggle {
  color: #000 !important;
}
.fusion-sticky-container.fusion-sticky-transition .awb-menu__main-li:last-child a {
  background: #ffcc00;
  border: 2px solid #fff;
}
.testimonial_text {
  width: calc(100% - 100px);
}
.testimonial_link p {
  display: inline-block;
}
.nav-tabs {
  text-align: left;
}
.mobile-show {
  display: none;
}
.external_link i {
  transform: rotate(35deg);
}
/*.list_styling li:before {
 content: "\f00c";
 font-family: FontAwesome;
 display: inline-block;
 margin-right: 10px;
 width: var(--icon-space);
 }*/
.list_styling li::marker {
  /*  content: "\f101"; */
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  /* margin-left: calc(var(--icon-space) * -1); */
  width: var(--icon-space);
  font-weight: 100;
  margin-right: 10px;
}
.slider {
  margin: 0 auto;
  width: 95%;
}
.fullwidth_slider {
  width: 100% !important;
}
.fullwidth_slider .slick-track .slick-slide {
  margin: 0 !important;
  display: block !important;
}
.slick-slider {
  overflow: visible !important;
  width: 95%;
  margin: 0 auto;
}
.slick-slide {
  /* margin: 0px 20px;*/
  line-height: normal;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  color: #ffcc00;
}
.brands_slider .slick-track {
  display: flex !important;
}
.brands_slider .slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: flex-end !important;
  justify-content: center !important;
}
.slick-slide {
  /*opacity: .2;*/
  transition: all ease-in-out 0.3s;
}
.slick-current {
  opacity: 1;
}
.slick-slider {
  box-sizing: border-box;
  display: block;
  khtml-user-select: none;
  moz-user-select: none;
  ms-touch-action: pan-y;
  ms-user-select: none;
  position: relative;
  touch-action: pan-y;
  user-select: none;
  webkit-tap-highlight-color: transparent;
  webkit-touch-callout: none;
  webkit-user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
  cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  moz-transform: translate3d(0, 0, 0);
  ms-transform: translate3d(0, 0, 0);
  o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  webkit-transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev, .slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 43px;
  line-height: 0;
  ms-transform: translate(0, -50%);
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  webkit-transform: translate(0, -50%);
  width: 20px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  line-height: normal;
  moz-osx-font-smoothing: grayscale;
  webkit-font-smoothing: antialiased;
}
.slick-prev {
  z-index: 9999;
  left: 0px;
}
[dir='rtl'] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "\f104";
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: 0px;
}
[dir='rtl'] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  padding-bottom: 20px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: #fff;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 15px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 15px;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  color: black;
  content: '•';
  font-family: 'slick';
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  moz-osx-font-smoothing: grayscale;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  webkit-font-smoothing: antialiased;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-active button {
  background: #ffcc00 !important;
}
.getting_hired_section .slick-active button {
  background: #000 !important;
}
.guiding_principle_slider {
  padding: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.container_steps_mobile .tip_boxes {
  width: 100%;
}
.join_our_talent a.fusion-button, .button_width_160 {
  min-width: 160px !important;
}
.enjoy_time_off h4 {
  font-size: 3rem;
  line-height: 3.5rem;
}
.Yellow-black-btn:hover {
  background: #000;
}
.program_benefit_section ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.no_hover_effect:hover {
  background: transparent;
}
.no_hover_effect:hover span {
  color: #000 !important;
}
.testimonial_link a:hover {
  color: initial;
}
#wrapper .yellow .nav-tabs li .tab-link {
  border-color: #000 !important;
  border: none !important;
  background: transparent;
}
.apply-btn {
  font-weight: normal;
}
.benefits_learn_more span {
  text-decoration: underline;
}
.benefits_learn_more:hover {
  background: initial;
}
.benefits_learn_more:hover span {
  color: #000 !important;
}
/* TIMELINE
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline {
  white-space: nowrap;
  margin-top: 100px;
}
.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}
.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 180px;
  height: 3px;
  background: #000;
}
.timeline ol li:last-child {
  width: 280px;
}
.timeline ol li:not(:first-child) {
  margin-left: 47px;
}
.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ffcd11;
  border: 2px solid;
}
.timeline ol li div {
  position: absolute;
  left: calc(50% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: #000;
}
.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ol li:nth-child(odd) div {
  top: 85px;
}
.timeline ol li:nth-child(odd) div::before {
  top: -26%;
  left: 37%;
  border-width: 2px 2px 0 0;
  border-color: #000;
  height: 71px;
}
.timeline ol li:nth-child(even) div {
  top: -85px;
  transform: translateY(-100%);
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.timeline ol li:nth-child(even) div::before {
  top: 100%;
  left: 37%;
  border-width: 2px 0 0 2px;
  border-color: #000;
  height: 70px;
}
.timeline time {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: normal;
  margin-bottom: 8px;
  font-family: 'Knockout HTF68-FullFeatherwt';
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.customize_technician_section .timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 133px;
  height: 3px;
  background: #000;
}
.customize_technician_section .timeline ol li:nth-child(even) div::before {
  top: 100%;
  left: 29%;
  border-width: 2px 0 0 2px;
  border-color: #000;
  height: 70px;
}
.customize_technician_section .timeline ol li:nth-child(odd) div::before {
  top: -22%;
  left: 29%;
  border-width: 2px 2px 0 0;
  border-color: #000;
  height: 71px;
}
.customize_technician_section .timeline {
  /*  white-space: nowrap; */
  margin-top: 180px;
  margin-bottom: 100px;
}
/* TIMELINE ARROWS
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.timeline .arrows .arrow__prev {
  margin-right: 20px;
}
.timeline .disabled {
  opacity: 0.5;
}
.timeline .arrows img {
  width: 45px;
  height: 45px;
}
.timeline:before {
  display: none;
}
.timeline ol li:first-child:before {
  content: '';
  position: absolute;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/17204258/arrow_end.png);
  width: 42px;
  height: 27px;
  top: -12px;
}
.timeline ol li:last-child:after {
  content: '';
  position: absolute;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/17204256/arrow-start.png);
  width: 138px;
  height: 30px;
  top: -14px;
  right: -7px;
}
.career_path_desktop {
  display: block !important;
}
.career_path_timeline_mobile {
  display: none !important;
}
.career_path_timeline_mobile .slick-prev:before, .career_path_timeline_mobile .slick-next:before {
  color: #000 !important;
}
.career_path_timeline_mobile .slick-active button {
  background: #000 !important;
}
.join_our_talent .fusion-button:hover {
  background: #ffcd11;
}
.join_our_talent .fusion-button:hover span {
  color: #000;
}
.technical_section .fusion-layout-column.fusion_builder_column.fusion-builder-column-13.fusion_builder_column_1_1.\31_1.fusion-flex-column > div {
  width: 97%;
}
.careers_tab h4 {
  font-size: 48px;
  line-height: 56px;
}
.container_steps .tip_container {
  background: #fff;
  padding: 20px 30px;
  min-height: 240px;
}
.join_our_talent.yellow .fusion-button:hover {
  background: #000;
}
.join_our_talent.yellow .fusion-button:hover span {
  color: #fff;
}
.transcript_link:hover:after, .transcript_link2:hover:after {
  color: #ffcc00;
}
.Main_menu .current-menu-item .menu-text, .Main_menu .current-menu-item .fusion-open-nav-submenu {
  color: #ffcc00 !important;
}
.Main_menu .current-menu-item.menu-item-187 .menu-text {
  color: #000 !important;
}
.join_our_talent p {
  margin-bottom: 0;
}
.join_our_talent_col {
  width: 96%;
}
.join_our_talent.shadow_yellow1 > .fusion-builder-row > .fusion-layout-column:before, .join_our_talent.shadow_yellow2 > .fusion-builder-row > .fusion-layout-column:after {
  width: 97%;
}
.fusion-body .benefits_tab .nav-tabs > .active > .tab-link div {
  font-weight: bold;
}
.modal-footer button.fusion-button {
  font-weight: normal;
}
.screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
.first_letter_bold .fusion-tab-heading {
  display: inline-block !important;
}
.career_path_mobile .slick-prev:before, .career_path_mobile .slick-next:before {
  color: #000 !important;
}
.career_path_mobile .slick-active button {
  background: #000 !important;
}
.shadow_ejd_yellow2 .ejd-banner-btn:focus {
  color: #000;
}
.similar_jobs .widget_joblist_row:nth-child(1) {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/11/06033956/Job-Category-Cards.png) !important;
  background-size: cover !important;
}
.similar_jobs .widget_joblist_row:nth-child(2) {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/11/06033959/Job-Category-Cards2.png) !important;
  background-size: cover !important;
}
.similar_jobs .widget_joblist_row:nth-child(3) {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/11/06034002/Job-Category-Cards3.png) !important;
  background-size: cover !important;
}
.similar_jobs .widget_joblist_row:nth-child(4) {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/11/06034009/Job-Category-Cards4.png) !important;
  background-size: cover !important;
}
/* GENERAL MEDIA QUERIES
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol, .timeline ol li {
    width: auto;
  }
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  .timeline ol li:nth-child(odd) div::before, .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  .timeline ol li:last-child, .timeline ol li:nth-last-child(2) div::before, .timeline ol li:not(:last-child)::after, .timeline .arrows {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .early_career_tab .nav-tabs > .active > .tab-link div {
    font-weight: bold;
    line-height: inherit;
    font-size: inherit;
  }
  .Global_footer a:focus {
    outline-offset: 1px !important;
  }
  .fusion-tb-footer .fusion-imageframe img {
    margin: 3px;
    vertical-align: top;
    box-shadow: none !important;
  }
  .timeline ol li div {
    position: absolute;
    left: calc(50% + 7px);
    width: 259px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: #000;
  }
  .customize_technician_section .timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 120px;
    height: 3px;
    background: #000;
  }
  .customize_technician_section .timeline ol li:nth-child(odd) div::before {
    top: -24%;
    left: 29%;
    border-width: 2px 2px 0 0;
    border-color: #000;
    height: 71px;
  }
  .left_arrow_line.yellow > .fusion-builder-row:after {
    content: '';
    width: 897px;
    height: 100%;
    position: absolute;
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/18041618/button-decoration-element-svg.png) no-repeat !important;
    background-size: 800px !important;
    background-position: right;
    top: 169px;
    right: -820px;
  }
  .tip_container {
    background: #fff;
    padding: 20px 20px;
    min-height: 365px;
  }
  .container_steps .tip_container {
    background: #fff;
    padding: 20px 20px;
    min-height: 230px;
  }
  nav ul#menu-main-menu {
    display: none;
  }
  nav.expanded ul#menu-main-menu {
    display: block;
  }
  .timeline {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .testimonial_text {
    width: calc(100% - 30px);
  }
  .timeline ol li {
    width: 140px;
  }
  .timeline ol li:last-child {
    width: 190px;
  }
  .timeline ol li:nth-child(odd) div::before {
    left: 34%;
  }
  .timeline ol li:nth-child(even) div::before {
    left: 34%;
  }
  .modal-dialog.modal-lg {
    max-width: 80%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 999px) {
  .timeline ol li {
    width: 99px;
  }
  .timeline ol li:nth-child(even) div::before {
    left: 25%;
  }
  .timeline ol li:nth-child(odd) div::before {
    left: 25%;
  }
  .customize_technician_section .timeline ol li:nth-child(odd) div::before {
    top: -23%;
    left: 20%;
    border-width: 2px 2px 0 0;
    border-color: #000;
    height: 71px;
  }
  .customize_technician_section .timeline ol li:nth-child(even) div::before {
    top: 100%;
    left: 21%;
    border-width: 2px 0 0 2px;
    border-color: #000;
    height: 70px;
  }
  .customize_technician_section .timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 75px;
    height: 3px;
    background: #000;
  }
  .customize_technician_section .timeline ol li:last-child {
    width: 160px !important;
  }
}
@media only screen and (max-width: 768px) {
  .customize_technician_section .timeline {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .timeline {
    padding-top: 10px;
  }
  .modal-dialog.modal-lg {
    width: 80%;
  }
  .our_culture h2 {
    font-size: 5.93rem !important;
    line-height: 6.25rem !important;
  }
  .Job_description {
    margin-top: 0;
  }
  ul {
    padding-left: 20px;
  }
  .career_path_title h4 {
    font-size: 28px;
    line-height: 28px;
    font-family: 'Knockout HTF68-FullFeatherwt';
    letter-spacing: 0.5px;
    margin-top: 40px !important;
  }
  .similar_jobs .widget-joblist .widget_joblist_row {
    width: 24.33%;
    margin: 0 0% 30px 0;
    min-height: 285px;
    background: #ffcc00 !important;
    border-radius: 0;
    padding: 35px 40px 35px 40px;
    display: flex;
    flex-direction: column;
  }
  .career_path_slide {
    margin-bottom: 50px;
  }
  .fusion-body .fusion-tabs .nav-tabs .tab-link div {
    font-size: 24px;
  }
  .button_width_160 {
    width: 100% !important;
  }
  .two_button .fusion-column-wrapper > div {
    width: 100% !important;
    text-align: center;
  }
  .two_button .no_hover_effect {
    margin-top: 50px;
  }
  .program_benefit_section ul {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  .career_path_desktop {
    display: none;
  }
  .career_path_timeline_mobile {
    display: block !important;
  }
  .testimonial_section.grey.image_right > .fusion-builder-row:after {
    display: none !important;
  }
  .testimonial_text {
    width: calc(100%);
  }
  .fusion-sticky-container.fusion-absolute-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .testimonial_section img {
    width: 285px;
  }
  .guiding_principle_slider .fusion-text.fusion-text-11 {
    margin-bottom: 15px;
  }
  .our_mission_section {
    background: #fff;
  }
  .our_purpose_video {
    background: #ededed !important;
  }
  .join_our_talent.left_arrow_line.yellow.shadow_yellow1.shadow_yellow2 {
    margin-top: 70px;
  }
  .be_your_best {
    background: #fff;
  }
  .health_wellness_tab h4 {
    text-transform: uppercase;
    font-size: 2.75rem;
    line-height: 1.5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Knockout HTF68-FullFeatherwt';
    letter-spacing: 0.5px;
  }
  .testimonial_section.black.image_right > .fusion-builder-row:after {
    display: none;
  }
  .careers_tab h4 {
    font-size: 36px;
    line-height: 40px;
  }
  .careers_tab .img_container {
    order: 2;
  }
  .ejd-banner-btn {
    margin-top: 10px;
  }
  .timeline {
    margin-top: 20px;
    white-space: break-spaces;
  }
  .career_path_mobile .slick-dots {
    bottom: 0;
    margin-top: 25px;
    position: relative;
  }
  .slick-next, .slick-prev {
    margin: 0px 15px;
    position: relative !important;
    top: 30px !important;
    display: inline-block !important;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 21px !important;
  }
  .timeline time {
    margin-top: 50px;
  }
  #wrapper .management_trainee_section h2 {
    font-size: 82px !important;
    line-height: 66px !important;
  }
  #wrapper .benefit_banner h2 {
    font-size: 82px !important;
    line-height: 66px !important;
  }
  #wrapper .career_hero_banner h2 {
    font-size: 82px !important;
    line-height: 66px !important;
  }
  .career_hero_banner .fusion-text {
    margin-top: 20px;
  }
  .benefit_banner .fusion-text {
    margin-top: 20px;
  }
  .mobile_heading_36 h2, .mobile_heading_36 h3, .mobile_heading_36 h4 {
    text-align: left !important;
    font-size: 36px !important;
    line-height: 40px !important;
  }
  .management_trainee_section .fusion-text.fusion-text-1 {
    margin-top: 0;
  }
  .diversity_inclusion_section h2 {
    font-size: 5.75rem !important;
    line-height: 4.563rem !important;
  }
  .diversity_inclusion_section .fusion-text.fusion-text-1 {
    margin-top: 0;
  }
  .list_styling li::marker {
    font-size: 12px;
  }
  .list_styling li {
    padding-left: 10px;
  }
  .mobile_white_bg {
    background: #fff !important;
  }
  .career_banner.thinkbig_section {
    background-position: 80%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .col-lg-3.col-md-3.col-sm-3.tip_boxes {
    width: 50%;
    margin-bottom: 30px;
  }
  .image_section .fusion-no-small-visibility {
    display: block !important;
  }
  .image_section .fusion-no-medium-visibility {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .timeline time {
    margin-top: 0px;
  }
  .video_popup iframe, .video_popup2 iframe {
    width: 100%;
    height: 240px;
  }
  .mobile-show {
    display: block;
  }
  .desktop-show {
    display: none;
  }
  .our_culture.benefit_banner {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/31035559/Benefits-Hero-Mobile.png) !important;
    background-size: cover !important;
  }
  .career_banner.career_hero_banner {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/31040526/Careers-Hero-Mobile-1.png) !important;
    background-size: cover !important;
  }
  .diversity_inclusion_section {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/31091632/DEI-Hero-Mobile.png) !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .empowering_process_banner h2 {
    font-size: 5.93rem !important;
    line-height: 4.75rem !important;
  }
  .Yellow-black-btn {
    width: 100%;
    text-align: center;
  }
  .guiding_principle_slider {
    padding: 0px !important;
    padding-bottom: 20px !important;
    padding-top: 20px;
  }
  .testimonial_section:before {
    content: '';
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/04063202/Dashed-line-element.png) no-repeat;
    background-position: bottom right;
    width: auto !important;
  }
  .benefits_boxes {
    min-height: auto !important;
  }
  .benefits_boxes a {
    margin-top: 20px !important;
  }
  .Home_slick_content {
    font-size: 48px !important;
    line-height: 40px !important;
  }
  .benefit_home_icon img {
    height: 95px;
  }
  .benefit_box h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .benefit_button {
    margin-top: 0 !important;
  }
  .guiding_principle_slider {
    min-height: auto;
  }
  .Home_slick_content {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .slick-dots li button {
    height: 10px !important;
    width: 10px !important;
  }
  .shadow_yellow2 > .fusion-builder-row > .fusion-layout-column:before, .shadow_yellow2 > .fusion-builder-row > .fusion-layout-column:after, .shadow_yellow1 > .fusion-builder-row > .fusion-layout-column:before, .shadow_yellow1 > .fusion-builder-row > .fusion-layout-column:after {
    display: none;
  }
  .mob_full_width_btn {
    width: 100%;
  }
  .left_arrow_line:before {
    content: '';
    width: 100%;
    height: 30px;
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/18034207/Group-7.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: -35px;
  }
  .left_arrow_line > .fusion-builder-row:after {
    display: none;
  }
  .left_arrow_line > .fusion-builder-row:before {
    display: none;
  }
  .testimonial_section > .fusion-builder-row:before {
    display: none;
  }
  .testimonial_section:after {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/12204834/Group-6.png) no-repeat !important;
    background-position: left !important;
    background-size: 30px !important;
    top: -50px;
    left: -6px;
  }
  .testimonial_section.white:after {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/15173500/Group-6.svg) no-repeat !important;
    background-position: left !important;
    background-size: 30px !important;
    top: -50px;
    left: -6px;
  }
  .testimonial_section.grey:after {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/15173500/Group-6.svg) no-repeat !important;
    background-position: left !important;
    background-size: 30px !important;
    top: -50px;
    left: -6px;
  }
  .our_value_slider h4.title-heading-left {
    margin-top: 2.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .left_arrow_line.yellow:before {
    /* display: none; */
  }
  .left_arrow_line.yellow:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/08062954/Frame-168.png) no-repeat;
    background-size: contain;
    left: -5px;
    top: -40px;
  }
  .foley_video .fusion-column-wrapper, .foley_video2 .fusion-column-wrapper {
    min-height: 360px;
  }
  .join_our_talent a {
    width: 100%;
  }
  .our_culture .fusion-title span {
    text-underline-offset: 10px;
  }
  .our_mission_section {
    background: #fff;
  }
  .fusion-tabs.nav-not-justified.clean .nav-tabs li .tab-link {
    padding: 13px 0px 15px 0px !important;
    border: none;
  }
  .fusion-tabs .nav-tabs li .fusion-tab-heading {
    display: flex;
    justify-content: flex-start;
  }
  .main_heading .title-heading-left {
    font-size: 24px !important;
    line-height: 16px !important;
  }
  .fusion-body .fusion-tabs .nav-tabs > .active > .tab-link div {
    padding-bottom: 15px;
    border-bottom: none !important;
  }
  .fusion-mobile-tab-nav a.tab-link {
    border-bottom: 3px solid #000 !important;
    text-align: left;
  }
  .fusion-mobile-tab-nav a.tab-link[aria-expanded='false']:after {
    content: '\2b';
    font-family: 'Font Awesome 5 Pro';
    display: inline;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 30px;
    color: #000;
  }
  .fusion-mobile-tab-nav a.tab-link[aria-expanded='true']:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Pro';
    display: inline;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 30px;
    color: #000;
  }
  .career_opportunities {
    background: #fff !important;
  }
  .fusion-mobile-tab-nav a.tab-link > div {
    width: calc(100% - 50px) !important;
  }
  #wrapper .getting_hired_section a.tab-link {
    border-color: #000 !IMPORTANT;
  }
  .tip_container {
    background: #fff;
    padding: 20px 20px;
    min-height: 260px;
    margin-bottom: 30px;
  }
  .container_tips_mobile.mobile-show {
    margin-bottom: 30px;
  }
  .empowering_process_banner {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/22035214/Home-Hero-Mobile.png) !important;
  }
  .testimonial_link a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'Knockout HTF68-FullFeatherwt';
    letter-spacing: 0.5px;
    font-size: 20px;
    display: inline;
    border-bottom: 2px solid;
    padding-right: 5px;
  }
  .yellow_bg_image {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/22042040/FeaturedJobs-svg.png) !important;
  }
  .guiding_principle_slider.second_slide .Home_slick_content {
    font-size: 42px !important;
    line-height: 42px !important;
  }
  .guiding_principle_slider.second_slide > div {
    padding: 0px !important;
  }
  .guiding_principle_slider.second_slide > div {
    background: #000 !important;
  }
  .guiding_principle_slider.third_slide > div {
    padding: 25px !important;
  }
  .guiding_principle_slider.third_slide > div {
    background: #525252 !important;
  }
  .home_slick_last_slide {
    font-size: 36px !important;
    line-height: 38px !important;
  }
  .join_our_talent a {
    margin-top: 30px;
    width: 100% !important;
  }
  .career_hero_banner {
    background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3035/2023/10/22052921/Careers-Hero-Mobile.png) !important;
  }
}
.maxhgtimg .fusion_builder_column_1_3 .fusion-imageframe img {
  width: auto;
  max-height: 100px;
}
.list_container ul li {
  margin-bottom: 10px;
}
.Home_slick_content.second_slide strong {
  font-family: 'Univers Bold Condensed';
}
.early_career_tab, .getting_hired_tab {
  margin-bottom: 0;
}
.benefits_tab {
  margin-bottom: 0;
}
.image_section img {
  max-height: 650px;
  object-fit: cover;
}
.button-default.apply-btn.ejd-banner-btn:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.no_hover_effect:hover i {
  color: #000;
}
.transcript_link:hover, .transcript_link2:hover {
  color: initial;
}
.transcript_link:hover:after, .transcript_link2:hover:after {
  color: initial;
}
.fusion-tabs.clean .nav-tabs li .tab-link:focus, .fusion-tabs.clean .nav-tabs li .tab-link:hover {
  border-color: transparent !important;
}
.pagination-ul li a:focus {
  color: #fff !important;
}
.pagination-ul li a.inactive:focus {
  color: #000 !important;
  outline-offset: -3px !important;
}
.additional_loc {
  margin-bottom: 20px;
}
.apply-btn.ejd-banner-btn {
  font-weight: normal;
}
.joblist-location .child.addtnl_loc {
  display: none;
}
.flex_column.joblist-location.fusion-layout-column.fusion-one-fourth {
  display: none;
}
.foley_video, .foley_video2 {
  min-height: 500px !important;
}
.foley_video > div, .foley_video2 > div {
  display: flex !important;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center !important;
}
.job-location-type.flex_column.fusion-layout-column.fusion-one-fourth {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 1200px;
  }
}
@media (min-width: 990px) {
  .early_career_tab.careers_tab.fusion-tabs.horizontal-tabs.clean .nav-tabs {
    display: flex;
  }
}
.tab-link {
  border: 0px !important;
}
.our-mission .foley_video2 img, .our-mission .foley_video img {
  position: absolute;
  top: 40%;
}
