/****** 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: 'Monteserrat', arial;
  font-weight: 400 !important;
  background: var(--awb-color7);
  min-width: 170px;
  color: var(--awb-color1);
  opacity: 1;
}
.tooltip-arrow {
  font-weight: 400;
  border-top-color: var(--awb-color7) !important;
  border-bottom-color: var(--awb-color7) !important;
}
/***** Universal adjustments *****/
@media (max-width: 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: var(--awb-color1);
  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: var(--awb-color1) !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: var(--awb-color1);
  }
  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: var(--awb-color1);
    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(--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;
}
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-color1);
  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-color1);
}
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-color1);
  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-color1) !important;
}
.ng-scope .post-content {
  z-index: 5;
}
.ng-scope .help-block {
  margin-top: -2px;
  font-size: 14px;
  color: #ff0000 !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-color1);
}
.ng-scope .apply-flow-wrapper.ng-scope h4 {
  color: var(--awb-color1);
}
.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-color1);
}
.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-color1);
}
.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-color1) !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-color1);
}
.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-color3) !important;
  border-color: var(--awb-color3);
}
.ng-scope .btn-azure.disabled {
  opacity: 0.7;
  /*LCP Join page*/
}
.ng-scope .form-control, .ng-scope select {
  background: var(--awb-color1);
  border-color: var(--awb-color7);
  color: #2e2925;
  font-size: var(--body_typography-font-size);
}
.ng-scope .checkbox a {
  color: var(--awb-color1) !important;
}
.ng-scope .resume-wrapper {
  margin-bottom: 20px;
}
.ng-scope .btn-azure.disabled, .ng-scope .btn-azure[disabled], .ng-scope .btn-azure.disabled:hover, .ng-scope .btn-azure[disabled]:hover, .ng-scope .btn-azure.disabled:focus, .ng-scope .btn-azure[disabled]:focus, .ng-scope .btn-azure.disabled:active, .ng-scope .btn-azure[disabled]:active, .ng-scope .btn-azure.disabled.active, .ng-scope .btn-azure[disabled].active {
  background-color: var(--awb-color3) !important;
  border-color: var(--awb-color3);
  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: var(--awb-color1);
  border-color: var(--awb-color1);
  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: var(--awb-color1);
  border-color: var(--awb-color1);
  color: var(--awb-color7) !important;
}
.ng-scope .attachments-list thead th {
  text-align: left !important;
}
.ng-scope .fa-trash:before {
  content: "\f1f8";
}
.ng-scope .checkbox-custom + .checkbox-custom-label:before, .ng-scope .radio-custom + .radio-custom-label:before {
  border: 1px solid var(--awb-color1);
}
.ng-scope .radio-custom:checked + .radio-custom-label:before {
  background: var(--awb-color2);
}
.has-feedback .form-control, .form-control {
  margin-bottom: 10px;
}
.ui-select-multiple.ui-select-bootstrap {
  padding: 1px !important;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  height: 35px;
}
.form-control {
  border-radius: 0;
}
.resume-wrapper p {
  color: var(--awb-color1);
}
main#main {
  padding: 0 !important;
}
main#main .fusion-row {
  width: 100%;
  max-width: 100%;
}
.full-width-image .fusion-imageframe {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.full-width-image .fusion-imageframe img {
  width: 100%;
}
.post {
  margin-bottom: 0;
}
a {
  color: #448ccb !important;
  text-decoration: underline;
}
body #main label {
  color: #fff !important;
}
.schema-form-actions-row {
  display: block;
  float: none;
  margin-top: 15px !important;
}
body #main button {
  font-size: 23px;
  width: 100%;
  font-weight: bold;
}
.has-success .form-control-feedback, .ng-scope .has-error .form-control-feedback, .form-control-feedback {
  display: none;
}
label[for=fileupload] {
  margin-bottom: 10px;
  border-color: #fff !important;
}
.ng-scope .dashicons.dashicons-no-alt:before {
  font-family: 'dashicons';
}
input[type=checkbox], input[type=radio] {
  margin: 3px 0 0;
}
html.landing-page .landing-page-thank-you .fusion-builder-row {
  margin: 0 auto !important;
  height: 100vh;
}
bold, strong {
  font-weight: 700;
}
.single-campaign .fusion-meta-info, .single-campaign .fusion-sharing-box, .single-campaign .about-author, .single-campaign .single-navigation {
  display: none;
}
.banner-bottom-image {
  position: relative;
  overflow: hidden;
}
.banner-bottom-image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3093/2023/11/18060143/angle.png);
  bottom: -41vh;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-bottom-image-red:after {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3093/2024/01/05064626/wfd-angle.png);
}
.banner-bottom-image.banner-bottom-image-orange:after {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3093/2024/01/08051325/cfds-angle2-1.png);
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center center;
  bottom: -45vh !important;
}
.strong-blue strong {
  color: #1fa9e0;
}
.banner-bottom-image.banner-bottom-image-stripe:after {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3093/2024/01/08054245/lines-1.png);
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center center;
  bottom: -45vh !important;
}
.strong-blue strong {
  color: #1fa9e0;
}
.banner-bottom-image.banner-bottom-image-red:after {
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/3093/2024/01/05064626/wfd-angle.png);
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center center;
  bottom: -45vh !important;
}
.strong-blue strong {
  color: #1fa9e0;
}
#main .green-button button {
  background-color: #80c343 !important;
  border-color: #80c343 !important;
}
.center-form-width {
  background-color: #FFFFFF !important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  margin-bottom: 15px;
  max-width: 620px;
  margin: 40px auto;
  padding: 15px;
}
body #main .white-bg-form label, body #main .white-bg-form label a {
  color: #3B3B3B !important;
}
body #main .white-bg-form .resume-wrapper label {
  border-color: #3B3B3B !important;
}
body #main .white-bg-form .resume-wrapper p {
  color: #3B3B3B !important;
}
body #main .white-bg-form .resume-wrapper label + span {
  color: #3B3B3B !important;
}
body #main .white-bg-form .ng-scope .dashicons.dashicons-no-alt:before {
  color: #000;
}
.ng-scope .white-bg-form .form-control, .ng-scope .white-bg-form select, body #main .white-bg-form select, body #main .white-bg-form input {
  background: #efefef !important;
  border-color: transparent !important;
  color: var(--awb-color7) !important;
  box-shadow: none;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  width: 100% !important;
}
.full-width-section .fusion-builder-row {
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .two-col-form-width .fusion-builder-nested-column-0 {
    border-right: dashed black 1px;
  }
}
@media (max-width: 767px) {
  body .banner-bottom-image:after {
    content: '';
    width: 100%;
    height: 126px;
    position: absolute;
    bottom: -60px;
    background-repeat: no-repeat;
    background-size: cover;
    /*.banner-text-image img{
     max-width:125px;
     }*/
  }
}
.profile-join span.resume-filename.ng-binding.ng-scope {
  color: #fff;
}
.profile-join #candidatePoolMainContainer .col-sm-6 {
  width: 100%;
}
.profile-join .fusion-builder-row-3 {
  display: none;
}
.ng-scope form[name="xcloud_Signin"] h1, .ng-scope .modal-popup-small h1 {
  color: #0072b5;
  font-size: 32px;
}
.ng-scope .modal-popup-small .form-control.ng-invalid {
  border-color: #000000;
}
.ng-scope .ng-scope form[name="xcloud_Signin"] input.btn.btn-azure {
  background-color: #0072b5 !important;
}
.modal.schema-modal-popup {
  z-index: 1000000 !important;
}
body .sign-in-mi .menu-dropdown .xcc-sign-in {
  background: #0072b5;
}
.account-tabs .nav-tabs > li > a:hover, .account-tabs .nav-tabs > li.active > a, .todos .nav-tabs > li > a:hover, .todos .nav-tabs > li.active > a {
  background: #0072b5;
  color: #fff !important;
}
.account-tabs .nav-tabs {
  background: #0072b59e;
}
.account-tabs .nav-tabs > li > a {
  color: #fff !important;
}
.form-group.preferences .row {
  display: none !important;
}
#preferences .alert-warning {
  display: none;
}
.communication-section-header {
  padding-bottom: 20px;
}
#preferences input[type=checkbox] {
  margin-top: 0px !important;
}
#main #preferences label {
  color: #000 !important;
}
.fusion-footer, .fusion-header-wrapper, .single-navigation.clearfix, .landing-page .fusion-sharing-box.fusion-theme-sharing-box, .landing-page .about-author {
  display: none !important;
}
.landing-page .uib-popup-calendar .btn.btn-sm {
  font-size: 12px !important;
}
body #main .tab-content-container-preference.mt2.ng-scope label[for='emailUnsubscribeCheck'], body #main .tab-content-container-preference.mt2.ng-scope label[for='jobAlertUnsubscribeCheck'] {
  color: black !important;
}
.xcloud-unsubscribe-msg .bold.m0.darkgreen.mb2.ng-scope {
  display: none;
}
.landing-page .items strong {
  font-size: 24px;
  display: inline;
  padding: 0 20px 0 0;
}
.landing-page .items {
  margin-top: 20px;
  text-align: center;
}
/* Template 7 Styles */
.strong-blue strong {
  font-size: 18px;
  line-height: 27px;
}
.strong-blue ul li, .event-list-items li {
  font-size: 18px;
  line-height: 27px;
  color: #666;
}
.strong-blue p {
  color: #666;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}
.para-text-container {
  padding: 50px 0px;
}
.event-list-items ul > li {
  margin-bottom: 10px;
}
.event-list-items ul > li ul > li {
  margin-bottom: 0px;
}
.event-list-items li strong {
  color: #1fa9e0;
}
.split-list ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-top: 30px;
}
.split-list li strong {
  font-size: 24px !important;
  line-height: 1.2 !important;
}
.banner-green-event-text p {
  font-weight: 700;
  color: #80c343 !important;
  font-size: 32px !important;
  line-height: 39px !important;
}
.banner-yellow-event-text p {
  font-weight: 700;
  color: #faa41d !important;
  font-size: 32px !important;
  line-height: 39px !important;
}
body.orange-theme #main .green-button button {
  background-color: #faa41d !important;
  border-color: #faa41d !important;
}
.gray-toggles .panel-title a {
  padding: 5px !important;
  color: #444 !important;
  font-size: 18px !important;
  font-weight: 100;
}
.gray-toggles .fusion-panel {
  margin-bottom: 0px !important;
}
.gray-toggles .fusion-panel:hover {
  background-color: #73808a !important;
}
.gray-toggles .fusion-panel:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.gray-toggles .fusion-panel:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.gray-toggles .panel-body {
  font-size: 18px !important;
  font-weight: 100 !important;
  line-height: 1.2 !important;
}
.white-text p, .white-text li strong, .white-text li {
  color: #fff !important;
}
.white-text li, .white-text p {
  margin-bottom: 20px !important;
}
.blue-title h2 {
  font-size: 28px !important;
  color: #006098 !important;
}
.stripe_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.stripe_table th, .stripe_table td {
  text-align: left;
  padding: 5px;
}
.stripe_table tr:nth-child(even) {
  background-color: #eaeaea !important;
}
.green-btn {
  background-color: #80c343;
  border: none;
  color: white !important;
  padding: 23px 34px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 10px;
}
.green-btn span {
  color: #fff !important;
}
.green-title p, .faq_qus {
  font-size: 20px !important;
  color: #80c343 !important;
  font-weight: 700 !important;
}
.poc_name {
  font-size: 18px;
  color: #1fa9e0;
  font-weight: 700;
}
.poc_mail {
  font-size: 18px;
  color: #1fa9e0;
  font-weight: 700;
}
.banner-bottom-image {
  min-height: 100vh !important;
}
.banner-bottom-image:after {
  bottom: -70vh !important;
}
.strong-blue ul, .single-campaign ul {
  padding: 0 20px;
}
.red-text {
  color: #800000 !important;
}
.orange-text {
  color: #DE7C00 !important;
}
body.red-theme #main .green-button button {
  background-color: #DE7C00 !important;
  border-color: #DE7C00 !important;
}
.white-text-footer {
  background-color: #006098 !important;
}
.white-text-footer p, .white-text-footer a {
  color: #fff !important;
  margin-bottom: 0px;
}
.start_experience_btn {
  font-size: 16px !important;
}
@media (max-width: 1024px) {
  .split-list ul {
    display: block !important;
  }
  .single-campaign .fusion-image-element {
    text-align: center;
  }
  .mobile-date-text h1 {
    color: #80c343 !important;
    font-size: 28px !important;
  }
}
.page-id-1853 .schema-form-section.col-sm-6 {
  width: 100% !important;
}
.scrollcontent {
  height: 600px !important;
  margin-bottom: 50px !important;
  overflow: auto !important;
}
/* End of template 7 styles */
.post-type-archive-tribe_events .tribe-events-calendar-month, .post-type-archive-tribe_events .tribe-events-header, .post-type-archive-tribe_events .tribe-events-calendar-list, .post-type-archive-tribe_events .tribe-events-calendar-list-nav, .post-type-archive-tribe_events .tribe-events-calendar-latest-past {
  margin: 0 auto !important;
  max-width: var(--site_width);
}
.post-type-archive-tribe_events .tribe-events-header {
  padding-top: 80px !important;
  padding-top: 50px;
  margin: 0 auto !important;
}
.tribe-common .tribe-common-l-container {
  max-width: 100%;
  padding: 0 !important;
}
h2.tribe-filter-bar__form-heading, .tribe-events-header__top-bar, .tribe-events-c-events-bar__filter-button, .tribe-events-c-subscribe-dropdown__container, .tribe-events-promo {
  display: none !important;
}
body .tribe-common .tribe-events-calendar-list__event-date-tag-weekday {
  padding: 5px 0 5px;
  background: #448ccb;
  color: #fff !important;
}
.fusion-body #main .tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  color: #424242;
  padding: 5px 0;
  background: #eee;
}
.tribe-events-header__events-bar .tribe-common-c-btn.tribe-events-c-search__button {
  width: auto !important;
  font-size: inherit !important;
}
.avada-ec-not-100-width.avada-ec-meta-layout-sidebar.single-tribe_events #content {
  width: 100%;
}
.past-event-banner .tribe-events-notices {
  margin-bottom: 0;
  margin-top: 25px;
}
.tribe-events .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item button {
  width: auto !important;
}
#tribe-events-content .tribe-events-notices.fusion-alert-center {
  width: 100%;
}
#tribe-events-content .tribe-events-notices.fusion-alert-center button.close {
  font-size: inherit;
  width: 25px;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__filters-slider-container .tribe-filter-bar-c-pill__pill-label {
  color: #363533;
  font-weight: 500;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__filters-slider-container .tribe-filter-bar-c-pill__pill {
  border-color: #e2e2e2 !important;
  font-size: 0.8em !important;
  font-weight: 300 !important;
}
.tribe-events .tribe-filter-bar .tribe-filter-bar__filters-slider-container .tribe-filter-bar-c-pill__pill:focus {
  outline: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description, .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-description {
  display: none !important;
}
.fusion-body #main .tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #e2e2e2;
}
.fusion-body #main .tribe-events .tribe-events-calendar-list-nav, .fusion-body #main .tribe-events .tribe-events-c-events-bar--border {
  border-color: #e2e2e2;
}
.tribe-events-calendar-list__event-title {
  margin-bottom: 0px !important;
  line-height: 45px !important;
}
.tribe-events-calendar-list__event-datetime, .tribe-events-calendar-list__event-title {
  line-height: 2;
}
.tribe-events-calendar-list__event-venue {
  line-height: 1.7;
}
.single-event-description strong {
  color: #1fa9e0;
}
.event-main, .event-main > .fusion-builder-row {
  margin: 0 !important;
}
.event-details .fusion-column-wrapper, .event-registration-form .fusion-column-wrapper {
  margin: 0;
}
.event-main > .fusion-builder-row {
  max-width: var(--site_width) !important;
}
.event_details.sfx_event_checkin_form #candidatePoolMainContainer {
  background-color: #006098;
  padding: 35px;
}
.event_details.sfx_event_checkin_form #candidatePoolMainContainer .form-control-feedback {
  display: none;
}
/*.check-in-page .sfxe-countdown-container, .check-in-page .event_authentication{
 text-align:center;
 }*/
