/****** 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: 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: var(--awb-color7);
  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: var(--awb-color7) !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-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: 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-color7);
}
.ng-scope .radio-custom:checked + .radio-custom-label:before {
  background: var(--awb-color2);
}
/* landing Page CSS*/
.landing-page .fusion-header-wrapper, .landing-page .fusion-tb-footer {
  display: none;
}
.landing-page-template-two-col-layout .left-column > .fusion-column-wrapper, .landing-page-template-two-col-layout .right-column > .fusion-column-wrapper {
  margin: 0px;
}
.landing-page-template-two-col-layout .landing-page-container {
  background-attachment: fixed;
}
.landing-page-template-two-col-layout .post.campaign.status-publish {
  margin-bottom: 0px;
}
.landing-page-template-two-col-layout input[type="text"] {
  background-color: #fff !important;
  height: 32px !important;
  padding: 5px !important;
}
.landing-page-template-two-col-layout label.control-label {
  font-weight: 700 !important;
}
.landing-page-template-two-col-layout label {
  font-family: "Synchronysans" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.landing-page .form-control-feedback {
  display: none;
}
.landing-page .red {
  line-height: 22px !important;
}
.landing-page .form-group .help-block, .landing-page p, .landing-page span, .landing-page input, .landing-page .red {
  font-family: "Synchronysans";
}
.landing-page .resume-wrapper > .col-md-12 {
  padding-bottom: 20px;
}
.landing-page .form-group.has-error input, .landing-page .form-group.has-error input:focus, .landing-page .form-group.has-success input, .landing-page .form-group.has-success input:focus, .landing-page .has-error.checkbox label, .landing-page .has-success.checkbox label {
  color: black;
}
.landing-page-template-two-col-layout a, .landing-page-template-two-col-layout a:hover {
  color: #448CCB;
  text-decoration: underline;
  font-family: "Synchronysans";
}
.landing-page-template-two-col-layout label[for="fileupload"] {
  font-weight: 400;
  font-size: 13px;
}
.landing-page-template-two-col-layout .resume-filename a {
  text-decoration: none;
}
.landing-page-template-two-col-layout .privacy-text {
  font-weight: 700;
}
.landing-page-template-two-col-layout div#termsAndPolicyDescription {
  color: #ff0000 !important;
  font-family: "Synchronysans";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px !important;
}
.landing-page-template-two-col-layout input[type="text"] {
  border: 1px solid #3b3c43;
  padding: 5px 5px !important;
  font-size: 15px;
  height: 32px !important;
  width: 95% !important;
  color: #000 !important;
  background: #fff !important;
}
.landing-page .required-fields {
  color: #ff0000 !important;
}
.landing-page-template-two-col-layout .form-group .help-block {
  font-weight: 400;
  font-size: 16px;
  color: #ff0000 !important;
  line-height: 22px !important;
}
div#termsAndPolicyXCloudStatus {
  color: #ff0000 !important;
}
.landing-page-template-two-col-layout input, .landing-page-template-two-col-layout select, div.ui-select-container {
  border: 1px solid #767676;
}
.landing-page-template-two-col-layout button[type="button"] {
  padding: 15px;
  background: #3e8529 !important;
  width: 200px;
  border: none;
  background-color: #3e8529 !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  height: 50px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  border-radius: 3px;
}
.landing-page-template-two-col-layout .landing-page-thank-you .fusion-builder-row {
  margin: 0 auto;
}
@media (max-width: 640px) {
  .landing-page-template-two-col-layout #content {
    margin-bottom: 0px;
  }
}
.fusion-tb-header, .fusion-meta-info, .fusion-sharing-box.fusion-theme-sharing-box.fusion-single-sharing-box, section.about-author, .single-navigation.clearfix {
  display: none;
}
main#main {
  padding: 0px !important;
}
.landing-page-template-two-col-layout .schema-custom-form-radios-inline-wrapper > div {
  display: flex;
  flex-direction: column;
}
.landing-page-template-two-col-layout .schema-custom-form-radios-inline-wrapper > div label {
  margin-left: 0 !important;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.landing-page-template-two-col-layout select {
  width: 95%;
  border-radius: 0px !important;
  background: #fff;
}
select#string128_4, .landing-page-template-two-col-layout select {
  background: #fff !important;
}
.landing-page-template-two-col-layout button.btn.disabled {
  background: #3e8529 !important;
}
.landing-page-template-two-col-layout button.btn.disabled:hover {
  background: #000000 !important;
}
.landing-page-template-two-col-layout .singlecol-cont h1.title-heading-left {
  text-align: center !important;
}
.landing-page-template-two-col-layout .singlecol-cont .landing-page-content p {
  text-align: center;
}
.landing-page-template-two-col-layout .singlecol-cont p.privacy-text {
  text-align: left !important;
}
.job-function-multiselect .ui-select-container, .pref-comm-multiselect .ui-select-container {
  width: 95%;
  border: 1px solid #3b3c43;
  border-radius: 0px !important;
  padding: 5px 5px !important;
  font-size: 15px;
  /* height: 32px !important; */
  width: 95% !important;
  color: #fff !important;
  background: #fff !important;
}
.landing-page .form-group .help-block, .landing-page p, .landing-page span, .landing-page input, .landing-page .red {
  font-family: "Synchronysans" !important;
}
select#string64_13 {
  background: #fff !important;
}
.landing-page-template-two-col-layout .singlecol-cont button[type="button"] {
  font-family: 'Synchronysans' !important;
}
.landing-page-template-two-col-layout .form-group .help-block {
  /* padding-top: 10px;*/
}
.landing-page-template-two-col-layout .has-error .radio-inline {
  color: #000 !important;
}
.checkbox.single-checkbox-style.schema-form-checkbox span {
  line-height: 22px !important;
}
.landing-page-template-two-col-layout .singlecol-cont .middle-column .fusion-column-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  /*padding-top: 5%;*/
  border-radius: 35px;
}
.landing-page-template-two-col-layout button.btn.disabled {
  background: #3e8529 !important;
  opacity: 1 !important;
  font-family: 'Synchronysans' !important;
  font-weight: 700;
}
.landing-page-template-two-col-layout button.btn.disabled:hover {
  background: #000000 !important;
  opacity: 1 !important;
}
.landing-page-template-two-col-layout .singlecol-image {
  max-width: 75%;
  margin-bottom: 10px;
}
.landing-page-template-two-col-layout .singlecol-cont label, .landing-page-template-two-col-layout .singlecol-cont .privacy-text {
  font-weight: 400 !important;
}
.landing-page-template-two-col-layout .singlecol-cont button[type="button"] {
  width: auto !Important;
}
.landing-page-template-two-col-layout .singlecol-cont .checkbox.single-checkbox-style.schema-form-checkbox {
  /*  justify-content: center;
   display: flex;*/
}
.landing-page-template-two-col-layout .singlecol-cont fieldset.schema-form-fieldset.m0 {
  display: flex;
  justify-content: center;
}
span.landing-page-meta.title {
  font-size: 16px !important;
}
span.landing-page-meta.title, .landing-page-content p {
  font-family: 'Synchronysans' !important;
}
#wrapper #main .landing-page-thank-you.fullwidth-box .fusion-row {
  padding-left: 0;
  padding-right: 0;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.landing-page-template-two-col-layout span.input-group-btn.uib-calendar-icon button.btn {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.landing-page-template-two-col-layout span.input-group-btn.uib-calendar-icon button.btn i {
  margin-right: 0;
  color: #fff;
}
.landing-page-template-two-col-layout ul.uib-datepicker-popup button[type="button"] {
  width: auto;
  height: auto;
  color: #fff;
}
.landing-page-template-two-col-layout ul.uib-datepicker-popup button[type="button"] span.text-muted {
  color: #c1c1c1;
}
.landing-page-template-two-col-layout ul.uib-datepicker-popup button[type="button"] span.text-info {
  color: #000;
}
.landing-page-template-two-col-layout ul.uib-datepicker-popup button#datepicker-764-3675-title {
  width: 100%;
}
.landing-page-container.landing-page-content {
  min-height: 100vh !important;
}
.resume-wrapper .red.bold.pt1.ng-binding {
  color: #ff0000 !important;
  font-weight: 700;
  font-size: 12px;
  font-family: "Synchronysans" !important;
}
/*expunge form*/
.expungeform-landing .landing-page-content > p {
  text-align: center;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 24px;
  float: left;
  text-align: left !important;
  color: #444444 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.expungeform-landing span.landing-page-meta.title {
  font-size: 32px;
  line-height: 38px;
  color: #0082ac;
  font-family: 'Source Sans Pro', sans-serif !important;
}
body.expungeform-landing .landing-page label {
  font-family: Source Sans Pro !important;
}
.expungeform-landing .xCloudLanding {
  /*  background:#fff !important;*/
}
.data-expunge-request header, .data-expunge-request .fusion-footer {
  display: none !important;
}
.expungecenter {
  background: #f4f4f4 !important;
}
.data-expunge-request label.control-label {
  margin-top: 0px !important;
}
.data-expunge-request span.copyright.ng-binding {
  display: none !important;
}
.expungeform-landing label.control-label {
  float: right;
  text-align: left;
  position: absolute;
  left: 185px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #000 !important;
}
.data-expunge-request .fusion-theme-sharing-box.fusion-sharing-box {
  display: none;
}
.expungeform-landing input#uname, .expungeform-landing input#firstName, .expungeform-landing input#lastName {
  border: 1px solid #000 !important;
  padding: 10px;
  font-size: 10px;
}
.expungeform-landing .has-feedback .form-control {
  width: 178px;
  height: 26px !important;
  font-family: 'arial';
  border: 1.5px solid black;
  border-radius: 0px !important;
}
.expungeform-landing .form-group.schema-form-text.has-feedback {
  border-top: 1px solid #ddd;
}
.expungeform-landing button.btn.btn.btn-azure.w-btn.style_raised.color_primary.size_medium.margin-bottom-5.margin-right-5:hover {
  background-color: rgba(0, 130, 172, 0.15);
  border-color: #005b79;
  color: #005b79;
}
p.thank-you-expunge {
  color: #0082ac;
  line-height: 38px !important;
  font-size: 32px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
html.landing-page .expungeform-landing .landing-page-content {
  background-color: #f4f4f4 !important;
}
.expungeform-landing .btn-azure, .expungeform-landing .btn-azure.disabled, .expungeform-landing .btn-azure:focus {
  color: #0082ac;
  background-color: transparent !important;
  border: 1px solid #0082ac;
  border-radius: 3px;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Source Sans Pro", sans-serif;
  width: auto !important;
  padding: 5px;
  opacity: 0.6;
  font-weight: 700;
  padding: 5px 15px !Important;
  border-radius: 0px !Important;
}
/*expunge form ends*/
.right-column .fusion-column-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
.landing-page-template-two-col-layout .landing-page-container {
  background-position: initial;
}
@media (max-width: 770px) {
  .left-column {
    padding: 0px 70px !important;
    margin-bottom: 0px;
  }
  .right-column {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    padding: 0px 70px !important;
  }
  .middle-column {
    padding: 0px 10px !important;
  }
}
.ng-scope .has-error .form-control-feedback, .ng-scope .has-success .form-control-feedback {
  display: none;
}
.landing-page-template-two-col-layout .has-success.checkbox label {
  color: 0 !important;
}
.page-id-1853 a.lcp-pt10.ng-scope {
  padding: 15px;
  width: 200px !important;
  border: none;
  background-color: #3e8529 !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  text-decoration: none;
  line-height: 50px;
}
.landing-page-template-two-col-layout success.checkbox label {
  color: #000000 !important;
}
.page-id-1853 a.lcp-pt10.ng-scope:hover {
  background-color: #000000 !important;
}
span.landing-page-meta.title, .landing-page-content p {
  font-family: 'Synchronysans' !important;
}
.form-group .help-block, .landing-page p, .landing-page span, .landing-page input, .landing-page .red {
  font-family: "Synchronysans";
}
.titleapply p {
  font-family: 'Synchronysans' !important;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px !important;
  line-hieght: 34px !important;
}
.landing-page .form-group.has-error input, .landing-page .form-group.has-error input:focus, .landing-page .form-group.has-success input, .landing-page .form-group.has-success input:focus, .landing-page .has-error.checkbox label, .landing-page .has-success.checkbox label, .form-group.has-error input, .input-group.has-error input, .form-group.has-error .select, .input-group.has-error .select, .form-group.has-error textarea, .input-group.has-error textarea, .form-group.has-success input, .input-group.has-success input, .form-group.has-success select, .input-group.has-success select, .form-group.has-success textarea, .input-group.has-success textarea, .form-group.has-success input:focus, .input-group.has-success input:focus, .form-group.has-success select:focus, .input-group.has-success select:focus, .form-group.has-success textarea:focus, .input-group.has-success textarea:focus {
  border: 1px solid #3b3c43 !important;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #aa0000 !important;
  font-family: 'Synchronysans' !important;
}
.has-error.checkbox label {
  color: #000 !important;
}
.form-group.contactdb-multiselect.schema-form-select, .contactdb-multiselect {
  display: none !important;
}
