/* Variables */
/* Fonts */
/* Imports */
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
BORDER-RADIUS
*********************/
/* @include border-radius(6px); */
/*********************
BOX-SHADOW
*********************/
/* @include box-shadow(6px, 6px, 10px, 0, #000000); */
.arctic-footer {
  font-family: "Roboto", sans-serif;
  background: #fff;
  color: #fff;
  text-align: center;
  padding-top: 2em;
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 985px 339px;
  background-size: 985px 339px; }
  .arctic-footer .intro {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 0 0 0.5em; }
  .arctic-footer .social {
    text-align: center; }
    .arctic-footer .social li {
      display: inline-block; }
    .arctic-footer .social a {
      color: #fff; }
      .arctic-footer .social a:hover {
        color: #70bfea; }
      .arctic-footer .social a i {
        width: auto;
        height: auto;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 8px; }
  .arctic-footer .strap {
    margin: 0;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
    color: #70bfea;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 1.6rem; }
  .arctic-footer .signup {
    max-width: 240px;
    margin: 0 auto;
    color: #000;
    padding-top: 7em;
    padding-bottom: 1em; }
    .arctic-footer .signup .intro {
      margin-bottom: 1em;
      font-size: 8.5px;
      font-size: 0.85rem; }
    .arctic-footer .signup .row {
      padding: 0;
      margin-bottom: 1em; }
    .arctic-footer .signup label {
      text-indent: -5000;
      position: absolute;
      left: -5000px; }
    .arctic-footer .signup input[type=text] {
      border: none;
      background: #ebebea;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .arctic-footer .signup input[type=submit] {
      background-color: #434343 !important;
      text-transform: uppercase;
      color: #fff;
      font-family: "Anton", sans-serif !important;
      font-size: 8.5px !important;
      font-size: 0.85rem !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      letter-spacing: 1px;
      padding: 0.5em 20px; }
    .arctic-footer .signup input[type=radio] + label {
      position: static;
      @indlude font-size(0.75);
      font-weight: 300 !important; }
  .arctic-footer .footer-lower {
    font-size: 7.5px;
    font-size: 0.75rem;
    color: #000;
    line-height: 1.8;
    font-weight: 300;
    padding-bottom: 2em; }
    .arctic-footer .footer-lower h3 {
      font-family: "Roboto", sans-serif;
      letter-spacing: 0;
      font-weight: 700;
      color: #000 !important;
      font-size: 8px;
      font-size: 0.8rem; }
    .arctic-footer .footer-lower p {
      padding: 0; }
    .arctic-footer .footer-lower a {
      color: #000; }
      .arctic-footer .footer-lower a:hover {
        text-decoration: underline; }
    .arctic-footer .footer-lower .quick-links {
      margin-bottom: 1em; }
      .arctic-footer .footer-lower .quick-links .menus > .menu {
        display: inline-block;
        width: 30%;
        margin: 0 10px; }
        .arctic-footer .footer-lower .quick-links .menus > .menu li {
          display: block;
          text-align: center; }
    .arctic-footer .footer-lower .contact-us {
      margin-bottom: 1em; }
    .arctic-footer .footer-lower .connect {
      margin-bottom: 1em; }
      .arctic-footer .footer-lower .connect h3 {
        font-weight: 300; }
      .arctic-footer .footer-lower .connect ul {
        text-align: center; }
        .arctic-footer .footer-lower .connect ul li {
          width: 30px;
          height: 30px;
          background-position: 0 0;
          -webkit-background-size: contain;
          background-size: contain;
          background-repeat: no-repeat;
          display: inline-block;
          margin: 0 2px; }
          .arctic-footer .footer-lower .connect ul li.facebook {
            background-image: url("../images/facebook-footer.svg"); }
          .arctic-footer .footer-lower .connect ul li.twitter {
            background-image: url("../images/twitter-footer.svg"); }
          .arctic-footer .footer-lower .connect ul li.instagram {
            background-image: url("../images/instagram-footer.svg"); }
          .arctic-footer .footer-lower .connect ul li.youtube {
            background-image: url("../images/youtube-footer.svg"); }
          .arctic-footer .footer-lower .connect ul li a {
            display: block;
            width: 30px;
            height: 30px; }
      .arctic-footer .footer-lower .connect .tablet-show {
        display: none; }
    .arctic-footer .footer-lower .credit-block {
      margin-bottom: 1em; }
      .arctic-footer .footer-lower .credit-block .viewing a {
        color: #70bfea; }
        .arctic-footer .footer-lower .credit-block .viewing a i {
          width: auto;
          height: auto; }
      .arctic-footer .footer-lower .credit-block .footer-lang-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height, 0.2s, ease-in-out;
        transition: max-height, 0.2s, ease-in-out; }
        .arctic-footer .footer-lower .credit-block .footer-lang-menu.open {
          max-height: 150px; }
      .arctic-footer .footer-lower .credit-block .credit {
        margin-top: 0.5em; }
    .arctic-footer .footer-lower .terms-menu {
      margin-bottom: 1em; }
      .arctic-footer .footer-lower .terms-menu ul {
        text-align: center; }
        .arctic-footer .footer-lower .terms-menu ul li {
          display: inline-block;
          padding: 0 5px; }
          .arctic-footer .footer-lower .terms-menu ul li a i {
            width: auto;
            height: auto; }
          .arctic-footer .footer-lower .terms-menu ul li a:hover i {
            text-decoration: none; }
    .arctic-footer .footer-lower .disclaimer {
      font-size: 6px;
      font-size: 0.6rem;
      padding: 0 30px;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height, 0.2s, ease-in-out;
      transition: max-height, 0.2s, ease-in-out; }
      .arctic-footer .footer-lower .disclaimer.open {
        max-height: 250px; }
      .arctic-footer .footer-lower .disclaimer a {
        color: #70bfea; }

@media (min-width: 768px) {
  .arctic-footer .signup {
    max-width: 630px;
    padding-top: 5em; }
    .arctic-footer .signup .row {
      float: left; }
      .arctic-footer .signup .row.text {
        width: 245px;
        margin-left: 10px; }
    .arctic-footer .signup input[type=text] {
      padding-top: 0.55em !important;
      padding-bottom: 0.55em !important; }
  .arctic-footer .footer-lower {
    clear: both;
    padding: 2em 30px 0;
    line-height: 2.2; }
    .arctic-footer .footer-lower .quick-links,
    .arctic-footer .footer-lower .contact-us {
      width: 250px;
      float: left;
      text-align: left;
      padding-top: 4em; }
      .arctic-footer .footer-lower .quick-links .menus > .menu,
      .arctic-footer .footer-lower .contact-us .menus > .menu {
        margin: 0; }
        .arctic-footer .footer-lower .quick-links .menus > .menu li,
        .arctic-footer .footer-lower .contact-us .menus > .menu li {
          text-align: left; }
      .arctic-footer .footer-lower .quick-links .tablet-hide,
      .arctic-footer .footer-lower .contact-us .tablet-hide {
        display: none; }
    .arctic-footer .footer-lower .contact-us {
      width: 90px; }
    .arctic-footer .footer-lower .connect {
      text-align: left;
      width: 220px;
      float: right; }
      .arctic-footer .footer-lower .connect .tablet-show {
        display: block; }
      .arctic-footer .footer-lower .connect .logo {
        position: relative;
        left: -19px;
        margin-bottom: 1em; }
        .arctic-footer .footer-lower .connect .logo img {
          width: 156px;
          height: auto;
          display: block; }
      .arctic-footer .footer-lower .connect ul {
        text-align: left; }
        .arctic-footer .footer-lower .connect ul li:first-child {
          margin-left: 0; }
    .arctic-footer .footer-lower .credit-block {
      float: right;
      text-align: right;
      padding-top: 2em; }
      .arctic-footer .footer-lower .credit-block .credit {
        margin-top: 0; }
    .arctic-footer .footer-lower .terms-menu {
      float: left;
      text-align: left;
      padding-top: 2em; }
      .arctic-footer .footer-lower .terms-menu p {
        font-weight: 700 !important; }
      .arctic-footer .footer-lower .terms-menu ul li:first-child {
        padding-left: 0; }
      .arctic-footer .footer-lower .terms-menu #disclaimer-toggle {
        display: none; }
    .arctic-footer .footer-lower .disclaimer {
      max-height: none;
      text-align: left;
      border-top: 1px solid #ebebeb;
      padding: 1.5em 0; } }

@media (min-width: 920px) {
  .arctic-footer {
    -webkit-background-size: 1200px 413px;
    background-size: 1200px 413px;
    padding-top: 4em; }
    .arctic-footer .social a i {
      font-size: 20px;
      font-size: 2rem; }
    .arctic-footer .strap {
      font-size: 20px;
      font-size: 2rem;
      margin-top: 0.5em; }
    .arctic-footer .signup .intro {
      font-size: 12px;
      font-size: 1.2rem; }
    .arctic-footer .footer-lower {
      width: 890px;
      margin: 0 auto;
      font-size: 8.5px;
      font-size: 0.85rem; }
      .arctic-footer .footer-lower h3 {
        font-size: 9.5px;
        font-size: 0.95rem; }
      .arctic-footer .footer-lower .contact-us h3,
      .arctic-footer .footer-lower .quick-links h3 {
        margin-bottom: 2em; }
      .arctic-footer .footer-lower .contact-us .menus > .menu,
      .arctic-footer .footer-lower .quick-links .menus > .menu {
        width: 40%; }
      .arctic-footer .footer-lower .connect {
        float: left;
        margin-left: 110px;
        position: relative;
        padding-top: 8.5em; }
        .arctic-footer .footer-lower .connect .logo {
          position: absolute;
          left: 210px;
          top: 65px; }
          .arctic-footer .footer-lower .connect .logo img {
            width: 190px; } }

@media (min-width: 1200px) {
  .arctic-footer {
    -webkit-background-size: 1600px 550px;
    background-size: 1600px 550px;
    padding-top: 7em; }
    .arctic-footer .footer-lower {
      width: 980px; }
      .arctic-footer .footer-lower .connect .logo {
        left: 300px; } }

@media (min-width: 1600px) {
  .arctic-footer {
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-top: 8%; } }

html, body {
  overflow: visible !important; }

.arctic-header {
  background: #000;
  width: 100%;
  height: 115px;
  z-index: 20;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  -webkit-transition: height, 0.2s, ease-in-out;
  transition: height, 0.2s, ease-in-out; }
  .arctic-header.js-is-sticky--change {
    height: 80px; }
    .arctic-header.js-is-sticky--change .arctic-header__site-logo img {
      width: 200px; }
    .arctic-header.js-is-sticky--change + .arctic-mobile-menu .menus {
      top: 80px; }
  .arctic-header .desktop-nav {
    display: none; }
  .arctic-header .banner .lang.bar {
    display: none; }

.arctic-header__site-logo img {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: width, 0.2s, ease-in-out;
  transition: width, 0.2s, ease-in-out; }

.menu-toggle {
  background: transparent;
  border: none;
  outline: none !important;
  cursor: pointer;
  padding: 0;
  position: absolute;
  bottom: 23px;
  left: 28px; }

.menu-toggle__icon {
  display: block;
  width: 28px;
  height: 28px;
  padding-top: 6px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  .menu-toggle__icon.open {
    transform: rotate(90deg); }

.menu-toggle__icon-bar {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 5px;
  -webkit-transition: background-color, 0.2s, ease-in-out;
  transition: background-color, 0.2s, ease-in-out; }
  .menu-toggle__icon-bar:last-child {
    margin-bottom: 0; }

.arctic-mobile-menu {
  background: #edf6fd;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 15;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-transition: transform, 0.5s, ease-in-out;
  transition: transform, 0.5s, ease-in-out; }
  .arctic-mobile-menu [class*="fa-"] {
    width: auto;
    height: auto; }
  .arctic-mobile-menu .menus {
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    bottom: 96px;
    overflow: auto; }
    .arctic-mobile-menu .menus .menu li {
      font-size: 10px;
      font-size: 1rem; }
      .arctic-mobile-menu .menus .menu li a {
        display: block;
        padding: 0.65em 55px;
        color: #000; }
        .arctic-mobile-menu .menus .menu li a:hover {
          background: #d6ebfa; }
    .arctic-mobile-menu .menus .menu.left {
      background: #70bfea; }
      .arctic-mobile-menu .menus .menu.left li a {
        color: #fff; }
        .arctic-mobile-menu .menus .menu.left li a:hover {
          background: #5ab5e7; }
  .arctic-mobile-menu .bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #000; }
  .arctic-mobile-menu .bar {
    padding: 0.75em 55px 1em;
    color: #fff;
    background: #000;
    border-top: 1px solid #70bfea;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .arctic-mobile-menu .bar a {
      color: #fff; }
    .arctic-mobile-menu .bar.social {
      font-size: 10px;
      font-size: 1rem; }
      .arctic-mobile-menu .bar.social a {
        color: #70bfea;
        padding: 0 5px;
        font-size: 11.5px;
        font-size: 1.15rem;
        -webkit-transition: color, 0.2s, ease-in-out;
        transition: color, 0.2s, ease-in-out; }
        .arctic-mobile-menu .bar.social a:hover {
          color: #fff; }
      .arctic-mobile-menu .bar.social .text {
        padding-right: 10px; }
    .arctic-mobile-menu .bar.lang {
      padding: 0.75em 55px;
      font-size: 8px;
      font-size: 0.8rem;
      border-top: 0;
      bottom: -48px;
      -webkit-transition: bottom, 0.2s, ease-in-out;
      transition: bottom, 0.2s, ease-in-out; }
      .arctic-mobile-menu .bar.lang a {
        color: #70bfea;
        -webkit-transition: color, 0.2s, ease-in-out;
        transition: color, 0.2s, ease-in-out; }
        .arctic-mobile-menu .bar.lang a.lang-change {
          padding-left: 5px; }
        .arctic-mobile-menu .bar.lang a:hover {
          color: #fff; }
  .arctic-mobile-menu.lang-open .menus {
    bottom: 200px; }
  .arctic-mobile-menu.lang-open .bar.lang {
    bottom: 55px; }

.arctic-menu-open {
  overflow: hidden !important; }
  .arctic-menu-open .menu-toggle .menu-toggle__icon {
    transform: rotate(90deg); }
  .arctic-menu-open .arctic-mobile-menu {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }

.tablet-toggle {
  display: none; }

@media (min-width: 768px) {
  .arctic-header .banner .lang.bar {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 7px;
    font-size: 0.7rem;
    text-align: left;
    margin-top: 2.2em;
    position: fixed;
    top: 0;
    right: 15px;
    -webkit-transition: margin, 0.2s, ease-in-out;
    transition: margin, 0.2s, ease-in-out; }
    .arctic-header .banner .lang.bar .text {
      position: relative; }
    .arctic-header .banner .lang.bar a {
      color: #70bfea;
      padding: 0 2px; }
    .arctic-header .banner .lang.bar i {
      width: auto;
      height: auto; }
    .arctic-header .banner .lang.bar .text {
      cursor: pointer;
      padding-bottom: 0.75em; }
      .arctic-header .banner .lang.bar .text:hover .menu {
        display: block; }
    .arctic-header .banner .lang.bar .menu {
      background: #70bfea;
      position: absolute;
      top: 20px;
      right: 0;
      text-align: right;
      padding: 0.5em 15px;
      display: none; }
      .arctic-header .banner .lang.bar .menu a {
        color: #000; }
        .arctic-header .banner .lang.bar .menu a:hover {
          text-decoration: underline; }
  .arctic-mobile-menu {
    width: 234px;
    z-index: 25; }
  .arctic-header {
    height: 90px; }
  .arctic-menu-open .tablet-toggle .menu-toggle__icon-bar {
    background-color: #000; }
  .mobile-toggle {
    display: none; }
  .tablet-toggle {
    display: block;
    top: 26px;
    bottom: auto;
    z-index: 30;
    position: fixed;
    left: 40px; }
  .arctic-mobile-menu {
    background: #70bfea;
    background-image: url("../images/menu-bg.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .arctic-mobile-menu .menus {
      top: 80px; }
      .arctic-mobile-menu .menus .menu li {
        font-size: 9px;
        font-size: 0.9rem; }
        .arctic-mobile-menu .menus .menu li a {
          padding: 0.5em 45px; }
          .arctic-mobile-menu .menus .menu li a:hover {
            background: #5ab5e7; }
      .arctic-mobile-menu .menus .menu.left {
        background: transparent; }
    .arctic-mobile-menu .bar {
      background: none; }
      .arctic-mobile-menu .bar.lang {
        display: none; }
      .arctic-mobile-menu .bar.social {
        padding-left: 45px;
        border: none; }
        .arctic-mobile-menu .bar.social .text {
          display: block;
          font-size: 8.5px;
          font-size: 0.85rem; }
        .arctic-mobile-menu .bar.social a:first-child {
          padding-left: 0; } }

@media (min-width: 992px) {
  .arctic-header__site-logo img {
    width: 320px; }
  .arctic-header {
    background: transparent; }
    .arctic-header .banner {
      position: relative;
      z-index: 1;
      width: 320px; }
      .arctic-header .banner .lang.bar {
        display: none; }
    .arctic-header .desktop-nav {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
      .arctic-header .desktop-nav .top, .arctic-header .desktop-nav .bottom {
        height: 52px;
        width: 100%;
        background: black;
        -webkit-transition: height, 0.2s, ease-in-out;
        transition: height, 0.2s, ease-in-out; }
      .arctic-header .desktop-nav .bottom {
        background: #f2f1f1; }
      .arctic-header .desktop-nav .top {
        text-align: center; }
        .arctic-header .desktop-nav .top .left, .arctic-header .desktop-nav .top .right {
          width: 433px;
          display: inline-block;
          float: none; }
        .arctic-header .desktop-nav .top .social {
          font-family: "Roboto", sans-serif;
          color: #fff;
          font-size: 8px;
          font-size: 0.8rem;
          text-align: left;
          padding-right: 0px;
          margin-top: 0.88em;
          -webkit-transition: margin, 0.2s, ease-in-out;
          transition: margin, 0.2s, ease-in-out; }
          .arctic-header .desktop-nav .top .social .text {
            padding-right: 3px; }
          .arctic-header .desktop-nav .top .social a {
            color: #70bfea;
            padding: 0 2px;
            font-size: 10px;
            font-size: 1rem; }
            .arctic-header .desktop-nav .top .social a i {
              width: auto;
              height: auto; }
            .arctic-header .desktop-nav .top .social a:hover {
              color: #fff; }
        .arctic-header .desktop-nav .top .lang {
          font-family: "Roboto", sans-serif;
          color: #fff;
          font-size: 8px;
          font-size: 0.8rem;
          text-align: right;
          padding-left: 0px;
          margin-top: 0.88em;
          -webkit-transition: margin, 0.2s, ease-in-out;
          transition: margin, 0.2s, ease-in-out; }
          .arctic-header .desktop-nav .top .lang .text {
            position: relative; }
          .arctic-header .desktop-nav .top .lang a {
            color: #70bfea;
            padding: 0 2px; }
          .arctic-header .desktop-nav .top .lang i {
            width: auto;
            height: auto; }
          .arctic-header .desktop-nav .top .lang .text {
            cursor: pointer;
            padding-bottom: 0.75em; }
            .arctic-header .desktop-nav .top .lang .text:hover .menu {
              display: block; }
          .arctic-header .desktop-nav .top .lang .menu {
            background: #70bfea;
            position: absolute;
            top: 20px;
            right: 0;
            text-align: right;
            padding: 0.5em 15px;
            display: none;
            border-top: 14px solid #000; }
            .arctic-header .desktop-nav .top .lang .menu a {
              color: #000; }
              .arctic-header .desktop-nav .top .lang .menu a:hover {
                text-decoration: underline; }
      .arctic-header .desktop-nav .menus {
        text-align: center; }
        .arctic-header .desktop-nav .menus > .menu {
          display: inline-block;
          width: 440px;
          float: none; }
          .arctic-header .desktop-nav .menus > .menu.left {
            text-align: left;
            padding-right: 0px; }
          .arctic-header .desktop-nav .menus > .menu.right {
            text-align: right;
            padding-left: 0px; }
        .arctic-header .desktop-nav .menus ul li {
          display: inline-block;
          font-size: 9px;
          font-size: 0.9rem;
          font-family: "Roboto", sans-serif;
          line-height: 1; }
          .arctic-header .desktop-nav .menus ul li a {
            color: #000;
            display: block;
            padding: 1.15em 8px;
            -webkit-transition: padding, 0.2s, ease-in-out;
            transition: padding, 0.2s, ease-in-out; }
            .arctic-header .desktop-nav .menus ul li a:hover {
              text-decoration: underline; }
    .arctic-header.js-is-sticky--change .arctic-header__site-logo img {
      width: 227px; }
    .arctic-header.js-is-sticky--change .desktop-nav .top, .arctic-header.js-is-sticky--change .desktop-nav .bottom {
      height: 40px; }
    .arctic-header.js-is-sticky--change .desktop-nav .top .lang .menu {
      border-top: 7px solid #000; }
    .arctic-header.js-is-sticky--change .desktop-nav .menus ul li a {
      padding: 0.9em 8px; }
    .arctic-header.js-is-sticky--change .desktop-nav .top .social {
      margin-top: 0.5em; }
    .arctic-header.js-is-sticky--change .desktop-nav .top .lang {
      margin-top: 0.5em; }
  .banner {
    width: 282px;
    margin: 0 auto; }
  .arctic-mobile-menu,
  .tablet-toggle {
    display: none; }
  #ajax-content-wrap {
    overflow-x: hidden !important; } }

body {
  background-color: #f6f6f6 !important; }

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