html {
    font-size: 62.5%
  }

  body {
    color: #000;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-weight: 400
  }

  .h1,
  .h2,
  .h3,
  .h4,
  h1,
  h2,
  h3,
  h4 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: .5em;
    line-height: 1
  }

  .h1,
  h1 {
    color: #000;
    font-family: Tungsten, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    text-shadow: 0 2px 4px 0 hsla(0, 0%, 100%, .25), 0 2px 4px 0 rgba(0, 0, 0, .15);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase
  }

  @media only screen and (min-width:48em) {
    .h1,
    h1 {
      font-size: 80px;
      line-height: 84px
    }
  }

  .h2,
  h2 {
    font-family: Tungsten, sans-serif;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0
  }

  .h2,
  .h3,
  h2,
  h3 {
    font-weight: 700
  }

  .h3,
  h3 {
    font-size: 24px;
    line-height: 28px
  }

  .h4,
  h4 {
    font-size: 20px;
    font-size: 2rem
  }

  .section-title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.34px;
    line-height: 40px
  }

  .section-sub-title,
  .section-title {
    color: #000;
    font-family: Tungsten, sans-serif
  }

  .section-sub-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    position: relative;
    z-index: 0;
    margin: 2em 0 1em;
    letter-spacing: 0;
    letter-spacing: 1.33px
  }

  .section-sub-title:before {
    content: "";
    background-color: #ffe900;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
    padding-bottom: 2.5rem;
    margin-top: -10px;
    margin-top: -1rem;
    margin-left: -10px;
    margin-left: -1rem;
    box-sizing: content-box;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0% 100%)
  }

  a {
    color: #000;
    text-decoration: none
  }

  .content p a,
  .underline {
    border-bottom: 3px solid #f0b323
  }

  .content li,
  p {
    margin: 0 0 1em;
    font-family: arial, sans-serif;
  }

  blockquote {
    font-size: 40px;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 1em
  }

  blockquote,
  blockquote:before {
    color: #333;
    font-weight: 700;
    line-height: 40px
  }

  blockquote:before {
    position: absolute;
    left: 10px;
    left: 1rem;
    top: 40px;
    top: 4rem;
    font-size: 36px;
    content: "“";
    z-index: 2
  }

  .notice {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 10px;
    padding-left: 1rem;
    border-left: 5px solid #e40046;
    letter-spacing: .017em
  }

  .caption {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: .5em;
    letter-spacing: 0
  }

  .image-text {
    letter-spacing: .084em
  }

  footer.main {
    background-color: #000;
    padding: 2em 1em;
    position: relative;
    z-index: 0
  }

  footer.main .policy {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    margin-top: 20px;
    margin-top: 2rem
  }

  footer.main .policy hr {
    border: none;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    width: 100%
  }

  footer.main .order-newsletter {
    margin-bottom: 30px;
    margin-bottom: 3rem
  }

  footer.main .notice {
    border-color: #ffe900;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    line-height: 24px
  }

  footer.main .logo {
    display: block;
    margin-bottom: .5em
  }

  footer.main .logo svg {
    width: 260px;
    width: 26rem;
    height: 17px;
    height: 1.7rem;
    fill: #ffe900
  }

  footer.main .footer-text {
    margin-bottom: 1.5em
  }

  footer.main .footer-text,
  footer.main .footer-text a {
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    line-height: 24px;
    display: block
  }

  footer.main .footer-text b,
  footer.main .footer-text strong {
    font-size: 18px
  }

  footer.main nav.footer {
    max-width: 400px;
    max-width: 40rem
  }

  footer.main nav.footer ul {
    list-style: none;
    margin: 0;
    padding: 0
  }

  footer.main nav.footer ul ul {
    display: none
  }

  footer.main nav.footer ul ul.open {
    display: block;
    padding-left: 1em;
    padding-bottom: 1em
  }

  footer.main nav.footer ul li {
    position: relative;
    z-index: 1;
    margin-bottom: .25em
  }

  footer.main nav.footer ul a {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding-right: .5em;
    letter-spacing: 0.05em
  }

  footer.main nav.footer ul a.current {
    color: #ffe900
  }

  footer.main nav.footer .minus,
  footer.main nav.footer .plus {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: 30px;
    height: 3rem;
    display: inline-block;
    overflow: hidden
  }

  footer.main nav.footer .minus svg,
  footer.main nav.footer .plus svg {
    fill: #ffe900;
    width: 26px;
    width: 2.6rem
  }

  footer.main nav.footer .minus,
  footer.main nav.footer li.open .plus {
    display: none
  }

  footer.main nav.footer li.open .minus {
    display: block
  }

  .policy {
    margin: 30px 0;
    margin: 3rem 0
  }

  .policy hr {
    border: none;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    height: 1px;
    width: 100%
  }

  .policy a {
    color: #fff;
    font-family: Arial;
    font-size: 14px
  }

  body,
  html {
    height: 100%
  }

  body {
    width: 100%
  }

  #site {
    overflow: hidden;
    position: relative;
    z-index: 1
  }

  .wrapper {
    margin: 0 auto;
    max-width: 1280px;
    max-width: 128rem;
    width: 90%
  }

  .wrapper img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
  }

  header.main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
  }

  header.main .logo {
    display: block;
    float: left
  }

  header.main .logo svg {
    width: 100%;
    max-width: 260px;
    max-width: 26rem;
    max-height: 17px;
    max-height: 1.7rem;
    fill: #fff
  }

  header.main .search-form {
    display: none
  }

  @media only screen and (min-width:75em) {
    header.main {
      padding: 4.7rem 0 0
    }
  }

  @media only screen and (min-width:75em) {
    header.main .logo {
      margin-bottom: 1em
    }
  }

  @media only screen and (min-width:75em) {
    header.main .search-form {
      display: block
    }
  }

  .search-form {
    float: right;
    background: #fff;
    position: relative;
    z-index: 1;
    box-sizing: content-box;
    margin-top: -.7em;
    width: 245px;
    width: 24.5rem
  }

  .search-form form {
    margin-bottom: 0
  }

  .search-form input[type=search] {
    background: none;
    border: none;
    outline: none;
    padding: .65em .5em;
    margin: 0;
    padding-right: 70px;
    padding-right: 7rem;
    border: 1px solid #b1b1b1;
    border-right: none;
    font-family: arial;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    width: calc(100% - 5.3rem)
  }

  .search-form button {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .8px;
    border: none;
    padding: .3em .65em;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    cursor: pointer
  }

  .search-form--wide {
    float: none;
    margin-top: 3em;
    width: 280px;
    width: 28rem
  }

  @media only screen and (min-width:48em) {
    .search-form--wide {
      width: 50rem
    }
  }

  .alignleft {
    display: inline;
    float: left
  }

  .alignright {
    display: inline;
    float: right
  }

  .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
  }

  .wp-caption.alignleft,
  blockquote.alignleft,
  img.alignleft {
    margin: .4em 1.6em 1.6em 0
  }

  .wp-caption.alignright,
  blockquote.alignright,
  img.alignright {
    margin: .4em 0 1.6em 1.6em
  }

  .wp-caption.aligncenter,
  blockquote.aligncenter,
  img.aligncenter {
    clear: both;
    margin-top: .4em;
    margin-bottom: 1.6em
  }

  .wp-caption.aligncenter,
  .wp-caption.alignleft,
  .wp-caption.alignright {
    margin-bottom: 1.2em
  }

  .admin-bar .slideout-menu {
    padding-top: 46px
  }

  .slideout-panel {
    position: relative;
    z-index: 1
  }

  .slideout-open,
  .slideout-open .slideout-panel,
  .slideout-open body {
    overflow: hidden
  }

  .slideout-open .slideout-menu {
    display: block
  }

  header.main .lang-nav--current,
  header.main a {
    color: #000;
    font-family: Tungsten, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline
  }

  header.main .current-menu-ancestor .current-menu-ancestor>a,
  header.main .current-menu-ancestor .current-menu-item>a,
  header.main .current-menu-ancestor .current-menu-parent>a,
  header.main .current-menu-item .current-menu-ancestor>a,
  header.main .current-menu-item .current-menu-item>a,
  header.main .current-menu-item .current-menu-parent>a,
  header.main .current-menu-parent .current-menu-ancestor>a,
  header.main .current-menu-parent .current-menu-item>a,
  header.main .current-menu-parent .current-menu-parent>a {
    color: #ffe900!important
  }

  header.main .current-menu-ancestor .current-menu-ancestor>a:after,
  header.main .current-menu-ancestor .current-menu-item>a:after,
  header.main .current-menu-ancestor .current-menu-parent>a:after,
  header.main .current-menu-item .current-menu-ancestor>a:after,
  header.main .current-menu-item .current-menu-item>a:after,
  header.main .current-menu-item .current-menu-parent>a:after,
  header.main .current-menu-parent .current-menu-ancestor>a:after,
  header.main .current-menu-parent .current-menu-item>a:after,
  header.main .current-menu-parent .current-menu-parent>a:after {
    display: none
  }

  header.main .current-menu-ancestor>a,
  header.main .current-menu-item>a,
  header.main .current-menu-parent>a {
    position: relative;
    z-index: 1
  }

  header.main .current-menu-ancestor>a:after,
  header.main .current-menu-item>a:after,
  header.main .current-menu-parent>a:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 10px;
    bottom: 1rem;
    left: 0;
    width: calc(100% - 2rem);
    height: 4px;
    background-color: #000!important;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: skew(-12deg);
    right: 0;
    margin: 0 auto
  }

  header.main nav {
    display: none
  }

  header.main nav li {
    display: inline-block
  }

  header.main nav .current-menu-ancestor a,
  header.main nav .current-menu-item a,
  header.main nav .current-menu-parent a {
    font-weight: 700
  }

  header.main nav.open {
    display: block
  }

  header.main nav>ul {
    list-style: none;
    margin: 0;
    padding: 0
  }

  header.main nav>ul ul {
    opacity: 0;
    overflow: hidden;
    visibility: hidden
  }

  header.main nav>ul ul>li {
    opacity: 0;
    transform: translateY(1rem)
  }

  header.main nav>ul>li {
    position: relative;
    z-index: 10
  }

  header.main nav>ul>li:hover>ul {
    z-index: 12
  }

  header.main nav>ul>li>ul {
    position: absolute;
    z-index: 11;
    left: -20px;
    left: -2rem;
    top: 40px;
    top: 4rem;
    background-color: #333;
    min-width: 200px;
    min-width: 20rem;
    text-align: left;
    padding: 0
  }

  header.main nav>ul>li>ul li {
    padding: 0 30px;
    padding: 0 3rem;
    display: block;
    margin: .5em 0
  }

  header.main nav>ul>li>ul li:first-child {
    padding-top: 20px;
    padding-top: 2rem
  }

  header.main nav>ul>li>ul li:last-child {
    padding-bottom: 20px;
    padding-bottom: 2rem
  }

  header.main nav>ul>li>ul a {
    color: #fff;
    line-height: 18px;
    white-space: nowrap;
    font-family: arial;
    font-size: 16px;
    letter-spacing: 0
  }

  header.main nav>ul>li>a,
  header.main nav>ul>li>span.lang-nav--current {
    padding: 30px 10px;
    padding: 3rem 1rem
  }

  header.main nav>ul>li>span {
    margin-left: -5px;
    margin-left: -.5rem;
    vertical-align: middle;
    display: inline-block;
    padding-right: .5em
  }

  header.main nav>ul>li>span svg {
    width: 12px;
    width: 1.2rem;
    height: 12px;
    height: 1.2rem
  }

  header.main .hamburger__frame {
    color: #000;
    cursor: pointer;
    font-size: 38px;
    font-size: 3.8rem;
    float: right;
    padding: 30px 20px;
    padding: 3rem 2rem
  }

  header.main .language-links .current-menu-ancestor .current-menu-ancestor>a:after,
  header.main .language-links .current-menu-ancestor .current-menu-item>a:after,
  header.main .language-links .current-menu-ancestor .current-menu-parent>a:after,
  header.main .language-links .current-menu-item .current-menu-ancestor>a:after,
  header.main .language-links .current-menu-item .current-menu-item>a:after,
  header.main .language-links .current-menu-item .current-menu-parent>a:after,
  header.main .language-links .current-menu-parent .current-menu-ancestor>a:after,
  header.main .language-links .current-menu-parent .current-menu-item>a:after,
  header.main .language-links .current-menu-parent .current-menu-parent>a:after,
  header.main ul .current-menu-ancestor .current-menu-ancestor>a:after,
  header.main ul .current-menu-ancestor .current-menu-item>a:after,
  header.main ul .current-menu-ancestor .current-menu-parent>a:after,
  header.main ul .current-menu-item .current-menu-ancestor>a:after,
  header.main ul .current-menu-item .current-menu-item>a:after,
  header.main ul .current-menu-item .current-menu-parent>a:after,
  header.main ul .current-menu-parent .current-menu-ancestor>a:after,
  header.main ul .current-menu-parent .current-menu-item>a:after,
  header.main ul .current-menu-parent .current-menu-parent>a:after {
    background-color: #ffe900
  }

  header.main .language-links .current-menu-ancestor>a:after,
  header.main .language-links .current-menu-item>a:after,
  header.main .language-links .current-menu-parent>a:after,
  header.main ul .current-menu-ancestor>a:after,
  header.main ul .current-menu-item>a:after,
  header.main ul .current-menu-parent>a:after {
    background-color: #ffe900
  }

  header.main .language-links ul a,
  header.main ul ul a {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all .5s
  }

  header.main .language-links ul a:after,
  header.main ul ul a:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffe900;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  header.main .language-links ul a:hover,
  header.main ul ul a:hover {
    color: #dadada
  }

  header.main .language-links ul a:hover:after,
  header.main ul ul a:hover:after {
    width: 100%
  }

  @media only screen and (min-width:75em) {
    header.main .menu {
      display: block
    }
    header.main .menu-trigger {
      display: none
    }
  }

  @media only screen and (min-width:75em) {
    header.main nav {
      display: block
    }
  }

  @media only screen and (min-width:75em) {
    header.main nav>ul>li>a,
    header.main nav>ul>li>span.lang-nav--current {
      padding: 2rem .5rem
    }
  }

  .helper-nav {
    float: right;
    margin-right: 20px;
    margin-right: 2rem
  }

  .helper-nav a,
  .helper-nav span {
    color: #000;
    font-family: Tungsten, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline
  }

  .helper-nav .current-lang {
    text-decoration: underline
  }

  .helper-nav .divider {
    margin: 0 3px;
    margin: 0 .3rem
  }

  .helper-nav ul {
    text-align: right
  }

  .helper-nav svg {
    color: #000;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    display: inline-block;
    vertical-align: middle
  }

  .helper-nav ul>li>ul {
    right: -1em;
    text-align: left
  }

  .helper-nav ul>li>ul .h3,
  .helper-nav ul>li>ul h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap
  }

  .helper-nav ul>li>ul li {
    padding: 0;
    margin: .5em 0
  }

  .helper-nav ul>li>ul a {
    font-family: arial;
    font-size: 17px;
    line-height: 17px;
    text-transform: none;
    font-weight: 400
  }

  .helper-nav ul>li>ul ul:before {
    top: -.9em;
    border-bottom: 1em solid #fff;
    z-index: 12
  }

  .helper-nav ul>li>ul ul:after,
  .helper-nav ul>li>ul ul:before {
    content: "";
    position: absolute;
    right: 1.5em;
    left: auto;
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent
  }

  .helper-nav ul>li>ul ul:after {
    top: -1em;
    border-bottom: 1em solid #ddd;
    z-index: 11
  }

  [class*=" icon-"],
  [class^=icon-] {
    height: 32px;
    width: 32px;
    display: inline-block;
    fill: currentColor
  }

  .highlight {
    padding: 5px;
    padding: .5rem;
    background-color: #ffe900;
    color: #000!important;
    border: none!important;
    transition: all .25s
  }

  .highlight:after {
    display: none
  }

  .highlight:hover {
    opacity: .7
  }

  .text-left {
    text-align: left
  }

  .text-center {
    text-align: center
  }

  .text-right {
    text-align: right
  }

  .text--yellow {
    color: #ffe900!important
  }

  .st-head-row td {
    background-color: #000;
    color: #fff
  }

  .small-only {
    display: table
  }

  @media only screen and (min-width:62em) {
    .small-only {
      display: none
    }
  }

  .contains-date {
    padding-top: .5em
  }

  .date-time {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500
  }

  .date-time--title {
    position: absolute;
    top: -0.7em;
    left: 0;
    z-index: 100;
    display: block
  }

  .opacity-5 {
    opacity: .5
  }

  .large-only {
    display: none
  }

  @media only screen and (min-width:62em) {
    .large-only {
      display: table
    }
  }

  .load-more {
    text-align: center;
    margin: 2em 0 1em
  }

  .button {
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 25px;
    padding: 1.5rem 2.5rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    border: none;
    transition: all .5s;
    margin-right: 8px;
    margin-right: .8rem;
    font-family: arial
  }

  .button span,
  .button svg {
    display: inline-block;
    vertical-align: middle
  }

  .button svg {
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem
  }

  .button:hover {
    cursor: pointer
  }

  .button:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    display: block;
    transition: all .5s;
    transform: skew(-22deg)
  }

  .button--white {
    color: #000
  }

  .button--white:before {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #fff
  }

  .button--white:hover {
    color: #fff
  }

  .button--white:hover:before {
    background-color: #000
  }

  .button--black,
  .tabs-item__title.open {
    color: #fff
  }

  .button--black:before,
  .tabs-item__title.open:before {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #000
  }

  .button--black:hover,
  .tabs-item__title.open:hover {
    color: #000
  }

  .button--black:hover:before,
  .tabs-item__title.open:hover:before {
    background-color: #f1f1f1
  }

  .button--gray {
    color: #000
  }

  .button--gray:before {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #f1f1f1
  }

  .button--gray:hover {
    color: #fff
  }

  .button--gray:hover:before {
    background-color: #000
  }

  .button--yellow {
    color: #000
  }

  .button--yellow:before {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #ffe900
  }

  .button--yellow:hover {
    color: #ffe900
  }

  .button--yellow:hover:before {
    background-color: #000
  }

  .button--orange {
    color: #000
  }

  .button--orange:before {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #f0b323
  }

  .button--orange:hover {
    color: #f0b323
  }

  .button--orange:hover:before {
    background-color: #000
  }

  .button--green {
    color: #000
  }

  .button--green:before {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #84bd00
  }

  .button--green:hover {
    color: #84bd00
  }

  .button--green:hover:before {
    background-color: #000
  }

  .button--wide {
    max-width: 250px;
    max-width: 25rem;
    width: 90%
  }

  .button--wide+.button {
    margin-top: .5em
  }

  .button.no-hover {
    pointer-events: none
  }

  .title-symbol-right .h1:before,
  .title-symbol-right h1:before {
    left: 20%;
    right: auto
  }

  .main-content {
    padding: 3em 0
  }

  .main-content .h1,
  .main-content h1 {
    color: #000;
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
    margin-bottom: .6em;
    text-transform: uppercase;
    position: relative;
    z-index: 1
  }

  .main-content .h1.no-gfx:before,
  .main-content h1.no-gfx:before {
    display: none
  }

  .main-content .h1:before,
  .main-content h1:before {
    content: "";
    background-color: #ffe900;
    position: absolute;
    top: 0;
    right: 90%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    padding-bottom: 25px;
    padding-bottom: 2.5rem;
    margin-top: -10px;
    margin-top: -1rem;
    margin-left: -10px;
    margin-left: -1rem;
    box-sizing: content-box;
    transform: skew(-22deg)
  }

  .main-content .h1.huge-title,
  .main-content h1.huge-title {
    color: #000;
    font-family: Tungsten, sans-serif;
    font-size: 60px;
    line-height: 56px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
  }

  .main-content .h1.huge-title:before,
  .main-content h1.huge-title:before {
    min-height: 0;
    right: 20%
  }

  .main-content .h1.huge-title:after,
  .main-content h1.huge-title:after {
    content: "";
    background-color: #ffe900;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    min-height: 0;
    padding-bottom: 25px;
    padding-bottom: 2.5rem;
    margin-top: -10px;
    margin-top: -1rem;
    margin-left: -10px;
    margin-left: -1rem;
    box-sizing: content-box
  }

  .main-content .h1+*,
  .main-content h1+* {
    position: relative;
    z-index: 2
  }

  @media only screen and (min-width:62em) {
    .main-content {
      min-height: 60rem
    }
  }

  .main-content__inner {
    max-width: 712px;
    max-width: 71.2rem;
    margin: 0 auto
  }

  @media only screen and (min-width:62em) {
    .main-content .h1,
    .main-content h1 {
      margin-left: -2.4rem
    }
  }

  @media only screen and (min-width:48em) {
    .main-content .h1.huge-title,
    .main-content h1.huge-title {
      font-size: 80px;
      line-height: 76px;
      padding: 0 8vw
    }
  }

  .contact-us-lift {
    border-top: 1px solid #f1f1f1;
    padding-top: 2em;
    margin-top: 4em
  }

  .contact-lift a,
  .content-box a {
    border: none!important
  }

  .sub-page {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: 1px solid #f1f1f1
  }

  .sub-page svg {
    width: 22px;
    width: 2.2rem;
    height: 22px;
    height: 2.2rem;
    vertical-align: middle
  }

  .sub-page svg+span {
    display: inline-block;
    vertical-align: middle;
    padding-left: .5em;
    text-decoration: underline
  }

  .sub-page a.svg-link {
    border: none!important
  }

  .sub-page a.svg-link.button {
    display: inline-block
  }

  .sub-page:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
  }

  .sub-page-content {
    padding-bottom: 1em
  }

  .news-lift {
    margin: 2em 1em
  }

  .news-lift img {
    margin-top: 1em;
    margin-bottom: 2em
  }

  .news-lift .time-category {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: .5em
  }

  .news-lift .h1,
  .news-lift h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    border-bottom: 3px solid #000;
    padding-bottom: .75em;
    margin-bottom: .75em;
    color: #000
  }

  .news-lift .h1:before,
  .news-lift h1:before {
    display: none
  }

  .some {
    text-align: center;
    margin-top: 2em
  }

  .some a {
    height: 30px;
    height: 3rem;
    width: 30px;
    width: 3rem;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 100%
  }

  .some a svg {
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
    margin-top: 4px;
    margin-top: .4rem
  }

  .trademark-products {
    padding: 4em 0
  }

  .link-list .button {
    margin-bottom: .4em
  }

  .svg-link {
    border: none
  }

  .post-list {
    margin-top: 1em
  }

  .post-list--page-lifts {
    margin-top: 50px;
    margin-top: 5rem
  }

  .post-list__item {
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
    overflow: hidden;
    background-color: #fff
  }

  .post-list__item.card {
    box-shadow: 0 1px 20px rgba(0, 0, 0, .15)
  }

  .post-list__item.card .post-list__item__image {
    width: 40%;
    margin-left: -60px;
    margin-left: -6rem;
    height: 100%
  }

  .post-list__item.card .post-list__item__image.no-gfx {
    opacity: 1
  }

  .post-list__item.card .post-list__item__content {
    text-align: left;
    margin-left: 35%
  }

  .post-list__item.card .post-list__item__content .button {
    min-width: 140px;
    min-width: 14rem
  }

  .post-list__item.image--right .post-list__item__image {
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: -60px;
    margin-right: -6rem
  }

  .post-list__item.image--right .post-list__item__image__inner {
    margin-left: -60px;
    margin-left: -6rem;
    left: 0;
    right: auto
  }

  .post-list__item.image--right .post-list__item__content {
    margin-left: 10px;
    margin-left: 1rem
  }

  .post-list__item.image--transparent .post-list__item__image__inner {
    opacity: .08
  }

  .post-list__item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: calc(100% - 3rem);
    min-height: 100px;
    min-height: 10rem;
    z-index: 2;
    background-color: #ffe900;
    background-position: 50%;
    background-size: cover;
    transform: skew(-22deg);
    overflow: hidden;
    margin-left: -40px;
    margin-left: -4rem
  }

  .post-list__item__image.black {
    background-color: #000
  }

  .post-list__item__image__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(22deg);
    margin-left: 40px;
    margin-left: 4rem;
    background-position: 50%;
    background-size: cover
  }

  .post-list__item__content {
    position: relative;
    z-index: 3;
    padding: 20px;
    padding: 2rem;
    margin: 0 auto;
    max-width: 60%;
    text-align: left
  }

  .post-list__item__content p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400
  }

  .post-list__item__content .time-category {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    font-family: arial
  }

  .post-list__item__content .time-category time {
    opacity: .5
  }

  .post-list__item__content .h3,
  .post-list__item__content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0
  }

  .gallery {
    margin: 2em 0
  }

  .gallery dl {
    margin: 0
  }

  .gallery-item {
    display: inline-block;
    height: 200px;
    height: 20rem;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    padding: 5px;
    padding: .5rem;
    background-clip: content-box;
    position: relative;
    z-index: 1;
    outline: none
  }

  .gallery-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
  }

  .gallery-item img {
    display: none
  }

  @media only screen and (min-width:34em) {
    .gallery-item {
      width: 50%
    }
  }

  @media only screen and (min-width:48em) {
    .gallery-item {
      width: 33%
    }
  }

  .contact-lift,
  .content-box {
    margin-bottom: 4em
  }

  .contact-lift a,
  .content-box a {
    display: block;
    border: none
  }

  .contact-lift a.button,
  .content-box a.button {
    display: inline-block
  }

  .contact-lift svg,
  .content-box svg {
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem
  }

  .contact-lift span,
  .contact-lift svg,
  .content-box span,
  .content-box svg {
    display: inline-block;
    vertical-align: middle
  }

  .multiselect,
  .multiselect__input,
  .multiselect__single {
    letter-spacing: 1.2px;
    font-size: 17px!important
  }

  .rollers {
    display: none
  }

  @media only screen and (min-width:62em) {
    .rollers {
      display: block
    }
  }

  .rollers-item {
    position: fixed;
    z-index: 0;
    width: 100%
  }

  .rollers-item__symbol {
    transform: skew(-22deg);
    width: 50vw;
    height: 500px;
    height: 50rem;
    position: absolute
  }

  .rollers-item:first-child {
    top: 50vh
  }

  .rollers-item:first-child .rollers-item__symbol {
    left: -50vw;
    background: #ffe900
  }

  @media only screen and (min-width:75em) {
    .rollers-item:first-child .rollers-item__symbol {
      left: -40vw
    }
  }

  @media only screen and (min-width:90em) {
    .rollers-item:first-child .rollers-item__symbol {
      left: -30vw
    }
  }

  .rollers-item:nth-child(2) {
    top: 30vh
  }

  .rollers-item:nth-child(2) .rollers-item__symbol {
    right: -50vw;
    background: linear-gradient(180deg, hsla(0, 0%, 95%, .8) 0%, hsla(0, 0%, 98%, .8) 100%)
  }

  @media only screen and (min-width:75em) {
    .rollers-item:nth-child(2) .rollers-item__symbol {
      right: -40vw
    }
  }

  @media only screen and (min-width:90em) {
    .rollers-item:nth-child(2) .rollers-item__symbol {
      right: -30vw
    }
  }

  .rollers-item:nth-child(3) {
    top: 100vh
  }

  .rollers-item:nth-child(3) .rollers-item__symbol {
    right: -30vw;
    background: linear-gradient(180deg, hsla(0, 0%, 95%, .8) 0%, hsla(0, 0%, 98%, .8) 100%)
  }

  .home .rollers-item:first-child .rollers-item__symbol {
    background-color: hsla(0, 0%, 96%, .8)
  }

  .home .rollers-item:nth-child(2) {
    top: 50vh
  }

  .home .rollers-item:nth-child(2) .rollers-item__symbol {
    right: -30vw;
    background: linear-gradient(180deg, hsla(0, 0%, 95%, .8) 0%, hsla(0, 0%, 98%, .8) 100%)
  }

  .home .rollers-item:nth-child(3) {
    display: none
  }

  @media only screen and (min-width:75em) {
    .home .rollers-item:nth-child(2) .rollers-item__symbol {
      right: -40vw
    }
  }

  @media only screen and (min-width:90em) {
    .home .rollers-item:nth-child(2) .rollers-item__symbol {
      right: -30vw
    }
  }

  .personnel_search {
    width: 100%
  }


  /*! Flickity v2.1.1
  https://flickity.metafizzy.co
  ---------------------------------------------- */

  .flickity-enabled {
    position: relative
  }

  .flickity-enabled:focus {
    outline: none
  }

  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
  }

  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
  }

  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
  }

  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
  }

  .flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
  }

  .flickity-button:hover {
    background: #fff;
    cursor: pointer
  }

  .flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f
  }

  .flickity-button:active {
    opacity: 0.6
  }

  .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none
  }

  .flickity-button-icon {
    fill: #333
  }

  .flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
  }

  .flickity-prev-next-button.previous {
    left: 10px
  }

  .flickity-prev-next-button.next {
    right: 10px
  }

  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
  }

  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
  }

  .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
  }

  .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
  }

  .flickity-rtl .flickity-page-dots {
    direction: rtl
  }

  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
  }

  .flickity-page-dots .dot.is-selected {
    opacity: 1
  }


  /*! Tablesaw - v3.0.9 - 2018-02-14
  * https://github.com/filamentgroup/tablesaw
  * Copyright (c) 2018 Filament Group; Licensed MIT */

  .tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0
  }

  .tablesaw * {
    box-sizing: border-box
  }

  .tablesaw-btn {
    border: 1px solid #ccc;
    border-radius: .25em;
    background: none;
    box-shadow: 0 1px 0 #fff;
    color: #4a4a4a;
    cursor: pointer;
    margin: 0;
    padding: .5em .85em .4em;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }

  a.tablesaw-btn {
    color: #1c95d4
  }

  .tablesaw-btn:hover {
    text-decoration: none
  }

  .tablesaw-btn:active {
    background-color: #ddd
  }

  @supports (box-shadow:none) {
    .tablesaw-btn:focus {
      background-color: #fff;
      outline: none;
      box-shadow: 0 0 .35em #4faeef!important
    }
  }

  .tablesaw-btn-select select {
    background: none;
    border: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 1em;
    opacity: 0;
    color: transparent
  }

  .tablesaw-btn select option {
    background: #fff;
    color: #000
  }

  .tablesaw-btn {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0
  }

  .tablesaw-btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: .3em 1em
  }

  .tablesaw-btn.btn-micro {
    font-size: .8125em;
    padding: .4em .7em .25em
  }

  .tablesaw-btn-select {
    padding-right: 1.5em;
    text-align: left;
    display: inline-block;
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em
  }

  .tablesaw-btn-select:after {
    content: " ";
    position: absolute;
    background: none;
    background-repeat: no-repeat;
    background-position: .25em .45em;
    content: "\25bc";
    font-size: .55em;
    padding-top: 1.2em;
    padding-left: 1em;
    left: auto;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 1.8em
  }

  .tablesaw-btn-select.btn-micro:after,
  .tablesaw-btn-select.btn-small:after {
    width: 1.2em;
    font-size: .5em;
    padding-top: 1em;
    padding-right: .5em;
    line-height: 1.65;
    background: none;
    box-shadow: none;
    border-left-width: 0
  }

  .tablesaw-advance .tablesaw-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    border-radius: .25em
  }

  .tablesaw-advance .tablesaw-btn.btn-micro {
    font-size: .8125em;
    padding: .3em .7em .25em
  }

  .tablesaw-advance a.tablesaw-nav-btn:first-child {
    margin-left: 0
  }

  .tablesaw-advance a.tablesaw-nav-btn:last-child {
    margin-right: 0
  }

  .tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 1.8em;
    height: 1.8em;
    background-position: 50% 50%;
    margin-left: .25em;
    margin-right: .25em;
    position: relative;
    text-indent: -9999px
  }

  .tablesaw-advance a.tablesaw-nav-btn.down:before,
  .tablesaw-advance a.tablesaw-nav-btn.left:before,
  .tablesaw-advance a.tablesaw-nav-btn.right:before,
  .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute
  }

  .tablesaw-advance a.tablesaw-nav-btn.down:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid gray
  }

  .tablesaw-advance a.tablesaw-nav-btn.up:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid gray
  }

  .tablesaw-advance a.tablesaw-nav-btn.left:before,
  .tablesaw-advance a.tablesaw-nav-btn.right:before {
    top: .45em;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
  }

  .tablesaw-advance a.tablesaw-nav-btn.left:before {
    left: .6em;
    border-right: 5px solid gray
  }

  .tablesaw-advance a.tablesaw-nav-btn.right:before {
    left: .7em;
    border-left: 5px solid gray
  }

  .tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: .25;
    cursor: default;
    pointer-events: none
  }

  .tablesaw-bar {
    clear: both
  }

  .tablesaw-bar * {
    box-sizing: border-box
  }

  .tablesaw-bar-section {
    float: left
  }

  .tablesaw-bar-section label {
    font-size: .875em;
    padding: .5em 0;
    clear: both;
    display: block;
    color: #888;
    margin-right: .5em;
    text-transform: uppercase
  }

  .tablesaw-btn,
  .tablesaw-enhanced .tablesaw-btn {
    margin-top: .5em;
    margin-bottom: .5em
  }

  .tablesaw-btn-select,
  .tablesaw-enhanced .tablesaw-btn-select {
    margin-bottom: 0
  }

  .tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
    margin-left: .4em;
    margin-top: 0;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    background: transparent;
    font-size: 1em;
    padding-left: .3em
  }

  .tablesaw-bar .tablesaw-bar-section .btn-select {
    min-width: 0
  }

  .tablesaw-bar .tablesaw-bar-section .btn-select:after {
    padding-top: .9em
  }

  .tablesaw-bar .tablesaw-bar-section select {
    color: #888;
    text-transform: none;
    background: transparent
  }

  .tablesaw-bar-section~table {
    clear: both
  }

  .tablesaw-bar-section .abbreviated {
    display: inline
  }

  .tablesaw-bar-section .longform {
    display: none
  }

  @media (min-width:24em) {
    .tablesaw-bar-section .abbreviated {
      display: none
    }
    .tablesaw-bar-section .longform {
      display: inline
    }
  }

  .tablesaw td,
  .tablesaw th {
    padding: .5em .7em;
    text-align: left;
    vertical-align: middle
  }

  .tablesaw-sortable-btn {
    padding: .5em .7em
  }

  .tablesaw thead th {
    text-align: left
  }

  .tablesaw-row-border tr {
    border-bottom: 1px solid #dfdfdf
  }

  .tablesaw-row-zebra tr:nth-child(2n) {
    background-color: #f8f8f8
  }

  .tablesaw caption {
    text-align: left;
    margin: .59375em 0
  }

  .tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #e4e1de
  }

  .tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
    border-right-width: 1px;
    box-shadow: 3px 0 4px -1px #e4e1de
  }

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none
  }

  @media only all {
    .tablesaw-stack {
      clear: both
    }
    .tablesaw-stack td,
    .tablesaw-stack th {
      text-align: left;
      display: block
    }
    .tablesaw-stack tr {
      clear: both;
      display: table-row
    }
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
      display: inline-block;
      padding: 0 .6em 0 0;
      width: 30%
    }
    .tablesaw-stack td .tablesaw-cell-label-top,
    .tablesaw-stack th .tablesaw-cell-label-top {
      display: block;
      padding: .4em 0;
      margin: .4em 0
    }
    .tablesaw-cell-label {
      display: block
    }
    .tablesaw-stack tbody th.group {
      margin-top: -1px
    }
    .tablesaw-stack th.group b.tablesaw-cell-label {
      display: none!important
    }
  }

  @media (max-width:39.9375em) {
    .tablesaw-stack tbody tr {
      display: block;
      width: 100%;
      border-bottom: 1px solid #dfdfdf
    }
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
      display: none
    }
    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
      display: block;
      float: left;
      clear: left;
      width: 100%
    }
    .tablesaw-cell-label {
      vertical-align: top
    }
    .tablesaw-cell-content {
      display: inline-block;
      max-width: 67%
    }
    .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content,
    .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label {
      display: block;
      width: 100%;
      max-width: 100%;
      padding: 0
    }
    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
      display: none
    }
  }

  @media (min-width:40em) {
    .tablesaw-stack tr {
      display: table-row
    }
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
      display: table-cell;
      margin: 0
    }
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
      display: none!important
    }
  }

  .tablesaw-fix-persist {
    table-layout: fixed
  }

  @media only all {
    .tablesaw-swipe td.tablesaw-swipe-cellhidden,
    .tablesaw-swipe th.tablesaw-swipe-cellhidden {
      display: none
    }
  }

  .tablesaw-overflow {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .tablesaw-overflow>.tablesaw {
    margin-top: 2px
  }

  .tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block
  }

  .tablesaw-columntoggle-btnwrap {
    position: relative
  }

  .tablesaw-columntoggle-btnwrap .dialog-content {
    padding: .5em
  }

  .tablesaw-columntoggle tbody td {
    line-height: 1.5
  }

  .tablesaw-columntoggle-popup {
    display: none
  }

  .tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: .5em .8em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: .2em;
    z-index: 1
  }

  .tablesaw-columntoggle-popup fieldset {
    margin: 0
  }

  @media only all {
    .tablesaw-columntoggle td.tablesaw-priority-0,
    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-0,
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-6 {
      display: none
    }
  }

  .tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0!important;
    right: 1em;
    left: auto!important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0
  }

  .tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none
  }

  @media (min-width:20em) {
    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle th.tablesaw-priority-1 {
      display: table-cell
    }
  }

  @media (min-width:30em) {
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-2 {
      display: table-cell
    }
  }

  @media (min-width:40em) {
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-3 {
      display: table-cell
    }
    .tablesaw-columntoggle tbody td {
      line-height: 2
    }
  }

  @media (min-width:50em) {
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-4 {
      display: table-cell
    }
  }

  @media (min-width:60em) {
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-5 {
      display: table-cell
    }
  }

  @media (min-width:70em) {
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-6 {
      display: table-cell
    }
  }

  @media only all {
    .tablesaw-columntoggle td.tablesaw-toggle-cellhidden,
    .tablesaw-columntoggle th.tablesaw-toggle-cellhidden {
      display: none
    }
    .tablesaw-columntoggle td.tablesaw-toggle-cellvisible,
    .tablesaw-columntoggle th.tablesaw-toggle-cellvisible {
      display: table-cell
    }
  }

  .tablesaw-columntoggle-popup .btn-group>label {
    display: block;
    padding: .2em 0;
    white-space: nowrap;
    cursor: default
  }

  .tablesaw-columntoggle-popup .btn-group>label input {
    margin-right: .8em
  }

  .tablesaw-sortable-head {
    position: relative;
    vertical-align: top
  }

  .tablesaw .tablesaw-sortable-head {
    padding: 0
  }

  .tablesaw-sortable-btn {
    min-width: 100%;
    color: inherit;
    background: transparent;
    border: 0;
    text-align: inherit;
    font: inherit;
    text-transform: inherit
  }

  .tablesaw-sortable-arrow:after {
    display: inline-block;
    width: 10px;
    height: 14px;
    content: " ";
    margin-left: .3125em
  }

  .tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
  .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\0020"
  }

  .tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
    content: "\2191"
  }

  .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\2193"
  }

  .tablesaw-advance {
    float: right
  }

  .tablesaw-advance.minimap {
    margin-right: .4em
  }

  .tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
  }

  .tablesaw-advance-dots li {
    display: table-cell;
    margin: 0;
    padding: .4em .2em
  }

  .tablesaw-advance-dots li i {
    width: .25em;
    height: .25em;
    background: #555;
    border-radius: 100%;
    display: inline-block
  }

  .tablesaw-advance-dots-hide {
    opacity: .25;
    cursor: default;
    pointer-events: none
  }


  /*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */


  /*! Generated by Bulma Customizer v0.1.0 | https://github.com/bstashio/bulma-customizer */

  .modal {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
  }

  .modal-content {
    background-color: #fff;
    padding: 2em
  }

  .modal-content input[type=submit] {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 1em 2em;
    position: relative;
    z-index: 1;
    display: inline-block;
    border: none;
    background-color: #000;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
  }

  .modal.is-active {
    display: -ms-flexbox;
    display: flex
  }

  .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: hsla(0, 0%, 4%, .86)
  }

  .modal-card,
  .modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
  }

  @media print,
  screen and (min-width:769px) {
    .modal-card,
    .modal-content {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 640px
    }
  }

  .modal-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    vertical-align: top;
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
  }

  .modal-close:after,
  .modal-close:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
  }

  .modal-close:before {
    height: 2px;
    width: 50%
  }

  .modal-close:after {
    height: 50%;
    width: 2px
  }

  .modal-close:focus,
  .modal-close:hover {
    background-color: hsla(0, 0%, 4%, .3)
  }

  .modal-close:active {
    background-color: hsla(0, 0%, 4%, .4)
  }

  .modal-close.is-small {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
  }

  .modal-close.is-medium {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
  }

  .modal-close.is-large {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
  }

  .modal-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden
  }

  .modal-card-foot,
  .modal-card-head {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    position: relative
  }

  .modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
  }

  .modal-card-title {
    color: #363636;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1
  }

  .modal-card-foot {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb
  }

  .modal-card-foot .button:not(:last-child) {
    margin-right: 10px
  }

  .modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
  }


  /*!
   * baguetteBox.js
   * @author  feimosi
   * @version 1.10.0
   * @url https://github.com/feimosi/baguetteBox.js
   */

  #baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    transition: opacity .5s ease
  }

  #baguetteBox-overlay.visible {
    opacity: 1
  }

  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
  }

  #baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
  }

  #baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
  }

  #baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
  }

  #baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
  }

  #baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    transition: left .4s ease, transform .4s ease
  }

  #baguetteBox-slider.bounce-from-right {
    animation: a .4s ease-out
  }

  #baguetteBox-slider.bounce-from-left {
    animation: b .4s ease-out
  }

  @keyframes a {
    0%,
    to {
      margin-left: 0
    }
    50% {
      margin-left: -30px
    }
  }

  @keyframes b {
    0%,
    to {
      margin-left: 0
    }
    50% {
      margin-left: 30px
    }
  }

  .baguetteBox-button#next-button,
  .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
  }

  .baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    transition: background-color .4s ease
  }

  .baguetteBox-button:focus,
  .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
  }

  .baguetteBox-button#next-button {
    right: 2%
  }

  .baguetteBox-button#previous-button {
    left: 2%
  }

  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
  }

  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
  }

  .baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
  }

  .baguetteBox-double-bounce1,
  .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: c 2s infinite ease-in-out
  }

  .baguetteBox-double-bounce2 {
    animation-delay: -1s
  }

  @keyframes c {
    0%,
    to {
      transform: scale(0)
    }
    50% {
      transform: scale(1)
    }
  }

  fieldset[disabled] .multiselect {
    pointer-events: none
  }

  .multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
  }

  .multiselect__spinner:after,
  .multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border-color: #41b883 transparent transparent;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 0 1px transparent
  }

  .multiselect__spinner:before {
    animation: d 2.4s cubic-bezier(.41, .26, .2, .62);
    animation-iteration-count: infinite
  }

  .multiselect__spinner:after {
    animation: d 2.4s cubic-bezier(.51, .09, .21, .8);
    animation-iteration-count: infinite
  }

  .multiselect__loading-enter-active,
  .multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
  }

  .multiselect__loading-enter,
  .multiselect__loading-leave-active {
    opacity: 0
  }

  .multiselect,
  .multiselect__input,
  .multiselect__single {
    font-family: inherit;
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
  }

  .multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
  }

  .multiselect * {
    box-sizing: border-box
  }

  .multiselect:focus {
    outline: none
  }

  .multiselect--disabled {
    opacity: .6
  }

  .multiselect--active {
    z-index: 1
  }

  .multiselect--active:not(.multiselect--above) .multiselect__current,
  .multiselect--active:not(.multiselect--above) .multiselect__input,
  .multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

  .multiselect--active .multiselect__select {
    transform: rotate(180deg)
  }

  .multiselect--above.multiselect--active .multiselect__current,
  .multiselect--above.multiselect--active .multiselect__input,
  .multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .multiselect__input,
  .multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
  }

  .multiselect__input::-webkit-input-placeholder {
    color: #35495e
  }

  .multiselect__input:-ms-input-placeholder {
    color: #35495e
  }

  .multiselect__input::placeholder {
    color: #35495e
  }

  .multiselect__tag~.multiselect__input,
  .multiselect__tag~.multiselect__single {
    width: auto
  }

  .multiselect__input:hover,
  .multiselect__single:hover {
    border-color: #cfcfcf
  }

  .multiselect__input:focus,
  .multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
  }

  .multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
  }

  .multiselect__tags-wrap {
    display: inline
  }

  .multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
  }

  .multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
  }

  .multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
  }

  .multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
  }

  .multiselect__tag-icon:focus,
  .multiselect__tag-icon:hover {
    background: #369a6e
  }

  .multiselect__tag-icon:focus:after,
  .multiselect__tag-icon:hover:after {
    color: #fff
  }

  .multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 12px 0;
    padding-right: 30px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
  }

  .multiselect__current,
  .multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
  }

  .multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
  }

  .multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #999 transparent transparent;
    content: ""
  }

  .multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
  }

  .multiselect--active .multiselect__placeholder {
    display: none
  }

  .multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
    -webkit-overflow-scrolling: touch
  }

  .multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
  }

  .multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
  }

  .multiselect__content::webkit-scrollbar {
    display: none
  }

  .multiselect__element {
    display: block
  }

  .multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
  }

  .multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
  }

  .multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
  }

  .multiselect__option--highlight:after {
    content: attr(data-select);
    background: #41b883;
    color: #fff
  }

  .multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
  }

  .multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
  }

  .multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
  }

  .multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
  }

  .multiselect--disabled {
    background: #ededed;
    pointer-events: none
  }

  .multiselect--disabled .multiselect__current,
  .multiselect--disabled .multiselect__select,
  .multiselect__option--disabled {
    background: #ededed;
    color: #a6a6a6
  }

  .multiselect__option--disabled {
    cursor: text;
    pointer-events: none
  }

  .multiselect__option--group {
    background: #ededed;
    color: #35495e
  }

  .multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
  }

  .multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
  }

  .multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
  }

  .multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
  }

  .multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
  }

  .multiselect-enter-active,
  .multiselect-leave-active {
    transition: all .15s ease
  }

  .multiselect-enter,
  .multiselect-leave-active {
    opacity: 0
  }

  .multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
  }

  [dir=rtl] .multiselect {
    text-align: right
  }

  [dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
  }

  [dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
  }

  [dir=rtl] .multiselect__content {
    text-align: right
  }

  [dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
  }

  [dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
  }

  [dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
  }

  @keyframes d {
    0% {
      transform: rotate(0)
    }
    to {
      transform: rotate(2turn)
    }
  }

  .home .hero {
    background-color: #ffe900;
    padding-bottom: 0;
    margin-bottom: 1em
  }

  .home .hero__content {
    padding-bottom: 2em;
    text-align: center;
    height: 500px;
    height: 50rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -4em
  }

  .home .hero__content .h1,
  .home .hero__content .h2,
  .home .hero__content h1,
  .home .hero__content h2 {
    font-family: Tungsten Comp A, Tungsten Comp B, sans-serif;
    font-weight: 900;
    font-size: 52px;
    line-height: 52px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    display: block;
    margin-bottom: 2.5px;
    margin-bottom: .25rem
  }

  .home .hero__content .h1 b,
  .home .hero__content .h1 strong,
  .home .hero__content .h2 b,
  .home .hero__content .h2 strong,
  .home .hero__content h1 b,
  .home .hero__content h1 strong,
  .home .hero__content h2 b,
  .home .hero__content h2 strong {
    position: relative;
    z-index: 1;
    display: block
  }

  .home .hero__content .button {
    position: relative;
    z-index: 3
  }

  .home .hero__content img {
    display: block;
    margin: 0 auto;
    width: 80%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 700px;
    max-width: 70rem
  }

  .home .hero__content__inner {
    position: relative;
    z-index: 3
  }

  .home .hero__content__inner p {
    color: #fff
  }

  .home .front-main {
    margin-bottom: 2em
  }

  .home .front-main-title {
    font-family: Tungsten, sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 67px
  }

  .home .areas {
    margin-bottom: 4em;
    margin-top: 4em
  }

  .home .areas .button {
    margin-bottom: 10px;
    margin-bottom: 1rem
  }

  .home .media-links a {
    text-decoration: underline;
    font-size: 15px;
    font-size: 1.5rem;
    transition: all .25s;
    font-family: arial, sans-serif
  }

  .home .media-links a:hover {
    text-decoration: none;
    opacity: .7
  }

  .home .linkedin-link {
    text-align: center;
    display: block;
    margin-bottom: 3em
  }

  .home .linkedin-link img {
    max-width: 160px;
    max-width: 16rem
  }

  @media only screen and (min-width:48em) {
    .home .hero__content {
      height: 80rem
    }
  }

  @media only screen and (min-width:48em) {
    .home .hero__content .h1,
    .home .hero__content .h2,
    .home .hero__content h1,
    .home .hero__content h2 {
      font-size: 152px;
      line-height: 122px
    }
  }

  @media only screen and (min-width:62em) {
    .home .hero__content .h1,
    .home .hero__content .h2,
    .home .hero__content h1,
    .home .hero__content h2 {
      font-size: 192px;
      line-height: 152px
    }
  }

  @media only screen and (min-width:75em) {
    .home .hero__content .h1,
    .home .hero__content .h2,
    .home .hero__content h1,
    .home .hero__content h2 {
      font-size: 200px;
      line-height: 180px
    }
  }

  @media only screen and (min-width:48em) {
    .home .areas {
      margin-top: 0
    }
  }

  .contact-card {
    border-bottom: 1px solid #f1f1f1;
    padding: 1em 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
  }

  .contact-card .group-info {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    font-family: arial
  }

  .contact-card .responsibility {
    text-transform: uppercase
  }

  .contact-card b,
  .contact-card strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .25em;
    font-family: Arial;
    text-transform: none
  }

  .contact-card:last-child {
    border: none
  }

  .news-archive-selects {
    padding-top: 2em
  }

  .paging-navigation {
    border-top: 2px solid #f1f1f1;
    padding: 2em 1em
  }

  .blog .news-lift .button {
    display: none
  }

  .product {
    color: #000;
    font-family: arial;
    font-size: 14px;
    line-height: 16px
  }

  .product .h3,
  .product h3 {
    font-family: Tungsten, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 29px;
    line-height: 2.9rem
  }

  .product .campaign-product {
    background-color: #ffe902;
    padding: 5px;
    padding: .5rem;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
  }

  .product .campaign-product svg {
    height: 12px;
    width: 12px
  }

  .products .price-tag {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin: 1.25em 0 .5em
  }

  .products .ctas {
    padding: 2em 0;
    text-align: left
  }

  .products .ctas .button {
    margin: .25em 0
  }

  .products .technical-data {
    font-family: arial;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 4em;
    overflow-x: auto
  }

  .products .technical-data table {
    width: 100%
  }

  .products .technical-data .tablesaw-swipe-cellpersist {
    font-weight: 700
  }

  .products .technical-data tr td,
  .products .technical-data tr th {
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: .5em
  }

  .products .technical-data tr:nth-child(2n) {
    background-color: #e6e6e6
  }

  .products .technical-data tr:nth-child(odd) {
    background-color: #f1f1f1
  }

  .products .logo-area {
    margin: 1em 0
  }

  .product-filters {
    margin-bottom: 2em
  }

  .similar-products {
    margin: 2em 0
  }

  .product-image {
    background-color: #fafafa;
    text-align: center
  }

  .product-image svg {
    width: 50px;
    width: 5rem;
    height: 50px;
    height: 5rem;
    fill: #aaa;
    padding: 1em 0 0;
    display: block;
    margin: 0 auto
  }

  .product-image span {
    text-transform: uppercase;
    font-family: arial;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    display: block;
    color: #888;
    padding: .3em 0 1em;
    font-weight: 900
  }

  .main-image,
  .thumbs img {
    box-shadow: 0 1px 20px rgba(0, 0, 0, .15)
  }

  .thumbs img {
    display: inline-block;
    max-width: 25%
  }

  .cat-buttons {
    padding: 2em 0
  }

  .price-tag {
    color: #1a1919;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 29px;
    display: block;
    margin: 1em 0
  }

  .price-tag.strike {
    text-decoration: line-through
  }

  .campaign-content {
    border: 5px dashed #ffe900;
    padding: 3em 1.5em 2em 2em;
    position: relative;
    z-index: 1;
    margin: 3em 0 2em
  }

  .campaign-content .campaign-price-tag {
    position: absolute;
    top: -40px;
    top: -4rem;
    left: -25px;
    left: -2.5rem;
    z-index: 2;
    background-color: #000;
    padding: .25em 1.5em .25em .75em;
    min-width: 200px;
    min-width: 20rem
  }

  .campaign-content .campaign-price-tag span {
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.29px
  }

  .campaign-content .campaign-price-tag .amount {
    color: #ffe900;
    font-family: Tungsten, sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 43px
  }

  .campaign-content .campaign-price-tag:after {
    position: absolute;
    right: -20px;
    right: -2rem;
    top: 0;
    width: 50px;
    width: 5rem;
    height: 100%;
    z-index: -1;
    content: "";
    display: block;
    transition: all .5s;
    transform: skew(-22deg);
    background-color: #000
  }

  .campaign-content.no-border {
    border: none;
    padding-bottom: 0;
    padding-top: 1em
  }

  .campaign-content__inner {
    color: #000;
    font-family: arial;
    font-size: 15px;
    line-height: 22px
  }

  .campaign-content__inner .h3,
  .campaign-content__inner h3 {
    color: #000;
    font-family: Tungsten, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase
  }

  .campaign-price {
    color: #000;
    font-family: Tungsten, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.22px;
    line-height: 26px;
    display: block
  }

  .campaign-tax {
    color: #000;
    font-family: arial;
    font-size: 12px;
    letter-spacing: 0.67px;
    line-height: 14px;
    display: block;
    margin-bottom: 2.5px;
    margin-bottom: .25rem
  }

  .supplier-list {
    margin-bottom: 70px;
    margin-bottom: 7rem;
    text-align: center
  }

  .supplier-list--item {
    padding: 20px;
    padding: 2rem;
    display: inline-block
  }

  .category-desc ul {
    padding-left: 1em
  }

  .similar-products article {
    margin-top: 1em;
    border-top: 1px solid #f1f1f1;
    padding-top: 1em;
    position: relative
  }

  .similar-products article:first-child {
    border: none
  }

  .similar-products .paging-navigation {
    margin-top: 1em;
    padding: 1em 0 1.5em
  }

  .similar-products .h3,
  .similar-products h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0
  }

  .cat-buttons a,
  .similar-products .h3.underline,
  .similar-products h3.underline {
    display: inline-block
  }

  .cat-buttons a {
    white-space: nowrap;
    margin: 0 8px 8px 0!important
  }

  .brand-logo {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center
  }

  .brand-logo img {
    height: 150px;
    width: auto
  }

  .multiselect {
    background-color: #000;
    min-height: 46px;
    min-height: 4.6rem;
    margin-bottom: .25em
  }

  .multiselect--disabled .multiselect__select {
    display: none
  }

  .multiselect__select {
    right: 10px;
    right: 1rem;
    height: 28px;
    height: 2.8rem;
    width: 28px;
    width: 2.8rem;
    top: 8px;
    top: .8rem
  }

  .multiselect__select:before {
    border: 2px solid #ffe900;
    height: 28px;
    height: 2.8rem;
    width: 28px;
    width: 2.8rem;
    border-radius: 100%;
    background: url(../svg/icon-arrow-down.svg) no-repeat 50%;
    background-size: 1.8rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute
  }

  .multiselect__tags {
    border: none;
    background: none;
    padding: 12px 40px 0 12px;
    padding: 1.2rem 4rem 0 1.2rem
  }

  .multiselect__input,
  .multiselect__single {
    background: none;
    color: #fff;
    font-weight: 700
  }

  .multiselect__content-wrapper {
    background-color: #222;
    color: #fff;
    border-radius: 0;
    border: none;
    top: 100%;
    z-index: 2
  }

  .multiselect__option--selected {
    background: #333;
    color: #fff
  }

  .multiselect__option--selected--highlight {
    background-color: #222
  }

  .multiselect__option--highlight {
    background-color: #ffe900;
    color: #000
  }

  .multiselect__spinner {
    background: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
  }

  .choices {
    margin: 0 auto;
    margin-bottom: 1px;
    margin-bottom: .1rem
  }

  .choices[data-type*=select-one]:after {
    border: 2px solid #ffe900;
    height: 28px;
    height: 2.8rem;
    width: 28px;
    width: 2.8rem;
    border-radius: 100%;
    top: 12px;
    top: 1.2rem;
    background: url(../svg/icon-arrow-down.svg) no-repeat 50%;
    background-size: 1.8rem;
    right: 1em
  }

  .choices[data-type*=select-one].is-open:after {
    transform: rotate(180deg);
    border: 2px solid #ffe900;
    margin-top: -2px;
    margin-top: -.2rem
  }

  .choices__inner {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    padding-left: 12px
  }

  .choices__list {
    z-index: 10;
    font-family: arial
  }

  .choices__list--dropdown {
    color: #fff;
    font-size: 17px;
    background-color: #222
  }

  .choices__list--dropdown .choices__item {
    font-size: 16px;
    font-family: arial
  }

  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #000
  }

  body:before {
    content: "";
    transition: opacity .5s;
    background-color: #000;
    opacity: 0
  }

  .nav-open {
    overflow: hidden
  }

  .nav-open:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: .5
  }

  .site-wrap {
    position: relative;
    z-index: 1
  }

  .mobilenav {
    position: fixed;
    z-index: 100;
    overflow: visible;
    right: 0;
    top: 0;
    width: 300px;
    width: 30rem;
    height: 100%;
    background-color: #fff;
    transform: translateX(100%);
    transition: all .16s
  }

  .mobilenav .lang-nav {
    text-align: center;
    margin-top: 30px;
    margin-top: 3rem
  }

  .mobilenav .lang-nav a,
  .mobilenav .lang-nav span {
    display: inline-block;
    padding: 0;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem
  }

  .mobilenav .lang-nav .current-lang {
    text-decoration: underline
  }

  .mobilenav svg {
    width: 32px;
    height: 32px;
    fill: #fff
  }

  .mobilenav .logo {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 22px;
    padding: 0 2.2rem;
    background-color: #ffe900
  }

  .mobilenav .logo svg {
    width: 240px;
    width: 24rem;
    height: 48px;
    height: 4.8rem;
    fill: #000;
    padding-top: .3em
  }

  .mobilenav .close-mobilenav {
    position: fixed;
    top: 0;
    right: 100%;
    display: none;
    background-color: #000;
    padding: .5em .7em;
    height: 55px;
    height: 5.5rem
  }

  .mobilenav a {
    color: #333
  }

  .mobilenav nav>ul>li {
    border-bottom: 2px solid #f1f1f1
  }

  .mobilenav nav>ul>li>a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 80%
  }

  .mobilenav nav>ul>li>ul>li {
    border-top: 2px solid #f1f1f1
  }

  .mobilenav ul {
    list-style: none;
    padding: 0;
    margin: 0
  }

  .mobilenav ul ul {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: max-height .32s linear
  }

  .mobilenav ul ul a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
  }

  .mobilenav ul ul ul {
    padding-left: 1em
  }

  .mobilenav ul li {
    position: relative;
    z-index: 2
  }

  .mobilenav ul li .menu-button {
    display: none;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 66px;
    width: 6.6rem;
    height: 100%;
    border-left: 2px solid #f1f1f1;
    padding: 0 20px;
    padding: 0 2rem
  }

  .mobilenav ul li button {
    cursor: pointer;
    transition: all .16s;
    width: 26px;
    width: 2.6rem;
    height: 26px;
    height: 2.6rem;
    text-align: center;
    outline: none;
    border: 2px solid #000;
    background: none;
    border-radius: 100%;
    padding: 0;
    margin: 10px 0 0;
    margin: 1rem 0 0;
    opacity: .5
  }

  .mobilenav ul li button svg {
    width: 16px;
    width: 1.6rem;
    height: 16px;
    height: 1.6rem;
    fill: #000;
    margin: 3px auto;
    margin: .3rem auto
  }

  .mobilenav ul li button .icon-minus {
    display: none
  }

  .mobilenav ul li .open {
    opacity: 1
  }

  .mobilenav ul li .open .icon-minus {
    display: block
  }

  .mobilenav ul li .open .icon-plus {
    display: none
  }

  .mobilenav ul li.menu-item-has-children .menu-button {
    display: block
  }

  .mobilenav ul li.menu-item-has-children:after {
    display: none
  }

  .mobilenav ul a {
    display: block;
    padding: .75em 22px;
    padding: .75em 2.2rem
  }

  .mobilenav ul.main-nav {
    height: calc(100vh - 17.3rem);
    overflow-y: auto
  }

  .mobilenav ul.main-nav+ul.misc {
    border-top: 2px solid #f1f1f1
  }

  .mobilenav .misc {
    display: block;
    padding: .7em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f1f1f1;
    height: 65px;
    height: 6.5rem;
    position: relative;
    z-index: 11
  }

  .mobilenav .misc .current-lang a,
  .mobilenav .misc .current-menu-ancestor a,
  .mobilenav .misc .current-menu-item a,
  .mobilenav .misc .current-menu-parent a {
    font-weight: 700
  }

  .mobilenav .misc a,
  .mobilenav .misc b {
    color: #000;
    display: block;
    margin: 0;
    padding: .45em;
    text-transform: none;
    font-weight: 400
  }

  .mobilenav .misc li {
    display: inline-block;
    border: none
  }

  .mobilenav .misc .search-form {
    float: none;
    margin-top: 0
  }

  .mobilenav ul.contact {
    background-color: #ffe900;
    text-align: left;
    padding: 0;
    height: 55px;
    height: 5.5rem;
    position: relative;
    z-index: 11
  }

  .mobilenav ul.contact li {
    border: none
  }

  .mobilenav ul.contact li a {
    font-weight: 700
  }

  .mobilenav ul.contact li a svg {
    fill: #000;
    width: 22px;
    width: 2.2rem;
    height: 22px;
    height: 2.2rem;
    vertical-align: middle;
    margin-right: .5em
  }

  .mobilenav.is-open {
    transform: translateX(0%)
  }

  .mobilenav.is-open .close-mobilenav {
    display: block
  }

  .mobilenav.is-open+.site-wrap {
    height: 100vh
  }

  .slider__item+.slider__item {
    display: none
  }

  .slider.flickity-enabled .slider__item+.slider__item {
    display: block
  }

  .error404 .hero {
    text-align: center
  }

  .error404 .hero p {
    color: #000;
    font-family: Tungsten, sans-serif
  }

  .error404 .hero .breadcrumbs {
    text-align: left
  }

  .hero {
    min-height: 350px;
    min-height: 35rem;
    position: relative;
    z-index: 1;
    background-color: #000;
    overflow: hidden
  }

  .hero .h1,
  .hero h1 {
    font-family: Tungsten Comp A, Tungsten Comp B, sans-serif
  }

  .hero p {
    color: #000;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    font-family: Tungsten, sans-serif
  }

  .hero .button {
    margin-left: 20px;
    margin-left: 2rem
  }

  .hero .breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    right: 0
  }

  .hero.no-content {
    min-height: 110px;
    min-height: 11rem;
    margin-bottom: 0;
    background: #ffe900!important;
    color: #fff
  }

  @media only screen and (min-width:75em) {
    .hero.no-content {
      min-height: 16rem
    }
  }

  .hero.yellow-bg {
    margin-bottom: 0;
    background: #ffe900!important;
    color: #fff
  }

  .hero__image {
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .18
  }

  .hero__image.solid {
    opacity: 1
  }

  .hero__content {
    padding: 6em 1em;
    max-width: 1280px;
    max-width: 128rem;
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 3;
    height: 530px;
    height: 53rem;
    text-align: center
  }

  .hero__content .h1,
  .hero__content h1 {
    margin-bottom: 2.5px;
    margin-bottom: .25rem
  }

  .hero__content p {
    color: #000
  }

  .hero__content .alt-title {
    color: #fff;
    font-family: Tungsten, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
    text-transform: uppercase
  }

  @media only screen and (min-width:75em) {
    .hero__content {
      padding: 9em 0
    }
  }

  @media only screen and (min-width:48em) {
    .hero p {
      font-weight: 300;
      font-size: 32px;
      line-height: 36px
    }
  }

  .slider,
  .slider__item {
    width: 100%;
    display: block
  }

  .flickity-prev-next-button {
    width: 38px;
    width: 3.8rem;
    height: 38px;
    height: 3.8rem;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 100%;
    opacity: .8;
    max-width: 1280px;
    max-width: 128rem;
    margin: 0 auto
  }

  .flickity-prev-next-button .arrow {
    fill: #fff
  }

  .flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1
  }

  .flickity-prev-next-button.previous {
    left: 5vw
  }

  .flickity-prev-next-button.next {
    right: 5vw
  }

  .control-slider {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 58px;
    height: 5.8rem;
    max-width: 850px;
    max-width: 85rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center
  }

  .control-slider,
  .control-slider .flickity-viewport {
    overflow: visible
  }

  @media only screen and (min-width:48em) {
    .control-slider {
      height: 7rem
    }
  }

  .control-slider__item {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: .55em;
    text-transform: uppercase;
    width: 55px;
    width: 5.5rem;
    font-family: arial;
    margin: 1.1em 4px 0;
    margin: 1.1em .4rem 0;
    cursor: pointer;
    display: inline-block
  }

  @media only screen and (min-width:48em) {
    .control-slider__item {
      letter-spacing: 2.4px;
      font-size: 20px;
      line-height: 26px
    }
  }

  .control-slider__item.is-selected {
    color: #fff;
    font-weight: 700
  }

  .control-slider__item.is-selected:after {
    background-color: #000
  }

  .control-slider__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    transform: skew(-22deg)
  }

  .accordion {
    margin: 2em 0
  }

  .accordion.downloads .accordion__item__title {
    background-color: #ffe900;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    font-family: arial;
    font-size: 16px;
    font-weight: 700
  }

  .accordion.downloads .accordion__item__content {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    background-color: #fff
  }

  .accordion.downloads ul {
    list-style: none;
    padding: 0;
    margin: 0
  }

  .accordion.downloads ul li {
    padding: .25em .5em;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    margin: 0
  }

  .accordion.downloads ul li a {
    display: block
  }

  .accordion.downloads ul li img {
    width: 60px;
    height: 80px
  }

  .accordion.downloads ul li svg {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem
  }

  .accordion.downloads ul li span {
    vertical-align: top;
    display: inline-block;
    margin-left: .5em
  }

  .accordion.downloads ul li:nth-child(odd) {
    background-color: #fff
  }

  .accordion.downloads ul li:last-child {
    border: none
  }

  .accordion__item {
    margin-top: 1em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    background-color: hsla(0, 0%, 90%, .4);
    max-width: 356px;
    max-width: 35.6rem
  }

  .accordion__item--black {
    background-color: #000
  }

  .accordion__item--black .accordion__item__title {
    color: #fff
  }

  .accordion__item--black .accordion__item__title svg {
    fill: #ffe900;
    border-color: #ffe900
  }

  .accordion__item--black .accordion__item__content {
    color: #fff;
    background-color: #222
  }

  .accordion__item__title {
    padding: .5em 2.25em .5em 1.25em;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    background: none;
    border: none
  }

  .accordion__item__title span {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    display: block
  }

  .accordion__item__title svg {
    position: absolute;
    right: 1em;
    top: .3em;
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    z-index: 2;
    fill: #000;
    transform: rotate(90deg);
    border: 2px solid #000;
    border-radius: 100%;
    padding: .25em
  }

  .accordion__item__title.open svg {
    transform: rotate(-90deg)
  }

  .accordion__item__content {
    display: none
  }

  .accordion__item__content label {
    display: block;
    color: #ffe900;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }

  .accordion__item__content label input {
    margin-right: .25em
  }

  .accordion__item__content.open {
    display: block;
    padding: 1.2em
  }

  .tabs {
    margin: 2em 0
  }

  .tabs ul {
    padding: 0;
    margin: 0 0 2em;
    list-style: none
  }

  .tabs-item__title {
    cursor: pointer;
    font-size: 12px!important;
    font-size: 1.2rem!important
  }

  .tabs-item__content {
    display: none
  }

  .tabs-item__content .row {
    margin-bottom: 3em
  }

  .tabs-item__content.open {
    display: block
  }

  .tabs-item__content__inner {
    padding: 1em .5em 2em;
    font-size: 15px;
    font-size: 1.5rem
  }

  @media only screen and (min-width:48em) {
    .tabs-item__content__inner {
      padding: 1em 1.6em 2em
    }
  }

  #gmaps {
    width: 100%;
    height: 600px;
    margin-bottom: 3em
  }

  .js-dealer-data-container {
    height: 0;
    overflow: hidden
  }

  .js-dealer-data-container .country-container {
    display: none
  }
