/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
.ca-btn-arrow i {
  font-size: 30px;
}

.intent-component {
  margin-top: 30px !important;
}

.intent-component .hidden {
  display: none;
}

.intent-component .intent-heading {
  width: 1180px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .intent-component .intent-heading {
    width: 1024px;
  }
}

@media only screen and (max-width: 1024px) {
  .intent-component .intent-heading {
    width: 100%;
  }
}

.intent-component .intent-heading h2.intent-title {
  font-size: 42px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
  color: #3F4048;
}

@media only screen and (max-width: 540px) {
  .intent-component .intent-heading h2.intent-title {
    font-size: 24px;
  }
}

.intent-component .intent-heading p {
  font-size: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .intent-component .intent-heading p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .intent-component .intent-heading p {
    font-size: 14px;
  }
}

.intent-component .intent-buttons {
  padding: 15px 20px;
  border: 2px solid #E0E0E0;
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .intent-component .intent-buttons {
    max-width: 270px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 1024px) {
  .intent-component .intent-buttons {
    width: 100%;
    margin: 0;
    padding: 25px 15px;
  }
}

.intent-component .intent-buttons:hover, .intent-component .intent-buttons:focus-within, .intent-component .intent-buttons:focus, .intent-component .intent-buttons.active {
  border-color: #004FA3;
  background: #F5F8FB;
}

.intent-component .intent-buttons.active::after {
  display: none;
}

.intent-component .intent-buttons div {
  line-height: 1;
  margin: 0 !important;
}

.intent-component .intent-buttons i {
  font-size: 24px;
  color: #004FA3;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.intent-component .intent-buttons a {
  color: #3f4048 !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
  outline: none;
}

@media only screen and (max-width: 1024px) {
  .intent-component .intent-buttons a {
    font-size: 18px;
  }
}

.intent-component .intent-buttons a:hover, .intent-component .intent-buttons a:focus, .intent-component .intent-buttons a:focus-visible {
  color: inherit;
}

.intent-component .intent-buttons p.tile-title {
  margin: 0;
}

.intent-component .intent-buttons p.subtext {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: none !important;
}

.intent-component .form-container {
  background-color: #F5F8FB;
  padding: 30px;
  border-radius: 24px;
  border: 3px solid #004FA3;
  display: none;
}

.intent-component .form-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}

.intent-component .form-container.active::after {
  display: none;
}

.intent-component .form-container h2 {
  display: block !important;
  font-family: "Roboto", sans-serif;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.3;
  color: #004FA3;
  text-align: center;
  margin: 0 0 30px !important;
}

@media only screen and (max-width: 540px) {
  .intent-component .form-container h2 {
    font-size: 24px !important;
  }
}

.intent-component .form-container h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
}

.intent-component .form-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}

.intent-component .form-container .form-item {
  width: 48%;
  max-width: 100%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .intent-component .form-container .form-item {
    width: 100%;
  }
}

.intent-component .form-container .form-item.js-form-type-checkbox {
  width: 100%;
  margin-bottom: 0;
}

.intent-component .form-container .form-item.js-form-type-checkbox input[type="checkbox"] {
  width: 10px;
  height: 10px;
}

.intent-component .form-container .form-item.js-form-type-checkbox input[type="checkbox"]:focus ~ label:before,
.intent-component .form-container .form-item.js-form-type-checkbox input[type="checkbox"]:focus-visible ~ label:before {
  border-color: #004FA3;
  background: #F5F8FB;
}

.intent-component .form-container .form-item.js-form-type-checkbox input[type="checkbox"]:checked ~ label::before,
.intent-component .form-container .form-item.js-form-type-checkbox input[type="checkbox"]:checked ~ label:focus::before {
  background: #44b480 !important;
  border-color: #44b480 !important;
  color: #ffffff !important;
}

