/****** Global Options Style Guide ******
 h1 - h6: set in Symphony Talent > Options > Global Typography
 Buttons: set in Symphony Talent > Options > Symphony Talent Builder Elements > Buttons
 --- NOTE: Buttons in our platform - job search buttons, etc. will likely need some aspect set here in css
 Color palette: set in Symphony Talent > Options > Colors
 (pre-existing variables will be named - var(--awb-color1) - through number 8)
 (after 8 additional colors will be named sequentially as var(--awb-custom_color_1) )
 ************************/
/****** Global Options Responsive settings ******/
@media (min-width: 770px) and (max-width: 1024px) {
  :root {
    --h1_typography-font-size: 60px;
    /* H1 - Heading Typography */
    --h2_typography-font-size: 32px;
    /* H2 - Heading Typography */
    --h3_typography-font-size: 24px;
    /* H3 - Heading Typography */
    --awb-typography4-font-size: 32px;
    /* Sim H2 Headings - Global Typography  */
    --awb-typography5-font-size: 24px;
    /* Sim H3 Headings - Global Typography  */
  }
}
@media (max-width: 769px) {
  :root {
    --h1_typography-font-size: 46px;
    /* H1 - Heading Typography */
    --h2_typography-font-size: 28px;
    /* H2 - Heading Typography */
    --h3_typography-font-size: 20px;
    /* H3 - Heading Typography */
    --awb-typography4-font-size: 28px;
    /* Sim H2 Headings - Global Typography  */
    --awb-typography5-font-size: 20px;
    /* Sim H3 Headings - Global Typography  */
  }
}
/*===Added to fix IE spacing issue on flex columns===*/
.ua-ie-11 .fusion-flex-column > div > div:not([class]) {
  display: flex;
  flex-shrink: 0;
}
/*===Added to fix the empty regtangle icon for breaks on IE===*/
br {
  font-family: serif;
}
/**** tooltips ****/
.tooltip.in {
  opacity: 1 !important;
}
.tooltip-inner {
  font-family: arial;
  font-weight: 400 !important;
  background: #000000;
  min-width: 170px;
  color: var(--awb-color1);
  opacity: 1;
  box-shadow: none;
  border: 1px solid #ffffff;
}
.tooltip-arrow {
  font-weight: 400;
  border-top-color: var(--awb-color7) !important;
  border-bottom-color: var(--awb-color7) !important;
}
/***** Universal adjustments *****/
@media (max-width: 769px) {
  .mobile-hide {
    display: none !important;
  }
}
/******* Sign In Menu Item - Small Header *******/
body .sign-in-mi a.fusion-background-highlight {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .sign-in-mi .menu-dropdown.xcc-sign-in-parent {
  padding-bottom: 0;
}
body .sign-in-mi .menu-dropdown.xcc-sign-in-parent:focus-within .xcc-sign-in-submenu {
  display: block !important;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
body .sign-in-mi .menu-dropdown .xcc-sign-in {
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  padding-left: 25px;
  padding-right: 26px;
}
body .sign-in-mi .menu-dropdown .xcc-sign-in-submenu {
  min-width: 260px;
}
body .sign-in-mi .menu-dropdown .xcc-sign-in-submenu a {
  font-size: 12px;
  padding: 8px 5px;
}
/** CSS for the talent community item on mobile ***/
@media (max-width: 769px) {
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi {
    pointer-events: none;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .transition-fade {
    border-right: 0;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi:hover .transition-fade, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi:active .transition-fade {
    background: transparent !important;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .menu-text:after {
    left: 38px !important;
    top: 44px;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi a:hover .menu-text:after, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi > a.emhover .menu-text:after {
    width: calc(100% - 66px);
    max-width: 220px;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent {
    padding-bottom: 0px;
    text-align: left;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in {
    pointer-events: auto;
    text-align: right;
    display: block;
    min-height: 50px;
    transition: all 0.5s ease;
    padding: 0px 0px;
    border: 0px;
    line-height: 50px;
    text-transform: none;
    background: transparent;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in::after {
    display: block;
    padding-left: 8px;
    transition: all 0.5s ease;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in-submenu {
    cursor: pointer;
    min-width: 210px;
    top: 50px;
    left: auto;
    background: var(--awb-color1);
    position: absolute;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
    transition: all 0.5s ease;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in-submenu a {
    cursor: pointer;
    background: transparent;
    font-weight: normal;
    line-height: normal;
    padding: 10px 10px;
    pointer-events: auto;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent .xcc-sign-in-submenu:before {
    display: none;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent.subOn .xcc-sign-in-submenu, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent.subOn:hover .xcc-sign-in-submenu, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent.subOn .xcc-sign-in:hover .xcc-sign-in-submenu {
    z-index: 9999;
    display: block !important;
    transform: scaleY(1) !important;
    visibility: visible !important;
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent.subOn .xcc-sign-in::after {
    content: "\f343";
  }
  body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi .xcc-sign-in-parent:not(.subOn) .xcc-sign-in-submenu, body.fusion-body .fusion-tb-header nav.fusion-menu-element-wrapper > ul.fusion-menu .sign-in-mi a:hover .xcc-sign-in-parent:not(.subOn) .xcc-sign-in-submenu {
    display: none !important;
    transform: scaleY(0) !important;
    visibility: hidden !important;
  }
}
/********************** Footer **********************/
/**** FontAwesome Icon fixes ****/
#menu-footer-social i:before {
  font-family: 'awb-icons' !important;
}
#menu-footer-social .fa-facebook-square:before {
  content: "\e604" !important;
}
#menu-footer-social .fa-twitter-square:before {
  content: "\e605" !important;
}
#menu-footer-social .fa-instagram:before {
  content: "\ea92" !important;
}
#menu-footer-social .fa-linkedin:before {
  content: "\e60F" !important;
}
@media (max-width: 769px) {
  #menu-footer-social a {
    justify-content: center;
  }
}
/******* Job Search Banner *******/
body .search-banner {
  width: 100%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
body .search-banner .widget, body .search-banner form > div {
  margin-bottom: 0;
  float: none;
  padding: 10px;
}
body .search-banner .w-form-row-label {
  line-height: 18px;
  margin-top: -18px;
}
body .search-banner label {
  margin-bottom: 0;
}
body .search-banner form {
  display: flex;
  padding: 10px 0px 0px;
  align-items: center;
}
body .search-banner .widgettitle.cws-widgetitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px !important;
}
body .search-banner input[type="text"] {
  border-radius: 5px !important;
}
body .search-banner .select2-selection.select2-selection--single, body .search-banner input[type="text"] {
  min-height: 40px;
  line-height: 40px;
  font-size: 15px;
}
body .search-banner .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
body .search-banner .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;
}
body .search-banner .quicksearch-btn {
  text-align: center;
}
body .search-banner .quicksearch-btn input {
  width: 75%;
}
@media (max-width: 767px) {
  body .search-banner form {
    flex-direction: column;
  }
}
/******* Hot jobs *******/
.home-hotjobs {
  width: 100%;
}
.home-hotjobs .widget-joblist {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
.home-hotjobs .widget-joblist .widget_joblist_row {
  width: 30.33%;
  box-shadow: 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;
}
.home-hotjobs .widget-joblist .widget_joblist_row > div {
  float: none;
  display: block;
}
.home-hotjobs .widget-joblist > .widget_joblist_row:nth-child(4) {
  display: none;
  /** This is a corrective issue for the Similar Jobs List Widget - sometimes it will be short 1 result, even when there are jobs available, so you have to set it to 1 more than you need and then use this class to hide the extra***/
}
.home-hotjobs .job-list-left-container {
  line-height: 1.4;
  width: 100%;
  margin-bottom: 20px;
}
.home-hotjobs .job-list-left-container a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}
.home-hotjobs .job-list-right-container {
  width: auto;
  margin-bottom: 0;
  margin-top: auto;
}
.home-hotjobs .job-list-right-container a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  border-radius: 37px 37px 37px 37px;
  background-color: var(--primary_color);
  color: var(--link_color);
  text-align: center;
  padding-top: var(--button_padding-top, 13px);
  padding-right: var(--button_padding-right, 29px);
  padding-bottom: var(--button_padding-bottom, 13px);
  padding-left: var(--button_padding-left, 29px);
  line-height: var(--button_line_height, 1);
  font-size: var(--button_font_size, 14px);
  font-weight: 600;
}
.home-hotjobs .job-list-right-container a:hover {
  background-color: var(--link_color);
  color: var(--button_accent_hover_color, var(--button_accent_color));
}
@media (max-width: 767px) {
  .home-hotjobs .widget-joblist {
    flex-direction: column;
  }
  .home-hotjobs .widget-joblist .widget_joblist_row {
    width: 100%;
    margin-bottom: 20px;
  }
}
/******* Job Search Filters, Map, Details Image *******/
#cws-search-form > .w-form-row {
  margin-bottom: 10px;
}
#cws-search-form label {
  margin-bottom: 0;
}
#cws-search-form input[type="text"] {
  border-radius: 5px !important;
  margin-bottom: 0;
  height: 40px;
}
#cws-search-form .select2.select2-container: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;
}
#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;
}
.widget-jobsearch-results > .clearfix {
  margin-bottom: 10px;
}
#job-map-toggle .world-icon {
  top: 6px;
}
body .widget-jobsearch-results #live-results {
  margin-top: 0;
  float: left;
}
.ejd-page h1 {
  margin-top: 0;
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.ejd-page .ejd-img .ejdimgwrap {
  width: 100%;
  display: block;
  height: 400px;
  min-height: 100%;
}
.ejd-page .ejd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/******************************* XCR pages - Sign Up,etc. *************************************/
/*Sign In popup 1*/
.modal-backdrop.modal-popup-custom-backdrop.ng-scope.in {
  z-index: 900 !important;
  opacity: 0.7;
}
.modal.schema-modal-popup.ng-scope.in .modal-content {
  border-radius: 0 !important;
  background: var(--awb-color1);
}
.modal.schema-modal-popup.ng-scope.in .modal-content #signInModal {
  padding-top: 0 !important;
}
.modal.schema-modal-popup.ng-scope.in .modal-content .ig-control__cbx:not(:checked) + label:after {
  border: 1px solid var(--awb-color3);
  border-radius: 0;
}
.modal.schema-modal-popup.ng-scope.in .modal-content .ig-control__cbx:checked + label:after {
  width: 20px;
  height: 20px;
  background-color: var(--awb-color2);
}
body.ng-scope main *:not(i) {
  font-family: var(--body_typography-font-family);
}
.fusion-body.lcp-pages .lcp-banner-image, .fusion-body.lcp-pages .join-form, .fusion-body.lcp-pages .full-width {
  width: 100% !important;
}
.fusion-body.lcp-pages .lcp-banner-image div {
  margin: 0px !important;
}
.fusion-body.lcp-pages h1 {
  color: #9A9A9A;
  font-size: 48px;
}
.ng-scope .form-group.has-error .form-control-feedback:before, .ng-scope .input-group.has-error .form-control-feedback:before, .ng-scope .has-error .form-control-feedback, .ng-scope .asterisk-text, .ng-scope .required-fields, .ng-scope .red, .ng-scope form[name="updatePasswordForm"] .modal-required-fields, .ng-scope .passwordReqNotMet {
  color: #cc0000 !important;
}
.ng-scope .asterisk:after {
  opacity: 1;
}
.ng-scope *:focus {
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 2px;
  outline-color: var(--awb-color7) !important;
}
.ng-scope .post-content {
  z-index: 5;
}
.ng-scope .help-block {
  margin-top: -2px;
  font-size: 14px;
  color: #aa0000 !important;
}
.ng-scope .has-success .checkbox, .ng-scope .has-success .checkbox-inline, .ng-scope .has-success .control-label, .ng-scope .has-success .help-block, .ng-scope .has-success .radio, .ng-scope .has-success .radio-inline, .ng-scope .has-success.checkbox label, .ng-scope .has-success.checkbox-inline label, .ng-scope .has-success.radio label, .ng-scope .has-success.radio-inline label {
  color: #2e2925;
}
.ng-scope .tab-content-container-preference {
  border-radius: 0;
  border-color: var(--awb-color7);
}
.ng-scope .tab-content-container-preference input {
  border: 1px solid var(--awb-color7) !important;
  font-family: var(--body_typography-font-family);
  font-size: var(--body_typography-font-size);
}
.ng-scope .tab-content-container-preference label, .ng-scope .tab-content-container-preference legend {
  font-family: var(--body_typography-font-family);
  font-size: var(--body_typography-font-size);
}
.ng-scope .apply-flow-wrapper.ng-scope {
  border-radius: 0;
  border-color: var(--awb-color7);
}
.ng-scope .apply-flow-wrapper.ng-scope h4 {
  color: var(--awb-color7);
}
.ng-scope .apply-flow-wrapper.ng-scope .border-dashboard {
  border: 0 !Important;
}
.ng-scope .apply-flow-wrapper.ng-scope select {
  border-radius: 0 !important;
  color: var(--awb-color7);
}
.ng-scope li.pagination-li a:not(.inactive) {
  color: var(--awb-color1);
  /*Sign In popup 2*/
}
.ng-scope form[name="xcloud_Signin"] h1, .ng-scope .modal-popup-small h1 {
  font-family: var(--body_typography-font-family);
  line-height: 1.2;
  font-weight: 700;
  color: var(--awb-color7);
}
.ng-scope form[name="xcloud_Signin"] p, .ng-scope form[name="xcloud_Signin"] label, .ng-scope form[name="forgotPasswordForm"] input, .ng-scope form[name="xcloud_Signin"] input, .ng-scope .modal-popup-small, .ng-scope form[name="updatePasswordForm"] label, .ng-scope form[name="updatePasswordForm"] input, .ng-scope form[name="updatePasswordForm"] span p {
  font-family: var(--body_typography-font-family) !important;
  color: #2e2925;
}
.ng-scope form[name="xcloud_Signin"] p.modal-required-fields {
  color: #aa0000;
  margin-top: 15px;
}
.ng-scope .ng-scope form[name="xcloud_Signin"] input.btn.btn-azure, .ng-scope .ng-scope form[name="updatePasswordForm"] input.btn.btn-azure, .ng-scope div#candidatePasswordUpdateMainContent .ng-scope form[name="forgotPasswordForm"] input.btn.btn-azure, .ng-scope .ng-scope form[name="xcloud_Signin"] button.btn.btn-azure, .ng-scope .ng-scope form[name="updatePasswordForm"] button.btn.btn-azure, .ng-scope div#candidatePasswordUpdateMainContent .ng-scope form[name="forgotPasswordForm"] button.btn.btn-azure {
  font-family: var(--body_typography-font-family);
  color: var(--awb-color1) !important;
  background-color: var(--awb-color7) !important;
}
.ng-scope form[name="xcloud_Signin"] a.pull-right.draggable, .ng-scope form[name="xcloud_Signin"] a[title="Create one"] {
  font-family: var(--body_typography-font-family) !important;
  color: var(--awb-color8);
  text-decoration: underline !important;
}
.ng-scope form[name="updatePasswordForm"] .modal-required-fields {
  color: #aa0000 !important;
  font-family: var(--body_typography-font-family) !important;
}
.ng-scope div#candidatePasswordUpdateMainContent {
  /*& span.modal-popup-main-header {font-family: var(--body_typography-font-family) !important; color: #232323;}*/
}
.ng-scope div#candidatePasswordUpdateMainContent h3, .ng-scope div#candidatePasswordUpdateMainContent h4, .ng-scope div#candidatePasswordUpdateMainContent h5 {
  font-family: var(--body_typography-font-family) !important;
  color: var(--awb-color7);
}
.ng-scope .modal-popup-main-header {
  margin-bottom: 20px;
}
.ng-scope .btn {
  border-color: #2e2925;
}
.ng-scope .btn-azure, .ng-scope .btn-azure:focus, .ng-scope .btn-azure:hover {
  background-color: var(--awb-color7) !important;
  border-color: var(--awb-color7);
}
.ng-scope .btn-azure.disabled {
  opacity: 0.7;
  /*LCP Join page*/
}
.ng-scope .form-control, .ng-scope select {
  background: #fff;
  border-color: #2e2925;
  color: #2e2925;
  font-size: var(--body_typography-font-size);
}
.ng-scope .checkbox a {
  color: #9A9A9A;
}
.ng-scope .resume-wrapper {
  margin-bottom: 20px;
}
.ng-scope .btn-azure.disabled, .ng-scope .btn-azure[disabled], .ng-scope .btn-azure.disabled:hover, .ng-scope .btn-azure[disabled]:hover, .ng-scope .btn-azure.disabled:focus, .ng-scope .btn-azure[disabled]:focus, .ng-scope .btn-azure.disabled:active, .ng-scope .btn-azure[disabled]:active, .ng-scope .btn-azure.disabled.active, .ng-scope .btn-azure[disabled].active {
  background-color: var(--awb-color7) !important;
  border-color: var(--awb-color7);
  font-size: var(--body_typography-font-size);
}
.ng-scope.join-page .schema-form-section input[type="text"], .ng-scope.join-page select.form-control, .ng-scope.join-page .btn-azure {
  height: 50px;
  border-radius: 0;
  font-size: var(--body_typography-font-size);
}
.ng-scope .has-success .form-control-feedback {
  top: 41px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
}
.ng-scope .has-error .form-control-feedback {
  top: 43px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 1px;
}
.ng-scope .dashicons.dashicons-no-alt:before {
  color: var(--awb-color2) !important;
}
.ng-scope .form-control.ng-invalid {
  background: transparent;
  border-color: var(--awb-color7);
  color: var(--awb-color7) !important;
}
.ng-scope .form-group.has-error input, .ng-scope .input-group.has-error input, .ng-scope .form-group.has-error select, .ng-scope .input-group.has-error select, .ng-scope .form-group.has-error textarea, .ng-scope .input-group.has-error textarea, .ng-scope .form-group.has-success input, .ng-scope .input-group.has-success input, .ng-scope .form-group.has-success select, .ng-scope .input-group.has-success select, .ng-scope .form-group.has-success textarea, .ng-scope .input-group.has-success textarea {
  background: transparent;
  border-color: var(--awb-color7);
  color: #9A9A9A;
}
.ng-scope .attachments-list thead th {
  text-align: left !important;
}
.ng-scope .fa-trash:before {
  content: "\f1f8";
}
.ng-scope .checkbox-custom + .checkbox-custom-label:before, .ng-scope .radio-custom + .radio-custom-label:before {
  border: 1px solid var(--awb-color7);
}
.ng-scope .radio-custom:checked + .radio-custom-label:before {
  background: var(--awb-color2);
}
/*** Hero Title ***/
.hero-title img {
  filter: drop-shadow(5px 15px 10px rgba(0, 0, 0, 0.65));
}
a:focus, a:hover {
  color: #ffffff !important;
}
p {
  line-height: 32px !important;
  font-weight: 400;
}
/*header*/
.sign-up a {
  background-color: #E4002B !important;
  border-radius: 56px;
  padding: 16px 24px !important;
}
.menu-text {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 6px;
}
#menu-item-2426 .menu-text {
  padding: 0px !important;
}
#menu-main-menu a:hover {
  text-decoration: none;
}
#menu-main-menu .sign-up:hover a {
  color: #002D72 !important;
  font-weight: 500;
  background-color: #ffffff !important;
  text-decoration: none;
}
.sign-up:hover a {
  padding: 16px 24px !important;
}
#menu-main-menu .current_page_item .menu-text {
  border-bottom: 5px solid #E4002B;
}
#menu-main-menu #menu-item-2426.current_page_item .menu-text {
  border-bottom: none !important;
}
@media (max-width: 1024px) {
  .awb-menu_mobile-toggle #menu-main-menu a {
    background-color: #121212 !important;
  }
  .awb-menu_mobile-toggle #menu-main-menu li {
    border-bottom: #121212 !important;
    background-color: #121212 !important;
  }
}
/*header end*/
/*footer*/
.social-icons li {
  margin-right: 4%;
}
.social-icons {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  padding-left: 0px;
}
.footer-links a {
  text-decoration: underline;
}
.social-icons li a img {
  width: 80% !important;
}
/*footer ends*/
/*home page*/
.whatnext p, .sign-up-global p {
  line-height: 36px !important;
}
.testimonial-section p {
  font-size: 22px;
}
.sign-upbox .fusion-button .fusion-button-text, .whatnext .fusion-button .fusion-button-text, .sign-up-global .fusion-button .fusion-button-text {
  font-size: 18px;
  line-height: 24px;
}
.sign-up-global h3 {
  font-size: 68px !important;
  line-height: 68px;
  padding-bottom: 20px;
  font-weight: 900 !important;
}
.sign-upbox p {
  font-size: 18px;
  line-height: 24px !important;
}
.intro p {
  line-height: 36px !important;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 900 !important;
}
.doyouhave h3, .testimonial-section h3 {
  font-weight: 700;
}
.sign-upbox .title-heading-left span, .sign-up-global .title-heading-left span, .intro span {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff !important;
  font-family: 'Roboto';
  display: inline-block;
  padding-bottom: 20px;
  font-weight: 400;
}
.whatnext .title-heading-left span {
  font-size: 24px;
  line-height: 32px;
  color: #f6e500 !important;
  font-family: 'Roboto';
  display: inline-block;
  padding-bottom: 20px;
  font-weight: 400;
}
.sign-upbox .fusion-column-wrapper, .sign-upbox .fusion-column-wrapper:hover {
  border: 30px solid #E4002B;
  padding: 0px 40px 40px 40px;
}
.whats-next {
  margin-top: -20% !important;
}
.testimonial-section img {
  width: 70%;
}
.testimonial-section .fusion-imageframe {
  display: flex;
  justify-content: center;
}
.deiatfndy {
  margin-top: 32%;
}
.whocanbecame {
  margin-top: -10%;
}
.sign-up-global .fusion-button {
  margin-top: 30px !important;
  padding: 16px 60px !important;
}
.stories .fusion-button {
  margin-top: 50px;
}
.whattoexpect .fusion-button {
  margin-top: 23%;
}
.eoiquotetext h3 {
  z-index: 9999999999 !important;
  position: relative !important;
}
.sign-upbox h4 {
  font-weight: 900 !important;
}
@media (max-width: 767px) {
  .testimonial-section {
    padding-bottom: 0px !important;
  }
  .testimonial-section h3 {
    padding-bottom: 20px !important;
  }
  .sign-upbox {
    margin-top: 15%;
  }
  .eoi .eoitabs h2 {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .testimonial-section h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    padding-bottom: 20px;
  }
  .sign-upbox .fusion-button {
    padding: 16px 100px !important;
  }
  p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .sign-upbox span {
    color: #ffffff;
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .intro p {
    font-size: 18px !important;
    line-height: 24px !important;
    padding-top: 20px;
  }
  .intro h2 {
    font-size: 48px !important;
    line-height: 48px;
  }
  .eoiquoteimage img {
    width: 50% !important;
  }
  .eoiquotetext h3 span {
    font-size: 24px !important;
    line-height: 24px !important;
    color: #ffffff;
    font-family: 'Roboto';
    display: inline-block;
    padding: 15px 0px !important;
  }
  .eoi .eoiquotetext .title-heading-left {
    margin-top: -18% !important;
    margin-left: 0px !important;
  }
  .eoi .eoiquotetext h3 {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .eoiquote {
    background-position: center !important;
    background-size: 80% !important;
    min-height: 35vh !important;
  }
  .tabtwo .fusion-column-wrapper {
    display: flex;
    align-items: center;
  }
  #tab-36f29d236d6e793612e td:first-child {
    padding-right: 0px !important;
  }
  .tabbtn a {
    padding: 16px 24px !important;
    border-radius: 56px !important;
    font-size: 18px;
  }
  .mobile-mode-accordion .tab-content .tab-pane {
    padding: 0px !important;
  }
  .whattoexpect .eoitabs h2 {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .eoibanner h1 {
    font-size: 72px !important;
    line-height: 60px;
  }
  .intro span {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
  }
  .doyouhave {
    padding: 0px !important;
  }
  .whstsnext, .whatittakes {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sign-upbox .fusion-column-wrapper {
    padding: 20px;
  }
  .mobile-wrapper-swap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .testimonial-section img {
    width: 100%;
  }
  .deiatfndy {
    margin-top: 0%;
  }
  .eoitabcont .accordian {
    padding: 0px !important;
  }
  .whatnext p, .sign-up-global p {
    line-height: 24px !important;
  }
  .whocanbecame {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .whatnext {
    padding-bottom: 0px;
  }
  .whatittakes h3, .whstsnext h3, .testimonial-section h3 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .deiatfndy {
    padding-bottom: 0px;
  }
  .whocanbecame {
    margin-top: 0px;
  }
  .testimonial-section {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
  .sign-upbox p {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .intro {
    padding-bottom: 70px;
  }
  .eoi .eoibanner p {
    line-height: 36px !important;
  }
  .doyouhave h3, .testimonial-section h3 {
    font-size: 36px !important;
  }
  p {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .eoiquotetext .eoiquoteimage {
    position: absolute;
    bottom: 171px !important;
    right: 56px !important;
  }
  .eoi .eoiquotetext .title-heading-left {
    margin-top: -10% !important;
    margin-left: 7% !important;
  }
  .eoi .eoiquotetext h3 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .eoibanner .title-heading-center, .join-talent h2, .eoi .whatnext h2 {
    font-size: 72px !important;
    line-height: 60px;
  }
  .eoitabs h2 {
    font-size: 50px;
    line-height: 45px;
  }
  .eoitabs p {
    padding-top: 10px;
  }
  .eoitabcont .accordian {
    padding: 0px !important;
  }
  .deiatfndy {
    margin-top: 0%;
  }
}
/*lcp*/
.main-talent-form #main {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: var(--awb-color5);
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2794/2023/04/13163621/Texture_Concrete-1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body:not(.frametest) .talent-community iframe {
  width: 100%;
  height: auto;
  /*min-height: 900px;*/
  background-color: #e4002b;
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2794/2023/04/13163621/Texture_Concrete-1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  /* body:not(.frametest) .talent-community:not(.sub-form) iframe {min-height: 1822px;}
   .talent-community.sub-form iframe {min-height: 1350px;}*/
}
.lcp .fusion-tb-header, .lcp .fusion-footer {
  display: none;
}
.lcp #main {
  background-color: #e4002b;
}
.lcp .col-sm-6 {
  width: 102%;
  display: flex;
}
.lcp .col-sm-6 sf-decorator {
  margin-right: 2%;
  display: block;
}
.lcp select, .lcp input {
  background: #ffffff !important;
  border-radius: 64px !important;
}
.lcp label, .optin_text {
  font-size: 18px;
  line-height: 24px !important;
}
.lcp .ng-scope .help-block {
  color: #ffffff !important;
}
.lcp option, .lcp input, .lcp .ng-scope .form-control.ng-invalid {
  color: #9A9A9A !important;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  border: transparent;
}
.lcp .ng-scope .form-group.has-success input {
  color: #000000 !important;
  font-size: 14px;
  line-height: 20px;
}
.lcp .ng-scope .has-success .form-control-feedback {
  top: 42px;
  width: 42px;
  height: 20px;
  line-height: 13px;
  margin-right: 3px;
}
.lcp .ng-scope .has-error .form-control-feedback {
  top: 43px;
  width: 23px;
  height: 20px;
  line-height: 20px;
  margin-right: 1px;
}
.lcp .ng-scope .form-control, .ng-scope select {
  font-size: 18px !important;
  color: #000000 !important;
  height: 40px;
}
.lcp #candidatePoolMainContainer button.btn-azure {
  color: #ffffff;
  background-color: #002D72 !important;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 60px;
  border-radius: 56px;
  border-color: transparent;
}
.lcp .uib-calendar-icon button {
  padding: 8px 12px 8px 12px !important;
  border-radius: 68px !important;
  border-color: transparent;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  height: 42px;
  margin-top: -1px;
}
.lcp .ng-scope .asterisk-text {
  color: #ffffff !important;
}
.lcp .schema-form-submit {
  float: right;
}
.glyphicon-calendar {
  padding: 0px;
  margin: 0px;
}
html:not(.avada-html-layout-boxed):not(.avada-html-layout-framed) {
  background-color: #e4002b !important;
}
.thankyou-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.thankyou-text a {
  text-decoration: underline;
}
.whatnext h2 {
  color: #ffffff !important;
  font-size: 68px !important;
  line-height: 68px;
  font-weight: 900 !important;
}
@media (max-width: 767px) {
  .lcp .col-sm-6 {
    width: 100% !important;
    display: block;
  }
}
/*eoi page*/
@media (max-width: 767px) {
  .whattoexpect .fusion-button {
    margin-top: 30px;
  }
  .whatnext .title-heading-left span {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 16px 0px;
    color: #f6e500;
    font-weight: 400;
  }
  .whatnext h2 {
    font-size: 48px !important;
    line-height: 42px;
  }
  .eoiquotetext .eoiquoteimage {
    position: absolute;
    bottom: 500px !important;
    right: -71px !important;
  }
  .sign-up-global h3 {
    font-size: 48px !important;
    line-height: 48px;
  }
  .whattoexpect span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .sign-up-global .title-heading-left span {
    color: #ffffff !important;
    font-family: 'Roboto';
    display: inline-block;
    padding-bottom: 10px;
  }
  .accordian-wrap {
    display: block !important;
  }
  .step-container {
    width: 100% !important;
    padding: 20px !important;
  }
}
.eoibanner span {
  font-size: 24px;
  line-height: 32px;
  color: #E4002B;
  font-family: 'Roboto';
  display: inline-block;
  padding-bottom: 15px;
  font-weight: 400;
  padding-top: 20px;
}
.eoitabs span {
  color: #ffffff !important;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto';
  display: inline-block;
  padding-bottom: 20px;
  font-weight: 400;
}
.fusion-accordian .panel-title a .fa-fusion-box:before {
  font-size: 24px !important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
}
.panel-default > .panel-heading {
  border-bottom: 1px solid #9A9A9A;
}
.eoitabcont .accordian {
  padding: 0px 15px;
}
.eoitabcont .accordian .accordian-wrap a {
  text-decoration: underline;
  cursor: pointer;
}
.tabhead {
  color: #ffffff;
  font-size: 46px;
  line-height: 52px;
  padding-top: 15px;
  font-weight: 700;
}
.eoitabs .nav-tabs {
  margin-top: 45px;
}
.active .fusion-tab-heading {
  text-decoration: underline;
}
#tab-ededb441d47f8842adb .tabbtn {
  margin-top: 20px;
}
.tabcont {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 0px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 400;
}
.eoitabs .fusion-tab-heading {
  font-size: 28px !important;
  line-height: 36px !important;
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
}
#tab-ededb441d47f8842adb .tabcont {
  border-bottom: none !important;
}
.tabbtn a:focus {
  color: #002D72 !important;
  background-color: #ffffff !important;
}
.tabbtn a {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  color: #002D72;
  padding: 16px 32px;
  border-radius: 56px;
  font-weight: 500;
}
.tabbtn a:hover {
  background-color: #002D72;
  color: #ffffff;
}
#tab-36f29d236d6e793612e td {
  font-size: 22px;
  line-height: 32px;
  padding-top: 15px;
}
#tab-36f29d236d6e793612e td:last-child {
  text-align: end;
}
#tab-36f29d236d6e793612e td:first-child {
  padding-right: 200px;
}
.eoiquotetext h3 span {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-family: 'Roboto';
  font-weight: 400;
}
.eoiquotetext h3 {
  font-size: 68px !important;
  line-height: 68px;
}
.eoiquote {
  background-position: 25% 71%;
  background-size: 55%;
  min-height: 80vh;
}
.eoiquotetext .title-heading-left {
  margin-top: -22% !important;
  margin-left: 8% !important;
}
.eoiquotetext .eoiquoteimage {
  position: absolute;
  bottom: 246px;
  right: -33px;
}
.eoiquoteimage img {
  width: 70%;
}
/*what to except page */
.accordian .fusion-toggle-heading span, .step-text {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #E4002B;
  font-weight: 400 !important;
  font-family: 'Roboto' !important;
  margin: 0px;
}
.fusion-toggle-heading {
  font-size: 46px;
  line-height: 52px;
  color: #ffffff;
  font-family: 'Roboto';
  font-weight: 700;
}
.step-title {
  font-size: 46px;
  line-height: 52px;
  padding: 10px 0px;
  font-family: 'Roboto';
}
.step-para {
  font-size: 18px;
  line-height: 24px;
  padding: 25px 0px 10px 0px;
  font-weight: 300;
  font-family: 'Roboto';
}
.step-button {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0px;
  font-weight: 300;
  text-decoration: underline;
  font-family: 'Roboto';
}
.step-container {
  width: 50%;
  padding: 30px;
  border: 1px solid #E4002B;
}
.step-para p {
  font-size: 18px !important;
  line-height: 24px !important;
}
.accordian-wrap {
  display: flex;
}
.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-title a {
  padding: 15px 0px;
}
.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}
.landing-page input, .landing-page select {
  border-radius: 64px !important;
  background-color: white !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 20px;
  height: 40px;
}
.landing-page .schema-form-submit .btn, .landing-page .schema-form-submit .btn:hover {
  color: #ffffff;
  background-color: #002D72 !important;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 24px;
  border-radius: 56px;
}
.landing-page .asterisk-text {
  color: #ffffff !important;
}
.landing-page label.control-label {
  font-size: 18px;
  line-height: 24px !important;
}
.landing-page .copyright.ng-binding {
  display: none;
}
.landing-page .landing-page-wrapper {
  background-color: #e4002b !important;
}
.landing-page .help-block {
  font-size: 18px;
  line-height: 30px;
  color: #fff !important;
  margin-bottom: 10px !important;
}
.landing-page .landing-page-meta.thank_you {
  font-size: 18px;
  line-height: 24px !important;
}
.join-talent h2 {
  font-family: 'Roboto Black' !important;
}
.whatnext .fusion-column-wrapper {
  justify-content: space-between;
}
@media (min-width: 400px) and (max-width: 768px) {
  .eoiquote {
    min-height: 30vh;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .eoiquote {
    min-height: 60vh;
    /* body:not(.frametest) .talent-community iframe{
     min-height: 1519px;
     }*/
  }
  .eoiquote {
    background-position: center;
    background-size: 90%;
  }
  .landing-page .custom-microsite > .fusion-builder-row {
    padding-left: 7% !important;
  }
}
.join-talent h2 {
  font-size: 68px !important;
  line-height: 68px;
}
.join-talent .fusion-text p {
  line-height: 24px !important;
  font-size: 18px !important;
}
.eoitabs .tabbtn-single:focus span {
  color: #ffffff !important;
}
.eoitabs .tabbtn-single span {
  color: #002d72 !important;
  padding-bottom: 0px !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
a.tabbtn-single:hover .fusion-button-text {
  color: #ffffff !important;
  font-weight: 300;
}
.eoi .whatnext {
  padding-top: 50px !important;
  padding-bottom: 0px;
}
.stories .fusion-column-wrapper {
  padding-bottom: 60px;
}
.what-banner {
  margin-top: -20px;
}
.eoibanner p {
  line-height: 32px !important;
  font-size: 22px !important;
}
.eoibanner .fusion-title {
  margin-top: 0px !important;
}
.eoitabs p {
  line-height: 36px !important;
}
#string64_1 {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.lcp th.text-center.ng-scope {
  color: #000000 !important;
}
.fusion-tb-footer h2 {
  font-weight: 400 !important;
}
.fusion-tb-footer p {
  line-height: 36px !important;
}
.lcp #cookie-notice {
  display: none !important;
}
/*Unsubscribe page*/
.unsubscribe-page .communication-section-header h5 {
  font-size: 19px;
  margin: 10px 0px;
}
.unsubscribe-page .communication-section-header h3 {
  margin: 15px 0px;
}
/*modal pop up for calander*/
.modal-footer {
  display: none;
}
.calander-content {
  color: #ffffff;
}
.cal-text span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  display: inline-block;
}
.cal-title {
  font-size: 68px !important;
  line-height: 68px !important;
  font-weight: 900 !important;
}
.modal-sm {
  width: 926px;
}
.modal-header {
  background: transparent;
  border: none;
}
.modal-content {
  border: 30px solid #E4002B;
  border-radius: 0px !important;
}
.modal-body {
  padding: 0px 87px 40px 84px;
}
.cal-para {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.cal-btn {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 40px;
}
.cal-btn a {
  padding: 16px 24px;
  background: #E4002B;
  border-radius: 56px;
}
.close {
  background: #E4002B !important;
  opacity: 1 !important;
  padding: 10px 17px 10px 17px !important;
  border-radius: 50% !important;
}
@media (max-width: 767px) {
  .accordian-wrap .step-container:nth-child(2) {
    margin-left: 0px !important;
  }
  .duty {
    width: 100% !important;
  }
  .gender {
    width: 100% !important;
  }
  .ethinicity {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .lcp .col-sm-6 sf-decorator {
    margin-right: 0%;
    display: block;
  }
  .col-sm-12 {
    width: 100% !important;
  }
  .birthdate {
    width: 100% !important;
  }
  .uib-datepicker-popup.dropdown-menu {
    left: 0px !important;
  }
  .duty {
    margin-left: 0% !important;
  }
  .corporate-link a {
    font-size: 18px !important;
  }
  .modal-sm {
    width: 90%;
  }
  .modal-body {
    padding: 14px;
  }
  .cal-btn {
    display: grid;
  }
  .cal-text span {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 400;
    display: inline-block;
  }
  .cal-title {
    font-size: 48px !important;
    line-height: 48px !important;
    font-weight: 900 !important;
  }
  .eoitabs p {
    line-height: 24px !important;
  }
}
.thankyou h1 {
  font-size: 68px !important;
  line-height: 68px !important;
  font-weight: 900 !important;
  font-family: 'Roboto' !important;
}
.lcp select.form-control {
  font-size: 18px;
  line-height: 23px;
  font-family: 'Bliss Extra Light', sans-serif;
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3242/2024/03/22064415/Fill-1.png) !important;
  -webkit-appearance: none !important;
  background-repeat: no-repeat !important;
  background-position: 96% center !important;
  background-size: 12px !important;
}
.faqbtn a {
  color: #002d72;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 60px;
  border-radius: 56px;
  font-weight: 500;
}
.faqbtn a:hover {
  color: #ffffff;
  background-color: #002d72;
  text-decoration: underline;
}
.faqbtn {
  float: inline-end;
  margin-top: 10%;
}
.col-sm-12 {
  width: 97.2%;
}
@media (max-width: 1200px) {
  .corporate-link a {
    font-size: 20px;
  }
  .birthdate {
    width: 89%;
  }
  .duty {
    margin-left: -14%;
    width: 106%;
  }
}
.gender {
  width: 103%;
}
.ethinicity {
  width: 103%;
  margin-left: 2%;
}
.faqbtn a:focus {
  color: #002d72 !important;
  background-color: #ffffff;
}
.accordian-wrap .step-container:first-child {
  margin-right: 10px;
}
.accordian-wrap .step-container:nth-child(2) {
  margin-left: 10px;
}
.banner-desk {
  background-position: top;
}
#string64_2 {
  margin-top: 5px;
}
.card-chat p {
  font-size: 15px !important;
  line-height: 1.5em !important;
}
#xchat-baloon .baloon-text {
  background: #E4002B;
  font-size: 12px;
  line-height: 1.7em;
}
#xchat-main #suggestions a:hover, #xchat-main #suggestions a:focus {
  color: #41419b !important;
}
#xchat-main #conversation a:hover {
  color: #68B3C8 !important;
}
#xchat-main .self .avatar span {
  background: #E4002B;
}
.what-banner .fusion-text p {
  margin-bottom: 0px;
}
.unsubscribe-page #emailUnsubscribeCheck {
  margin-bottom: 10px;
}
.unsubscribe-page .xcloud-unsubscribe-msg .bold.m0.darkgreen {
  display: none;
}
.landing-page .form-group input[type="text"] {
  color: black !important;
}
@media only screen and (min-width: 1200px) {
  .banner-text-image {
    margin-top: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-text-image {
    margin-top: 30% !important;
    margin-bottom: 0px !important;
  }
}
/* I'm FDNY Page CSS Start*/
.tab-video-content {
  display: none;
  background: #fff;
}
.tab-transcript {
  padding: 0px 20px 40px;
}
.tab-transcript h2 {
  color: #000;
  font-size: 46px;
  line-height: 52px;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
.tab-transcript h3 {
  color: #000;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}
.tab-transcript p {
  font-size: 22px !important;
  color: #000 !important;
}
.eoitabs .fdny-tab .nav-tabs .tab-link {
  padding: 20px 30px !important;
  border-bottom: 1px solid #fff;
}
.eoitabs .fdny-tab .nav-tabs .active .tab-link, .eoitabs .fdny-tab .nav-tabs .tab-link:focus, .eoitabs .fdny-tab .nav-tabs .tab-link:hover, .eoitabs .fdny-tab .nav-tabs .active .tab-link:focus, .eoitabs .fdny-tab .nav-tabs .active .tab-link:hover {
  background: #E4002B;
}
.fdny-tab .nav-tabs .tab-link:focus h3, .eoitabs .fdny-tab .nav-tabs .tab-link:hover h3 {
  color: #fff;
}
.eoitabs .fdny-tab .nav-tabs .active .tab-link h3 {
  color: #fff;
  text-decoration: none;
}
.eoitabs .fdny-tab .fusion-tab-heading {
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
  text-align: left;
}
.h3txt span {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto';
  font-weight: 400 !important;
  padding-bottom: 15px !important;
  display: inline-block;
}
.eoileftquote.eoiquote {
  background-position: 79% 71%;
}
.eoiquotetext.leftquote .eoiquoteimage img {
  width: 10% !important;
}
.eoiquotetext.leftquote .eoiquoteimage {
  left: 30px;
}
.podcastsec .podh2 span {
  font-size: 24px;
  color: #000;
}
.podcastsec p {
  font-size: 22px !important;
  line-height: 32px !important;
}
.podcastsec .fusion-modal-text-link, .podcastsec .fusion-modal-text-link:hover, .podcastsec .fusion-modal-text-link:focus {
  color: var(--Link-Active, #FE2C55) !important;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.36px;
  text-decoration-line: underline;
}
.podcastsec .podcal .fusion-column-wrapper {
  border: 1px solid #000;
  padding-bottom: 40px;
}
.our-culture h2 span {
  color: #fff;
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 32px;
  font-weight: 400 !important;
}
.podcastsec .podcal p, .podcastsec .podcal h3, .podcastsec .podcal .fusion-modal-text-link {
  padding: 0px 20px !important;
}
.tab-video-bg {
  background-size: cover;
  min-height: 400px;
  position: relative;
}
.tab-video-bg img {
  bottom: 20px;
  right: 20px;
  position: absolute;
  width: 100px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .podcastsec p {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  .tab-video-bg {
    min-height: 205px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
  .tab-video-bg img {
    bottom: 50px;
    width: 50px;
  }
  .eoitabs .fdny-tab .nav-tabs {
    margin-top: 0px;
  }
  .eoitabs .fdny-tab iframe {
    height: auto;
    min-height: 250px;
  }
  .eoiquotetext h3.title-heading-left {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}
@media (min-width: 768px) {
  .fdny-tab nav {
    width: 30%;
  }
  .tab-transcript p, .pod-trascript p {
    font-size: 18px !important;
    line-height: 28px !important;
    padding-top: 0px;
  }
  .eoitabs .nav-tabs {
    margin-top: 30px;
  }
  .eoiquotetext.fdnyquote .title-heading-left {
    margin-top: -16% !important;
    margin-left: 40% !important;
  }
  .eoiquotetext.leftquote .title-heading-left {
    margin-left: 0% !important;
    width: 56%;
  }
}
.fdny-tab .nav-tabs li.active > .tab-link:after {
  content: '';
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/3335/2024/05/27061548/Icon-arrow-right.png);
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 999;
  top: 23px;
  background-size: contain;
}
.pod-trascript p {
  color: #fff !important;
}
.pod-trascript h2 {
  margin-bottom: 20px;
}
.our-culture h2, .podh2 h2 {
  font-size: 68px !important;
  line-height: 68px;
}
.podcal h3 {
  font-size: 34px !important;
  line-height: 40px !important;
}
.fdny-pg .eoiquote {
  min-height: 68vh;
}
.podcastsec.podvideo .fusion-builder-row {
  padding: 0px 40px !important;
}
.podcastsec .podcal .fusion-column-wrapper {
  margin-right: 10px;
  margin-left: 0px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .fdny-tab .nav-tabs li.active > .tab-link:after {
    right: 10px;
  }
  .fdny-pg .fusion-tabs.vertical-tabs .nav {
    width: 45.3%;
  }
  .eoitabs .fdny-tab .fusion-tab-heading {
    font-size: 16px !important;
  }
  .fdny-pg .eoitabs p {
    padding-top: 0px;
  }
  .fdny-pg .eoiquote {
    min-height: 75vh;
  }
  .testimonial-section h3 span {
    font-size: 22px;
  }
  .tab-video-bg {
    min-height: 300px;
    width: 100%;
    background-size: cover;
  }
  .podcal .fusion-imageframe img {
    width: 100%;
  }
  .fdny-pg .eoiquotetext .eoiquoteimage {
    bottom: 208px !important;
    right: 0px !important;
  }
  .eoiquotetext.leftquote .title-heading-left {
    width: 55%;
  }
  .eoiquotetext.leftquote .eoiquoteimage img {
    width: 15% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .fdny-pg .eoiquotetext .eoiquoteimage {
    bottom: 280px !important;
  }
}
@media (max-width: 1023px) {
  .fdny-pg .testimonial-section {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .fdny-pg .fusion-modal iframe {
    height: 145px;
  }
  .eoiquotetext.leftquote .eoiquoteimage {
    bottom: 300px !important;
  }
  .eoiquotetext.leftquote .eoiquoteimage {
    left: 40px;
  }
  .eoiquotetext.leftquote .eoiquoteimage img {
    width: 15% !important;
  }
  .fdny-pg .eoiquotetext .title-heading-left {
    margin-top: -12% !important;
  }
  .eoiquotetext .eoiquoteimage {
    bottom: 386px !important;
    right: -87px !important;
  }
  .fdny-pg .eoiquoteimage img {
    width: 33% !important;
  }
  .fdny-pg .testimonial-section h3 {
    font-size: 34px !important;
    line-height: 48px !important;
  }
}
.fdny-pg .p18 p {
  font-size: 18px !important;
  line-height: 24px !important;
}
.fdny-pg .eoiquotetext h3 {
  font-family: 'Roboto Black';
}
.fdny-pg .eoiquotetext h3 span {
  padding-bottom: 20px;
  display: inline-block;
}
.fdny-pg .fusion-tabs.vertical-tabs.classic .nav-tabs > li a#fusion-tab-caseychan-community {
  border-top: 1px solid #fff !important;
}
*:focus {
  outline: 2px solid !important;
  outline-offset: 2px;
}
@media (min-width: 1025px) and (max-width: 1196px) {
  .sign-up a {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .fdny-pg .fusion-tabs.vertical-tabs .nav {
    width: 37.3%;
  }
  .fdny-pg .deiatfndy {
    margin-top: 37%;
    margin-bottom: -18%;
  }
}
.fdny-pg .fusion-tabs.vertical-tabs.classic .nav-tabs > li.active > .tab-link {
  border-bottom: 1px solid #fff !important;
  margin: 0px;
}
/* Single A */
.screen-reader-text:focus {
  color: #333 !important;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  ul#menu-main-menu {
    display: none;
  }
  nav.expanded ul#menu-main-menu {
    display: block;
  }
}
/* END Single A */
.awb-menu_row .menu-text {
  padding: 0px !important;
}
/*XCSI-51106*/
@media (max-width: 1024px) {
  html:not(.avada-has-site-width-percent) .lcp #main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  .eoiquote {
    min-height: 140vh !important;
  }
  .fdny-pg .eoiquote {
    min-height: 40vh !important;
  }
  .eoiquotetext {
    margin-top: -100px;
  }
  .tab-video-bg {
    min-height: 190px;
  }
}
.eoiquote2 {
  left: -90% !important;
}
@media (min-width: 1025px) and (max-width: 1330px) {
  .text-banner .fusion-column-wrapper {
    padding-top: 5%;
  }
}
.eoitabs .fusion-tabs .nav-tabs li.active .fusion-tab-heading, .eoitabs .fusion-tabs .nav-tabs li:hover .fusion-tab-heading {
  color: #ffffff;
}
.tabbtn a:active {
  text-decoration: underline;
}
ul#menu-main-menu {
  width: calc(100% + 80px) !important;
  margin-left: -105px !important;
}
.fusion-toggle-heading small {
  color: #fff;
  font-size: 16px;
}