.past-event-banner {
  width: 90%;
  margin: 0 auto !important;
}
.tribe-filter-bar .tribe-filter-bar__filters-slider-container .tribe-filter-bar-c-pill__pill-label {
  font-weight: 700;
}
.tribe-filter-bar .tribe-filter-bar__filters-slider-container .tribe-filter-bar-c-pill__remove-button {
  width: auto !important;
  padding: 0px;
  font-weight: 400 !important;
  font-size: 17px !important;
}
.sfx_event_checkin_form .thank-you-container {
  color: white;
  text-align: center;
}
#event_title h1 {
  margin-bottom: 0;
  font-size: 28px;
}
.tribe-events-calendar-list .tribe-events-calendar-list__event-venue-address, .tribe-events-calendar-list .tribe-events-calendar-list__event-venue-title, .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-venue-address, .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-venue-title {
  line-height: 1.5;
}
/*.past-event-banner{
 display:none;
 }*/
@media (max-width: 1230px) {
  .tribe-events-calendar-latest-past, .tribe-events-calendar-list, .tribe-events-calendar-list-nav, .tribe-events-header {
    padding: 20px !important;
  }
  .tribe-common .eventsbg .fusion-column-wrapper, .single-tribe_events .eventsbg .fusion-column-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header {
    padding-left: 20px;
  }
  .tribe-events-calendar-list__event-datetime span, .tribe-events-calendar-list__event-venue span, .fusion-body .tribe-filter-bar .tribe-filter-bar-c-checkbox .tribe-common-form-control-checkbox__label {
    font-size: 14px !important;
  }
  .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events-calendar-list__event-venue {
    line-height: 24px !important;
  }
}
/****** ADDED BY SHANDY PER CLIENT, BEN and MICHAEL - 03/31/25 ******/
.align-col-right > .fusion-column-wrapper {
  align-items: flex-end;
}
.past-event-banner .event-endDate, .past-event-banner .tribe-events-notices button {
  display: none;
}
.single-event-description h2 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-event-description a.fusion-button {
  color: var(--awb-color1) !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ev-details .fulladdress, .ev-details .city, .ev-details .state, .ev-details .zip, .ev-details .evformat {
  display: none;
}
.ev-details .fusion-sharing-box h2 {
  font-size: 20px;
}
.single-event-description p, .tribe-events-single-event-description li, .add-info p, .add-info li {
  color: #666;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}
/** brand colors **/
html body.single-tribe_events .search-hdr-btn.fusion-button-default:hover {
  background: transparent;
  text-decoration: none;
}
html body.single-tribe_events.adventhealth {
  /** all dark blue designations are pulling from Color #11 Texas Dark Blue in the Global Options Color settings - to change all of these, you can just change that one color in Options**/
}
html body.single-tribe_events.adventhealth .fusion-button-default.search-hdr-btn:hover {
  --button_accent_hover_color: var(--awb-custom_color_1) !important;
}
html body.single-tribe_events.texas-health-mansfield, html body.single-tribe_events.texas-health-ft-worth {
  /** all dark blue designations are pulling from Color #11 Texas Dark Blue in the Global Options Color settings - to change all of these, you can just change that one color in Options**/
}
html body.single-tribe_events.texas-health-mansfield .fusion-button-default.search-hdr-btn:hover, html body.single-tribe_events.texas-health-ft-worth .fusion-button-default.search-hdr-btn:hover {
  --button_accent_hover_color: var(--awb-custom_color_3) !important;
}
html body.single-tribe_events.texas-health-mansfield .event-details h1, html body.single-tribe_events.texas-health-ft-worth .event-details h1, html body.single-tribe_events.texas-health-mansfield h2, html body.single-tribe_events.texas-health-ft-worth h2 {
  --awb-text-color: var(--awb-custom_color_3);
}
html body.single-tribe_events.texas-health-mansfield .button-default, html body.single-tribe_events.texas-health-ft-worth .button-default {
  --button_gradient_top_color: var(--awb-custom_color_3);
  --button_border_color:var(--awb-custom_color_3);
}
html body.single-tribe_events.texas-health-mansfield i, html body.single-tribe_events.texas-health-ft-worth i {
  --awb-color3: var(--awb-custom_color_3);
}
html body.single-tribe_events.texas-health-mansfield .fusion-image-element:has(span.ftworth-logo) {
  display: none;
}
html body.single-tribe_events.texas-health-ft-worth .fusion-image-element:has(span.mansfield-logo) {
  display: none;
}
html body.single-tribe_events.uchicago {
  /** all red designations are pulling from Color #10 Red in the Global Options Color settings - to change all of these, you can just change that one color in Options**/
}
html body.single-tribe_events.uchicago .fusion-button-default.search-hdr-btn:hover {
  --button_accent_hover_color: var(--awb-custom_color_2) !important;
}
html body.single-tribe_events.uchicago .event-details h1, html body.single-tribe_events.uchicago h2 {
  --awb-text-color: var(--awb-custom_color_2);
}
html body.single-tribe_events.uchicago .button-default {
  --button_gradient_top_color: var(--awb-custom_color_2);
  --button_border_color:var(--awb-custom_color_2);
}
html body.single-tribe_events.uchicago i {
  --awb-color3: var(--awb-custom_color_2);
}
html body.single-tribe_events .endtime, html body.single-tribe_events .enddate {
  flex: 1;
}
@media (max-width: 768px) {
  body.single-tribe_events .fusion-tb-header img {
    max-height: 45px;
    width: auto;
  }
  body.single-tribe_events .search-hdr-btn {
    font-size: 14px;
  }
}
/***** Event Form Iframe Popup Modal - NOT IN USE CURRENTLY BUT ARCHIVED UNTIL A PATH FORWARD IS DECIDED****/
/* this darkens the background gradient - can be adjusted for clinet needs */
/*.modal-backdrop.in {opacity: .7;  z-index: 99999;}*/
.eventsignup.fusion-modal.modal {
  /*z-index: 999999; this includes the name of the specific alert popup*/
}
.eventsignup.fusion-modal.modal .modal-dialog {
  max-width: 650px;
  border-radius: 8px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%) !important;
  /*centers modal on screen and sets width of modal - can be adjusted for client*/
}
.eventsignup.fusion-modal.modal .modal-content {
  border-radius: 0 0 8px 8px !important;
  background: transparent;
}
.eventsignup.fusion-modal.modal .modal-header {
  background: #fff;
  padding: 10px 15px 0px;
  border-radius: 8px 8px 0 0;
  min-height: auto;
  border-bottom-width: 0px;
  /*minimizes default modal header */
}
.eventsignup.fusion-modal.modal .modal-header .modal-title {
  display: none;
}
.eventsignup.fusion-modal.modal .modal-header button.close {
  font-style: normal;
  color: #000;
  font-weight: 400;
  margin: 0;
  font-size: 32px;
  line-height: 26px;
  display: block !important;
  opacity: 1;
  /* changes close button styling - can be changed per client */
}
.eventsignup.fusion-modal.modal .modal-body {
  background: #fff;
  padding: 0 0px 0 0px;
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
  font-size: 0.9rem;
  color: #fff;
  /* changes padding on modal - adjust per client*/
}
/** body.eventform {
 & .fusion-tb-header {display:none !important;}
 & .fusion-fullwidth {padding-top:0; padding-bottom:0;
 & .fusion-layout-column {margin-bottom:0;}
 }
 }**/
.tribe-filter-bar__selected-filters-list-container .tribe-filter-bar__selected-filters-list-item .tribe-filter-bar-c-pill__remove-button {
  width: auto !important;
  padding: 0;
}
.tribe-filter-bar__selected-filters-header .tribe-filter-bar-c-clear-button {
  width: auto !important;
}
