/* line 3, ../../global/footer/footer.scss */
footer {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../../_images/footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    /* line 3, ../../global/footer/footer.scss */
    footer {
      padding-top: 55px;
      padding-bottom: 55px; } }
  /* line 12, ../../global/footer/footer.scss */
  footer a {
    text-decoration: none; }
    /* line 15, ../../global/footer/footer.scss */
    footer a:hover {
      text-decoration: underline !important; }
  /* line 20, ../../global/footer/footer.scss */
  footer .main {
    padding-bottom: 65px;
    position: relative; }
    @media only screen and (max-width: 640px) {
      /* line 20, ../../global/footer/footer.scss */
      footer .main {
        padding-bottom: 0px; } }
    /* line 28, ../../global/footer/footer.scss */
    footer .main .logo_area {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center; }
      /* line 34, ../../global/footer/footer.scss */
      footer .main .logo_area img {
        max-width: 160px; }
    /* line 39, ../../global/footer/footer.scss */
    footer .main .navigation {
      display: flex;
      justify-content: flex-end;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 1024px) {
        /* line 39, ../../global/footer/footer.scss */
        footer .main .navigation {
          justify-content: flex-start;
          margin-top: 40px; } }
      @media only screen and (min-width: 1300px) {
        /* line 39, ../../global/footer/footer.scss */
        footer .main .navigation {
          padding-left: 60px; } }
      /* line 55, ../../global/footer/footer.scss */
      footer .main .navigation .address p {
        margin: 0px; }
        /* line 57, ../../global/footer/footer.scss */
        footer .main .navigation .address p:last-of-type {
          margin-bottom: 0px; }
        /* line 61, ../../global/footer/footer.scss */
        footer .main .navigation .address p a {
          text-decoration: underline; }
          /* line 63, ../../global/footer/footer.scss */
          footer .main .navigation .address p a:hover {
            color: #b28a50; }
      /* line 69, ../../global/footer/footer.scss */
      footer .main .navigation ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        /* line 74, ../../global/footer/footer.scss */
        footer .main .navigation ul li {
          margin: 0px; }
          /* line 77, ../../global/footer/footer.scss */
          footer .main .navigation ul li:before {
            display: none; }
      /* line 83, ../../global/footer/footer.scss */
      footer .main .navigation ul.menu_footer {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        gap: 55px; }
        @media only screen and (max-width: 640px) {
          /* line 83, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer {
            gap: 10px; } }
        @media only screen and (max-width: 640px) {
          /* line 93, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li {
            flex: 0 0 100%; } }
        /* line 100, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li:last-of-type {
          min-width: 0px; }
        /* line 107, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li.menu_header_item_active > a:after, footer .main .navigation ul.menu_footer > li.menu_header_item_parent_active > a:after {
          width: 100%; }
        /* line 113, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li > a {
          font-weight: 500;
          font-size: 18px;
          position: relative;
          margin-bottom: 20px;
          display: block; }
          /* line 120, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > a:hover {
            text-decoration: none !important; }
            /* line 124, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > a:hover span:after {
              width: 100%; }
          /* line 130, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > a span {
            position: relative; }
            /* line 133, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > a span:after {
              height: 3px;
              background-color: #0a2539;
              width: 0%;
              position: absolute;
              content: "";
              left: 0;
              bottom: -3px;
              transition: width 0.25s; }
        /* line 147, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li > ul {
          margin: 0px;
          list-style: none;
          height: 100%; }
          /* line 152, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > ul > li {
            margin: 0px 0px 20px 0px; }
            /* line 161, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li.menu_header_item_active > a, footer .main .navigation ul.menu_footer > li > ul > li:hover > a {
              text-decoration: underline;
              font-weight: 400; }
            /* line 167, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li > a {
              font-size: 16px;
              font-weight: 400; }
            /* line 173, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li > ul {
              margin: 0px;
              list-style: none;
              height: 100%; }
      /* line 183, ../../global/footer/footer.scss */
      footer .main .navigation .hold_cta {
        text-align: right; }
  /* line 190, ../../global/footer/footer.scss */
  footer .sub {
    position: relative;
    padding-top: 30px;
    position: relative;
    z-index: 1; }
    /* line 196, ../../global/footer/footer.scss */
    footer .sub:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #b28a50;
      content: "";
      position: absolute;
      left: 15px;
      width: calc(100% - 30px); }
    @media only screen and (max-width: 640px) {
      /* line 190, ../../global/footer/footer.scss */
      footer .sub {
        margin-top: 40px; } }
    /* line 213, ../../global/footer/footer.scss */
    footer .sub .hold_social {
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 1024px) {
        /* line 213, ../../global/footer/footer.scss */
        footer .sub .hold_social {
          justify-content: flex-end; } }
      @media only screen and (max-width: 1024px) {
        /* line 213, ../../global/footer/footer.scss */
        footer .sub .hold_social {
          margin-top: 5px; } }
      /* line 225, ../../global/footer/footer.scss */
      footer .sub .hold_social .social_icons {
        display: flex;
        align-items: center; }
        /* line 229, ../../global/footer/footer.scss */
        footer .sub .hold_social .social_icons .social_icon {
          margin-left: 30px; }
          @media only screen and (max-width: 1024px) {
            /* line 229, ../../global/footer/footer.scss */
            footer .sub .hold_social .social_icons .social_icon {
              margin-left: 0px;
              margin-right: 30px; } }
          /* line 237, ../../global/footer/footer.scss */
          footer .sub .hold_social .social_icons .social_icon a {
            display: inline-flex;
            align-items: center;
            color: inherit;
            text-decoration: none; }
          /* line 244, ../../global/footer/footer.scss */
          footer .sub .hold_social .social_icons .social_icon img,
          footer .sub .hold_social .social_icons .social_icon svg {
            height: 25px;
            width: auto;
            display: block; }
          /* line 252, ../../global/footer/footer.scss */
          footer .sub .hold_social .social_icons .social_icon svg,
          footer .sub .hold_social .social_icons .social_icon svg * {
            transition: fill 0.35s ease, stroke 0.35s ease; }
          /* line 260, ../../global/footer/footer.scss */
          footer .sub .hold_social .social_icons .social_icon:hover svg *:not([fill="#0A2539" i]) {
            fill: #b28a50;
            stroke: #b28a50; }
    /* line 268, ../../global/footer/footer.scss */
    footer .sub .hold_legal {
      display: flex; }
      @media only screen and (max-width: 640px) {
        /* line 268, ../../global/footer/footer.scss */
        footer .sub .hold_legal {
          flex-wrap: wrap; } }
      /* line 275, ../../global/footer/footer.scss */
      footer .sub .hold_legal p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
        font-weight: 300;
        margin: 0px; }
        @media only screen and (max-width: 640px) {
          /* line 275, ../../global/footer/footer.scss */
          footer .sub .hold_legal p {
            margin-bottom: 15px; } }
        @media only screen and (max-width: 640px) {
          /* line 283, ../../global/footer/footer.scss */
          footer .sub .hold_legal p span.pipe {
            display: none; } }
      /* line 290, ../../global/footer/footer.scss */
      footer .sub .hold_legal a {
        text-decoration: underline; }
        /* line 292, ../../global/footer/footer.scss */
        footer .sub .hold_legal a:hover {
          color: #b28a50; }
    /* line 297, ../../global/footer/footer.scss */
    footer .sub .icons {
      margin-left: 20px;
      display: flex;
      gap: 10px; }
  /* line 304, ../../global/footer/footer.scss */
  footer .legal {
    position: relative;
    z-index: 1; }
    /* line 308, ../../global/footer/footer.scss */
    footer .legal p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 12px;
      font-weight: 300; }
      /* line 311, ../../global/footer/footer.scss */
      footer .legal p:first-of-type {
        padding-top: 35px;
        margin-top: 35px;
        border-top: 1px solid #0a2539; }
      /* line 317, ../../global/footer/footer.scss */
      footer .legal p:last-of-type {
        margin-bottom: 0px; }

/* line 327, ../../global/footer/footer.scss */
.one_page_mode footer .main .navigation {
  justify-content: flex-start; }

/* line 333, ../../global/footer/footer.scss */
.cta {
  padding: 110px 0px;
  position: relative; }
  @media only screen and (max-width: 640px) {
    /* line 333, ../../global/footer/footer.scss */
    .cta {
      padding: 60px 0px; } }
  /* line 339, ../../global/footer/footer.scss */
  .cta:before {
    content: "";
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    height: 78px;
    background-image: url("../../../../_images/separator.png");
    background-size: auto 78px;
    background-position: center;
    background-repeat: repeat-x;
    z-index: 1; }
  /* line 352, ../../global/footer/footer.scss */
  .cta:after {
    content: "";
    position: absolute;
    bottom: -78px;
    left: 0;
    width: 100%;
    height: 78px;
    background-image: url("../../../../_images/separator.png");
    background-size: auto 78px;
    background-position: center;
    background-repeat: repeat-x;
    z-index: 1;
    transform: scaleY(-1); }
  /* line 366, ../../global/footer/footer.scss */
  .cta .hold_image {
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 370, ../../global/footer/footer.scss */
    .cta .hold_image img {
      padding: 0px 40px; }

/*# sourceMappingURL=footer.css.map */