.intent-component .form-container .form-item.js-form-type-checkbox label {
  max-width: 100%;
  padding-left: 35px;
  color: #6D6E71;
  font-size: 16px;
  border: none !important;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 540px) {
  .intent-component .form-container .form-item.js-form-type-checkbox label {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.intent-component .form-container .form-item.js-form-type-checkbox label:hover:before {
  border-color: #004FA3;
  background: #F5F8FB;
}

.intent-component .form-container .form-item.js-form-type-checkbox label span {
  margin-right: 5px;
  font-weight: 700;
}

.intent-component .form-container .form-item.js-form-type-checkbox label:before {
  border-radius: 5px;
  border-color: #6D6E71;
}

.intent-component .form-container .form-item.js-form-type-checkbox .form-item--error-message {
  margin-top: 0;
}

.intent-component .form-container .form-item.js-form-type-textarea {
  width: 99%;
}

@media only screen and (max-width: 767px) {
  .intent-component .form-container .form-item.js-form-type-textarea {
    width: 100%;
  }
}

.intent-component .form-container .form-item.js-form-type-textarea label {
  margin-bottom: 7px;
}

.intent-component .form-container .form-item.js-form-type-textarea textarea {
  height: 120px;
}

.intent-component .form-container .form-item.js-form-type-textarea .text-count-message {
  font-size: 16px;
}

.intent-component .form-container .form-item.js-webform-type-radios {
  width: 100%;
}

.intent-component .form-container .form-item input:not([type="checkbox"]),
.intent-component .form-container .form-item select,
.intent-component .form-container .form-item textarea {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  outline-color: #000;
  padding: 10px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

@media only screen and (max-width: 540px) {
  .intent-component .form-container .form-item input:not([type="checkbox"]),
  .intent-component .form-container .form-item select,
  .intent-component .form-container .form-item textarea {
    height: 45px;
  }
}

.intent-component .form-container .form-item input:not([type="checkbox"]).valid,
.intent-component .form-container .form-item select.valid,
.intent-component .form-container .form-item textarea.valid {
  border: 2px solid #2fba2f;
}

.intent-component .form-container .form-item .tt-icon {
  position: relative;
}

.intent-component .form-container .form-item .tt-icon i.fa-info-circle {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.intent-component .form-container .tt-desc {
  position: relative;
  width: 100%;
  margin: 0;
}

.intent-component .form-container .tt-desc:empty {
  margin: 0;
}

.intent-component .form-container .tt-desc .tooltip-info {
  position: absolute;
  bottom: -20px;
  right: 7px;
  max-width: 90%;
  width: 100%;
  border-radius: 5px;
  padding: 8px;
  border: 2px solid #004FA3;
  background: #F5F8FB;
  z-index: 99;
}

.intent-component .form-container fieldset.radios--wrapper legend {
  margin-bottom: 7px;
}

.intent-component .form-container .js-webform-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}

.intent-component .form-container .js-webform-radios label {
  padding: 10px 20px 10px 35px;
  font-weight: 400;
}

.intent-component .form-container .js-webform-radios label, .intent-component .form-container .js-webform-radios label:hover, .intent-component .form-container .js-webform-radios label:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.intent-component .form-container .js-webform-radios label:before {
  width: 25px;
  height: 25px;
  margin-left: -35px;
}

.intent-component .form-container .js-webform-radios input:focus ~ label::before,
.intent-component .form-container .js-webform-radios input:checked:focus ~ label::before {
  outline: 2px solid #000;
}

.intent-component .form-container .js-form-type-radio {
  margin-bottom: 0;
  width: auto;
}

.intent-component .form-container .js-form-type-radio input ~ label.option:hover, .intent-component .form-container .js-form-type-radio input ~ label.option:focus {
  background-color: transparent;
  border: none !important;
}

.intent-component .form-container .js-form-type-radio input:checked ~ label {
  border: none !important;
  background-color: transparent;
}

.intent-component .form-container .js-form-type-radio input:checked ~ label:before {
  content: "";
  background-color: #124395;
  border: 6px solid #ffffff;
  outline: 1px solid #9B9B9B;
}

.intent-component .form-container .js-form-type-radio input:not(:checked).error ~ label {
  border: none !important;
}

.intent-component .form-container .js-form-type-radio .form-item--error-message {
  position: absolute;
  top: 57px;
}

.intent-component .form-container fieldset.checkboxes--wrapper {
  width: 100%;
  margin-bottom: 0;
}

.intent-component .form-container fieldset.checkboxes--wrapper .form-item {
  margin-bottom: 0;
}

.intent-component .form-container .form-item-below-form-text {
  width: 100%;
  margin-bottom: 0;
}

.intent-component .form-container .form-item-below-form-text p {
  font-size: 14px;
}

.intent-component .form-container .form-item-below-form-text a {
  color: #124395;
}

.intent-component .form-container .form-item-below-form-text a:hover, .intent-component .form-container .form-item-below-form-text a:focus, .intent-component .form-container .form-item-below-form-text a:focus-visible {
  color: #0d316d;
}

.intent-component .form-container .form-actions {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.intent-component .form-container .form-actions input {
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
}

.intent-component .form-container .form-actions a.form-submit {
  display: inline-block;
  border-radius: 30px;
  max-width: 269px;
  width: 100%;
  background: #124395;
  color: #ffffff;
  text-decoration: none;
}

.intent-component .form-container .form-actions a.form-submit:hover, .intent-component .form-container .form-actions a.form-submit:focus, .intent-component .form-container .form-actions a.form-submit:focus-visible {
  background: #0d316d;
}

.intent-component .form-container img {
  margin-bottom: 20px !important;
  border-radius: 20px;
  width: 100%;
}

.intent-component .form-container p.text-center {
  text-align: center;
  margin: 0 15px !important;
  max-width: unset !important;
}

@media only screen and (min-width: 768px) {
  .intent-component .form-container p.text-center {
    margin: 0 30px;
  }
}

.intent-component .form-container.form3 p {
  margin-top: 0;
}

.intent-component .form-container .captcha-item {
  margin: 0;
}

.intent-component .form-container .captcha-item div:empty {
  margin: 0;
}

.intent-component .form-container .consent-section {
  margin-bottom: 20px;
}

.intent-component .form-container .consent-section .form-item label {
  line-height: 1.5rem;
}

.intent-component .form-container .consent-section .form-item label a {
  color: #124395;
}

.intent-component .form-container .consent-section .form-item label a:hover, .intent-component .form-container .consent-section .form-item label a:focus, .intent-component .form-container .consent-section .form-item label a:focus-visible {
  color: #0d316d;
}

.intent-component .form-container .consent-section .js-webform-type-radios {
  margin-bottom: 0;
}

.intent-component .form-container .consent-section .js-webform-type-radios .js-form-type-radio label {
  color: #6D6E71;
}

.intent-component .form-container .consent-section .js-webform-type-radios .form-item--error-message {
  margin-top: 0;
}

.intent-component .xc-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intent-component .xc-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intent-component .xc-content-wrapper .xc-image-col {
  margin: 0 !important;
  width: 50%;
  text-align: right;
}

.intent-component .xc-content-wrapper .xc-image-col img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 240px;
  max-width: 330px;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.intent-component .xc-content-wrapper .xc-content-col {
  width: 50%;
  padding: 10px 0;
}

.intent-component .xc-content-wrapper .xc-content-col h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.intent-component .xc-content-wrapper .xc-content-col p {
  margin-bottom: 20px !important;
}

.intent-component .xc-content-wrapper .xc-content-col .js-form-wrapper {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .desktop-view {
    display: none;
  }
}

.desktop-view .intent-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 30px;
}

@media only screen and (max-width: 1024px) {
  .desktop-view .intent-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .desktop-view .intent-form-wrapper .intent-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-view .intent-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.desktop-view .intent-form-wrapper .form-wrapper {
  margin-top: 0;
}

@media only screen and (min-width: 1025px) {
  .desktop-view .intent-form-wrapper .form-wrapper {
    max-width: 850px;
    width: 100%;
  }
}

.desktop-view .intent-buttons > div:first-child {
  width: 30px;
}

@media only screen and (max-width: 1024px) {
  .desktop-view .intent-buttons p.tile-title {
    text-align: center;
  }
}

.intent-component .mobile-view {
  display: none;
}

@media only screen and (max-width: 767px) {
  .intent-component .mobile-view {
    display: block;
    margin-top: 0;
  }
}

.intent-component .mobile-view .intent-buttons {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 15px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.intent-component .mobile-view .intent-buttons.active i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.intent-component .mobile-view .intent-buttons .intent-icon-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.intent-component .mobile-view .intent-buttons .intent-icon-label > div:first-child {
  width: 30px;
}

.intent-component .mobile-view .intent-buttons p {
  display: block;
}

.intent-component .mobile-view .form-container {
  margin-bottom: 25px;
  padding: 15px;
  margin-top: 0;
}

.intent-component .mobile-view .form-container h2 {
  margin-bottom: 10px;
}

.intent-component .mobile-view .form-container .form-actions input,
.intent-component .mobile-view .form-container .form-actions a.form-submit {
  max-width: 100%;
  width: 100%;
}

.intent-component .mobile-view .form-container .form-item .tt-icon i.fa-info-circle {
  right: 5px;
  top: 5px;
}

.intent-component .mobile-view .form-container .tt-desc .tooltip-info {
  right: 0;
}

.intent-component .mobile-view .file-upload-component .slds-form-element__control {
  width: 100%;
}

.intent-component .mobile-view .file-upload-component .slds-medium-show {
  display: none;
}

.intent-component .mobile-view .xc-content-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}

@media only screen and (max-width: 430px) {
  .intent-component .mobile-view .xc-content-wrapper {
    padding: 0;
  }
}

.intent-component .mobile-view .xc-content-wrapper .xc-image-col {
  width: 100%;
  text-align: center;
}

.intent-component .mobile-view .xc-content-wrapper .xc-content-col {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .layout__region--first .xc-desktop-skeleton,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .xc-desktop-skeleton {
    display: none !important;
  }
  .layout__region--first .xc-popup-skeleton,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .xc-popup-skeleton {
    display: block !important;
  }
  .layout__region--first .intent-component .intent-form-wrapper,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .intent-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  .layout__region--first .intent-component .intent-form-wrapper .form-wrapper,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .intent-form-wrapper .form-wrapper {
    margin-top: 0;
  }
  .layout__region--first .intent-component .intent-form-wrapper .intent-inner,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .intent-form-wrapper .intent-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .layout__region--first .intent-component .intent-form-wrapper .intent-inner .intent-buttons,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .intent-form-wrapper .intent-inner .intent-buttons {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  .layout__region--first .intent-component .intent-form-wrapper .intent-inner .intent-buttons p.tile-title,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .intent-form-wrapper .intent-inner .intent-buttons p.tile-title {
    text-align: center;
  }
  .layout__region--first .intent-component .intent-form-wrapper .intent-inner .intent-buttons p.subtext,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .intent-form-wrapper .intent-inner .intent-buttons p.subtext {
    display: none;
  }
  .layout__region--first .intent-component .desktop-view,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .desktop-view {
    margin-bottom: 0;
  }
  .layout__region--first .intent-component .desktop-view .form-container.active,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .desktop-view .form-container.active {
    margin-top: 0;
    margin-bottom: 0;
  }
  .layout__region--first .intent-component .desktop-view .form-container.active .form-item:not(.js-form-type-textarea):not(.js-webform-type-radios):not(.js-form-type-radio):not(.form-item-below-form-text):not(.js-form-type-checkbox),
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .desktop-view .form-container.active .form-item:not(.js-form-type-textarea):not(.js-webform-type-radios):not(.js-form-type-radio):not(.form-item-below-form-text):not(.js-form-type-checkbox) {
    width: 47.5%;
  }
  .layout__region--first .intent-component .desktop-view .file-upload-component,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .desktop-view .file-upload-component {
    margin-top: 0;
  }
  .layout__region--first .intent-component .desktop-view .file-upload-component .slds-form-element__control,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .desktop-view .file-upload-component .slds-form-element__control {
    width: 70%;
    margin-bottom: 0;
  }
  .layout__region--first .intent-component .desktop-view .file-upload-component .slds-form-element__help,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .desktop-view .file-upload-component .slds-form-element__help {
    margin-top: 0;
  }
  .layout__region--first .intent-component .desktop-view .consent-section,
  .page-node-type-work-for-us:has(.sidebar) .two-col.left-col .work-for-us-node-wrapper .intent-component .desktop-view .consent-section {
    margin-top: 0;
  }
}

.layout__region--second .desktop-view,
#sidebar-second .desktop-view,
#sidebar-first .desktop-view {
  display: none !important;
}

.layout__region--second .mobile-view,
#sidebar-second .mobile-view,
#sidebar-first .mobile-view {
  display: block !important;
}

.layout__region--second .intent-component,
#sidebar-second .intent-component,
#sidebar-first .intent-component {
  padding: 0;
}

.layout__region--second .intent-component .intent-heading,
#sidebar-second .intent-component .intent-heading,
#sidebar-first .intent-component .intent-heading {
  width: 100%;
}

.layout__region--second .intent-component .intent-heading h2.intent-title,
#sidebar-second .intent-component .intent-heading h2.intent-title,
#sidebar-first .intent-component .intent-heading h2.intent-title {
  font-size: 24px;
}

