/* line 3, ../../global/footer/footer.scss */
footer {
  padding-top: 65px;
  padding-bottom: 65px; }
  @media only screen and (max-width: 1024px) {
    /* line 3, ../../global/footer/footer.scss */
    footer {
      padding-top: 55px;
      padding-bottom: 55px; } }
  /* line 6, ../../global/footer/footer.scss */
  footer a {
    text-decoration: none; }
  /* line 12, ../../global/footer/footer.scss */
  footer .main .logo_area img {
    margin-bottom: 55px;
    max-width: 200px; }
  /* line 18, ../../global/footer/footer.scss */
  footer .main .navigation {
    display: flex;
    padding-top: 10px;
    justify-content: flex-end; }
    @media only screen and (min-width: 640px) {
      /* line 18, ../../global/footer/footer.scss */
      footer .main .navigation {
        padding-left: 60px; } }
    /* line 27, ../../global/footer/footer.scss */
    footer .main .navigation ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
    /* line 33, ../../global/footer/footer.scss */
    footer .main .navigation ul.menu_footer {
      display: flex;
      list-style: none;
      flex-wrap: wrap; }
      /* line 39, ../../global/footer/footer.scss */
      footer .main .navigation ul.menu_footer > li {
        min-width: 190px; }
        /* line 45, ../../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 51, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li > a {
          font-weight: 500;
          font-size: 18px;
          position: relative;
          margin-bottom: 14px;
          display: block; }
          /* line 59, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > a:hover:after {
            width: 100%; }
          /* line 64, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > a:after {
            height: 2px;
            background-color: #83d7cf;
            width: 0%;
            position: absolute;
            content: '';
            left: 0;
            bottom: 0px;
            transition: width .25s; }
        /* line 77, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li > ul {
          margin: 0px;
          list-style: none;
          height: 100%; }
          /* line 82, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > ul > li {
            margin: 0px 0px 14px 0px; }
            /* line 87, ../../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 93, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li > a {
              font-size: 14px; }
            /* line 98, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li > ul {
              margin: 0px;
              list-style: none;
              height: 100%; }
    /* line 108, ../../global/footer/footer.scss */
    footer .main .navigation .hold_cta {
      text-align: right; }
  /* line 115, ../../global/footer/footer.scss */
  footer .sub {
    margin-top: 10px; }
    @media only screen and (max-width: 640px) {
      /* line 115, ../../global/footer/footer.scss */
      footer .sub {
        margin-top: 40px; } }
    /* line 122, ../../global/footer/footer.scss */
    footer .sub .hold_social {
      display: flex;
      align-items: center; }
      /* line 126, ../../global/footer/footer.scss */
      footer .sub .hold_social .social_icons {
        display: flex;
        align-items: center; }
        /* line 130, ../../global/footer/footer.scss */
        footer .sub .hold_social .social_icons .social_icon {
          margin-right: 30px; }
          /* line 133, ../../global/footer/footer.scss */
          footer .sub .hold_social .social_icons .social_icon img {
            opacity: 1;
            transition: opacity .25s; }
            /* line 137, ../../global/footer/footer.scss */
            footer .sub .hold_social .social_icons .social_icon img:hover {
              opacity: .7; }
    @media only screen and (min-width: 640px) {
      /* line 145, ../../global/footer/footer.scss */
      footer .sub .hold_legal {
        text-align: right; } }
    @media only screen and (max-width: 640px) {
      /* line 145, ../../global/footer/footer.scss */
      footer .sub .hold_legal {
        margin-top: 50px; } }
    /* line 155, ../../global/footer/footer.scss */
    footer .sub .hold_legal p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 12px; }
    /* line 159, ../../global/footer/footer.scss */
    footer .sub .hold_legal a {
      text-decoration: underline; }
  /* line 166, ../../global/footer/footer.scss */
  footer .legal p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px; }
    /* line 169, ../../global/footer/footer.scss */
    footer .legal p:first-of-type {
      padding-top: 35px;
      margin-top: 35px;
      border-top: 1px solid #fefefe; }
    /* line 175, ../../global/footer/footer.scss */
    footer .legal p:last-of-type {
      margin-bottom: 0px; }

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

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