/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.page-hero {
  position: relative; }
  .page-hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font: normal 900 46px/48px "acumin-pro-condensed";
    color: #fff;
    text-shadow: 0 4px 250px #000; }
    @media (min-width: 1680px) {
      .page-hero__title {
        font-size: 80px;
        line-height: 82px; } }
  .page-hero img {
    width: 100%;
    height: auto; }

.contact-us {
  color: #000;
  background-color: #fff;
  padding-bottom: 55px; }
  .contact-us__cell {
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  .contact-us__title {
    padding: 55px 0;
    font: normal 900 30px/32px "acumin-pro-condensed";
    color: #000; }
    @media (min-width: 1680px) {
      .contact-us__title {
        padding: 90px 0;
        font-size: 52px;
        line-height: 57px; } }
    @media (min-width: 1680px) {
      .contact-us__title {
        padding: 90px 0 50px; } }
  .contact-us__text,
  .contact-us .ff-section-header {
    margin-bottom: 20px;
    font: normal normal 12px/17px "acumin-pro";
    color: #00101c; }
    @media (min-width: 1680px) {
      .contact-us__text,
      .contact-us .ff-section-header {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 25px; } }
  .contact-us__form-wrap {
    color: #000; }
  .contact-us .ff-label,
  .contact-us .ff-input-type,
  .contact-us .ff-textarea {
    font: normal normal 14px/20px "acumin-pro"; }
  .contact-us .ff-label-col {
    float: none; }
  .contact-us .ff-form-main {
    max-width: none;
    width: 100%; }
    @media (min-width: 1024px) {
      .contact-us .ff-form-main {
        max-width: 900px; } }
  .contact-us .group-1 {
    display: flex;
    flex-wrap: wrap; }
    .contact-us .group-1 .ff-item-row {
      padding-top: 0;
      margin-bottom: 30px; }
      .contact-us .group-1 .ff-item-row:first-child, .contact-us .group-1 .ff-item-row:last-child, .contact-us .group-1 .ff-item-row:nth-last-child(2) {
        width: 100%; }
      .contact-us .group-1 .ff-item-row:last-child {
        display: inline-block;
        overflow: visible; }
        @media (max-width: 1023px) {
          .contact-us .group-1 .ff-item-row:last-child {
            display: flex; } }
        .contact-us .group-1 .ff-item-row:last-child .ff-label-col,
        .contact-us .group-1 .ff-item-row:last-child .ff-field-col {
          display: inline-block; }
        .contact-us .group-1 .ff-item-row:last-child .ff-field-col {
          position: relative;
          min-width: auto; }
          @media (max-width: 1023px) {
            .contact-us .group-1 .ff-item-row:last-child .ff-field-col {
              flex-basis: 15px;
              order: -1; } }
          .contact-us .group-1 .ff-item-row:last-child .ff-field-col .ff-invalid-msg {
            position: absolute;
            bottom: -18px; }
        .contact-us .group-1 .ff-item-row:last-child .ff-checkbox {
          margin: 5px 0 0 0; }
          @media (min-width: 1024px) {
            .contact-us .group-1 .ff-item-row:last-child .ff-checkbox {
              margin: 3px 10px 0 0; } }
        .contact-us .group-1 .ff-item-row:last-child a {
          display: inline-block;
          margin: 0;
          padding: 0 0 2px 0;
          transition: color 0.3s, border-color 0.3s, background-color 0.3s;
          color: inherit;
          border-bottom: 1px solid #000;
          text-decoration: none; }
          .contact-us .group-1 .ff-item-row:last-child a:hover, .contact-us .group-1 .ff-item-row:last-child a:focus, .contact-us .group-1 .ff-item-row:last-child a:active {
            border-bottom-color: #27828c;
            color: #000; }
      @media (min-width: 1024px) {
        .contact-us .group-1 .ff-item-row:nth-child(2), .contact-us .group-1 .ff-item-row:nth-child(4) {
          padding-right: 30px; } }
      @media (min-width: 1024px) {
        .contact-us .group-1 .ff-item-row:nth-child(3), .contact-us .group-1 .ff-item-row:nth-child(5) {
          padding-left: 30px; } }
      @media (min-width: 1024px) {
        .contact-us .group-1 .ff-item-row:nth-child(2) .ff-field-col, .contact-us .group-1 .ff-item-row:nth-child(4) .ff-field-col, .contact-us .group-1 .ff-item-row:nth-child(3) .ff-field-col, .contact-us .group-1 .ff-item-row:nth-child(5) .ff-field-col {
          max-width: none;
          width: 78%; } }
      @media (min-width: 1024px) {
        .contact-us .group-1 .ff-item-row {
          display: flex;
          width: 50%; } }
      .contact-us .group-1 .ff-item-row:nth-last-child(2) .ff-label-col {
        min-width: 93px; }
      .contact-us .group-1 .ff-item-row:nth-last-child(2) .ff-field-col {
        max-width: none;
        width: 100%; }
      .contact-us .group-1 .ff-item-row .ff-label-col {
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .contact-us .group-1 .ff-item-row .ff-label-col {
            min-width: 92px;
            flex-basis: 92px;
            margin-bottom: 0; } }
      .contact-us .group-1 .ff-item-row .ff-field-col {
        display: flex;
        flex-direction: column; }
        @media (max-width: 1023px) {
          .contact-us .group-1 .ff-item-row .ff-field-col {
            max-width: none;
            width: 100%; } }
      .contact-us .group-1 .ff-item-row .ff-input-type,
      .contact-us .group-1 .ff-item-row .ff-textarea {
        min-height: 38px;
        padding: 2px 10px;
        border: 1px solid #6c777a;
        border-radius: 2px;
        box-sizing: border-box; }
        .contact-us .group-1 .ff-item-row .ff-input-type::-webkit-input-placeholder,
        .contact-us .group-1 .ff-item-row .ff-textarea::-webkit-input-placeholder {
          color: #000; }
        .contact-us .group-1 .ff-item-row .ff-input-type:-ms-input-placeholder,
        .contact-us .group-1 .ff-item-row .ff-textarea:-ms-input-placeholder {
          color: #000; }
        .contact-us .group-1 .ff-item-row .ff-input-type::placeholder,
        .contact-us .group-1 .ff-item-row .ff-textarea::placeholder {
          color: #000; }
      .contact-us .group-1 .ff-item-row .ff-textarea {
        min-height: 194px;
        padding: 14px 10px; }
      .contact-us .group-1 .ff-item-row .ff-invalid-msg {
        padding-top: 5px; }
  .contact-us .ff-required-mark {
    color: #eb3300; }
  .contact-us .footnoteDiv {
    margin-top: -14px; }
  .contact-us #dvFastForms {
    /* to overwrite embedded styles */ }
    .contact-us #dvFastForms .btnDiv {
      margin-top: 30px;
      text-align: left; }
    .contact-us #dvFastForms .ff-btn-submit {
      min-width: 144px;
      margin: 0;
      border: none;
      box-shadow: none;
      text-transform: uppercase;
      transition: color 0.3s, border-color 0.3s, background-color 0.3s;
      display: inline-block;
      padding: 13px 15px;
      color: #fff;
      background-color: #000; }
      .contact-us #dvFastForms .ff-btn-submit, .contact-us #dvFastForms .ff-btn-submit:visited {
        text-decoration: none; }
      .contact-us #dvFastForms .ff-btn-submit:hover, .contact-us #dvFastForms .ff-btn-submit:focus, .contact-us #dvFastForms .ff-btn-submit:active {
        color: #fff;
        background-color: #27828c; }
      .contact-us #dvFastForms .ff-btn-submit:disabled {
        background-color: #e7e7e7; }


/*# sourceMappingURL=app_aob_corporate-contactUsPage.css.map*/