.page--lead-form .alertContainer, .page--lead-form .widget-loading-overlay {
  width: 50%; }
  @media (max-width: 850px) {
    .page--lead-form .alertContainer, .page--lead-form .widget-loading-overlay {
      width: 100%; } }

.recruiting-form,
.offer-form {
  min-height: 300px; }

.MuiButton-containedPrimary {
  background: -webkit-gradient(linear, left top, right top, from(#073a7d), color-stop(50%, #00529b), to(#28a193));
  background: linear-gradient(to right, #073a7d 0%, #00529b 50%, #28a193 100%); }

.page--lead-form .header--main {
  width: 60%; }
  @media (max-width: 850px) {
    .page--lead-form .header--main {
      width: 100%; } }

.page--lead-form .alertContainer {
  min-height: unset;
  width: 60%;
  padding: 0 40px 20px;
  background-color: #fff; }
  @media (max-width: 850px) {
    .page--lead-form .alertContainer {
      width: 100%; } }

.page--lead-form .widget-loading-overlay {
  width: 60%; }
  @media (max-width: 850px) {
    .page--lead-form .widget-loading-overlay {
      width: 100%; } }

.page--lead-form .MuiContainer-root {
  margin: 0;
  padding: 0;
  background-color: transparent; }

.page--lead-form .recruiting-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page--lead-form .recruiting-page > div {
    padding: 0 40px 40px; }
    @media (max-width: 767px) {
      .page--lead-form .recruiting-page > div {
        padding: 0 20px 40px; } }
  .page--lead-form .recruiting-page .recruiting-page-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    background-color: #fff; }
    @media (max-width: 850px) {
      .page--lead-form .recruiting-page .recruiting-page-left {
        width: 100%; } }
  .page--lead-form .recruiting-page .recruiting-page-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    color: #fff; }
    @media (max-width: 850px) {
      .page--lead-form .recruiting-page .recruiting-page-right {
        display: none; } }
  .page--lead-form .recruiting-page .recruiting-page-title {
    margin: 0 0 14px;
    padding-bottom: 11px;
    border-bottom: 1px solid #ff0201;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase; }
  .page--lead-form .recruiting-page .recruiting-steps {
    padding: 0 0 20px; }
  .page--lead-form .recruiting-page .recruiting-results-description {
    margin-bottom: 28px; }
  .page--lead-form .recruiting-page .recruiting-page-results-cta {
    margin: 40px 0; }
  .page--lead-form .recruiting-page .step-bg-image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    z-index: -1; }
  .page--lead-form .recruiting-page .paragraph--cta .call-to-action {
    padding-bottom: 30px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-color: #ddd;
    background-color: transparent;
    border-image-source: unset; }
    @media (max-width: 767px) {
      .page--lead-form .recruiting-page .paragraph--cta .call-to-action {
        margin-right: 0;
        margin-left: 0; } }
    .page--lead-form .recruiting-page .paragraph--cta .call-to-action .cta-container {
      padding: 1.4em 0 0;
      border: 0; }
    .page--lead-form .recruiting-page .paragraph--cta .call-to-action .title {
      font-family: 'Roboto', Arial, sans-serif;
      font-size: 24px;
      font-weight: 500; }
  .page--lead-form .recruiting-page .paragraph--cta .text-content {
    width: 100%; }

.page--lead-form .page {
  padding-top: 0; }
  .page--lead-form .page main {
    background-color: #2d3a2e; }

.page--lead-form .MuiDialog-paper {
  max-width: 460px;
  border-radius: 0;
  border: 2px solid #00529B;
  text-align: center; }
  .page--lead-form .MuiDialog-paper h2 {
    margin: 20px 0 8px;
    color: #00529b;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase; }
  .page--lead-form .MuiDialog-paper .MuiDialogActions-root {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .page--lead-form .MuiDialog-paper .MuiDialogActions-root .MuiButton-root {
      width: 100px;
      padding: 10px 10px;
      font-weight: 700;
      line-height: 1em;
      color: #fff;
      text-transform: uppercase;
      outline: 0; }
      .page--lead-form .MuiDialog-paper .MuiDialogActions-root .MuiButton-root.recruiting-continue {
        background-color: #063D81; }
      .page--lead-form .MuiDialog-paper .MuiDialogActions-root .MuiButton-root.recruiting-close {
        background-color: #2A8554; }
      .page--lead-form .MuiDialog-paper .MuiDialogActions-root .MuiButton-root:focus {
        outline: 0; }

.recruiting-error-message .recruiting-error-message-heading {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500; }

.recruiting-error-message .recruiting-error-message-body {
  padding-bottom: 15px; }

.offer {
  padding-top: 30px;
  padding-bottom: 30px; }
  .offer.not-first {
    border-top: 1px solid #666; }
  .offer-image {
    width: auto !important;
    max-width: 300px;
    height: auto !important;
    max-height: 150px; }
  .offer-creative-questions {
    padding-left: 30px; }
    .offer-creative-questions .question {
      margin: 24px 0; }

.recruiting-page-bottom {
  margin-top: 20px; }
  .recruiting-page-bottom .recruiting-page-bottom-tontent,
  .recruiting-page-bottom .recruiting-page-bottom-content {
    font-size: 14px;
    line-height: 1.2em; }

.questions .question .MuiFormControlLabel-root {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .questions .question .MuiFormControlLabel-root .MuiCheckbox-root {
    margin: 0 9px;
    padding: 0; }

.question .MuiFormControl-root {
  padding-top: unset !important;
  padding-bottom: unset !important; }

.question fieldset legend {
  margin-bottom: 4px;
  line-height: 1em; }

.question fieldset div[role='radiogroup'] label {
  margin-bottom: 0; }
  .question fieldset div[role='radiogroup'] label .MuiRadio-root {
    padding: 5px 9px; }

.recruiting-page-left > .question {
  margin: 24px 0; }

/*# sourceMappingURL=lead-form--app-overrides.css.map */
