.umFooterBox {
  a {
    background: 0 0;
    color: inherit;
    text-decoration: none;
  }

  .link,
  .tab-spinner,
  .tabs-button:hover {
    color: #f48120;
  }

  .wrapper {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer {
    font-size: 12px;
  }

  .site-footer-main {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e6e6e6;
  }

  .site-footer-quick-access .quick-access-heading {
    position: relative;
    display: block;
    font-size: 20px;
  }

  .site-footer-quick-access .quick-access-links:before {
    content: '';
    height: 12px;
    display: block;
  }

  .site-footer-quick-access .quick-access-links-col {
    display: inline;
  }

  .site-footer-quick-access .quick-access-link {
    width: 50%;
    margin-top: 3px;
    padding-left: 1.25em;
    position: relative;
    float: left;
    font-weight: 500;
  }

  .site-footer-quick-access .quick-access-link:before {
    content: '•';
    position: absolute;
    left: 0;
  }

  .site-footer-contacts {
    margin: 15px 0 0 -15px;
  }

  .site-footer-contact-link {
    padding-left: 1.5em;
    margin: 5px 0 0 15px;
    position: relative;
    display: inline-block;
  }

  .site-footer-contact-link>.icon-font {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
  }

  .site-footer-gst {
    margin-top: 15px;
  }

  .site-footer-gst-inner {
    max-width: 100%;
    padding: 4px;
    border-radius: 5px;
    background-color: #55aabc;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }

  .site-footer-cfm {
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 15px;
    display: table;
    width: 100%;
  }

  .site-footer-cfm a:hover {
    color: #f48120;
  }

  .site-footer-cfm-text,
  .site-footer-cfm-visual {
    display: table-cell;
    vertical-align: middle;
  }

  .site-footer-cfm-visual {
    width: 46%;
  }

  .site-footer-cfm-text {
    width: 51%;
    padding-left: 3%;
  }

  .site-footer-mcmc {
    padding-top: 15px;
    text-align: center;
  }

  // @media (min-width: 401px) {
  //   .site-footer-quick-access .quick-access-links-col {
  //     width: 22%;
  //     float: left;
  //   }

  //   .site-footer-quick-access .quick-access-links-col:first-child {
  //     width: 38%;
  //   }

  //   .site-footer-quick-access .quick-access-links-col:nth-child(2) {
  //     width: 40%;
  //   }

  //   .site-footer-quick-access .quick-access-link {
  //     width: auto;
  //     margin-top: 8px;
  //     float: none;
  //     display: block;
  //   }
  // }

  // @media (max-width: 640px) {
  //   .site-footer-cfm-text,
  //   .site-footer-cfm-visual {
  //     width: 100%;
  //     text-align: center;
  //     display: block;
  //   }

  //   .site-footer-cfm-text {
  //     padding-top: 8px;
  //     padding-left: 0;
  //   }

  //   .site-footer-mcmc img {
  //     height: 160px;
  //   }
  // }

  // @media (min-width: 481px) {
  .site-footer-main {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .site-footer-contacts,
  .site-footer-quick-access {
    font-size: 14px;
  }

  // }

  // @media (min-width: 641px) {
  .site-footer-main {
    overflow: hidden;
  }

  .site-footer-quick-access {
    width: 55%;
    padding-right: 15px;
    float: left;
  }

  .site-footer-cfm,
  .site-footer-contacts,
  .site-footer-gst,
  .site-footer-mcmc {
    width: 45%;
    padding-left: 15px;
    float: right;
    clear: right;
  }

  .site-footer-contacts {
    margin-top: 30px;
  }

  .site-footer-cfm {
    padding-top: 0;
    border-top: 0;
  }

  .site-footer-cfm-visual {
    width: 157px;
  }

  .site-footer-cfm-text {
    width: auto;
    padding-left: 10px;
  }

  .site-footer-mcmc img {
    height: 136px;
  }

  // }

  // @media (min-width: 1025px) {
  //   .site-footer-quick-access {
  //     width: 45%;
  //     padding-right: 2%;
  //   }

  //   .site-footer-cfm,
  //   .site-footer-contacts,
  //   .site-footer-gst,
  //   .site-footer-mcmc {
  //     float: left;
  //     clear: none;
  //   }

  //   .site-footer-contacts {
  //     width: 26%;
  //   }

  //   .site-footer-gst {
  //     width: 30%;
  //     margin-top: 0;
  //   }

  //   .site-footer-cfm {
  //     width: 30%;
  //   }

  //   .site-footer-mcmc {
  //     width: 15%;
  //     margin-top: -47px;
  //   }
  // }

  .site-footer-sub {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #cecece;
  }

  .site-footer-social {
    margin-left: -5px;
  }

  .site-footer-social-link {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;

    .icon-font {
      font-size: 16px !important;
    }
  }

  .site-footer-social-link:first-child {
    margin-left: 0;
  }

  .site-footer-social-link:hover {
    border-color: #f48120;
  }

  .site-footer-social-link[href*='facebook'] {
    color: #537abb;
  }

  .site-footer-social-link[href*='twitter'] {
    color: #78caee;
  }

  .site-footer-social-link[href*='youtube'] {
    color: #e62117;
  }

  .site-footer-social-link-img {
    vertical-align: middle;
    position: relative;
    top: -2px;
  }

  .site-footer-copyright {
    margin-top: 8px;
  }

  .site-footer-copyright a:hover {
    color: #000;
  }

  .site-footer-best-browser {
    margin-top: 5px;
    font-size: 10px;
  }

  // @media (min-width: 481px) {
  .site-footer-sub {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .site-footer-sub-wrapper {
    position: relative;
  }

  .site-footer-social {
    width: 160px;
    margin-left: 0;
    position: absolute;
    top: -7px;
    right: 15px;
    text-align: right;
  }

  .site-footer-copyright {
    padding-right: 165px;
  }


  .site-footer-contact-link:hover,
  .site-footer-quick-access .quick-access-link:hover {
    color: #f48120;
  }

  // }
}
