/**
 * /assets/scss/partials/blocks/blocks-hero.scss
 *
 * Let's define our hero block styles
 *
 *
 */
.hero-block {
  display: flex;
  position: relative; }
  @media (max-width: 900px) {
    .hero-block {
      flex-wrap: wrap; } }
  .hero-block__main {
    width: calc(100% - 513px);
    background-size: cover;
    position: relative;
    padding: 115px 0 50px 30px;
    display: flex;
    justify-content: flex-end;
    background-position: center center; }
    .hero-block__main.bg-image-top-left {
      background-position: left top; }
    .hero-block__main.bg-image-center-left {
      background-position: left center; }
    .hero-block__main.bg-image-bottom-left {
      background-position: left bottom; }
    .hero-block__main.bg-image-top-center {
      background-position: center top; }
    .hero-block__main.bg-image-bottom-center {
      background-position: center bottom; }
    .hero-block__main.bg-image-top-right {
      background-position: right top; }
    .hero-block__main.bg-image-center-right {
      background-position: right center; }
    .hero-block__main.bg-image-bottom-right {
      background-position: right bottom; }
    .hero-block__main-content {
      position: relative;
      z-index: 2;
      width: calc(calc(100vw - 513px) - calc(calc(100vw - 1154px) / 2));
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .hero-block__main-content.vertical-top-align {
        align-items: flex-start; }
      .hero-block__main-content.vertical-bottom-align {
        align-items: flex-end; }
      .hero-block__main-content.horizontal-center-align {
        justify-content: center;
        width: 100%; }
      .hero-block__main-content.horizontal-right-align {
        justify-content: flex-end; }
      .hero-block__main-content-inner {
        padding-right: 50px; }
        @media (max-width: 900px) {
          .hero-block__main-content-inner {
            padding-right: 0; } }
        .hero-block__main-content-inner h1 {
          font-size: 55px !important;
          line-height: 45px !important; }
          @media (max-width: 600px) {
            .hero-block__main-content-inner h1 {
              font-size: 45px !important;
              line-height: 40px !important; } }
    @media (max-width: 900px) {
      .hero-block__main {
        width: 100%;
        padding: 300px 50px 225px; }
        .hero-block__main-content {
          width: 100%; } }
    @media (max-width: 600px) {
      .hero-block__main {
        padding: 200px 30px 125px; } }
  .hero-block__right {
    padding: 250px 30px 175px;
    text-align: center;
    background-size: cover;
    position: relative;
    width: 513px; }
    .hero-block__right-content {
      padding: 0 35px;
      position: relative;
      z-index: 2;
      color: #fff;
      font-size: 22px;
      line-height: 26px; }
      @media (max-width: 600px) {
        .hero-block__right-content {
          font-size: 17px;
          line-height: 22px;
          padding: 0; } }
      .hero-block__right-content a {
        color: #f9c44f;
        font-weight: 700;
        border-bottom: 2px solid #f9c44f; }
        .hero-block__right-content a:hover {
          color: #fff;
          text-decoration: none; }
      .hero-block__right-content::before {
        content: " ";
        height: 16px;
        width: 16px;
        border-radius: 16px;
        position: absolute;
        top: -35px;
        left: calc(50% - 8px);
        background-color: #f9c44f; }
      .hero-block__right-content.yes-email-subscribe .gform_wrapper {
        display: block; }
    @media (max-width: 900px) {
      .hero-block__right {
        width: 100%;
        padding: 75px 30px 50px; } }
    .hero-block__right .gform_wrapper {
      max-width: 300px;
      margin: 30px auto 0 auto;
      position: relative;
      display: none; }
      .hero-block__right .gform_wrapper .gform_body ul {
        list-style-type: none; }
        .hero-block__right .gform_wrapper .gform_body ul .gfield_label {
          display: none; }
      .hero-block__right .gform_wrapper .gform_body input[type="text"] {
        border-radius: 0;
        font-size: 15px;
        font-style: italic;
        padding: 11px 53px 11px 15px; }
      .hero-block__right .gform_wrapper .gform_footer {
        position: absolute;
        top: 0;
        right: 0;
        height: 41px;
        width: 41px; }
        .hero-block__right .gform_wrapper .gform_footer input.gform_button {
          background-color: #009fa6;
          width: 41px;
          height: 41px;
          padding: 8px;
          transition: all 0.2s ease-in-out; }
          .hero-block__right .gform_wrapper .gform_footer input.gform_button:hover {
            background-color: #006975; }
      .hero-block__right .gform_wrapper .validation_error {
        display: none; }
  .hero-block__overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; }

.home .hero-block__main {
  width: calc(100% - 430px);
  padding: 200px 0 165px 30px; }
  .home .hero-block__main-content {
    width: calc(calc(100vw - 430px) - calc(calc(100vw - 1354px) / 2)); }
    .home .hero-block__main-content.horizontal-center-align {
      width: 100%; }
  @media (max-width: 900px) {
    .home .hero-block__main {
      width: 100%;
      padding: 300px 50px 225px; }
      .home .hero-block__main-content {
        width: 100%; } }
  @media (max-width: 600px) {
    .home .hero-block__main {
      padding: 200px 30px 125px; } }
.home .hero-block__right {
  width: 430px;
  padding: 335px 30px 290px; }
  @media (max-width: 900px) {
    .home .hero-block__right {
      width: 100%;
      padding: 75px 30px 50px; } }