.layout__region--second .intent-component .intent-heading p,
#sidebar-second .intent-component .intent-heading p,
#sidebar-first .intent-component .intent-heading p {
  font-size: 14px;
  margin-top: 10px;
}

.layout__region--second .intent-component .intent-form-wrapper,
#sidebar-second .intent-component .intent-form-wrapper,
#sidebar-first .intent-component .intent-form-wrapper {
  padding-bottom: 10px;
}

.layout__region--second .intent-component .form-container h2,
#sidebar-second .intent-component .form-container h2,
#sidebar-first .intent-component .form-container h2 {
  font-size: 24px !important;
}

.layout__region--second .intent-component .form-container .form-item,
#sidebar-second .intent-component .form-container .form-item,
#sidebar-first .intent-component .form-container .form-item {
  width: 100%;
}

.layout__region--second .intent-component .form-container .form-item input:not([type="checkbox"]),
.layout__region--second .intent-component .form-container .form-item select,
#sidebar-second .intent-component .form-container .form-item input:not([type="checkbox"]),
#sidebar-second .intent-component .form-container .form-item select,
#sidebar-first .intent-component .form-container .form-item input:not([type="checkbox"]),
#sidebar-first .intent-component .form-container .form-item select {
  height: 45px;
}

.layout__region--second .intent-component .form-container .form-item.js-form-type-checkbox label,
#sidebar-second .intent-component .form-container .form-item.js-form-type-checkbox label,
#sidebar-first .intent-component .form-container .form-item.js-form-type-checkbox label {
  padding-top: 5px;
  padding-bottom: 5px;
}

