/* line 3, ../../global/footer/footer.scss */
footer {
  position: relative;
  z-index: 50;
  padding-top: 3.5em;
  padding-bottom: 260px; }
  /* line 9, ../../global/footer/footer.scss */
  footer a {
    text-decoration: none; }
  /* line 13, ../../global/footer/footer.scss */
  footer .main {
    align-items: center;
    padding-bottom: 1.5em;
    position: relative; }
    @media only screen and (max-width: 640px) {
      /* line 13, ../../global/footer/footer.scss */
      footer .main {
        padding-bottom: 0px; } }
    /* line 29, ../../global/footer/footer.scss */
    footer .main .logo_area {
      position: relative;
      z-index: 1; }
      /* line 33, ../../global/footer/footer.scss */
      footer .main .logo_area img {
        margin-bottom: 40px;
        width: 200px;
        transition: 0.25s ease margin; }
        @media only screen and (min-width: 1350px) {
          /* line 33, ../../global/footer/footer.scss */
          footer .main .logo_area img {
            margin-left: -30px; } }
      /* line 43, ../../global/footer/footer.scss */
      footer .main .logo_area p {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 18px;
        font-weight: 300; }
      /* line 47, ../../global/footer/footer.scss */
      footer .main .logo_area a {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 18px;
        font-weight: 300; }
        /* line 50, ../../global/footer/footer.scss */
        footer .main .logo_area a:hover, footer .main .logo_area a:after {
          text-decoration: underline; }
      /* line 56, ../../global/footer/footer.scss */
      footer .main .logo_area .contact_address_phone {
        margin-bottom: 1.5em; }
      /* line 60, ../../global/footer/footer.scss */
      footer .main .logo_area .address p {
        margin-bottom: 28px; }
        /* line 63, ../../global/footer/footer.scss */
        footer .main .logo_area .address p:last-of-type {
          margin-bottom: 0px; }
        /* line 68, ../../global/footer/footer.scss */
        footer .main .logo_area .address p a:hover, footer .main .logo_area .address p a:after {
          text-decoration: underline; }
        /* line 74, ../../global/footer/footer.scss */
        footer .main .logo_area .address p a[href^="mailto:"] {
          text-decoration: underline; }
          /* line 77, ../../global/footer/footer.scss */
          footer .main .logo_area .address p a[href^="mailto:"]:hover, footer .main .logo_area .address p a[href^="mailto:"]:after {
            text-decoration: none; }
    /* line 86, ../../global/footer/footer.scss */
    footer .main .navigation {
      display: flex;
      padding-top: 10px;
      margin-top: 40px;
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 640px) {
        /* line 86, ../../global/footer/footer.scss */
        footer .main .navigation {
          justify-content: flex-end; } }
      /* line 97, ../../global/footer/footer.scss */
      footer .main .navigation ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        /* line 102, ../../global/footer/footer.scss */
        footer .main .navigation ul li {
          margin: 0px; }
          /* line 105, ../../global/footer/footer.scss */
          footer .main .navigation ul li:before {
            display: none; }
      /* line 111, ../../global/footer/footer.scss */
      footer .main .navigation ul.menu_footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5em 1.5em;
        list-style: none; }
        @media only screen and (min-width: 400px) {
          /* line 111, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer {
            grid-template-columns: 1fr 1fr; } }
        @media only screen and (min-width: 1024px) {
          /* line 111, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer {
            gap: 0.5em 8em; } }
        /* line 129, ../../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 135, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li > a {
          font-size: 21px;
          line-height: 30px;
          margin-bottom: 18px;
          font-weight: 300;
          position: relative;
          display: block; }
          /* line 140, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > a:hover {
            text-decoration: none !important; }
            /* line 144, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > a:hover span:after {
              width: 100%; }
          /* line 150, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > a span {
            position: relative; }
            /* line 153, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > a span:after {
              height: 3px;
              background-color: #D17B3B;
              width: 0%;
              position: absolute;
              content: "";
              left: 0;
              bottom: -3px;
              transition: width 0.25s; }
        /* line 167, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li > ul {
          margin: 0px;
          list-style: none;
          height: 100%; }
          /* line 172, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > ul > li {
            margin: 0px 0px 20px 0px; }
            /* line 181, ../../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 187, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li > a {
              font-size: 16px;
              font-weight: 400; }
            /* line 193, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li > ul {
              margin: 0px;
              list-style: none;
              height: 100%; }
      /* line 203, ../../global/footer/footer.scss */
      footer .main .navigation .hold_cta {
        text-align: right; }
  /* line 210, ../../global/footer/footer.scss */
  footer .sub {
    margin-top: 10px;
    position: relative;
    padding-top: 40px;
    position: relative;
    z-index: 1; }
    /* line 217, ../../global/footer/footer.scss */
    footer .sub:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #D17B3B;
      content: "";
      position: absolute;
      left: 15px;
      width: calc(100% - 30px); }
    @media only screen and (max-width: 640px) {
      /* line 210, ../../global/footer/footer.scss */
      footer .sub {
        margin-top: 40px; } }
    /* line 234, ../../global/footer/footer.scss */
    footer .sub .hold_legal {
      display: flex;
      gap: 0.75em;
      align-items: center; }
      @media only screen and (max-width: 640px) {
        /* line 234, ../../global/footer/footer.scss */
        footer .sub .hold_legal {
          flex-wrap: wrap; } }
      /* line 243, ../../global/footer/footer.scss */
      footer .sub .hold_legal p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
        font-weight: 300;
        margin: 0px; }
        @media only screen and (max-width: 450px) {
          /* line 247, ../../global/footer/footer.scss */
          footer .sub .hold_legal p.pipe {
            display: none; } }
      /* line 254, ../../global/footer/footer.scss */
      footer .sub .hold_legal a {
        text-decoration: underline; }
        /* line 257, ../../global/footer/footer.scss */
        footer .sub .hold_legal a:hover, footer .sub .hold_legal a:focus {
          text-decoration: none; }
      /* line 263, ../../global/footer/footer.scss */
      footer .sub .hold_legal .legal_icons {
        display: flex;
        align-items: center;
        gap: 0.5em; }
        /* line 268, ../../global/footer/footer.scss */
        footer .sub .hold_legal .legal_icons .legal_icon {
          height: 27px;
          width: auto; }
    @media only screen and (max-width: 1024px) {
      /* line 275, ../../global/footer/footer.scss */
      footer .sub .hold_social {
        margin-top: 1.5em; } }
  /* line 282, ../../global/footer/footer.scss */
  footer .legal {
    position: relative;
    z-index: 1; }
    /* line 286, ../../global/footer/footer.scss */
    footer .legal p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 12px;
      font-weight: 300; }
      /* line 289, ../../global/footer/footer.scss */
      footer .legal p:first-of-type {
        padding-top: 35px;
        margin-top: 35px;
        border-top: 1px solid #D17B3B; }
      /* line 295, ../../global/footer/footer.scss */
      footer .legal p:last-of-type {
        margin-bottom: 0px; }
  /* line 302, ../../global/footer/footer.scss */
  footer .fm_section_divider {
    transform: translateY(-100%);
    bottom: auto;
    top: 15px; }
    /* line 307, ../../global/footer/footer.scss */
    footer .fm_section_divider svg path {
      fill: #333333; }

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

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