/****** 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;
  }
  .mob-mar-zero.fusion-text {
    margin: 0;
  }
}
/******* 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 {
  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, .ng-scope .required-fields {
  margin-top: -2px;
  font-size: 14px;
  color: #e46f61 !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);
  /*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: #2c415a !important;
}
.ng-scope .resume-wrapper {
  margin-bottom: 20px;
}
.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: 35px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
}
.ng-scope .has-error .form-control-feedback {
  top: 35px;
  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-color2);
  color: var(--awb-color2) !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);
}
.ng-scope .has-error .form-control-feedback:before {
  color: #e46f61 !important;
}
@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: 17px;
    line-height: 17px;
    text-decoration: none;
  }
}
.fusion-sticky-container.fusion-sticky-transition {
  background-color: #fff;
  width: 100% !important;
}
.orange_header_menu_btn {
  height: 45px;
  background-color: #324E6A;
  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: 14px 30px;
  color: #fff !important;
  font-family: 'GreycliffCFBold';
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  font-weight: 700;
}
.orange_header_menu_btn:hover, .orange_header_menu_btn:focus {
  opacity: 1;
  background-color: #25394F;
}
.Glassdorr_image {
  border-radius: 4.5px;
  background-color: #fff;
  padding: 6px;
}
a:hover {
  text-decoration: none !important;
}
.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*/
.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#SYDNEL img.ihotspot_hastooltop:hover + span.tooltip-text, div#BANGALORE img.ihotspot_hastooltop:hover + span.tooltip-text, div#Arlington img.ihotspot_hastooltop:hover + span.tooltip-text {
  display: block !important;
  position: relative !important;
  top: -45px;
  right: 40%;
  z-index: 9999;
}
div#world-map {
  max-width: 1184px;
}
@media only screen and (max-width: 768px) {
  #widget-jobsearch-results-pages .button {
    padding: 9px 13px;
    font-size: 11px;
    margin: 0px;
  }
}
.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;
  font-weight: 800;
}
.width_360 {
  max-width: 360px;
}
.Image_title_content_column {
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .job-widget .widget-joblist {
    display: flex;
    flex-direction: column;
  }
  .job-widget .widget_joblist_row {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .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 0px !important;
    display: flex;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .our-vision-wrap img {
    height: 100% !important;
  }
  #menu-footer-privacy-menu {
    display: flex;
    justify-content: center !important;
  }
  .home .Slider-container .col-sm-6 {
    width: 66%;
  }
  li.footer-link-item {
    width: 25%;
  }
  .footer-links {
    margin-bottom: 60px;
  }
  .ejd-testimonial .slider_content.para p {
    line-height: 29px !important;
  }
  .ejd-testimonial .col-sm-6.img {
    height: 380px !important;
  }
  .ejd-testimonial .Slider-container {
    height: 540px !important;
  }
  .home .thumbnail-slider-slicktab .Slider-container .col-sm-6 {
    width: 52% !important;
  }
  .home .thumbnail-slider-slicktab .Slider-container .col-sm-6.content {
    width: 44% !important;
  }
  body .bottom-slider {
    margin: 0px 12px !important;
  }
  body .bottom-slider .slick-slide {
    margin: 0px 16px 0px 16px !important;
  }
  body .bottom-slider .slick-slide .slick-slide {
    margin: 0px 20px 0px 0px !important;
  }
  .story-slider-img img {
    height: 100% !important;
  }
  .juicer .fusion-title {
    --awb-margin-bottom: 30px !important;
  }
  .benefits .fusion-title-heading {
    text-align: center !important;
  }
  img.ihotspot_hastooltop {
    width: 10px;
  }
  .benefits .fusion-flex-content-wrap .fusion-column-wrapper {
    text-align: center !important;
  }
  .tab-top-slider .slick-track {
    padding: 30px 7px !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 23px 0px;
    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: 85px;
  height: 85px;
  content: '';
  left: calc(50% - 50px);
  top: calc(50% - 70px);
  background-size: 100%;
}
.youtube-popup:hover .imagevid::after {
  opacity: 0.8;
}
.counter-boxes-home .counter-box-container {
  border: 0px !important;
  padding: 15px 0px 15px 0px !important;
}
.counter-boxes-home .counter-box-container .content-box-percentage {
  padding-bottom: 8px;
}
.fusion-counters-box .fusion-counter-box {
  margin-bottom: 5px;
  padding: 0px !important;
}
.fusion-counters-box .content-box-counter {
  line-height: 0;
}
.tab-top-slider button.slick-prev-tab.slick-arrow::before {
  content: "\f104";
  color: #324E6A;
  font-size: 27px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
}
.tab-top-slider button.slick-next-tab.slick-arrow::before {
  content: "\f105";
  color: #324E6A;
  font-size: 27px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
}
.tab-top-slider button.slick-prev-tab.slick-arrow {
  padding: 0px 24px;
  width: 60px;
  height: 60px !important;
  left: 0px;
  opacity: 1;
  position: absolute;
  color: transparent;
  background: transparent;
  border: 1px solid #324E6A;
  border-radius: 40px;
}
.tab-top-slider button.slick-next-tab.slick-arrow {
  padding: 0px 24px;
  width: 60px;
  height: 60px !important;
  right: 0px;
  opacity: 1;
  position: absolute;
  color: transparent;
  background: transparent;
  border: 1px solid #324E6A;
  border-radius: 40px;
}
@media (min-width: 575px) {
  .tab-top-slider button.slick-prev-tab.slick-arrow, .tab-top-slider button.slick-next-tab.slick-arrow {
    bottom: 72px;
  }
}
@media (max-width: 574px) {
  .apply-text {
    padding: 0px 20px 0px 25px !important;
  }
  .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: 'Masqualero Extra Black';
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
}
.counter-boxes-home .counter-box-content {
  font-family: "GreycliffCFBold";
  font-weight: 700;
  padding: 0px 30px;
  letter-spacing: 2px;
}
/* tab slider css*/
.slick-list.draggable {
  padding: 20px 0px;
}
.Slider-container {
  display: flex;
  background: #CEE3E7;
  border-radius: 22.5px !important;
  height: 268px;
}
.Slider-container .col-sm-6 {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43%;
}
.Slider-container .col-sm-6.content {
  width: 58%;
  padding: 27px;
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
  color: #2C4159;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Slider-container .wp-block-heading {
  color: #2C4159 !important;
  font-size: 20px;
  line-height: 30px;
  font-family: GreycliffCFBold;
  font-weight: 700;
}
.Slider-container .col-sm-6.img img {
  border-top-left-radius: 22.5px !important;
  border-bottom-left-radius: 22.5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.slider-testp p {
  line-height: 30px !important;
  font-weight: 300;
}
@media (min-width: 768px) {
  .Slider-container .col-sm-6.content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
  }
  .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) {
  .footer-links {
    margin-bottom: 10px !important;
  }
  li.footer-link-item {
    width: 100%;
  }
  .Slider-container .col-sm-6.content {
    padding: 10px !important;
    height: 150px;
    width: 100%;
  }
  .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;
  }
}
.pins_image:hover, .ihotspot_hastooltop:hover {
  content: url("https://cdn-static.findly.com/wp-content/uploads/sites/3714/2025/09/02074303/2afb8f9c363c64bf7bd907a8a9471bb7a055ac53.png");
}
span.tooltip-text.top {
  padding: 0px 14px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  line-height: 19px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #2C4159;
}
.bs-div__inner h2.wp-block-heading {
  font-family: 'GreycliffCFRegular';
}
@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: #324E6A !important;
    text-decoration: none;
  }
  body nav #menu-main-menu .orange_header_menu_btn a:hover {
    background-color: #25394F !important;
  }
  li#menu-item-4555 {
    padding: 0 1.5em !important;
  }
  ul#menu-main-menu {
    padding-bottom: 20px;
  }
}
.diversity-equity-container h3 {
  font-weight: 700 !important;
}
/*LCP*/
.landing-page button.btn:hover, .Profile-join button.btn.btn-azure:hover {
  background-color: #25394F !important;
}
.Profile-join .schema-form-checkbox input[type=checkbox] {
  accent-color: #324E6A !important;
}
.Profile-join .ng-scope .glyphicon-remove, .Profile-join .ng-scope .has-success .form-control-feedback {
  top: 44px !important;
  color: #e46f61 !important;
}
.landing-page button.btn, .Profile-join button.btn.btn-azure {
  background-color: #324E6A !important;
  border: 0px;
  color: #fff !important;
  font-family: 'GreycliffCFBold' !important;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  border-radius: 22.5px;
  padding: 14px 25px !important;
}
.glyphicon-ok:before {
  left: -10px;
  position: absolute;
}
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 {
  content: '';
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3133/2024/02/08013341/X-icon-1.png);
  background-size: cover;
  width: 25px !important;
  height: 25px !important;
  display: inline-block;
}
.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 0px;
  color: #2C415A;
  font-weight: 300;
  text-decoration: underline;
  font-size: 17px;
  line-height: 30px;
}
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;
  padding: 14px 20px;
  font-size: 17px;
  line-height: 17px;
}
.thumbnail-slider .slick-dots li {
  margin-right: 0%;
}
.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;
}
/*redesign*/
.gallery1 .fusion-column-wrapper {
  margin-left: 0px !important;
}
.spanh span {
  font-size: 40px;
  line-height: 55px;
  font-family: 'GreycliffCFMedium';
  font-weight: 500;
}
.imagevid img {
  border-radius: 50px;
  width: 443px;
  height: 374px;
  object-fit: cover;
}
.search-widget .fusion-column-wrapper {
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000042;
}
.search-widget .widgettitle.cws-widgetitle {
  font-size: 24px;
  font-family: 'GreycliffCFBold';
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 47px;
}
.search-widget #cws_quickjobsearch {
  display: flex;
  align-content: center;
  align-items: center;
}
.search-widget .fusion-content-widget-area .widget {
  margin-bottom: 39px;
  margin-top: 20px;
}
.search-widget .quicksearch-field input, .search-widget .select2-selection {
  border-radius: 100px !important;
  border-color: #E2E3E4 !important;
  height: 41px !important;
  font-size: 14px;
  line-height: 100%;
}
.search-widget .quicksearch-field, .search-widget .quicksearch-title {
  margin-right: 21px;
}
.search-widget .quicksearch-submit {
  margin-top: 25px;
  width: 157px;
  height: 45px;
  font-size: 17px;
  background-color: #324E6A;
  text-transform: math-auto;
  line-height: 17px;
}
.search-widget .quicksearch-submit:hover, .search-widget .quicksearch-submit:focus {
  background-color: #25394F;
}
.search-widget label {
  color: #2C415A !important;
  font-size: 14px;
  margin-left: 15px;
  line-height: 14px;
  font-family: 'GreycliffCFBold';
  font-weight: 700;
}
.search-widget .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
.gallery-img img {
  border-radius: 20px;
}
.drag_element img.pins_image, .drag_element img.ihotspot_hastooltop {
  width: 16px !important;
  height: 18px !important;
}
.job-widget .widget-joblist {
  display: flex;
  margin-bottom: 68px;
}
.job-widget .widget_joblist_row {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-right: 36px;
  border-radius: 20px;
  padding: 30px 35px;
  justify-content: space-between;
  box-shadow: 0px 4px 4px 0px #00000042;
}
.job-list-left-container {
  float: left;
  width: 100%;
}
.job-widget .posted-text {
  display: none;
}
.job-widget .widget-joblist div:last-child {
  margin-right: 0px !important;
}
.job-widget .job-list-left-container a {
  font-size: 24px;
  line-height: 25px;
  font-family: 'GreycliffCFBold';
  color: #25394F;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.widget_joblist_category, .locationtype, .posted-date {
  font-size: 16px;
  color: #25394F;
  font-style: normal;
  line-height: 17px;
}
.job-list-right-container a:hover, .job-list-right-container a:focus {
  background-color: #25394F;
}
.job-list-right-container a {
  font-size: 17px;
  font-family: 'GreycliffCFBold';
  font-weight: 700;
  line-height: 17px;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  background-color: #324E6A;
  width: 100%;
  height: 45px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-top: 30px;
}
.job-list-right-container {
  margin-top: auto;
}
.widget_joblist_category {
  margin-top: 30px;
}
.job-list-right-container {
  width: 100%;
}
.joinourtalent-img {
  height: 405px;
  object-fit: cover;
}
.joinourtalent-text .fusion-column-wrapper {
  background-size: 47%;
  background-position: right;
  object-position: top;
}
.search-widget #cws_quickjobsearch_keywords::placeholder {
  color: #8F8D8E;
  opacity: 1;
}
.search-widget #select2-cws_quickjobsearch_primary_category-container[title="Select One"] {
  color: #8F8D8E !important;
  font-size: 14px;
  display: flex !important;
  align-items: center !important;
  height: 41px !important;
  line-height: 14px !important;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3714/2025/09/10183011/Path-7-1.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.search-widget #select2-cws_quickjobsearch_primary_category-container {
  color: #000000 !important;
  line-height: 40px !important;
}
.search-widget .quicksearch-field {
  --awb-col-width: 24.2% !important;
}
.search-widget .quicksearch-title.first.avia-builder-el-first.flex_column.fusion-layout-column.fusion-one-fourth {
  --awb-col-width: 29.8%;
  margin-top: 20px;
}
.gallery-sec p, .map-sec p {
  line-height: 30px !important;
}
.img1 img {
  width: 287px;
  height: 388px;
}
.img2 img {
  width: 237px;
  height: 255px;
  object-fit: cover;
  object-position: 65%;
}
.img3 img {
  width: 287px;
  height: 205px;
  object-fit: cover;
}
.img4 img {
  width: 237px;
  height: 339px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .slick-dots {
    width: 100% !important;
  }
  .our-storyslider {
    margin-top: 40px;
  }
  .our-storyslider .slick-prev {
    left: 50% !important;
  }
  .our-storyslider .slick-next {
    left: 50% !important;
  }
  .our-storyslider .slick-prev, .our-storyslider .slick-next {
    top: -65px !important;
  }
  .our-storyslider .fusion-column-wrapper {
    padding: 0;
    margin: 0;
  }
  #cws-adv-search-btn {
    margin-right: 15px;
  }
  .ejd-testimonial .fusion-builder-row {
    width: 104% !important;
  }
  .imagevid::after {
    left: calc(51% - 50px);
    top: calc(45% - 50px);
  }
  .imagevid img {
    width: 343px;
    height: 290px;
  }
  .imagevid {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .our-vision-wrap img {
    height: 100% !important;
  }
  a.apply-btn {
    width: 100%;
    display: block;
    text-align: center;
  }
  .join-talent-ejd .fusion-button {
    width: 100%;
  }
  .join-talent-ejd h2 {
    font-size: 27px !important;
    line-height: 30px !important;
    text-align: center !important;
  }
  .ejd-testimonial .slick-slide {
    width: 100% !important;
  }
  .ejd-testimonial .Slider-container {
    height: 430px !important;
  }
  .ejd-testimonial .Slider-container .col-sm-6.content {
    height: 103px !important;
  }
  .ejd-testimonial .Slider-container .col-sm-6.content p {
    line-height: 25px !important;
  }
  .ejd-testimonial .Slider-container .col-sm-6.content {
    padding: 0px 30px !important;
  }
  .ejd-testimonial .Slider-container .wp-block-heading {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .ejd-testimonial .fusion-builder-row {
    margin-bottom: 0px;
  }
  .ejd-testimonial .Slider-container .col-sm-6.img img {
    height: 100% !important;
  }
  .testimonial-product .ejd-testimonial .Slider-container .col-sm-6.img img {
    object-position: center;
  }
  .ejd-testimonial .slider-content .fusion-column-wrapper {
    margin-left: 0px !important;
  }
  .ejd-page .ejd-testimonial .Slider-container {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .ejd-page .slider_content .fusion-column-wrapper {
    margin: 0px;
  }
  .award-con {
    padding-top: 80px;
  }
  .ejd-page .slider_content .fusion-column-wrapper {
    padding: 25px 25px 50px 25px;
  }
  .ejd-page .slick-list {
    height: 100% !important;
  }
  .award-con {
    padding-bottom: 80px !important;
  }
  .awards .fusion-layout-column.fusion_builder_column_inner.fusion_builder_column_inner_1_4 {
    width: 315px !important;
    margin-bottom: 20px !important;
  }
  .ejd-testimonial .slider_content.para p {
    font-size: 19px;
    line-height: 29px !important;
  }
  #our-team h2 {
    font-size: 27px !important;
    line-height: 35px !important;
  }
  .jd-apply {
    padding-top: 26px;
  }
  .apply-wrap .schema-form-section.row {
    margin: 0 15px !important;
  }
  .embed-title {
    padding: 15px 23px 12px 28px !important;
  }
  .ejd-main p {
    line-height: 25px;
  }
  .apply-p {
    margin-top: 74px !important;
  }
  .apply {
    padding-top: 26px;
    padding-bottom: 5px;
  }
  .ejd-main {
    margin-top: 5px !important;
  }
  [for="termsAndPolicy"], [for="subscription_marketing_email"] {
    padding-left: 5px;
  }
  .share-job {
    margin-top: 25px !important;
  }
  .ejd-heroo {
    --awb-padding-top: 23px;
    --awb-padding-bottom: 23px;
  }
  .jobtitle h1 {
    font-size: 27px !important;
    line-height: 35px !important;
    text-align: center;
  }
  .location {
    margin-bottom: 0px !important;
  }
  .location p {
    font-size: 17px !important;
    line-height: 25px !important;
    margin-bottom: 0px !important;
    text-align: center;
  }
  .Slider-container .col-sm-6 {
    width: 100%;
  }
  .gallery-sec {
    padding-top: 27px !important;
    padding-bottom: 35px !important;
  }
  .counter-para p {
    font-size: 14px;
    line-height: 14px;
  }
  .counter-boxes-home .counter-box-container {
    padding: 15px 0px 15px 0px !important;
  }
  .width-100 .fusion-fullwidth {
    --awb-padding-right: 30px !important;
    --awb-padding-left: 30px !important;
  }
  .banner {
    padding-top: 30px !important;
  }
  .awb-menu__m-toggle-inner {
    width: 26px;
    height: 19px;
  }
  .fusion-sticky-spacer {
    height: 65px !important;
  }
  .remitly-logo img {
    width: 160px;
  }
  .banner-text p {
    line-height: 30px !important;
    margin-bottom: 50px;
  }
  .spanh span {
    font-size: 25px;
    line-height: 55px;
  }
  a.fusion-modal-text-link.video-transcript-btn {
    text-align: center;
  }
  .search-widget #cws_quickjobsearch {
    display: flex;
    flex-direction: column;
  }
  .search-widget .fusion-content-widget-area .widget {
    margin-left: 30px;
    margin-right: 30px;
  }
  .search-widget .quicksearch-title.first.avia-builder-el-first.flex_column.fusion-layout-column.fusion-one-fourth {
    margin-bottom: 15px;
  }
  .search-widget .widgettitle.cws-widgetitle {
    margin-left: 0px;
  }
  .search-widget .quicksearch-field {
    margin-bottom: 15px;
  }
  .search-widget .quicksearch-submit {
    margin-top: 18px;
    width: 167px;
    height: 30px;
    font-size: 16px;
    line-height: 14px;
  }
  .search-widget .quicksearch-btn {
    display: flex;
    justify-content: center;
  }
  .banner-text {
    font-size: 17px;
    line-height: 30px;
  }
  .spanh h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    padding: 0px 30px !important;
    text-align: center;
  }
  #video-popup .fusion-column-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  .counter .fusion-no-medium-visibility.fusion-no-large-visibility.counter-boxes-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .counter .fusion-no-medium-visibility.fusion-no-large-visibility.counter-boxes-home .fusion-counter-box {
    width: 50%;
  }
  .counter-boxes-home span.display-counter {
    font-size: 27px;
    line-height: 27px;
  }
  .counter-boxes-home .counter-box-content {
    font-weight: 700;
    font-size: 12px;
    padding: 0px 30px;
    letter-spacing: 2px;
  }
  .f37 h2 {
    font-size: 37px !important;
    line-height: 39px !important;
  }
  .f27 h2, .award-con h2 {
    font-size: 27px !important;
    line-height: 34px !important;
  }
  .drag_element img.pins_image, .drag_element img.ihotspot_hastooltop {
    width: 9px !important;
    height: 9px !important;
  }
  .joinourtalent-img {
    height: 200px;
    object-fit: cover;
  }
  .joinourtalent-text .fusion-column-wrapper {
    padding: 110px 36px 66px 36px !important;
  }
  .tab-top-slider button.slick-prev-tab.slick-arrow {
    padding: 0px 13px;
    width: 40px;
    height: 40px !important;
  }
  .tab-top-slider button.slick-next-tab.slick-arrow {
    padding: 0px 13px;
    width: 40px;
    height: 40px !important;
  }
  .tab-top-slider button.slick-prev-tab.slick-arrow {
    left: -6px;
  }
  .tab-top-slider button.slick-next-tab.slick-arrow {
    right: -16px;
    z-index: 999;
  }
  body .bottom-slider .slick-slide .slick-slide {
    margin: 0px 20px 0px 0px !important;
    height: 100px !important;
  }
  .thumbnail-slider-slicktab .slick-slide {
    margin: 0px;
  }
  .Slider-container {
    display: flex;
    flex-direction: column;
    height: 470px;
  }
  .tab-top-slider .slick-current, .tab-top-slider .slick-track > .slick-slide:hover {
    border-radius: 0px !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: none !important;
    background-color: #fff;
  }
  .tab-top-slider .slick-current .slick-slide, .tab-top-slider .slick-track > .slick-slide:hover {
    border-radius: 25px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    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);
    background-color: #fff;
    width: 90% !important;
  }
  .Slider-container .col-sm-6.img img {
    border-top-left-radius: 22.5px !important;
    border-top-right-radius: 22.5px !important;
    border-bottom-left-radius: 0px;
  }
  .col-sm-6.content p {
    margin-bottom: 0px;
  }
  .Slider-container .col-sm-6.img img {
    height: 320px;
    object-position: center top;
  }
  .slider-content .fusion-column-wrapper {
    margin-left: 10px !important;
  }
  .slider_content .fusion-column-wrapper {
    margin: 70px 10px 0px 10px;
  }
  .job-widget .fusion-content-widget-area .widget {
    margin-bottom: 5px;
  }
  .widget-text p {
    font-size: 22px;
    line-height: 30px;
  }
  .joinourtalent-text .fusion-button {
    width: 100%;
    margin-top: 30px;
    font-size: 17px;
    line-height: 17px;
  }
  .joinourtalent-text .fusion-column-wrapper {
    background-size: 67%;
    background-position: right top;
    object-position: top;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .thumbnail-slider-slicktab .slick-dots {
    bottom: -55px;
  }
  .ejd-testimonial .para .fusion-column-wrapper {
    padding: 6px;
  }
  .card .fusion-column-wrapper {
    margin: 0px 20px 0px 20px;
  }
  .Slider-container .wp-block-heading {
    text-align: center;
  }
  .reimagine {
    --awb-padding-top: 60px !important;
    --awb-padding-bottom: 60px !important;
  }
  .our-slider-wrap {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .our-story .our-vision .fusion-column-wrapper {
    background-size: 24%;
  }
  .reimagine-text {
    padding-bottom: 50px;
  }
  .widget-jobsearch-full .date-radio-wrap::before {
    left: 1%;
    right: 3%;
  }
  .Slider-container .col-sm-6.content p {
    text-align: center;
  }
  .tab-top-slider button.slick-next-tab.slick-arrow, .tab-top-slider button.slick-prev-tab.slick-arrow {
    padding: 0px 13px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 10px;
  }
  .award-con .f37 {
    --awb-margin-bottom: 20px !important;
  }
  .award-con {
    padding-bottom: 15px !important;
  }
  .awards .fusion-layout-column.fusion_builder_column_inner.fusion_builder_column_inner_1_4 {
    margin-right: 15px;
    margin-left: 15px;
  }
  #our-team .para .fusion-column-wrapper {
    padding: 10px 10px 0px 10px;
  }
  .join-talent-ejd .fusion-button {
    margin-top: 40px;
  }
  .apply {
    padding-top: 0px !important;
    padding-bottom: 0px;
  }
  .ejd-main {
    margin-top: 65px;
  }
  #our-team {
    padding-top: 0px !important;
    padding-bottom: 15px !important;
  }
  .ejd-page .width-100 .fusion-fullwidth {
    --awb-padding-right: 30px !important;
    --awb-padding-left: 30px !important;
  }
  .thumbnail-slider-slicktab .slick-list {
    height: 500px !important;
  }
  .who-we-are {
    padding: 0px 15px !important;
  }
  .search-widget .quicksearch-field {
    --awb-col-width: 20.2% !important;
  }
}
.bottom-slider {
  margin: 0px 27px !important;
}
.tab-top-slider h3.wp-block-heading {
  font-size: 24px !important;
  line-height: 25px;
  text-align: center !important;
  font-weight: 700;
}
.tab-top-slider .slick-slide .slick-slide {
  padding: 23px 25px 0px 25px !important;
}
.thumbnail-slider-slicktab, .slider-content {
  margin-bottom: 0px !important;
}
.search-btn {
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 14px 79px !important;
}
.slider-content .fusion-column-wrapper {
  margin-left: 5px;
  margin-right: 0px;
}
.ejd-testimonial .Slider-container {
  display: flex;
  flex-direction: column;
  height: 484px;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.ejd-testimonial .Slider-container .col-sm-6 {
  width: 100%;
}
.ejd-testimonial .Slider-container .col-sm-6.img img {
  border-top-left-radius: 22.5px !important;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ejd-testimonial .Slider-container .col-sm-6.content {
  width: 100%;
  height: 157px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ejd-testimonial .col-sm-6.img {
  height: 327px;
}
.ejd-testimonial .Slider-container .wp-block-heading {
  color: #2C4159 !important;
  font-size: 20px;
  line-height: 35px;
  font-family: GreycliffCFBold;
  margin-bottom: 10px;
  margin-top: 0px;
}
.ejd-testimonial .Slider-container .col-sm-6.content p {
  margin-bottom: 0px;
}
.ejd-testimonial .Slider-container .col-sm-6.content {
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 0px;
}
.ejd-testimonial .slider_content.para p {
  font-size: 20px;
  line-height: 35px !important;
}
.apply-btn, .scroll-set a {
  background-color: #324E6A;
  height: 45px;
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 11px 40px !important;
  border-radius: 34px;
  font-weight: 700;
  color: #ffffff !important;
}
.toggle-content-btn, .toggle-content-btn i, .toggle-content-btn .fb-icon-element-3:hover {
  color: #324E6A !important;
}
.apply-btn:hover, .apply-btn:focus {
  background-color: #25394F;
}
.awards img {
  width: 140px;
}
.awards .fusion-layout-column.fusion_builder_column_inner.fusion_builder_column_inner_1_4 .fusion-column-wrapper {
  height: 205px;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}
.awards .w187 img {
  width: 187px !important;
}
.jobtitle h1 {
  font-size: 37px;
  line-height: 80px;
  color: #2C415A !important;
}
.location p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.ejd-main p {
  line-height: 30px;
}
.banner-text p {
  line-height: 30px;
}
.modal-footer .fusion-button {
  background-color: #324E6A;
  height: 45px;
  font-size: 16px;
  line-height: 120%;
  padding: 13px 40px;
}
.modal-footer .fusion-button:hover, .modal-footer .fusion-button:focus {
  background-color: #25394F;
}
.apply-wrap #candidatePoolMainContainer, .apply-wrap {
  background-color: #324E6A;
  min-height: 0px;
  margin-bottom: 19px;
}
.apply-wrap {
  border-radius: 20px;
}
.text-apply {
  color: #ffffff;
  padding: 0px 45px 0px 45px;
  font-size: 13px;
  line-height: 17px;
}
.embed-title {
  font-size: 22px !important;
  line-height: 32px !important;
  color: #ffffff;
  font-family: 'GreycliffCFBold' !important;
  padding: 27px 45px 12px 45px;
  margin-bottom: 0;
}
.apply-wrap #candidatePoolMainContainer {
  padding-top: 0;
  border: none;
}
.apply-wrap .schema-form-section.row {
  margin: 0px 32px;
}
.apply-wrap .schema-form-section.col-sm-6 {
  width: 100%;
  padding: 0;
}
.apply-wrap #candidatePoolMainContainer label {
  color: #000 !important;
  font-size: 14px;
  font-family: 'GreycliffCFMedium';
  color: #fff !important;
  margin-left: 12px;
}
.apply-wrap #candidatePoolMainContainer input {
  height: 30px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