.layout__region--second .skeletal-loader .xc-desktop-skeleton,
.layout__region--second .skeletal-loader .xc-popup-skeleton,
#sidebar-second .skeletal-loader .xc-desktop-skeleton,
#sidebar-second .skeletal-loader .xc-popup-skeleton,
#sidebar-first .skeletal-loader .xc-desktop-skeleton,
#sidebar-first .skeletal-loader .xc-popup-skeleton {
  display: none;
}

.layout__region--second .skeletal-loader .xc-sidebar-skeleton,
#sidebar-second .skeletal-loader .xc-sidebar-skeleton,
#sidebar-first .skeletal-loader .xc-sidebar-skeleton {
  display: block;
}

.layout__region--second .slds-scope .mobile-view .captcha-item .slds-box,
#sidebar-second .slds-scope .mobile-view .captcha-item .slds-box,
#sidebar-first .slds-scope .mobile-view .captcha-item .slds-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout__region--second .slds-scope .mobile-view .captcha-item .slds-box .slds-m-top_medium,
#sidebar-second .slds-scope .mobile-view .captcha-item .slds-box .slds-m-top_medium,
#sidebar-first .slds-scope .mobile-view .captcha-item .slds-box .slds-m-top_medium {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 10px;
}

.layout__region--second .intent-component .mobile-view .form-container h2 {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

#sidebar-first .intent-component {
  margin: 20px 25px 20px 0;
  padding: 0;
  padding-right: 10px;
  border-radius: 10px;
}

