.home .main_slideshow_wrapper {
  margin-bottom: 40px;
  height: 70vh;
  min-height: 650px;
  position: relative; }
  @media (max-width: 1280px) {
    .home .main_slideshow_wrapper {
      min-height: 450px; } }
  .home .main_slideshow_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #000;
    width: 55vw;
    height: 90vh;
    min-height: calc(100% + 200px);
    top: -200px;
    right: 0; }
    @media (max-width: 1280px) {
      .home .main_slideshow_wrapper:before {
        width: 63vw; } }
    @media (max-width: 991px) {
      .home .main_slideshow_wrapper:before {
        width: 30vw; } }
  .home .main_slideshow_wrapper .main_slideshow {
    height: 70vh;
    padding-left: 50px;
    padding-right: 0;
    min-height: 650px;
    position: relative; }
    @media (max-width: 1280px) {
      .home .main_slideshow_wrapper .main_slideshow {
        min-height: 450px; } }
    .home .main_slideshow_wrapper .main_slideshow .single_slide {
      height: calc(70vh - 40px);
      min-height: calc(100% + 200px);
      position: relative; }
      .home .main_slideshow_wrapper .main_slideshow .single_slide .slide_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; }
        @media (max-width: 991px) {
          .home .main_slideshow_wrapper .main_slideshow .single_slide .slide_image:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2); } }
      @media (max-width: 991px) {
        .home .main_slideshow_wrapper .main_slideshow .single_slide {
          min-height: unset; } }
  .home .main_slideshow_wrapper .slideshow_content {
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 35vw; }
    @media (max-width: 1199px) {
      .home .main_slideshow_wrapper .slideshow_content {
        left: 70%;
        width: 40vw;
        padding-right: 0;
        padding-left: 0; } }
    @media (max-width: 991px) {
      .home .main_slideshow_wrapper .slideshow_content {
        left: calc(60% + 50px);
        top: 50%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 60%; } }
    @media (max-width: 767px) {
      .home .main_slideshow_wrapper .slideshow_content {
        left: 50px;
        top: 0;
        width: auto;
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        width: calc(100% - 50px);
        height: 100%;
        text-align: center; } }
    .home .main_slideshow_wrapper .slideshow_content > .inner {
      display: table;
      height: 100%;
      width: 100%; }
      .home .main_slideshow_wrapper .slideshow_content > .inner > .inner {
        display: table-cell;
        vertical-align: top; }
        .home .main_slideshow_wrapper .slideshow_content > .inner > .inner h1 {
          color: #fff;
          font-size: 55px;
          letter-spacing: 4px;
          -webkit-font-smoothing: antialiased;
          margin-bottom: 40px;
          -o-transition: all .3s ease-in-out;
             transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -webkit-transition: all .3s ease-in-out; }
          @media (max-width: 1500px) {
            .home .main_slideshow_wrapper .slideshow_content > .inner > .inner h1 {
              font-size: 50px; } }
          @media (max-width: 1440px) {
            .home .main_slideshow_wrapper .slideshow_content > .inner > .inner h1 {
              font-size: 45px; } }
          @media (max-width: 1199px) {
            .home .main_slideshow_wrapper .slideshow_content > .inner > .inner h1 {
              font-size: 40px; } }
          @media (max-width: 660px) {
            .home .main_slideshow_wrapper .slideshow_content > .inner > .inner h1 {
              font-size: 30px; } }
        .home .main_slideshow_wrapper .slideshow_content > .inner > .inner .slideshow_cta {
          background-color: #f1eee7;
          padding: 12px 20px;
          color: #000;
          font-family: "NexaBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
          text-transform: uppercase;
          font-size: 14px;
          letter-spacing: 3px;
          display: inline-block;
          -o-transition: all .3s ease-in-out;
             transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -webkit-transition: all .3s ease-in-out; }
          @media (max-width: 1440px) {
            .home .main_slideshow_wrapper .slideshow_content > .inner > .inner .slideshow_cta {
              font-size: 18px; } }
          @media (max-width: 1199px) {
            .home .main_slideshow_wrapper .slideshow_content > .inner > .inner .slideshow_cta {
              font-size: 16px; } }
          @media (max-width: 991px) {
            .home .main_slideshow_wrapper .slideshow_content > .inner > .inner .slideshow_cta {
              padding: 10px 15px;
              font-size: 15px; } }
          @media (max-width: 767px) {
            .home .main_slideshow_wrapper .slideshow_content > .inner > .inner .slideshow_cta {
              padding: 10px 15px;
              font-size: 11px; } }
          .home .main_slideshow_wrapper .slideshow_content > .inner > .inner .slideshow_cta:hover {
            color: #fff;
            background-color: #000; }
        @media (max-width: 1460px) {
          .home .main_slideshow_wrapper .slideshow_content > .inner > .inner {
            padding-right: 0; } }
        @media (max-width: 767px) {
          .home .main_slideshow_wrapper .slideshow_content > .inner > .inner {
            vertical-align: middle; } }

.home .about_wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .home .about_wrapper .about_content > .inner {
    display: table;
    width: 100%;
    height: 100%; }
    .home .about_wrapper .about_content > .inner > .inner {
      display: table-cell;
      vertical-align: top;
      padding-top: 50px;
      padding-bottom: 60px; }
      .home .about_wrapper .about_content > .inner > .inner h2 {
        font-size: 42px;
        letter-spacing: 3px;
        margin: 0; }
        @media (max-width: 1280px) {
          .home .about_wrapper .about_content > .inner > .inner h2 {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .home .about_wrapper .about_content > .inner > .inner h2 {
            max-width: 65%; } }
        @media (max-width: 480px) {
          .home .about_wrapper .about_content > .inner > .inner h2 {
            font-size: 30px; } }
      .home .about_wrapper .about_content > .inner > .inner .split {
        width: 150px;
        height: 1px;
        background-color: #000;
        margin: 20px 0 30px 0;
        margin-left: -60px; }
        @media (max-width: 767px) {
          .home .about_wrapper .about_content > .inner > .inner .split {
            width: 80px;
            margin-left: -10px; } }
      .home .about_wrapper .about_content > .inner > .inner .about_body {
        font-size: 18px; }
        .home .about_wrapper .about_content > .inner > .inner .about_body p {
          font-size: 18px;
          margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .home .about_wrapper .about_content > .inner > .inner {
          padding-bottom: 30px; } }
  .home .about_wrapper .about_images {
    position: relative; }
    .home .about_wrapper .about_images .about_image_1 {
      position: absolute;
      max-width: 20vw;
      z-index: 1;
      left: 50px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 767px) {
        .home .about_wrapper .about_images .about_image_1 {
          left: 15px;
          max-width: 36vw; } }
    @media (max-width: 767px) {
      .home .about_wrapper .about_images .about_image_2_mobile {
        width: calc(100% - 40px);
        margin-left: 40px; } }
  .home .about_wrapper .about_image_2 {
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.home .selling_points_wrapper {
  position: relative;
  padding: 70px 0;
  background-color: #000; }
  .home .selling_points_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f1eee7; }
    @media (max-width: 1440px) {
      .home .selling_points_wrapper:before {
        width: calc(100% - 40px); } }
    @media (max-width: 1199px) {
      .home .selling_points_wrapper:before {
        width: calc(100% - 20px); } }
  .home .selling_points_wrapper > .inner {
    width: calc(100% - 50px);
    display: table; }
  .home .selling_points_wrapper .selling_title h2 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 3px;
    margin: 0; }
    @media (max-width: 480px) {
      .home .selling_points_wrapper .selling_title h2 {
        font-size: 32px;
        line-height: 40px; } }
  .home .selling_points_wrapper .selling_title .split {
    width: 150px;
    height: 1px;
    background-color: #000;
    margin: 30px auto;
    margin-top: 20px; }
  .home .selling_points_wrapper .selling_points {
    padding: 0; }
    .home .selling_points_wrapper .selling_points .feature_title {
      font-size: 32px;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-top: 50px;
      margin-bottom: 20px; }
      .home .selling_points_wrapper .selling_points .feature_title span {
        display: block;
        position: relative; }
        .home .selling_points_wrapper .selling_points .feature_title span:after {
          content: '';
          display: inline-block;
          height: 1px;
          width: 30%;
          margin-left: 10px;
          top: 44%;
          position: absolute;
          background-color: #000; }
      @media (min-width: 1441px) and (max-width: 1600px) {
        .home .selling_points_wrapper .selling_points .feature_title {
          font-size: 28px; } }
      @media (min-width: 1281px) and (max-width: 1440px) {
        .home .selling_points_wrapper .selling_points .feature_title {
          font-size: 26px;
          margin-top: 30px; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .home .selling_points_wrapper .selling_points .feature_title {
          font-size: 24px;
          margin-top: 30px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .home .selling_points_wrapper .selling_points .feature_title {
          font-size: 22px;
          margin-top: 30px; } }
      @media (max-width: 991px) {
        .home .selling_points_wrapper .selling_points .feature_title {
          margin-top: 0; } }
      @media (max-width: 660px) {
        .home .selling_points_wrapper .selling_points .feature_title {
          font-size: 26px; } }
    .home .selling_points_wrapper .selling_points .feature_body {
      padding-right: 40px;
      font-size: 18px; }
      .home .selling_points_wrapper .selling_points .feature_body p {
        font-size: 18px; }
      .home .selling_points_wrapper .selling_points .feature_body strong {
        font-family: "NexaBold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      @media (max-width: 991px) {
        .home .selling_points_wrapper .selling_points .feature_body {
          padding-right: 0; } }
    .home .selling_points_wrapper .selling_points .feature_first {
      margin-bottom: 20px; }
      .home .selling_points_wrapper .selling_points .feature_first .feature_image_first {
        min-height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .home .selling_points_wrapper .selling_points .feature_first .feature_content {
        width: calc(50% - 50px); }
        .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner {
          display: table;
          width: 90%;
          height: 100%; }
          .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner > .inner {
            display: table-cell;
            vertical-align: middle;
            padding: 40px; }
            .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner > .inner .feature_title {
              margin-top: 0; }
              @media (max-width: 1280px) {
                .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner > .inner .feature_title {
                  font-size: 32px; } }
              @media (max-width: 1199px) {
                .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner > .inner .feature_title {
                  font-size: 26px; } }
              @media (max-width: 991px) {
                .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner > .inner .feature_title {
                  font-size: 34px;
                  margin-top: 0; } }
              @media (max-width: 660px) {
                .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner > .inner .feature_title {
                  font-size: 26px; } }
            @media (max-width: 1199px) {
              .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner > .inner {
                padding-right: 20px; } }
            @media (max-width: 991px) {
              .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner > .inner {
                padding: 0; } }
          @media (max-width: 1199px) {
            .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner {
              width: 100%; } }
          @media (max-width: 991px) {
            .home .selling_points_wrapper .selling_points .feature_first .feature_content > .inner {
              width: 100%; } }
        @media (max-width: 1440px) {
          .home .selling_points_wrapper .selling_points .feature_first .feature_content {
            width: calc(50% - 40px); } }
        @media (max-width: 991px) {
          .home .selling_points_wrapper .selling_points .feature_first .feature_content {
            padding: 55px;
            max-width: 600px;
            display: block;
            margin: 0 auto;
            width: 100%; } }
        @media (max-width: 660px) {
          .home .selling_points_wrapper .selling_points .feature_first .feature_content {
            padding: 55px 30px; } }
    @media (min-width: 992px) {
      .home .selling_points_wrapper .selling_points .sub-features .feature_single:first-child {
        padding-left: 0; }
      .home .selling_points_wrapper .selling_points .sub-features .feature_single:nth-child(2) {
        padding: 0; }
      .home .selling_points_wrapper .selling_points .sub-features .feature_single:last-child {
        padding-right: 0; } }
    @media (max-width: 991px) {
      .home .selling_points_wrapper .selling_points .sub-features .feature_single {
        padding: 0; } }
    .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_image {
      min-height: 400px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 1440px) {
        .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_image {
          min-height: 300px; } }
      @media (max-width: 991px) {
        .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_image {
          min-height: 300px; } }
    .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_content {
      padding: 20px 40px;
      padding-right: 0;
      width: calc(100% - 50px); }
      @media (max-width: 1500px) {
        .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_content {
          padding: 20px;
          padding-right: 0; } }
      @media (max-width: 1440px) {
        .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_content {
          width: calc(100% - 40px); } }
      @media (max-width: 1199px) {
        .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_content {
          width: calc(100% - 20px); } }
      @media (max-width: 991px) {
        .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_content {
          padding: 55px;
          max-width: 600px;
          display: block;
          margin: 0 auto; } }
      @media (max-width: 660px) {
        .home .selling_points_wrapper .selling_points .sub-features .feature_single .feature_content {
          padding: 55px 30px; } }
  @media (max-width: 767px) {
    .home .selling_points_wrapper {
      padding: 70px 0 40px 0; } }

.home .downloadables_wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .home .downloadables_wrapper .backgrounds {
    position: absolute;
    width: 100%;
    height: calc(100% - 120px);
    top: 60px;
    left: 0;
    padding: 0; }
    .home .downloadables_wrapper .backgrounds .col-md-7 {
      height: 100%;
      background-color: #000; }
    .home .downloadables_wrapper .backgrounds .downloads_background {
      position: absolute;
      height: calc(100% + 120px);
      top: -60px;
      right: 0;
      width: 50%;
      z-index: -1;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media (max-width: 991px) {
        .home .downloadables_wrapper .backgrounds .downloads_background {
          height: 100%;
          top: 0; } }
      @media (max-width: 767px) {
        .home .downloadables_wrapper .backgrounds .downloads_background {
          top: 0;
          right: 0;
          width: 100%;
          height: 100%; }
          .home .downloadables_wrapper .backgrounds .downloads_background:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.7);
            width: 100%;
            height: 100%; } }
    @media (max-width: 991px) {
      .home .downloadables_wrapper .backgrounds {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; } }
  @media (max-width: 767px) {
    .home .downloadables_wrapper .container.large {
      width: 100%;
      max-width: 100%; } }
  .home .downloadables_wrapper .downloads_content {
    background-color: #000;
    color: #fff;
    padding: 40px 60px;
    position: relative; }
    .home .downloadables_wrapper .downloads_content .downloads_title h2 {
      font-size: 36px;
      letter-spacing: 3px;
      margin: 0; }
      @media (max-width: 1280px) {
        .home .downloadables_wrapper .downloads_content .downloads_title h2 {
          font-size: 42px; } }
      @media (max-width: 1199px) {
        .home .downloadables_wrapper .downloads_content .downloads_title h2 {
          font-size: 40px; } }
      @media (max-width: 991px) {
        .home .downloadables_wrapper .downloads_content .downloads_title h2 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .home .downloadables_wrapper .downloads_content .downloads_title h2 {
          font-size: 26px; } }
    .home .downloadables_wrapper .downloads_content .downloads_title .split {
      width: 100px;
      height: 1px;
      background-color: #fff;
      margin: 20px 0 30px 0;
      margin-left: -30px; }
      @media (max-width: 1280px) {
        .home .downloadables_wrapper .downloads_content .downloads_title .split {
          width: 80px;
          margin-left: -30px; } }
      @media (max-width: 1199px) {
        .home .downloadables_wrapper .downloads_content .downloads_title .split {
          width: 50px;
          margin-left: -10px; } }
    .home .downloadables_wrapper .downloads_content .downloads_body {
      font-size: 16px;
      margin-bottom: 20px; }
      .home .downloadables_wrapper .downloads_content .downloads_body p {
        font-size: 18px;
        margin-bottom: 30px; }
    .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single {
      color: #fff;
      display: block; }
      .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12 {
        position: relative; }
        .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12:before {
          content: '';
          width: 60px;
          height: 60px;
          position: absolute;
          left: 15px;
          top: calc(50% - 30px);
          background-image: url("../images/icons/download-icon.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-color: #f1eee7; }
          @media (max-width: 1199px) {
            .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12:before {
              width: 55px;
              height: 55px; } }
        .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12 .inner {
          min-height: 70px;
          padding-left: 85px;
          padding-top: 20px;
          padding-bottom: 20px; }
          .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12 .inner h3 {
            text-decoration: underline;
            font-size: 20px;
            padding-bottom: 10px; }
            @media (max-width: 1199px) {
              .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12 .inner h3 {
                font-size: 20px; } }
            @media (max-width: 991px) {
              .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12 .inner h3 {
                font-size: 18px; } }
          .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12 .inner .pdf_description {
            position: relative;
            padding-left: 20px; }
            .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12 .inner .pdf_description:before {
              content: '';
              display: block;
              position: absolute;
              top: 9px;
              left: 0;
              height: 1px;
              background-color: #fff;
              width: 10px; }
          @media (max-width: 1199px) {
            .home .downloadables_wrapper .downloads_content .downloads_pdfs .download-single .col-md-12 .inner {
              padding-left: 75px; } }
    @media (max-width: 1199px) {
      .home .downloadables_wrapper .downloads_content {
        padding: 60px 40px; } }
    @media (max-width: 767px) {
      .home .downloadables_wrapper .downloads_content {
        background-color: transparent;
        padding: 55px;
        max-width: 600px;
        display: block;
        margin: 0 auto; } }
    @media (max-width: 660px) {
      .home .downloadables_wrapper .downloads_content {
        padding: 55px 30px; } }
  @media (max-width: 767px) {
    .home .downloadables_wrapper {
      padding: 0; } }

.home .contact_wrapper {
  overflow: hidden; }
  @media (max-width: 767px) {
    .home .contact_wrapper > .container.large {
      max-width: 100%;
      width: 100%; } }
  .home .contact_wrapper .where_wrapper > .inner, .home .contact_wrapper .form_wrapper > .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    .home .contact_wrapper .where_wrapper > .inner > .inner, .home .contact_wrapper .form_wrapper > .inner > .inner {
      display: table-cell;
      vertical-align: top;
      padding: 50px;
      padding-top: 80px; }
      .home .contact_wrapper .where_wrapper > .inner > .inner h2, .home .contact_wrapper .form_wrapper > .inner > .inner h2 {
        font-size: 42px;
        letter-spacing: 3px;
        margin: 0;
        width: 80%; }
        @media (max-width: 1450px) {
          .home .contact_wrapper .where_wrapper > .inner > .inner h2, .home .contact_wrapper .form_wrapper > .inner > .inner h2 {
            width: 85%;
            font-size: 40px; } }
        @media (max-width: 1290px) {
          .home .contact_wrapper .where_wrapper > .inner > .inner h2, .home .contact_wrapper .form_wrapper > .inner > .inner h2 {
            font-size: 35px; } }
        @media (max-width: 1199px) {
          .home .contact_wrapper .where_wrapper > .inner > .inner h2, .home .contact_wrapper .form_wrapper > .inner > .inner h2 {
            width: 90%; } }
        @media (max-width: 991px) {
          .home .contact_wrapper .where_wrapper > .inner > .inner h2, .home .contact_wrapper .form_wrapper > .inner > .inner h2 {
            width: 100%; } }
        @media (max-width: 767px) {
          .home .contact_wrapper .where_wrapper > .inner > .inner h2, .home .contact_wrapper .form_wrapper > .inner > .inner h2 {
            font-size: 30px; } }
      .home .contact_wrapper .where_wrapper > .inner > .inner .split, .home .contact_wrapper .form_wrapper > .inner > .inner .split {
        width: 150px;
        height: 1px;
        background-color: #000;
        margin: 20px 0 30px 0;
        margin-left: -60px; }
        @media (max-width: 767px) {
          .home .contact_wrapper .where_wrapper > .inner > .inner .split, .home .contact_wrapper .form_wrapper > .inner > .inner .split {
            width: 80px;
            margin-left: -10px; } }
      .home .contact_wrapper .where_wrapper > .inner > .inner .contact_body, .home .contact_wrapper .form_wrapper > .inner > .inner .contact_body {
        font-size: 18px; }
        .home .contact_wrapper .where_wrapper > .inner > .inner .contact_body p, .home .contact_wrapper .form_wrapper > .inner > .inner .contact_body p {
          font-size: 18px;
          margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .home .contact_wrapper .where_wrapper > .inner > .inner, .home .contact_wrapper .form_wrapper > .inner > .inner {
          padding: 30px;
          padding-top: 80px; } }
      @media (max-width: 991px) {
        .home .contact_wrapper .where_wrapper > .inner > .inner, .home .contact_wrapper .form_wrapper > .inner > .inner {
          padding: 0;
          padding-top: 80px;
          padding-bottom: 80px;
          display: block; } }
      @media (max-width: 767px) {
        .home .contact_wrapper .where_wrapper > .inner > .inner, .home .contact_wrapper .form_wrapper > .inner > .inner {
          padding: 0;
          padding-top: 60px;
          padding-bottom: 60px;
          display: block; } }
    @media (max-width: 991px) {
      .home .contact_wrapper .where_wrapper > .inner, .home .contact_wrapper .form_wrapper > .inner {
        display: block;
        max-width: 600px;
        margin: 0 auto;
        padding: 0 55px; } }
    @media (max-width: 767px) {
      .home .contact_wrapper .where_wrapper > .inner, .home .contact_wrapper .form_wrapper > .inner {
        display: block;
        width: 100%;
        padding: 0 30px; } }
  .home .contact_wrapper .where_wrapper .where_cta {
    background-color: #f1eee7;
    padding: 15px 20px;
    display: inline-block;
    color: #000;
    font-family: "NexaBold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    -o-transition: all .3s ease-in-out;
       transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
    .home .contact_wrapper .where_wrapper .where_cta:hover {
      color: #fff;
      background-color: #000; }
  .home .contact_wrapper .form_wrapper {
    position: relative; }
    .home .contact_wrapper .form_wrapper:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 200%;
      height: 100%;
      background-color: #f1eee7; }
