/****** 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: 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%;
  text-align: center;
  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;
  text-align: center;
}
body .search-banner input[type="text"] {
  border-radius: 0px !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%;
}
body .search-banner .w-form-row-label {
  text-align: left;
}
body .search-banner .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}
@media (max-width: 767px) {
  body .search-banner form {
    flex-direction: column;
  }
  .widget-jobsearch-results .job .joblist-location, .widget-jobsearch-results .job .joblist-posdate {
    padding-left: 0 !important;
  }
  .widget-jobsearch-results .search-columns {
    background: #006098;
    overflow: hidden;
    display: block;
    padding: 15px !important;
  }
  #widget-jobsearch-results-pages .button {
    padding: 6px 9px;
    margin-left: 2px;
  }
  #toggleAdvSearch {
    opacity: 1;
    text-shadow: none;
  }
}
/******* 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(--button_gradient_top_color);
  color: var(--button_accent_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(--button_gradient_top_color_hover);
  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: 0px !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 .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: rgb(68, 140, 203)!important;*/
  text-decoration: underline;
}
body #main label, html body.page-id-7 #main label, html body.page-id-683 #main label {
  color: #192129 !important;
}
body .search-banner #widget_job_search_v2-2 label {
  color: #192129 !important;
}
.widget-jobsearch-results .jobTitle {
  padding-right: 10px;
}
body:not(.ejd-page) #main label {
  color: #fff !important;
}
.select2-container {
  z-index: 111111;
}
.jobTitle a {
  color: #036399;
}
.fusion-tb-header {
  box-shadow: 0 2px 5px rgba(37, 50, 58, 0.2) !important;
  position: relative;
}
.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 {
  display: none;
}
label[for=fileupload] {
  margin-bottom: 10px;
  border-color: #fff !important;
}
.ng-scope .dashicons.dashicons-no-alt:before {
  font-family: 'dashicons';
}
#cookie-notice .cn-button {
  color: #0072b5;
}
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;
}
#tribe-bar-form input[type=text], .input-text, .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time] {
  padding: 8px 7px;
}
div#colhead-city_state .fusion-one-fourth {
  width: 100%;
}
.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);
}
.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: 500px;
  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: 990px) {
  body .search-banner form {
    display: block;
  }
  body .search-banner form {
    display: block;
  }
  body .search-banner .widget, body .search-banner form > div {
    width: 100%;
  }
  body div#colhead-city_state, body div#colhead-open_date, body div#colhead-title_category {
    width: 100%;
  }
}
body.ejd-page label.checkboxlabel {
  width: calc(100% - 20px);
  margin-top: 0;
  line-height: 1.2;
  top: 0;
}
p.checkform {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@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-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: 1.2;
}
.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;
}
/* End of template 7 styles */
.widget-jobsearch-results .search-columns {
  background: #006098;
}
#widget-jobsearch-results-pages .button.button-default {
  color: #fff;
}
@media (min-width: 768px) {
  div#colhead-title_category {
    width: 50%;
  }
  div#colhead-city_state, div#colhead-open_date {
    width: 25%;
  }
  div#colhead-open_date span.fusion-one-fourth {
    width: 100%;
  }
}