#sidebar-second .intent-component {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 10px;
  border-radius: 0;
}

.block--text:has(.intent-component) {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 540px) {
  .main-form-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 320px) {
  .main-form-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.main-form-wrapper .main-form-content {
  padding-left: 0;
  padding-right: 0;
}

.main-form-wrapper .main-form-content > h2 {
  text-align: left !important;
  color: #3f4048 !important;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .main-form-wrapper .main-form-content > h2 {
    font-size: 32px;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 540px) {
  .main-form-wrapper .main-form-content > h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.main-form-wrapper .main-form-content p.subtitle {
  font-size: 20px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .main-form-wrapper .main-form-content p.subtitle {
    font-size: 16px;
  }
}

.main-form-wrapper .main-form-content .intent-component {
  padding: 0;
}

.b_to_b_lead_gen__lead-gen-bottom-components:has(.slds-scope) .pardotform-webform-title,
.generic_b2b_page__body .paragraph_block_gen_b2b__generic-b2b-paragraph:has(.slds-scope) .pardotform-webform-title {
  text-align: left !important;
}

.landing-page-lout {
  margin: 0 -30px 30px !important;
  background: #ffffff !important;
}

@media only screen and (max-width: 540px) {
  .page-node-type-landing-page .landing_page__body .intent-component {
    padding: 20px;
  }
}

.ui-dialog.xcform-modal {
  width: 80% !important;
  border-radius: 20px;
  z-index: 1001 !important;
  background: #ffffff;
  position: absolute !important;
}

@media only screen and (min-width: 1300px) {
  .ui-dialog.xcform-modal {
    max-width: 950px !important;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .ui-dialog.xcform-modal {
    width: 95% !important;
  }
}

.ui-dialog.xcform-modal .ui-dialog-titlebar {
  padding: 0 !important;
  border: none;
  border-radius: 20px;
}

.ui-dialog.xcform-modal .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  padding: 50px 80px 10px;
  width: 100% !important;
  text-align: center;
  font-size: 42px;
}

@media only screen and (max-width: 1025px) {
  .ui-dialog.xcform-modal .ui-dialog-titlebar .ui-dialog-title {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 820px) {
  .ui-dialog.xcform-modal .ui-dialog-titlebar .ui-dialog-title {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
  }
}

.ui-dialog.xcform-modal .ui-dialog-titlebar-close {
  top: 10px !important;
  margin: 0;
  padding: 20px 25px;
  background-color: transparent;
  border: none;
  z-index: 999;
}

.ui-dialog.xcform-modal .ui-dialog-titlebar-close:focus, .ui-dialog.xcform-modal .ui-dialog-titlebar-close:focus-visible {
  outline: 2px solid #000;
}

.ui-dialog.xcform-modal .ui-dialog-titlebar-close .ui-icon {
  background-image: url(/themes/custom/mp_theme/images/icon-grey.png) !important;
  width: 15px !important;
  height: 15px !important;
}

.ui-dialog.xcform-modal #drupal-modal {
  padding: 0 80px 80px;
  padding-bottom: 50px;
  border-radius: 0 0 20px 20px;
  background: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .ui-dialog.xcform-modal #drupal-modal {
    padding: 0 40px 50px;
  }
}

@media only screen and (max-width: 540px) {
  .ui-dialog.xcform-modal #drupal-modal {
    padding: 0 10px 40px;
  }
}

.ui-dialog.xcform-modal #drupal-modal .popup-subtitle {
  margin-bottom: 30px;
}

.ui-dialog.xcform-modal #drupal-modal .popup-subtitle p {
  margin: auto;
  text-align: center;
}

.ui-dialog.xcform-modal #drupal-modal .form-item {
  margin: 0 0 20px;
  max-width: 50%;
  width: 48%;
}

@media only screen and (max-width: 820px) {
  .ui-dialog.xcform-modal #drupal-modal .form-item {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .ui-dialog.xcform-modal #drupal-modal .form-item {
    padding: 0;
  }
}

.ui-dialog.xcform-modal #drupal-modal .form-item.js-form-type-checkbox {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.ui-dialog.xcform-modal #drupal-modal .form-item.js-form-type-textarea {
  max-width: 99%;
  width: 100%;
}

@media only screen and (max-width: 820px) {
  .ui-dialog.xcform-modal #drupal-modal .form-item.js-form-type-textarea {
    max-width: 100%;
  }
}

.ui-dialog.xcform-modal #drupal-modal .form-item.js-webform-type-radios {
  max-width: 100%;
  width: 100%;
}

.ui-dialog.xcform-modal #drupal-modal .form-item.js-form-type-radio {
  width: auto;
  margin-bottom: 0;
}