.apply-wrap #candidatePoolMainContainer .form-group {
  margin-bottom: 10px !important;
}
.apply-wrap [for="termsAndPolicy"] span, .apply-wrap [for="subscription_marketing_email"] span {
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
}
.apply-wrap .asterisk-text {
  display: none;
}
.apply-wrap [for="termsAndPolicy"] span a {
  color: #ffffff !important;
  text-decoration: underline;
}
.apply-wrap .schema-form-checkbox input[type=checkbox], .apply-wrap .remember-me-checkbox input[type=checkbox] {
  opacity: 1;
  position: relative;
  margin-left: 0;
  float: left;
  margin-right: 5px;
  left: 0px;
  height: 18px !important;
  margin-top: 0px !important;
}
.apply-wrap .schema-form-checkbox input[type=checkbox] {
  height: 20px !important;
  transform: scale(1.5);
  cursor: pointer;
  margin-right: 9px;
}
.apply-wrap .checkbox label {
  display: flex;
}
.apply-wrap .lcp-pt10 {
  display: none;
}
.apply-wrap .ng-scope .btn-azure.disabled, .apply-wrap .ng-scope .btn-azure[disabled], .apply-wrap .ng-scope .btn-azure.disabled:hover, .apply-wrap .ng-scope .btn-azure[disabled]:hover, .apply-wrap .ng-scope .btn-azure.disabled:focus, .apply-wrap .ng-scope .btn-azure[disabled]:focus, .apply-wrap .ng-scope .btn-azure.disabled:active, .apply-wrap .ng-scope .btn-azure[disabled]:active, .apply-wrap .ng-scope .btn-azure.disabled.active, .apply-wrap .ng-scope .btn-azure[disabled].active {
  margin-top: 25px;
  border-color: none;
  font-size: 16px;
  border: none;
  line-height: 120%;
  font-family: GreycliffCFBold;
  width: 100%;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  border-radius: 50px;
  opacity: 0.5;
  padding: 0px !important;
}
.apply-wrap .schema-form-actions-row {
  width: 100%;
}
.apply-wrap #candidatePoolMainContainer {
  padding-bottom: 0px;
}
.apply-wrap [for="termsAndPolicy"] {
  margin-top: 20px;
}
#our-team .para .fusion-column-wrapper {
  border-top-right-radius: 22.5px !important;
  border-bottom-right-radius: 22.5px !important;
}
.ejd-testimonial .slick-list {
  overflow: visible !important;
}
.ejd-testimonial .fusion-builder-row {
  box-shadow: 0px 10px 7px 0px #0000001A;
  overflow: visible !important;
  margin-bottom: 30px;
  border-radius: 30px;
  width: 103.5% !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-evenly;
}
.ejd-testimonial .Slider-container .col-sm-6.content p {
  line-height: 35px !important;
  text-align: left;
}
.ejd-testimonial .col-sm-6.content {
  padding: 0px 34px;
}
.apply-wrap .apply-btn, .apply-wrap .apply-btn.disabled {
  background-color: #C8E4E8 !important;
  margin-top: 25px;
  border-color: none;
  font-size: 16px;
  border: none;
  line-height: 120%;
  color: #324E6A !important;
  font-family: GreycliffCFBold;
  width: 100%;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  height: 32px;
  border-radius: 50px;
  padding: 0px !important;
  opacity: 1;
}
.apply-wrap .apply-btn:hover, .apply-wrap .apply-btn:focus {
  background-color: #A6CDD2 !important;
  color: #324E6A !important;
}
.schema-form-checkbox input[type=checkbox] {
  accent-color: #ffffff;
}
.join-talent-ejd .fusion-button {
  height: 45px;
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 14px 38px !important;
  font-weight: 700 !important;
}
#main #comment-submit, .button-default, .button.default, .comment-form input[type="submit"], .fusion-button-default, input.button-default {
  color: #ffffff !important;
}
.fusion-layout-column.fusion_builder_column_inner.fusion-builder-nested-column-3.fusion-flex-column.fusion-flex-align-self-flex-start.slider_content {
  margin-top: 17px;
}
.search-widget .select2-selection {
  padding-right: 17px;
}
#menu-main-menu .awb-menu_row {
  font-weight: 500 !important;
}
.banner-title h1 {
  font-weight: 800 !important;
}
.counter-para p {
  line-height: 18px;
  letter-spacing: 2px;
  margin-top: 10px;
  font-weight: 700;
}
.who-we-are h2, .map-sec h2, .tab-top-slider h2, .f37 h2 {
  font-weight: 800 !important;
}
.search-btn {
  font-weight: 700 !important;
}
.widget-text p {
  font-weight: 300;
  line-height: 30px;
}
.joinourtalent-text p {
  line-height: 20px;
  font-weight: 300;
}
.joinourtalent-text .fusion-button {
  font-size: 17px;
  line-height: 17px;
  font-weight: 700 !important;
  padding: 14px 73px;
}
.jd-desc ul {
  padding-left: 40px;
}
.tab-top-slider h2 {
  font-weight: 800 !important;
}
.join-talent-ejd h2 {
  font-weight: 800 !important;
}
.apply-wrap .has-success .form-control-feedback {
  top: 30px !important;
}
/*blog list page*/
.blog-list .fusion-post-cards-grid-column img, .single-post .fusion-post-cards-grid-column img {
  height: 300px;
  object-fit: cover;
}
.blog-list .fusion-title-heading, .single-post .fusion-title-heading {
  font-size: 38px;
  line-height: 48px;
}
.blog-list .fusion-content-tb, .single-post .fusion-content-tb {
  color: #2c415a;
}
.blog-list.fusion-body .fusion-title a, .single-post .fusion-title a {
  color: #324E6A;
  font-family: 'GreycliffCFMedium';
}
.blog-list.fusion-body .fusion-title a:hover, .single-post .fusion-title a:hover {
  color: #25394F;
  font-family: 'GreycliffCFMedium';
}
.single-post .widgettitle.cws-widgetitle {
  color: #ffffff;
  font-family: 'GreycliffCFBold';
  margin: 0px 0px 20px 0px;
}
.single-post .quicksearch-submit {
  background-color: #ffffff;
  color: #2c415a !important;
  margin-top: 20px;
  line-height: 20px;
}
.single-post .quicksearch-submit:hover, .single-post .quicksearch-submit:focus {
  background-color: #CEE3E7;
}
.single-post .fusion-content-widget-area .widget {
  margin-bottom: 0px;
}
.single-post .searchSmall {
  --awb-padding:40px 20px 40px 20px !important;
  border-radius: 20px;
}
.single-post .fusion-flex-container .fusion-flex-align-items-flex-start {
  display: flex !important;
  align-items: stretch !important;
}
.single-post [for="cws_quickjobsearch_keywords"] {
  color: #ffffff !important;
}
/*unsubscribe page*/
.unsubscribe-page .tab-content-container-preference.mt2 {
  border: none;
  padding: 0px;
  margin-top: 0px !important;
  margin-bottom: 90px;
}
.unsubscribe-page h1 {
  font-family: MasqualeroWXXBold;
  margin-top: 0px !important;
  font-size: 40px;
  line-height: 40px;
}
.unsubscribe-page h2 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0px;
}
.unsubscribe-page h7 {
  text-align: left !important;
  float: left;
  font-size: 20px;
  font-family: GreycliffCFBold;
  margin-bottom: 10px !important;
}
.unsubscribe-page .justify-center-items {
  padding: 0;
}
.unsubscribe-page .ng-scope .tab-content-container-preference input {
  accent-color: #2c415a;
  margin-top: 0px;
}
.unsubscribe-page .profile-edit-btns button {
  padding: 13px 30px;
  color: #fff !important;
  font-family: 'GreycliffCFBold';
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  font-weight: 700;
  border-radius: 30px;
  background-color: #324E6A;
}
.unsubscribe-page .profile-edit-btns button:hover {
  background-color: #25394F;
}
.unsubscribe-page .communication-section-header h3, .xcloud-unsubscribe-msg .ng-scope h4 {
  color: #2c415a;
  font-family: MasqualeroWXXBold;
  margin-top: 0px !important;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}
