/****** Global Options Style Guide ******
 h1 - h6: set in Symphony Talent > Options > Global Typography
 Buttons: set in Symphony Talent > Options > Symphony Talent Builder Elements > Buttons
 --- NOTE: Buttons in our platform - job search buttons, etc. will likely need some aspect set here in css
 Color palette: set in Symphony Talent > Options > Colors
 (Primary variables will be named - var(--awb-color1) - through number 8.
 After number 8, additional colors will be named sequentially as var(--awb-custom_color_1).)
 White - var(--awb-color1) - #fff
 Lgt Grey - var(--awb-color2) - #d6d6d6
 Lgt Medium Grey - var(--awb-color3) - #bebdbd
 Gold - var(--awb-color4) - #bda16b
 Medium Grey - var(--awb-color5) - #828282
 Dark Medium Grey - var(--awb-color6) - #545454
 Dark Grey - var(--awb-color7) - #333333
 Black - var(--awb-color8) - #000
 80% White - var(--awb-custom_color_1) - rgba(255,255,255,0.8)
 ************************/
/****** Global Options Responsive settings ******/
@media (min-width: 770px) and (max-width: 1024px) {
  :root {
    --h1_typography-line-height: 0.85;
    /* H1 - Heading Typography */
    --h1_typography-font-size: 56px;
    /* H1 - Heading Typography */
    --h2_typography-font-size: 40px;
    /* H2 - Heading Typography */
    --h2_typography-margin-bottom: 20px;
    /* H2 - Heading Typography */
    --h3_typography-font-size: 28px;
    /* H3 - Heading Typography */
    --h3_typography-margin-bottom: 20px;
    /* H3 - Heading Typography */
    --awb-typography3-font-size: 50px;
    /* Large Text - Global Typography */
  }
}
@media (max-width: 1024px) {
  /** universal elements on mobile **/
  .column-reverse > .fusion-builder-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 769px) {
  :root {
    --h1_typography-line-height: 1;
    /* H1 - Heading Typography */
    --h1_typography-font-size: 46px;
    /* H1 - Heading Typography */
    --h2_typography-font-size: 30px;
    /* H2 - Heading Typography */
    --h2_typography-margin-bottom: 20px;
    /* H2 - Heading Typography */
    --h3_typography-font-size: 22px;
    /* H3 - Heading Typography */
    --h3_typography-margin-bottom: 20px;
    /* H3 - Heading Typography */
    --awb-typography3-font-size: 38px;
    /* Large Text - Global Typography */
  }
}
* {
  -webkit-font-smoothing: antialiased;
}
/*===Added to fix IE spacing issue on flex columns===*/
.ua-ie-11 .fusion-flex-column > div > div:not([class]) {
  display: flex;
  flex-shrink: 0;
}
/*===Added to fix the empty regtangle icon for breaks on IE===*/
br {
  font-family: serif;
}
/******* Main Menu tweak *******/
nav:not(.collapse-enabled) #menu-main-menu > li .sub-menu {
  top: 46px;
}
@media (max-width: 1024px) {
  /** universal nav on mobile **/
  nav #menu-main-menu > li:not(.current_page_item) a {
    background: #f9f9fb !important;
  }
}
/******* Tab adjustment *******/
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link {
  border-left: 1px solid var(--awb-color8);
  border-right: 1px solid var(--awb-color8) !important;
}
/******* Job Search Banner *******/
body .search-banner {
  width: 100%;
}
body .search-banner .select2-selection__rendered {
  color: var(--awb-color1) !important;
}
body .search-banner *::placeholder, body .search-banner .select2-selection__rendered[title="Select..."] {
  color: var(--awb-color1);
  opacity: 0.45;
}
body .search-banner .widget, body .search-banner form > div {
  margin-bottom: 0;
  float: none;
  padding: 10px;
}
body .search-banner .fusion-layout-column.fusion-one-half:first-of-type {
  width: 74%;
}
body .search-banner .w-form-row-label {
  line-height: 18px;
  margin-top: -18px;
}
body .search-banner label {
  margin-bottom: 0;
  color: var(--awb-color1);
}
body .search-banner form {
  display: flex;
  padding: 10px 0px 0px;
  align-items: center;
}
body .search-banner input[type="text"] {
  color: var(--awb-color1);
  border: 1px solid var(--awb-color1);
  background: rgba(0, 0, 0, 0.75);
}
body .search-banner input[type="text"]:focus, body .search-banner input[type="text"]:hover, body .search-banner input[type="text"]:active {
  border: 1px solid var(--awb-color1);
  background: initial;
}
body .search-banner .select2-container--default .select2-selection--single {
  line-height: 40px !important;
  min-height: 40px;
  border: 1px solid var(--awb-color1);
  background: rgba(0, 0, 0, 0.7);
}
body .search-banner .select2.select2-container:after {
  content: "\f107";
  width: 16px;
  height: 16px;
  color: var(--awb-color1);
  position: absolute;
  right: 7px;
  top: 12px;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
}
body .search-banner .quicksearch-btn {
  text-align: center;
  width: 26% !important;
}
body .search-banner .quicksearch-btn input {
  width: 100%;
  color: var(--awb-color1);
  background: rgba(0, 0, 0, 0.75);
  font-weight: 600;
  line-height: 22px !important;
  min-height: 40px;
}
body .search-banner .quicksearch-btn input:hover {
  color: var(--awb-color8);
  background: var(--awb-color1);
}
.select2-container .select2-dropdown {
  background: var(--awb-color1);
}
.select2-container--default .select2-dropdown .select2-search input {
  padding: 2px 10px !important;
  font-size: 15px;
  font-weight: 400;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #2C415A !important;
  color: var(--awb-color1);
}
@media (max-width: 767px) {
  body .search-banner form {
    flex-direction: column;
  }
}
/******* Hot jobs *******/
.hotjobs {
  width: 100%;
}
.hotjobs .widget-joblist {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
.hotjobs .widget-joblist .widget_joblist_row {
  width: 30.33%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  margin: 0 1.5%;
  background: #fff;
  padding: 40px 40px 50px 40px;
  display: flex;
  flex-direction: column;
}
.hotjobs .widget-joblist .widget_joblist_row > div {
  float: none;
  display: block;
}
.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***/
}
.hotjobs .job-list-left-container {
  line-height: 1.4;
  width: 100%;
  margin-bottom: 20px;
}
.hotjobs .job-list-left-container a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}
.hotjobs .job-list-right-container {
  width: auto;
  margin-bottom: 0;
  margin-top: auto;
}
.hotjobs .job-list-right-container a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  border-color: var(--button_border_color);
  border-width: var(--button_border_width-top, 0) var(--button_border_width-right, 0) var(--button_border_width-bottom, 0) var(--button_border_width-left, 0);
  border-style: solid;
  color: var(--link_color);
  text-align: center;
  padding-top: var(--button_padding-top, 13px);
  padding-right: var(--button_padding-right, 29px);
  padding-bottom: var(--button_padding-bottom, 13px);
  padding-left: var(--button_padding-left, 29px);
  line-height: var(--button_line_height, 1);
  text-transform: uppercase;
  font-size: var(--button_font_size, 14px);
}
.hotjobs .job-list-right-container a:hover {
  border-color: var(--button_border_hover_color);
}
@media (max-width: 1024px) {
  .hotjobs .widget-joblist {
    flex-direction: column;
  }
  .hotjobs .widget-joblist .widget_joblist_row {
    width: 100%;
    margin-bottom: 20px;
  }
}
/******* Sign In Menu Item - Small Header *******/
body .sign-in-main a.fusion-background-highlight {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent {
  padding-bottom: 0;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent .xcc-sign-in {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  padding-left: 0px;
  padding-right: 0px;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent .xcc-sign-in-submenu {
  min-width: 290px;
  border-radius: 0px;
  border: 0;
  top: 46px;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent .xcc-sign-in-submenu:before {
  display: none;
}
body .sign-in-main .menu-dropdown.xcc-sign-in-parent .xcc-sign-in-submenu a {
  font-size: 13px;
  padding: 8px 5px;
  border-radius: inherit;
}
/******* XCR pages - Sign Up,etc. *******/
body .ng-scope {
  font-family: var(--body_typography-font-family);
}
body .modal.ng-scope {
  z-index: 999999 !important;
}
body .modal.ng-scope * {
  font-family: var(--body_typography-font-family) !important;
}
/******* Job Search Filters, Map, Details Image *******/
#cws-search-form > .w-form-row {
  margin-bottom: 10px;
}
#cws-search-form label {
  margin-bottom: 0;
}
#cws-search-form input[type="text"] {
  margin-bottom: 0;
  height: 40px;
}
#cws-search-form .select2.select2-container:after {
  content: "\f107";
  width: 16px;
  height: 16px;
  color: var(--body_typography-color);
  position: absolute;
  right: 7px;
  top: 12px;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  z-index: -1;
}
#cws-search-form .select2.select2-container.select2-container--default {
  margin-bottom: 10px;
}
#cws-search-form .select2-selection.select2-selection--single {
  min-height: 40px;
}
#cws-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
#cws-search-form fieldset {
  margin-top: 10px;
}
#cws-search-form fieldset legend {
  margin-bottom: 0;
  font-size: 13px;
  color: var(--body_typography-color);
  font-family: var(--body_typography-font-family);
}
#cws-search-form .checkbox-group h5, #cws-search-form .checkbox-group .Nationwide, #cws-search-form .checkbox-group .Statewide, #cws-search-form .checkbox-group .Onsite {
  display: none;
}
#cws-search-form .checkbox-group .Remote input {
  top: 0;
  margin-top: 0;
  margin-right: 3px;
}
#cws-search-form .search-submit-btn {
  margin-top: 20px;
}
#cws-search-form #posted-date-4 {
  left: calc(100% - 30px) !important;
}
.widget-jobsearch-full #toggleAdvSearch {
  margin-bottom: 10px;
  border: 1px solid var(--awb-color8);
}
.widget-jobsearch-full #toggleAdvSearch .avia_iconbox_title:after {
  content: "\f104";
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  display: block;
  transform: rotate(90deg);
}
.widget-jobsearch-full #toggleAdvSearch.close {
  opacity: 1;
  background: var(--awb-color2);
}
.widget-jobsearch-full #toggleAdvSearch.close .avia_iconbox_title:after {
  transform: rotate(-90deg);
}
body .widget-jobsearch-results-list #job-map-toggle .world-icon {
  top: 6px;
  margin-top: 0px;
  left: 8px;
}
body .widget-jobsearch-results-list .widget-job-map {
  margin-bottom: 20px;
}
body .widget-jobsearch-results-list > .clearfix {
  margin-bottom: 10px;
}
body .widget-jobsearch-results-list #live-results {
  margin-top: 0;
  float: left;
}
body .widget-jobsearch-results-list .jobTitle {
  font-weight: 700;
}
body .widget-jobsearch-results-list .jobCategory, body .widget-jobsearch-results-list .joblist-location {
  font-size: 16px;
  line-height: 1.5;
}
body .widget-jobsearch-results-list .joblist-posdate {
  font-size: 14px;
  line-height: 1.5;
}
body .widget-jobsearch-results-list .search-columns {
  /* border-top:0;*/
  display: none;
}
body .widget-jobsearch-results-list h3.sort-title {
  /* font-size:16px; margin-top:0;*/
  display: none;
}
body.ejd-page {
  margin-top: 0;
}
body.ejd-page h1 {
  color: var(--awb-color1) !important;
  margin-bottom: 0;
  margin-top: 0;
}
body.ejd-page .checkform {
  display: flex;
  align-items: start;
}
body.ejd-page .checkform label {
  margin-bottom: 0;
}
body.ejd-page .checkform input {
  margin-top: 12px;
}
body.ejd-page .side-hj .widget_joblist_row {
  margin-bottom: 20px;
  line-height: 1.2;
}
body.ejd-page .side-hj .widget_joblist_row a {
  text-decoration: underline;
  margin-bottom: 5px;
  display: block;
}
body.ejd-page .side-hj .widget_joblist_row a:hover {
  text-decoration: none;
}
body.ejd-page .side-hj .widget_joblist_row .widget_joblist_category, body.ejd-page .side-hj .widget_joblist_row .widget_joblist_loc {
  font-size: 16px;
}
body.ejd-page .side-hj .widget_joblist_row .widget_joblist_loc {
  margin-top: 5px;
}
body.ejd-page .side-hj .widget_joblist_row i.locationtype {
  font-style: normal;
  /*& .ejd-img .ejdimgwrap {width:100%; display:block; height: 400px; min-height: 100%;}
   & .ejd-img img {width:100%; height: 100%; object-fit: cover; object-position:center center;}*/
}
.location-wrapper.location-wrapper.with_geo {
  border: 0px;
  margin-bottom: 10px;
}
/******** XCloud pages ********/
/*Sign In popup 1*/
.modal-backdrop.modal-popup-custom-backdrop.ng-scope.in {
  z-index: 900 !important;
  opacity: 0.7;
}
.modal.schema-modal-popup.ng-scope.in .modal-content {
  border-radius: 0 !important;
  background: var(--awb-color1);
}
.modal.schema-modal-popup.ng-scope.in .modal-content .modal-popup-small {
  padding-top: 0 !important;
}
.modal.schema-modal-popup.ng-scope.in .modal-content .ig-control__cbx:not(:checked) + label:after {
  border: 1px solid var(--awb-color8);
  border-radius: 0;
}
.modal.schema-modal-popup.ng-scope.in .modal-content .ig-control__cbx:checked + label:after {
  width: 20px;
  height: 20px;
  /*background-color: var(--awb-custom_color_3);*/
}
body.ng-scope main *:not(i) {
  font-family: 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-color8);
  font-size: 48px;
}
.ng-scope #socialSiteProvider {
  display: none;
}
.ng-scope *:focus {
  outline-style: dotted !important;
  outline-width: 2px !important;
  outline-offset: 2px;
  outline-color: var(--awb-color8) !important;
}
.ng-scope .post-content {
  z-index: 5;
}
.ng-scope .help-block {
  margin-top: -2px;
  font-size: 14px;
  color: red !important;
}
.ng-scope .has-success .checkbox, .ng-scope .has-success .checkbox-inline, .ng-scope .has-success .control-label, .ng-scope .has-success .help-block, .ng-scope .has-success .radio, .ng-scope .has-success .radio-inline, .ng-scope .has-success.checkbox label, .ng-scope .has-success.checkbox-inline label, .ng-scope .has-success.radio label, .ng-scope .has-success.radio-inline label {
  color: var(--awb-color8);
}
.ng-scope .tab-content-container-preference {
  border-radius: 0;
  border-color: var(--awb-color8);
}
.ng-scope .tab-content-container-preference input {
  border: 1px solid var(--awb-color8) !important;
  fonzt-family: var(--body_typography-font-family);
  font-size: var(--body_typography-font-size);
}
.ng-scope .tab-content-container-preference label, .ng-scope .tab-content-container-preference legend {
  font-family: var(--body_typography-font-family);
  font-size: var(--body_typography-font-size);
}
.ng-scope .apply-flow-wrapper.ng-scope {
  border-radius: 0;
  border-color: var(--awb-color8);
}
.ng-scope .apply-flow-wrapper.ng-scope h4 {
  color: var(--awb-color8);
}
.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-color8);
}
.ng-scope li.pagination-li a:not(.inactive) {
  color: #fff;
  /*Sign In popup 2*/
}
.ng-scope form[name="xcloud_Signin"] h1, .ng-scope .modal-popup-small h1 {
  font-family: var(--body_typography-font-family);
  font-weight: 700;
  color: var(--awb-color8);
}
.ng-scope form[name="xcloud_Signin"] p, .ng-scope form[name="xcloud_Signin"] label, .ng-scope form[name="forgotPasswordForm"] input, .ng-scope form[name="xcloud_Signin"] input, .ng-scope .modal-popup-small, .ng-scope form[name="updatePasswordForm"] label, .ng-scope form[name="updatePasswordForm"] input, .ng-scope form[name="updatePasswordForm"] span p {
  font-family: var(--body_typography-font-family) !important;
  color: var(--awb-color8);
}
.ng-scope form[name="xcloud_Signin"] p.modal-required-fields {
  color: #CC0000;
  margin-top: 15px;
}
.ng-scope .ng-scope form[name="xcloud_Signin"] input.btn.btn-azure, .ng-scope .ng-scope form[name="updatePasswordForm"] input.btn.btn-azure, .ng-scope div#candidatePasswordUpdateMainContent .ng-scope form[name="forgotPasswordForm"] input.btn.btn-azure, .ng-scope .ng-scope form[name="xcloud_Signin"] button.btn.btn-azure, .ng-scope .ng-scope form[name="updatePasswordForm"] button.btn.btn-azure, .ng-scope div#candidatePasswordUpdateMainContent .ng-scope form[name="forgotPasswordForm"] button.btn.btn-azure {
  font-family: var(--body_typography-font-family);
  color: var(--awb-color1) !important;
  background-color: var(--awb-color8) !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: #CC0000 !important;
  font-family: var(--body_typography-font-family) !important;
}
.ng-scope div#candidatePasswordUpdateMainContent {
  /*& span.modal-popup-main-header {font-family: var(--body_typography-font-family) !important; color: #232323;}*/
}
.ng-scope div#candidatePasswordUpdateMainContent h3, .ng-scope div#candidatePasswordUpdateMainContent h4, .ng-scope div#candidatePasswordUpdateMainContent h5 {
  font-family: var(--body_typography-font-family) !important;
  color: #2e2925;
}
.ng-scope .modal-popup-main-header {
  margin-bottom: 20px;
}
.ng-scope .btn {
  border-color: var(--awb-custom_color_3);
}
.ng-scope .btn-azure, .ng-scope .btn-azure:focus, .ng-scope .btn-azure:hover {
  background-color: var(--awb-color8) !important;
  border-color: var(--awb-color8);
  /*LCP Join page*/
}
.ng-scope .form-control, .ng-scope select {
  background: var(--awb-color1);
  border-color: var(--awb-color8);
  color: var(--awb-color8);
  font-size: var(--body_typography-font-size);
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.ng-scope .checkbox a {
  color: var(--awb-color8) !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-color8) !important;
  border-color: var(--awb-color8);
  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 {
  font-size: var(--body_typography-font-size);
  height: 50px;
  border-radius: 0;
  font-size: var(--body_typography-font-size);
}
.ng-scope .has-success .form-control-feedback {
  top: 41px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
}
.ng-scope .has-error .form-control-feedback {
  top: 43px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 1px;
}
.ng-scope .dashicons.dashicons-no-alt:before {
  color: var(--awb-color8) !important;
}
.ng-scope .form-control.ng-invalid {
  background: transparent;
  border-color: var(--awb-color8);
  color: var(--awb-color8) !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-color8);
  color: var(--awb-color8) !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-color8);
}
.ng-scope .radio-custom:checked + .radio-custom-label:before {
  background: var(--awb-color8);
}
@media (min-width: 1025px) {
  .ng-scope .fusion-tb-header .fusion_builder_column_1_4 {
    max-width: 25%;
  }
  .ng-scope .fusion-tb-header .fusion_builder_column_3_4 {
    max-width: 75%;
  }
}
@media (max-width: 1024px) {
  .ng-scope .fusion-tb-header .fusion-fullwidth {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .ng-scope .fusion-tb-header .fusion-fullwidth {
    padding-top: 30px !important;
  }
  .ng-scope .fusion-tb-header .fusion_builder_column_1_4 {
    max-width: 75%;
  }
  .ng-scope .fusion-tb-header .fusion_builder_column_3_4 {
    max-width: 25%;
  }
}
/*css for project by narendra*/
p {
  line-height: 1.3;
}
/*header*/
@media (max-width: 1240px) {
  #menu-main-menu .orange_header_menu_btn a {
    padding: 10px 25px !important;
    background-color: #e97657 !important;
    color: #fff !important;
    font-family: 'GreycliffCFBold';
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
}
.fusion-sticky-container.fusion-sticky-transition {
  background-color: #fff;
  width: 100% !important;
}
.orange_header_menu_btn {
  background-color: #e97657;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: 'Greycliff Extra Bold';
  text-align: center;
  vertical-align: top;
  letter-spacing: 0;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  transition: 0.3s ease-out;
  text-decoration: none;
}
#menu-main-menu .orange_header_menu_btn a {
  padding: 10px 25px;
  color: #fff !important;
  font-family: 'GreycliffCFBold';
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.orange_header_menu_btn:hover {
  opacity: 1;
  background-color: #C6644A;
}
.Glassdorr_image {
  border-radius: 4.5px;
  background-color: #fff;
  padding: 6px;
}
a:hover {
  text-decoration: none !important;
}
#menu-main-menu a:active {
  color: #e97657;
}
.width_240 .fusion-imageframe img {
  width: 198px;
  height: 140px;
  border-radius: 20px;
}
.width_240 {
  width: 240px !important;
}
.five_column_layout .fusion-flex-container.fusion-row.fusion-builder-row-inner {
  display: flex;
}
/*world map*/
.pins_image:hover {
  box-shadow: 0 0 20px 11px #e9a752;
}
.world-map {
  max-width: 1200px;
}
span.tooltip-text.top {
  display: none;
}
div#seattle img.ihotspot_hastooltop:hover + span.tooltip-text, div#SPOKANE img.ihotspot_hastooltop:hover + span.tooltip-text, div#MANILA img.ihotspot_hastooltop:hover + span.tooltip-text, div#LONDON img.ihotspot_hastooltop:hover + span.tooltip-text, div#CORK img.ihotspot_hastooltop:hover + span.tooltip-text, div#KRAKOW img.ihotspot_hastooltop:hover + span.tooltip-text, div#MANAGUA img.ihotspot_hastooltop:hover + span.tooltip-text, div#SINGAPORE img.ihotspot_hastooltop:hover + span.tooltip-text, div#SaoPaulo img.ihotspot_hastooltop:hover + span.tooltip-text, div#Dubai img.ihotspot_hastooltop:hover + span.tooltip-text, div#TELAVIV img.ihotspot_hastooltop:hover + span.tooltip-text, div#AMSTERDAM img.ihotspot_hastooltop:hover + span.tooltip-text, div#Tokyo img.ihotspot_hastooltop:hover + span.tooltip-text, div#Vancouver img.ihotspot_hastooltop:hover + span.tooltip-text, div#Arlington img.ihotspot_hastooltop:hover + span.tooltip-text {
  display: block !important;
  position: relative !important;
  top: -55px;
  right: 40%;
  z-index: 9999;
}
div#world-map {
  max-width: 936px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .matt .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
    margin: 0 auto !important;
  }
  .matt .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
    height: auto !important;
  }
  #clear-all-btn {
    margin-left: 15px;
  }
  #widget-jobsearch-results-pages .button {
    padding: 9px 13px;
    font-size: 11px;
    margin: 0px;
  }
}
.matt .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
  max-width: 500px;
  margin: 0 0 0 auto;
  height: 477px;
  overflow: hidden;
  border-radius: 20px;
}
.matt .bs-div__inner {
  background-color: #6fa0af;
  margin-top: 0px;
  padding: 24px 24px 15px 29px;
  top: -93px;
  z-index: 999;
  position: relative;
  border-radius: 0px 0px 25px 25px;
}
.Image_title_content_column span.fusion-imageframe {
  border-radius: 22px 22px 0px 0px;
}
.Image_title_content_column .fusion-content-layout-column {
  border-radius: 22px !important;
}
.thumbnail-slider-outer .slick-prev:before, .thumbnail-slider-outer .slick-next:before {
  color: #fff !important;
  font-size: 50px !important;
}
.job-search-results section.fusion-page-title-bar {
  display: none;
}
span.world-icon.fas.fontawesome-icon.fa-globe-americas::before {
  color: #fff;
}
.ejd-page h1 p {
  color: #2c415a !important;
}
.width_360 {
  max-width: 360px;
}
.Image_title_content_column {
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .stay-connect * {
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
  }
  .six-content-box .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-center.fusion-content-layout-row {
    width: 360px !important;
    margin: 0 auto !important;
  }
  .tab-top-slider .slick-track {
    min-width: 7024px;
    padding: 30px 5px !important;
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  img.ihotspot_hastooltop {
    width: 10px;
  }
  .tab-top-slider .slick-track {
    padding: 30px 5px !important;
    display: flex;
  }
  div#benefits {
    max-width: 960px;
    margin: 0 auto;
  }
}
a.fusion-button {
  text-transform: none;
  font-family: 'GreycliffCFBold';
  font-weight: normal !important;
}
.width_360 .fusion-button-text {
  /* font-weight: 700;*/
  font-family: 'GreycliffCFBold';
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .tab-top-slider .slick-track {
    min-width: 2550px;
    padding: 30px 19px;
    display: flex;
  }
}
.thumbnail-slider-outer p {
  line-height: 30px;
}
.thumbnail-slider-outer .slick-list.draggable {
  padding: 20px 0px;
}
.thumbnail-slider-slicktab .slick-list.draggable {
  /* pointer-events: none; */
}
.five_column_layout .fusion-builder-row.fusion-builder-row-inner {
  justify-content: center;
}
.youtube .modal-header {
  border-radius: 20px 20px 0px 0px;
  border-bottom: 0px;
}
.Image_title_content_column .fusion-column-wrapper.fusion-content-layout-column {
  box-shadow: 0 -6px 16px -6px rgba(0, 0, 0, 0.05), 0 8px 16px -8px rgba(0, 0, 0, 0.08), 0 13px 27px -5px rgba(0, 0, 0, 0.08);
}
.play-icon {
  background-image: url('https://cdn-static.findly.com/wp-content/uploads/sites/3296/2024/04/24115243/Group-4-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
  position: fixed;
  width: 110px;
  height: 110px;
}
.thumbnail-slider-slicktab .slick-prev, .thumbnail-slider-slicktab .slick-next {
  display: none !important;
}
.slider-content .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
  margin: 0px;
}
.slider-content span.fusion-imageframe {
  width: 100%;
}
.imagevid::after {
  position: absolute;
  background-image: url('https://cdn-static.findly.com/wp-content/uploads/sites/3296/2024/04/24115243/Group-4-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
  position: absolute;
  width: 110px;
  height: 110px;
  content: '';
  left: calc(50% - 55px);
  top: calc(50% - 55px);
}
.youtube-popup:hover .imagevid::after {
  opacity: 0.8;
}
.counter-boxes-home .counter-box-container {
  border: 0px !important;
}
.tab-top-slider button.slick-prev-tab.slick-arrow::before {
  content: "\f104";
  color: #000;
  font-size: 40px;
  font-family: "Font Awesome 5 Pro";
}
.tab-top-slider button.slick-next-tab.slick-arrow::before {
  content: "\f105";
  color: #000;
  font-size: 40px;
  font-family: "Font Awesome 5 Pro";
}
.tab-top-slider button.slick-prev-tab.slick-arrow {
  width: 30px;
  height: 62px !important;
  left: 0px;
  opacity: 1;
  position: absolute;
  color: transparent;
  background: transparent;
  border: 0px;
}
.tab-top-slider button.slick-next-tab.slick-arrow {
  width: 30px;
  height: 62px !important;
  right: 0px;
  opacity: 1;
  position: absolute;
  color: transparent;
  background: transparent;
  border: 0px;
}
@media (min-width: 575px) {
  .tab-top-slider button.slick-prev-tab.slick-arrow, .tab-top-slider button.slick-next-tab.slick-arrow {
    bottom: 90px;
  }
  .tab-top-slider button.slick-next-tab.slick-arrow {
    right: 8px;
  }
}
@media (max-width: 574px) {
  .tab-top-slider button.slick-prev-tab.slick-arrow, .tab-top-slider button.slick-next-tab.slick-arrow {
    bottom: 70px;
  }
  .bottom-slider .slick-list {
    height: auto !important;
  }
}
.counter-boxes-home span.display-counter {
  font-family: MasqualeroWXXBold;
}
.counter-boxes-home .counter-box-content {
  font-family: "GreycliffCFBold";
  opacity: 0.5;
}
/* tab slider css*/
.slick-list.draggable {
  padding: 20px 0px;
}
.Slider-container {
  display: flex;
  background: #6fa0af;
  border-radius: 22.5px !important;
}
.Slider-container .col-sm-6 {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.Slider-container .col-sm-6.content {
  padding: 40px;
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
  color: #fff;
}
.Slider-container .col-sm-6.img img {
  border-top-left-radius: 22.5px !important;
  border-bottom-left-radius: 22.5px;
  width: 100%;
  height: 100%;
}
.slider-testp p {
  line-height: 31px !important;
}
@media (min-width: 768px) {
  .thumbnail-slider-slicktab .fusion-builder-row {
    display: flex !important;
  }
  .Slider-container .col-sm-6.content p {
    font-size: 20px;
    line-height: 30px;
  }
  .Slider-container .col-sm-6.content p.wp-block-heading {
    font-size: 28px;
    line-height: 38px;
  }
  .video-transcript-popup .modal-dialog.modal-sm {
    min-width: 763px;
  }
}
@media (max-width: 767px) {
  .Slider-container .col-sm-6.content {
    padding: 10px !important;
  }
  .video-transcript-popup .modal-dialog.modal-sm {
    min-width: 80vw;
  }
}
/*form*/
.form_column .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
  max-width: 800px;
  margin: 0 auto;
}
.form_column .schema-form-section.col-sm-6 {
  width: 100% !important;
}
body a.privacy-plocy {
  font-weight: bold;
  color: #0d61ff !important;
}
.ui-select-container.ui-select-multiple input.ui-select-search {
  height: 35px;
  border: none !important;
}
.ui-select-multiple.ui-select-bootstrap {
  padding: 1px 3px 1px 3px;
  height: auto !important;
  margin-bottom: 10px;
  border-color: #ced3d9;
}
#country {
  border-color: #ced3d9;
}
.radio-inline input {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  img.ihotspot_hastooltop {
    width: 7px;
  }
}
.tips.green-pin .ihotspot_hastooltop:hover {
  box-shadow: 0 0 20px 11px #b3c066;
}
span.tooltip-text.top {
  padding: 3px 15px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  position: relative;
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
}
.bs-div__inner h2.wp-block-heading {
  font-family: 'GreycliffCFRegular';
}
@media screen and (max-width: 1200px) {
  #main h2 {
    font-size: calc(1.4375rem + 2.25vw) !important;
    line-height: 1.05 !important;
  }
}
@media screen and (max-width: 1240px) {
  body nav #menu-main-menu .orange_header_menu_btn a {
    padding: 10px 25px;
    color: #fff !important;
    font-family: 'Greycliff Extra Bold';
    font-size: 16px;
    width: fit-content !important;
    line-height: 24px;
    border-radius: 22.5px !important;
    background-color: #e97657 !important;
    text-decoration: none;
  }
  li#menu-item-4555 {
    padding: 0 1.5em !important;
  }
  ul#menu-main-menu {
    padding-bottom: 20px;
  }
}
.diversity-equity-container h3 {
  font-weight: 700 !important;
}
#menu-main-menu a:active {
  color: #e97657 !important;
}
/*LCP*/
.landing-page button.btn, .Profile-join button.btn.btn-azure {
  background-color: #e97657 !important;
  border: 0px;
  color: #fff !important;
  font-family: 'GreycliffCFBold' !important;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border-radius: 22.5px;
  padding: 10px 25px !important;
}
label {
  color: #000 !important;
  font-size: 18px;
}
.ui-select-container.ui-select-multiple input.ui-select-search::placeholder, .ui-select-multiple .btn-xs {
  font-size: 15Px;
}
a.privacy-plocy:hover {
  text-decoration: underline !important;
}
/*EJD Social links*/
i.fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter::before {
  font-family: 'Font Awesome 5 Brands' !important;
  content: "\e61b" !important;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3133/2024/02/08013341/X-icon-1.png);
  background-size: cover;
}
.footer-logo a:focus img {
  border: 1px dashed #fff;
}
.menu-active span.menu-text {
  color: #e97657;
}
a.fusion-modal-text-link.video-transcript-btn {
  padding: 10px;
}
a.fusion-modal-text-link.video-transcript-btn:hover {
  text-decoration: underline !important;
}
section.to-top-container.to-top-right {
  display: block !important;
}
.slick-dots li button::after {
  display: none;
}
.bottom-slider .slick-track {
  /*  opacity: 1 !important; */
}
.slick-track:before, .slick-track:after {
  display: none;
}
a.apply-btn {
  color: #fff !important;
}
#Thankyoupage .col-md-8, #Thankyoupage .col-md-6 {
  width: 100% !important;
  margin-left: 0px !important;
}
.Profile-join p {
  font-size: 18px;
}
.dashicons-no-alt:before {
  content: "\f335";
  top: 2px;
  font-family: 'dashicons';
  position: relative;
}
/*job search filters*/
.location-wrapper.location-wrapper, .w-form-row-field.location-radius-control {
  border: 0px !important;
  margin-bottom: 10px !important;
}
.location-box, #cws-search-form fieldset legend, input[type="text"], #cws-search-form .select2-selection, #cws_jobsearch__proximity {
  border-color: #ced3d9 !important;
}
#cws-search-form .error-msg {
  font-size: 1.5rem !important;
  margin-top: 10px !important;
}
button#geotooltip {
  color: #000 !important;
}
.profile_thankyou .stay-connect, .Profile-join .stay-connect {
  display: none;
}
span.select2-dropdown {
  border: 2px solid #2C415A !important;
}
.awb-icon-twitter:before {
  content: url('https://cdn-static.findly.com/wp-content/uploads/sites/794/2023/09/13182009/logo-white-1-5.png');
  top: 2px;
  position: relative;
}
#cws-search-form a#cws-adv-search-btn, #cws-search-form a#clear-all-btn {
  min-width: 150px !important;
  margin-top: 10px;
}
.tab-top-slider h2 {
  max-width: 900px;
}
.thumbnail-slider .slick-dots li {
  margin-right: 2%;
}
.footer-copyright p {
  font-size: 14px !important;
  line-height: 14px !important;
}
.glassdoorwidget .glassdoor-widget-title.widgettitle, .glassdoorwidget .col-sm-4.hide-on-mobile.padding-top-10, .glassdoorwidget .glassdoor-container, #glassdoor-modal {
  display: none;
}
.glassdoorwidget .ratingStars .glyphicon-star-empty, .ratingStars .glyphicon-star {
  font-size: 8px;
  padding: 2px;
  border-radius: 2px;
}
.glassdoorwidget .rating-md {
  font-size: 2.13em;
}
.glassdoorwidget .col-xs-6.col-sm-2 {
  font-size: 12px;
  color: #000;
  padding-left: 30px;
}
.glassdoorwidget .col-xs-6.col-sm-5 {
  padding-left: 8px;
}
.glassdoorwidget .ratingStars .empty-stars .glyphicon-star-empty {
  background: #dfdfdf !important;
}
.glassdoorwidget .row.overallHeading {
  position: relative;
  width: 117px;
  left: 15px;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
}
.Glassdoor_image.Glassdorr_image {
  border-radius: 4px 4px 0px 0px;
  margin-top: 10px;
}
.awb-icon-close.off-canvas-close:before {
  font-family: 'FontAwesome';
  content: "\f2d3";
}
.hmpop {
  font-size: 20px !important;
  padding-right: 50px !important;
  padding-top: 25px !important;
}
.hmpop .fusion-column-wrapper {
  display: inline !important;
}
a.fusion-modal-text-link.homepop {
  cursor: default;
}
a.link-pop {
  text-decoration: underline;
}
.job-search-results .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
}