.ui-dialog.xcform-modal #drupal-modal .form-item.form-item-below-form-text {
  max-width: 100%;
  width: 100%;
}

.ui-dialog.xcform-modal #drupal-modal .form-item.form-item-below-form-text p {
  margin: 0;
  max-width: 100%;
}

.ui-dialog.xcform-modal #drupal-modal .form-actions input[type="submit"] {
  display: inline-block !important;
}

.ui-dialog.xcform-modal #drupal-modal p {
  margin: unset;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ui-dialog.xcform-modal #drupal-modal p.tooltip-info {
  right: 0;
}

.ui-dialog.xcform-modal #drupal-modal .consent-section .form-item.js-webform-type-radios {
  margin-bottom: 0;
}

.ui-dialog.xcform-modal #drupal-modal .consent-section .js-webform-radios .form-item.js-form-type-radio {
  max-width: 100%;
  margin-bottom: 0;
}

.ui-dialog.xcform-modal .ui-dialog-buttonpane {
  display: none;
}

.ui-dialog.xcform-modal .intent-component {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .ui-dialog.xcform-modal .intent-component {
    margin: 0;
  }
}

.ui-dialog.xcform-modal .intent-component .intent-form-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0;
}

.ui-dialog.xcform-modal .intent-component .intent-form-wrapper .intent-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ui-dialog.xcform-modal .intent-component .intent-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding: 25px 15px;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .ui-dialog.xcform-modal .intent-component .intent-buttons {
    padding: 25px 0;
  }
}

.ui-dialog.xcform-modal .intent-component .intent-buttons p {
  text-align: center;
}

.ui-dialog.xcform-modal .intent-component .intent-buttons p.subtext {
  display: none;
}

.ui-dialog.xcform-modal .intent-component .form-container {
  max-width: 100%;
}

.ui-dialog.xcform-modal .intent-component .form-container img {
  width: 100%;
}

.ui-dialog.xcform-modal .intent-component .desktop-view .intent-form-wrapper .form-wrapper {
  max-width: unset;
}

.ui-dialog.xcform-modal .intent-component .mobile-view p.tooltip-info {
  width: 90%;
}

@media only screen and (max-width: 820px) {
  .ui-dialog.xcform-modal .intent-component .desktop-view {
    display: none;
  }
  .ui-dialog.xcform-modal .intent-component .mobile-view {
    display: block;
  }
  .ui-dialog.xcform-modal .intent-component .mobile-view .intent-form-wrapper .intent-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ui-dialog.xcform-modal .intent-component .mobile-view .intent-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 820px) and (max-width: 540px) {
  .ui-dialog.xcform-modal .intent-component .mobile-view .intent-buttons {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 820px) {
  .ui-dialog.xcform-modal .intent-component .mobile-view .intent-buttons p,
  .ui-dialog.xcform-modal .intent-component .mobile-view .intent-buttons p.tile-title {
    text-align: left;
    margin: 0 !important;
  }
  .ui-dialog.xcform-modal .intent-component .mobile-view .intent-buttons p.subtext {
    display: block;
  }
}

@media only screen and (max-width: 820px) {
  .ui-dialog.xcform-modal .skeletal-loader {
    margin-top: 10px;
  }
}

.ui-dialog.xcform-modal .skeletal-loader .xc-desktop-skeleton {
  display: none;
}

@media only screen and (min-width: 769px) {
  .ui-dialog.xcform-modal .skeletal-loader .xc-popup-skeleton {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .ui-dialog.xcform-modal .skeletal-loader .xc-popup-skeleton {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .ui-dialog.xcform-modal .skeletal-loader .xc-sidebar-skeleton {
    display: block;
  }
}

.slds-scope .file-upload-component {
  width: 100%;
  margin-bottom: 20px;
}

.slds-scope .file-upload-component .slds-form-element__control {
  width: 48%;
}

@media only screen and (max-width: 1024px) {
  .slds-scope .file-upload-component .slds-form-element__control {
    width: 70%;
  }
}

.slds-scope .file-upload-component .slds-form-element__label {
  font-weight: 700;
  margin-bottom: 7px !important;
  font-size: 16px !important;
}

.slds-scope .file-upload-component .slds-file-selector {
  width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slds-scope .file-upload-component .slds-file-selector__dropzone {
  border: none !important;
}

.slds-scope .file-upload-component svg.slds-button__icon {
  fill: #124395;
}

.slds-scope .file-upload-component .slds-button {
  color: #124395;
  font-weight: 400;
  border-width: 2px;
}

.slds-scope .file-upload-component .slds-file-selector_files .slds-file-selector__text {
  font-weight: 400;
}

.slds-scope .file-upload-component .slds-file-selector__input:focus ~ .slds-file-selector__body > .slds-file-selector__button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #004FA3;
}

.slds-scope .file-upload-component label.slds-file-selector__body {
  margin-bottom: 0;
}

.skeletal-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
}

.skeletal-loader .loader-view {
  display: none;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.skeletal-loader .xc-desktop-skeleton {
  color: transparent !important;
  max-width: 1200px;
  aspect-ratio: 14 / 15;
  background-image: url(/themes/custom/mp_theme/images/xc_form/desktop-skeleton.png);
}

@media only screen and (min-width: 1025px) {
  .skeletal-loader .xc-desktop-skeleton {
    display: block;
  }
}

.skeletal-loader .xc-popup-skeleton {
  color: transparent !important;
  max-width: 1000px;
  aspect-ratio: 10 / 17;
  background-image: url(/themes/custom/mp_theme/images/xc_form/popup-skeleton.png);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .skeletal-loader .xc-popup-skeleton {
    display: block;
  }
}

.skeletal-loader .xc-sidebar-skeleton {
  color: transparent !important;
  max-width: 500px;
  aspect-ratio: 4 / 6;
  background-image: url(/themes/custom/mp_theme/images/xc_form/sidebar-skeleton.png);
}

@media only screen and (max-width: 767px) {
  .skeletal-loader .xc-sidebar-skeleton {
    display: block;
  }
}

#ty-msg-wrapper {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: inherit;
}

@media only screen and (max-width: 767px) {
  .page-node-type-legacy .layout__region--first .intent-component .mobile-view {
    margin: 0 !important;
  }
}

.page-node-type-legacy .layout__region--first .intent-component .mobile-view .file-upload-component .slds-form-element__control {
  margin-bottom: 0;
}

.page-node-type-legacy .legacy__body .intent-component .mobile-view div + div {
  margin-top: 0;
}

.page-node-type-legacy .legacy__body .intent-component .form-container .form-actions {
  margin-top: 0;
}

.page-node-type-legacy #content.single-col .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second .block-layout-builder.block .intent-component .mobile-view .intent-icon-label a,
.page-node-type-legacy #content.single-col .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second .block-layout-builder.block .intent-component .mobile-view .js-form-type-textarea a {
  margin-bottom: 0;
}

.page-node-type-legacy #content.single-col .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second .block-layout-builder.block .intent-component .mobile-view .js-form-type-checkbox a,
.page-node-type-legacy #content.single-col .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second .block-layout-builder.block .intent-component .mobile-view .js-form-item-below-form-text a {
  display: inline;
  margin-bottom: 0;
}