.unsubscribe-page .communication-section-header h3, .xcloud-unsubscribe-msg h4.darkgreen {
  color: #2c415a !important;
  text-align: left;
  float: left;
  font-size: 28px;
  line-height: 32px;
  font-family: 'GreycliffCFRegular';
  font-weight: 100;
  margin-bottom: 60px !important;
}
.ex-btn {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.ex-btn a:hover {
  background-color: #25394F;
}
.ex-btn a {
  font-size: 18px;
  line-height: 25px;
  padding: 13px 30px;
  color: #fff !important;
  font-family: 'GreycliffCFBold' !important;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  font-weight: 700;
  border-radius: 30px;
  background-color: #324E6A;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .thumbnail-slider.our-slider-wrap .f37 h2, .testimonial-default .f37 h2 {
    font-size: 27px !important;
    line-height: 37px !important;
  }
  .culture-value .fusion-panel {
    margin-bottom: 6px !important;
  }
  .culture-value .panel-group {
    margin-bottom: 6px !important;
  }
  .our-culture h2.panel-title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .our-culture h2.panel-title a {
    color: #2C415A !important;
  }
  .beglobalimg-height img {
    height: 270px !important;
    object-fit: cover;
  }
  .be-global .fusion-builder-row {
    background-color: #FBF8F1;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }
  .beglobalimg-height .fusion-column-wrapper {
    margin: 0;
  }
  .our-culture h2 {
    font-size: 27px !important;
    line-height: 46px !important;
  }
  .life-at-remitly .joinourtalent h2 {
    font-size: 43px !important;
    line-height: 46px !important;
  }
  .ourapproach-img img {
    height: 286px !important;
  }
  .ourapproach-img .fusion-column-wrapper {
    margin: 0;
  }
  .our-approach p {
    margin: 0px 27px 20px 27px;
  }
  .our-approach h2 {
    margin-top: 46px !important;
  }
  .our-approach .fusion-builder-row {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #0000001A;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    padding-bottom: 42px;
  }
  .beglobalimg-height .fusion-imageframe, .ourapproach-img .fusion-imageframe {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .be-global h2, .our-approach h2 {
    font-size: 27px !important;
    line-height: 37px !important;
  }
  .be-global p {
    margin: 10px 27px 70px 27px;
    color: #2C415A;
    padding-bottom: 70px;
  }
  .be-global h2 {
    color: #2C415A !important;
    margin-top: 50px !important;
  }
  .benefits h2 {
    font-size: 27px !important;
    line-height: 30px !important;
  }
  .juicer h2 {
    font-size: 27px !important;
    line-height: 30px !important;
  }
  .blog h2 {
    font-size: 37px !important;
    line-height: 30px !important;
  }
  .life-at-remitly .loc-bnr h1 {
    font-size: 48px !important;
    line-height: 50px !important;
  }
  .blog-container .fusion-posts-container img {
    height: 187px !important;
    object-fit: cover !important;
    object-position: center;
  }
  .read-more-blog {
    margin-bottom: 73px;
  }
  .blog-container .fusion-text .fusion-builder-column-16 p {
    font-size: 22px !important;
  }
  .blog-container .fusion-text {
    --awb-margin-bottom: 40px !important;
  }
  .ex-btn a {
    margin-bottom: 30px;
    width: fit-content;
  }
  .ex-btn {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .fusion-blog-shortcode-1 .fusion-blog-layout-grid .fusion-post-grid {
    padding: 0px 15px 0px 15px;
  }
}
.fusion-sticky-container .fusion-no-lightbox:focus img, .fusion-sticky-container img:focus {
  outline-offset: -2px;
  outline: dashed 1px #7b7b7b !important;
}
.select2-container .select2-selection:focus {
  outline: dashed 1px #7b7b7b !important;
}
#date-container input[type=checkbox]:focus, #date-container input[type=radio]:focus {
  outline: dashed 1px #7b7b7b !important;
}
.apply-wrap .has-feedback label ~ .form-control-feedback {
  top: 32px !important;
}
.apply-wrap .ng-scope *:focus {
  outline-style: dotted !important;
  outline-width: 2px !important;
  outline-offset: 0px;
  outline-color: #ffffff !important;
}
.story-slider-img.matt img {
  object-position: 88%;
}
.story-slider-img.pankaj img {
  object-position: right;
}
.story-slider-img.ankur img {
  object-position: 88%;
}
.story-slider-img.vikas img {
  object-position: 23%;
}
.story-slider-img.seema img {
  object-position: 10%;
}
@media (max-width: 767px) {
  .story-slider-img img {
    height: auto !important;
  }
  .career-area .fusion-separator {
    margin-bottom: 23px !important;
  }
  .card .fusion-text p {
    display: flex;
    align-items: center;
  }
  .life-at-remitly .joinourtalent.blog h2 {
    font-size: 37px !important;
    line-height: 30px !important;
  }
  .life-at-remitly .joinourtalent.blog .fusion-text p {
    line-height: 30px !important;
    font-size: 22px;
  }
  .life-at-remitly .joinourtalent-text .fusion-column-wrapper {
    background-size: 62% !important;
  }
  .life-at-remitly .joinourtalent-text .fusion-button {
    height: 46px;
    padding: 0px !important;
  }
  .life-at-remitly .bg-img .fusion-column-wrapper {
    background-size: contain;
  }
  .life-at-remitly .bg-img {
    height: auto !important;
  }
  .join-talent-ejd h2 {
    font-size: 27px !important;
    line-height: 30px !important;
  }
  .mob-rtl-0 .h27 h2 {
    font-size: 27px !important;
    line-height: 35px !important;
    margin-top: 20px !important;
  }
  .location .fusion-title-heading {
    font-family: 'GreycliffCFRegular' !important;
  }
  .share-job .fusion-title-heading, .related-job h2 {
    font-size: 23px !important;
    line-height: 24px !important;
  }
  .blog-list .fusion-title-heading, .single-post .fusion-title-heading {
    font-family: 'MasqualeroWXXBold';
    font-size: 38px !important;
    line-height: 48px !important;
  }
  .blog-list.fusion-body .fusion-title a, .single-post .fusion-title a {
    font-size: 18px;
  }
  .single-post section {
    margin-bottom: 0px !important;
  }
  .reimagine .fusion-builder-row {
    background-color: #ffffff;
    --awb-border-radius-top-left: 20px;
    margin: 0;
    --awb-border-radius-top-right: 20px;
  }
  .reimagine .reimagineimg .fusion-column-wrapper {
    margin: 0;
    border-radius: 20px 20px 0px 0px !important;
  }
  .reimagineimg {
    height: 342px !important;
    margin-bottom: 18px;
    background-color: #FBF8F1;
  }
  .story-slider-content {
    padding: 22px 30px !important;
    height: 131px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .reimagine .fusion-builder-row {
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: 0px 10px 30px 0px #0000001A;
  }
  .our-slider-wrap {
    padding-top: 37px !important;
    padding-bottom: 20px;
  }
  .stay-connected .h27 h2 {
    font-size: 27px !important;
    line-height: 30px;
  }
  .stay-connected .fusion-button {
    width: 100%;
  }
  .reimagine {
    background-color: #FBF8F1;
    padding-top: 17px;
    --awb-padding-bottom: 0px !important;
  }
  .reimagine-text .fusion-column-wrapper {
    margin: 0px 30px;
  }
  .reimagine p {
    line-height: 30px;
    font-size: 17px;
  }
  .reimagine-text h2 {
    font-size: 27px !important;
    line-height: 37px !important;
    align-items: center;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .reimagineimg img {
    border-radius: 0px;
  }
  .reimagine-text .fusion-button {
    margin-bottom: 45px;
  }
  .reimagineimg {
    --awb-bg-position: 27%;
    height: 344px;
    margin-bottom: 18px;
  }
  .our-vision .f37 h2 {
    font-size: 27px !important;
    line-height: 46px !important;
  }
  .our-vision p {
    font-size: 17px !important;
    line-height: 27px !important;
    font-family: 'GreycliffCFRegular';
  }
  .our-story .loc-bnr h1 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .our-story .loc-bnr p {
    font-size: 17px !important;
    line-height: 30px !important;
    margin-bottom: 0px;
  }
  .h27 h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .our-vision .fusion-column-wrapper {
    padding: 62px 42px 62px 42px;
  }
  #menu-main-menu {
    flex-direction: column;
    position: fixed;
    top: 50px;
    /* added px */
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    background: #fff;
  }
  body.menu-open #menu-main-menu {
    display: flex;
    /* show when active */
  }
  body.menu-open {
    overflow: hidden;
  }
}
.our-story .our-vision .fusion-column-wrapper {
  background-size: 30%;
  background-position: right;
  object-position: top;
}
.reimagineimg {
  height: 696px;
}
.story-slider-content {
  background-color: #CEE3E7;
  padding: 27px 30px;
}
.story-slider-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px !important;
  line-height: 30px !important;
  font-family: 'GreycliffCFBold' !important;
}
.story-slider-content p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}
.story-slider-img img {
  object-fit: cover;
  object-position: top;
  height: 430px;
}
.story-slider-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.our-storyslider .slick-slider {
  position: relative;
}
.our-storyslider .slick-prev, .our-storyslider .slick-next {
  position: absolute;
  top: -128px;
  right: auto;
  left: auto;
  transform: none;
  z-index: 20;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #324E6A;
  cursor: pointer;
}
.slick-prev:before, .slick-next:before {
  color: #324E6A;
}
.our-storyslider .slick-prev {
  left: 90%;
  margin-left: -60px;
}
.our-storyslider .slick-prev:before {
  content: "\f104";
  color: #324E6A;
  font-size: 27px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
}
.our-storyslider .slick-next:before {
  content: "\f105";
  color: #324E6A;
  font-size: 27px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
}
.our-storyslider .slick-next {
  left: 90%;
  margin-left: 10px;
}
.reimagine p, .our-vision p, .loc-bnr p {
  line-height: 30px;
}
.single-post .tagline {
  font-family: 'GreycliffCFMedium' !important;
}
.single-post #cws_quickjobsearch_keywords {
  background-color: #ffffff;
}
.single-post.fusion-body .fusion-title div.title-heading-tag .fontawesome-icon {
  display: inline;
  margin-left: 13px;
}
.single-post .fusion-sharing-box-1.has-taglines {
  margin-top: 20px;
}
/*life at remidly page*/
.culture-value .fusion-panel {
  background-color: #42777F;
  border-radius: 18px;
  margin-bottom: 15px;
}
.panel-body p {
  line-height: 26px !important;
}
.apply-text {
  font-size: 13px !important;
  line-height: 17px !important;
  color: #ffffff;
  padding: 0px 34px 0px 45px;
  margin-bottom: 0;
}
.blog-container .fusion-post-grid .fusion-post-wrapper, .blog-container .fusion-post-grid .fusion-flexslider {
  border: none !important;
}
.blog-container .fusion-post-content.post-content {
  display: flex;
  flex-direction: column-reverse;
}
.blog-container .fusion-posts-container img {
  height: 244px;
  object-fit: cover;
  border-radius: 20px;
}
.blog-container .fusion-image-wrapper {
  border-radius: 20px;
}
.blog-container .fusion-post-wrapper {
  border: 0;
  background-color: transparent;
}
.blog-container .fusion-image-wrapper:hover .fusion-rollover {
  opacity: 0;
}
.blog-container .fusion-category-text {
  color: #6096A5;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
.blog-container .blog-shortcode-post-title {
  margin-top: 10px;
}
.blog-container .blog-shortcode-post-title a {
  color: #25394F;
}
.blog-container .fusion-text p {
  line-height: 30px !important;
}
.life-at-remitly .fusion-text p {
  line-height: 30px !important;
  display: flex;
  align-items: center;
}
.life-at-remitly .fusion-text a {
  color: #2C415A;
  font-size: 16px;
  line-height: 16px;
  font-family: GreycliffCFBold;
}
.beglobalimg-height img {
  height: 449px;
  object-fit: cover;
}
.ourapproach-img img {
  height: 476px;
  object-fit: cover;
}
.image-arrow {
  width: 11px;
  height: 18px;
  margin-right: 10px;
}
.life-at-remitly .read-more-blog.fusion-text p {
  justify-content: flex-end;
}
.our-culture .fusion-accordian .fusion-toggle-icon-right .fusion-toggle-heading {
  color: #FBF8F2;
}
.life-at-remitly .joinourtalent-text .fusion-column-wrapper {
  background-size: 38%;
}
.life-at-remitly .bg-img {
  height: 402px;
}
.life-at-remitly .bg-img .fusion-column-wrapper {
  background-position: 82% 27%;
}
.life-at-remitly .joinourtalent .fusion-text p {
  line-height: 20px !important;
}
@media (min-width: 1024px) {
  .customer-accordian .fusion-panel {
    min-height: 745px !important;
  }
  .culture-value .fusion-panel {
    min-height: 137px !important;
  }
}
.card .fusion-title {
  margin: 0;
}
.card .fusion-column-wrapper {
  display: flex;
  justify-content: space-between;
}
.card {
  min-height: 120px;
}
.card .fusion-text-no-margin > p:last-child {
  display: flex;
  align-items: center;
}
.card a, card a:hover {
  color: #2C415A;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: 'GreycliffCFBold';
}
.Profile-join input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 1px dotted #000000 !important;
}
.read-more-blog a {
  color: #25394F;
}
.job-jd-intro strong {
  font-family: 'GreycliffCFBold';
}
.cta-text-above {
  font-size: 13px !important;
  line-height: 17px !important;
  color: #ffffff;
  padding: 10px 0px 0px 11px;
  margin-bottom: 0px;
}
.fusion-nothing-found {
  font-size: 18px !important;
  line-height: 25px !important;
  font-family: 'GreycliffCFMedium' !important;
  font-weight: 300 !important;
}
.m20 .fusion-toggle-heading {
  margin-right: 17px !important;
}
.remember-me-returning h3 {
  font-size: 22px !important;
  line-height: 32px !important;
  color: #ffffff;
  font-family: 'GreycliffCFBold' !important;
  padding: 0px 25px 12px 30px;
  margin-bottom: 0;
  margin-top: 0px;
}
.remember-me-returning p {
  font-size: 13px !important;
  line-height: 17px !important;
  color: #ffffff;
  padding: 0px 26px 0px 31px;
  margin-bottom: 12px;
}
.ejd-sidebar .remember-me-returning a, .ejd-sidebar .remember-me-returning a:hover {
  padding: 0px !important;
  color: #ffffff !important;
  text-decoration: underline;
}
.remember-me-returning button {
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 13px 30px;
  color: #fff !important;
  font-family: 'GreycliffCFBold';
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  font-weight: 700;
  background-color: #324E6A !important;
  border-radius: 34px;
}
.remember-me-returning button:hover {
  background-color: #ffffff !important;
  color: #324E6A !important;
}
#remember_me {
  height: 20px !important;
  transform: scale(1.5);
  cursor: pointer;
  margin-right: 9px;
}
@media (min-width: 1025px) and (max-width: 1239px) {
  .joinourtalent-text > .fusion-column-wrapper {
    padding-right: 30px;
    padding-left: 40px;
  }
}
@media (min-width: 1390px) {
  .width-hig-res.fusion-layout-column {
    max-width: 850px;
  }
}
.ejd-page .widget_joblist_category {
  margin-top: 10px !important;
}
#firstName.force-focus {
  outline: 2px dotted #ffffff;
  /* Customize color */
  outline-offset: 2px;
}
.read-more-blog a:hover {
  text-decoration: underline !important;
}
.wp-block-heading:focus {
  outline-offset: 12px;
}
.blog-breadcrumbs:hover {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
a.fusion-modal-text-link.video-transcript-btn:hover {
  text-decoration: none !important;
}
.our-culture .panel-title a:focus {
  outline-offset: 3px;
  outline-color: #ffffff !important;
}
.Profile-join label {
  color: #2c415a !important;
}
.apply-wrap .glyphicon-ok:before {
  left: 0px !important;
}
.slick-dots li button:before {
  color: #2c415a !important;
  opacity: 1 !important;
  font-size: 33px !important;
  height: 20px !important;
}
[role="tab"]:hover::before, [role="tab"]:focus::before, [role="tab"][aria-selected="true"]::before {
  content: '•' !important;
  color: #2c415a !important;
  opacity: 1 !important;
  font-size: 33px !important;
  height: 20px !important;
}
.slick-dots li.slick-active button:before {
  color: #25394F !important;
  opacity: 1 !important;
  font-size: 50px !important;
  height: 24px !important;
  content: '•' !important;
}
.slick-dots {
  width: 86% !important;
}
#toTop {
  background-color: #000000;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  font-size: 24px;
  opacity: 0.9;
  transition: all 0.3s ease;
}
#toTop:hover {
  background-color: #0056b3;
  /* darker blue on hover */
  opacity: 1;
  transform: scale(1.1);
}
.our-vision-wrap img {
  height: 500px;
}
.benefits-list {
  display: flex;
  flex-wrap: wrap;
}
.london img {
  height: 205px;
  object-fit: cover;
}
.ronit img {
  object-position: right !important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.thumbnail-slider-slicktab .slick-dots {
  width: 100% !important;
  margin-bottom: 20px;
}
.our-culture .fusion-accordian .fusion-toggle-icon-right .fusion-toggle-heading {
  margin-right: 14px !important;
}
.jd-desc {
  position: relative;
  transition: all 0.3s ease;
}
.read-more-btn {
  display: none;
  background-color: #324E6A;
  height: 45px;
  font-size: 17px !important;
  line-height: 17px !important;
  padding: 15px 40px !important;
  border-radius: 34px;
  font-weight: 700;
  color: #ffffff;
  border: none;
  margin-top: 20px;
}
.read-more-btn:hover {
  background: #25394F;
}
.jobdesc-text.expanded {
  overflow: visible;
  transition: all 0.3s ease;
}
#job-map-toggle {
  padding: 14px 16px 14px 30px;
  line-height: 17px;
  font-size: 17px;
}
#job-map-toggle .world-icon {
  line-height: 32px;
}
.spyro img {
  height: 313px;
}
.footer-links {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer-links a {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
}
#menu-footer-privacy-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 16px;
}
.fusion-nothing-found a {
  text-decoration: underline;
}
.rina img {
  object-position: 0% !important;
}
.job-function-multiselect {
  position: relative;
}
.Profile-join .job-function-multiselect .glyphicon-remove {
  top: 72px !important;
}
.card a:focus {
  outline: dashed 1px #2C415A !important;
  outline-offset: 3px !important;
}
.fusion-button:focus, .job-list-right-container a:focus {
  outline-offset: -5px;
  outline: dashed 1px #ffffff !important;
}
#menu-main-menu .orange_header_menu_btn a:focus {
  outline-offset: -10px;
  outline: dashed 1px #ffffff !important;
}
.fusion-social-network-icon[aria-label]::after {
  content: attr(aria-label);
  position: absolute;
  left: -9999px;
}
.joinourtalent .fusion-button:focus, .join-talent-ejd .fusion-button:focus {
  outline: dashed 1px #2c415a !important;
}
.joinourtalent.blue .fusion-button:focus, .apply-p a:focus {
  outline: dashed 1px #ffffff !important;
}
.fusion-social-network-icon {
  position: relative;
}
.loc-box a, .txt-link {
  border-radius: 0px !important;
}
.loc-box a:focus, .txt-link:focus {
  outline-offset: 3px;
  outline: dashed 1px #2c415a !important;
  border-radius: 0px !important;
}
.fusion-modal .modal-dialog {
  max-height: calc(100% - 50px) !important;
}
@media (min-width: 900px) {
  .modal-lg {
    width: 756px !important;
  }
}
.single-post i.fusion-social-network-icon.fusion-tooltip.fusion-twitter.awb-icon-twitter::before {
  background-size: 63%;
  background-repeat: no-repeat;
}