.slds-scope .captcha-item .slds-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  margin-top: 0;
  padding: 0;
  border: none;
}

.slds-scope .captcha-item .slds-box .slds-grid {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slds-scope .captcha-item .slds-box .slds-col {
  padding: 0;
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: auto;
}

.slds-scope .captcha-item .slds-box .slds-col:first-child {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.slds-scope .captcha-item .slds-box .slds-m-top_medium {
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.slds-scope .captcha-item .slds-box .slds-button {
  display: block;
  min-width: auto;
  width: auto;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 16px;
  border: 2px solid #124395;
  background: #124395;
}

.slds-scope .captcha-item .math-captcha-error {
  margin: 7px 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.slds-scope .captcha-item .math-captcha-error p {
  font-size: 14px;
}

.slds-scope .captcha-item .math-captcha-error p.slds-text-color_error {
  color: #be1200;
}

@media only screen and (max-width: 540px) {
  .slds-scope .mobile-view .captcha-item .slds-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 540px) {
  .slds-scope .mobile-view .captcha-item .slds-box .slds-m-top_medium {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 10px;
  }
}

.page-node-type-legacy #content.single-col .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second .block-layout-builder.block .intent-component h2,
.page-node-type-work-for-us .main-wrapper-default .intent-component h2 {
  color: #004FA3;
}

@media only screen and (max-width: 1024px) {
  .download-report-popup-modal.ui-dialog.xcform-modal .ui-dialog-titlebar .ui-dialog-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.download-report-popup-modal.ui-dialog.xcform-modal #modal_download_report .prev {
  margin-left: 0;
}

@media screen and (max-width: 1025px) and (min-width: 769px) {
  .download-report-popup-modal.ui-dialog.xcform-modal #modal_download_report .prev {
    margin-left: 20px;
  }
}

.download-report-popup-modal.ui-dialog.xcform-modal #drupal-modal {
  padding-bottom: 20px;
  border-radius: 0 !important;
}

.download-report-popup-modal.ui-dialog.xcform-modal #drupal-modal .form-item {
  padding: 0 !important;
}

@media only screen and (min-width: 1025px) {
  .download-report-popup-modal.ui-dialog.xcform-modal .ui-dialog-content #modal_download_report p {
    margin-left: 0;
  }
}

@media only screen and (max-width: 540px) {
  .download-report-popup-modal.ui-dialog.xcform-modal .ui-dialog-content #modal_download_report p {
    margin-left: 0;
  }
}

.download-report-popup-modal.ui-dialog.xcform-modal .ui-dialog-buttonpane {
  display: block;
  padding: 0 40px 40px;
}

@media only screen and (min-width: 1025px) {
  .download-report-popup-modal.ui-dialog.xcform-modal .ui-dialog-buttonpane {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 540px) {
  .download-report-popup-modal.ui-dialog.xcform-modal .ui-dialog-buttonpane {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.download-report-popup-modal.ui-dialog.xcform-modal .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.download-report-popup-modal.ui-dialog.xcform-modal .ui-dialog-buttonpane .ui-dialog-buttonset button.looking-to-hire {
  margin: 0;
}

.download-report-popup-modal.ui-dialog.xcform-modal .form-submit {
  margin-left: 0;
}

#gated-popup.xcform-modal {
  max-width: 100%;
}

#gated-popup.xcform-modal .popup-title {
  padding: 0;
}

#gated-popup.xcform-modal .popup-title h2 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

#gated-popup.xcform-modal .ui-dialog-titlebar-close {
  top: 0 !important;
  right: 10px;
}

#gated-popup.xcform-modal #pop_up_client_form {
  max-width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #gated-popup.xcform-modal #pop_up_client_form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#gated-popup.xcform-modal #pop_up_client_form .slds-scope {
  font-family: "Roboto",sans-serif;
}

#gated-popup.xcform-modal #pop_up_client_form .js-form-submit {
  height: 52px;
  border-radius: 30px;
  font-size: 16px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #gated-popup.xcform-modal {
    max-width: 80% !important;
  }
  #gated-popup.xcform-modal #modal_download_report {
    margin: 0 15px;
  }
  #gated-popup.xcform-modal .tthome_back {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #gated-popup.xcform-modal {
    max-width: 95% !important;
  }
  #gated-popup.xcform-modal #modal_download_report {
    margin: 0;
  }
  #gated-popup.xcform-modal .tthome_back {
    margin-left: 0;
  }
  #gated-popup.xcform-modal #pop_up_client_form {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 540px) {
  #gated-popup.xcform-modal #drupal-modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  #gated-popup.xcform-modal .ui-dialog-titlebar-close {
    top: -5px !important;
    right: 0;
  }
}

.section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal .ui-dialog-content {
  border-top: none;
}

.section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal #drupal-modal {
  padding-bottom: 0;
}

.section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal .ui-dialog-buttonset {
  padding: 0 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal .webform-submission-form {
    padding-top: 0;
  }
}

@media only screen and (max-width: 820px) {
  .section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal #pop_up_client_form .js-form-submit {
    max-width: 100%;
  }
  .section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal .form-actions a.form-submit {
    padding: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal .ui-dialog-buttonset {
    padding: 0 20px 30px;
  }
  .section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal #floating_block_client_btn,
  .section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal #floating_block_candidate_btn {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 540px) {
  .section-talenttrends .floating-block-popup-modal.ui-dialog.xcform-modal .ui-dialog-buttonset {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#gated-popup.xcform-modal.isg-popup .ui-dialog-content {
  padding: 0 80px;
  border-top: none;
}

@media only screen and (max-width: 1024px) {
  #gated-popup.xcform-modal.isg-popup .ui-dialog-content {
    padding: 0 30px;
  }
}

#gated-popup.xcform-modal.isg-popup #pop_up_client_form {
  padding-top: 10px;
}

#gated-popup.xcform-modal.isg-popup .ui-dialog-buttonset {
  padding: 0 80px 40px;
}

@media only screen and (max-width: 1024px) {
  #gated-popup.xcform-modal.isg-popup .gating_back {
    margin-left: 20px;
  }
  #gated-popup.xcform-modal.isg-popup #pop_up_client_form {
    padding-top: 0;
  }
  #gated-popup.xcform-modal.isg-popup .ui-dialog-buttonset {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 820px) {
  #gated-popup.xcform-modal.isg-popup #pop_up_client_form .js-form-submit {
    max-width: 100%;
  }
  #gated-popup.xcform-modal.isg-popup .form-actions a.form-submit {
    padding: 8px;
  }
  #gated-popup.xcform-modal.isg-popup .form-item {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #gated-popup.xcform-modal.isg-popup .gating_back {
    margin-left: 0;
  }
  #gated-popup.xcform-modal.isg-popup #pop_up_client_form {
    padding-top: 10px;
  }
  #gated-popup.xcform-modal.isg-popup .ui-dialog-buttonset {
    padding-left: 30px;
    padding-right: 30px;
  }
  #gated-popup.xcform-modal.isg-popup #floating_block_client_btn,
  #gated-popup.xcform-modal.isg-popup #floating_block_candidate_btn {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 540px) {
  #gated-popup.xcform-modal.isg-popup .ui-dialog-content {
    padding: 0 10px;
  }
  #gated-popup.xcform-modal.isg-popup .ui-dialog-buttonset {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.talenttrends-tool .grecaptcha-badge,
.intergrated-salary-guide .grecaptcha-badge {
  visibility: hidden;
}

.site-name-MP_CN .intent-component .form-container .captcha-item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .page-node-type-work-for-us #sidebar-first .intent-component {
    margin: 0;
    padding: 30px;
  }
}
/*# sourceMappingURL=exp-cloud-form.css.map */