.block-menu-bar a,
.button,
.footer .menu a,
.mobile-menu ul li a,
.topbar .menu a {
    text-decoration: none;
}
.block-menu-bar a,
.button,
.footer .contact-link,
.footer .menu a,
.mobile-menu ul li a,
.topbar,
h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}
.col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid {
    -js-display: flex;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
*,
.grid * {
    box-sizing: border-box;
}
.grid.position-left {
    justify-content: flex-start;
}
.grid.position-center {
    justify-content: center;
}
.grid.position-right {
    text-align: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.grid.position-top {
    align-items: flex-start;
}
.grid.position-middle {
    align-items: center;
}
.grid.position-bottom {
    align-items: flex-end;
}
.grid .col.perc10 {
    width: 10%;
}
.grid .col.perc16 {
    width: 16.66667%;
}
.grid .col.perc20 {
    width: 20%;
}
.grid .col.perc25 {
    width: 25%;
}
.grid .col.perc30 {
    width: 30%;
}
.grid .col.perc33 {
    width: 33.33333%;
}
.grid .col.perc40 {
    width: 40%;
}
.grid .col.perc45 {
    width: 45%;
}
.grid .col.perc50 {
    width: 50%;
}
.grid .col.perc55 {
    width: 55%;
}
.grid .col.perc60 {
    width: 60%;
}
.grid .col.perc66 {
    width: 66.66667%;
}
.grid .col.perc70 {
    width: 70%;
}
.grid .col.perc80 {
    width: 80%;
}
.grid .col.perc100 {
    width: 100%;
}
.grid .col.fill-width {
    flex: 1;
}
.grid .col.auto-width {
    flex: 0 0 auto;
}
.grid.gut5 {
    margin: -2.5px;
}
.grid.gut10 {
    margin: -5px;
}
.grid.gut15 {
    margin: -7.5px;
}
.grid.gut20 {
    margin: -10px;
}
.grid.gut30 {
    margin: -15px;
}
.grid.gut40 {
    margin: -20px;
}
.grid.gut50 {
    margin: -25px;
}
.grid.gut60 {
    margin: -30px;
}
.grid.gut70 {
    margin: -35px;
}
.grid.gut100 {
    margin: -50px;
}
.grid.gut5 > .col {
    padding: 2.5px;
}
.grid.gut10 > .col {
    padding: 5px;
}
.grid.gut15 > .col {
    padding: 7.5px;
}
.grid.gut20 > .col {
    padding: 10px;
}
.grid.gut30 > .col {
    padding: 15px;
}
.grid.gut40 > .col {
    padding: 20px;
}
.grid.gut50 > .col {
    padding: 25px;
}
.grid.gut60 > .col {
    padding: 30px;
}
.grid.gut70 > .col {
    padding: 35px;
}
.grid.gut100 > .col {
    padding: 50px;
}
.grid.gut5.outergut {
    margin: 0;
    padding: 2.5px;
}
.grid.gut10.outergut {
    margin: 0;
    padding: 5px;
}
.grid.gut15.outergut {
    margin: 0;
    padding: 7.5px;
}
.grid.gut20.outergut {
    margin: 0;
    padding: 10px;
}
.grid.gut30.outergut {
    margin: 0;
    padding: 15px;
}
.grid.gut40.outergut {
    margin: 0;
    padding: 20px;
}
.grid.gut50.outergut {
    margin: 0;
    padding: 25px;
}
.grid.gut60.outergut {
    margin: 0;
    padding: 30px;
}
.grid.gut70.outergut {
    margin: 0;
    padding: 35px;
}
.grid.gut100.outergut {
    margin: 0;
    padding: 50px;
}
.large-show,
.larger-show,
.medium-show,
.small-show,
.smaller-show,
.smallest-show {
    display: none;
}
@media all and (min-width: 0) and (max-width: 480px) {
    .smallest-hide {
        display: none;
    }
    .smallest-show {
        display: block;
    }
    .grid.smallest-to-5 {
        margin: -2.5px;
    }
    .grid.smallest-to-5 > .col {
        padding: 2.5px;
    }
    .grid.smallest-to-5.outergut {
        margin: 0;
        padding: 2.5px;
    }
    .grid.smallest-to-10 {
        margin: -5px;
    }
    .grid.smallest-to-10 > .col {
        padding: 5px;
    }
    .grid.smallest-to-10.outergut {
        margin: 0;
        padding: 5px;
    }
    .grid.smallest-to-15 {
        margin: -7.5px;
    }
    .grid.smallest-to-15 > .col {
        padding: 7.5px;
    }
    .grid.smallest-to-15.outergut {
        margin: 0;
        padding: 7.5px;
    }
    .grid.smallest-to-20 {
        margin: -10px;
    }
    .grid.smallest-to-20 > .col {
        padding: 10px;
    }
    .grid.smallest-to-20.outergut {
        margin: 0;
        padding: 10px;
    }
    .grid.smallest-to-30 {
        margin: -15px;
    }
    .grid.smallest-to-30 > .col {
        padding: 15px;
    }
    .grid.smallest-to-30.outergut {
        margin: 0;
        padding: 15px;
    }
    .grid.smallest-to-40 {
        margin: -20px;
    }
    .grid.smallest-to-40 > .col {
        padding: 20px;
    }
    .grid.smallest-to-40.outergut {
        margin: 0;
        padding: 20px;
    }
    .grid.smallest-to-50 {
        margin: -25px;
    }
    .grid.smallest-to-50 > .col {
        padding: 25px;
    }
    .grid.smallest-to-50.outergut {
        margin: 0;
        padding: 25px;
    }
    .grid.smallest-to-60 {
        margin: -30px;
    }
    .grid.smallest-to-60 > .col {
        padding: 30px;
    }
    .grid.smallest-to-60.outergut {
        margin: 0;
        padding: 30px;
    }
    .grid.smallest-to-70 {
        margin: -35px;
    }
    .grid.smallest-to-70 > .col {
        padding: 35px;
    }
    .grid.smallest-to-70.outergut {
        margin: 0;
        padding: 35px;
    }
    .grid.smallest-to-100 {
        margin: -50px;
    }
    .grid.smallest-to-100 > .col {
        padding: 50px;
    }
    .grid.smallest-to-100.outergut {
        margin: 0;
        padding: 50px;
    }
    .grid .col.smallest-to-10 {
        width: 10%;
    }
    .grid .col.smallest-to-16 {
        width: 16.66667%;
    }
    .grid .col.smallest-to-20 {
        width: 20%;
    }
    .grid .col.smallest-to-25 {
        width: 25%;
    }
    .grid .col.smallest-to-30 {
        width: 30%;
    }
    .grid .col.smallest-to-33 {
        width: 33.33333%;
    }
    .grid .col.smallest-to-40 {
        width: 40%;
    }
    .grid .col.smallest-to-45 {
        width: 45%;
    }
    .grid .col.smallest-to-50 {
        width: 50%;
    }
    .grid .col.smallest-to-55 {
        width: 55%;
    }
    .grid .col.smallest-to-60 {
        width: 60%;
    }
    .grid .col.smallest-to-66 {
        width: 66.66667%;
    }
    .grid .col.smallest-to-70 {
        width: 70%;
    }
    .grid .col.smallest-to-80 {
        width: 80%;
    }
    .grid .col.smallest-to-100 {
        width: 100%;
    }
}
@media all and (min-width: 481px) and (max-width: 600px) {
    .smaller-hide {
        display: none;
    }
    .smaller-show {
        display: block;
    }
    .grid.smaller-to-5 {
        margin: -2.5px;
    }
    .grid.smaller-to-5 > .col {
        padding: 2.5px;
    }
    .grid.smaller-to-5.outergut {
        margin: 0;
        padding: 2.5px;
    }
    .grid.smaller-to-10 {
        margin: -5px;
    }
    .grid.smaller-to-10 > .col {
        padding: 5px;
    }
    .grid.smaller-to-10.outergut {
        margin: 0;
        padding: 5px;
    }
    .grid.smaller-to-15 {
        margin: -7.5px;
    }
    .grid.smaller-to-15 > .col {
        padding: 7.5px;
    }
    .grid.smaller-to-15.outergut {
        margin: 0;
        padding: 7.5px;
    }
    .grid.smaller-to-20 {
        margin: -10px;
    }
    .grid.smaller-to-20 > .col {
        padding: 10px;
    }
    .grid.smaller-to-20.outergut {
        margin: 0;
        padding: 10px;
    }
    .grid.smaller-to-30 {
        margin: -15px;
    }
    .grid.smaller-to-30 > .col {
        padding: 15px;
    }
    .grid.smaller-to-30.outergut {
        margin: 0;
        padding: 15px;
    }
    .grid.smaller-to-40 {
        margin: -20px;
    }
    .grid.smaller-to-40 > .col {
        padding: 20px;
    }
    .grid.smaller-to-40.outergut {
        margin: 0;
        padding: 20px;
    }
    .grid.smaller-to-50 {
        margin: -25px;
    }
    .grid.smaller-to-50 > .col {
        padding: 25px;
    }
    .grid.smaller-to-50.outergut {
        margin: 0;
        padding: 25px;
    }
    .grid.smaller-to-60 {
        margin: -30px;
    }
    .grid.smaller-to-60 > .col {
        padding: 30px;
    }
    .grid.smaller-to-60.outergut {
        margin: 0;
        padding: 30px;
    }
    .grid.smaller-to-70 {
        margin: -35px;
    }
    .grid.smaller-to-70 > .col {
        padding: 35px;
    }
    .grid.smaller-to-70.outergut {
        margin: 0;
        padding: 35px;
    }
    .grid.smaller-to-100 {
        margin: -50px;
    }
    .grid.smaller-to-100 > .col {
        padding: 50px;
    }
    .grid.smaller-to-100.outergut {
        margin: 0;
        padding: 50px;
    }
    .grid .col.smaller-to-10 {
        width: 10%;
    }
    .grid .col.smaller-to-16 {
        width: 16.66667%;
    }
    .grid .col.smaller-to-20 {
        width: 20%;
    }
    .grid .col.smaller-to-25 {
        width: 25%;
    }
    .grid .col.smaller-to-30 {
        width: 30%;
    }
    .grid .col.smaller-to-33 {
        width: 33.33333%;
    }
    .grid .col.smaller-to-40 {
        width: 40%;
    }
    .grid .col.smaller-to-45 {
        width: 45%;
    }
    .grid .col.smaller-to-50 {
        width: 50%;
    }
    .grid .col.smaller-to-55 {
        width: 55%;
    }
    .grid .col.smaller-to-60 {
        width: 60%;
    }
    .grid .col.smaller-to-66 {
        width: 66.66667%;
    }
    .grid .col.smaller-to-70 {
        width: 70%;
    }
    .grid .col.smaller-to-80 {
        width: 80%;
    }
    .grid .col.smaller-to-100 {
        width: 100%;
    }
}
@media all and (min-width: 601px) and (max-width: 767px) {
    .small-hide {
        display: none;
    }
    .small-show {
        display: block;
    }
    .grid.small-to-5 {
        margin: -2.5px;
    }
    .grid.small-to-5 > .col {
        padding: 2.5px;
    }
    .grid.small-to-5.outergut {
        margin: 0;
        padding: 2.5px;
    }
    .grid.small-to-10 {
        margin: -5px;
    }
    .grid.small-to-10 > .col {
        padding: 5px;
    }
    .grid.small-to-10.outergut {
        margin: 0;
        padding: 5px;
    }
    .grid.small-to-15 {
        margin: -7.5px;
    }
    .grid.small-to-15 > .col {
        padding: 7.5px;
    }
    .grid.small-to-15.outergut {
        margin: 0;
        padding: 7.5px;
    }
    .grid.small-to-20 {
        margin: -10px;
    }
    .grid.small-to-20 > .col {
        padding: 10px;
    }
    .grid.small-to-20.outergut {
        margin: 0;
        padding: 10px;
    }
    .grid.small-to-30 {
        margin: -15px;
    }
    .grid.small-to-30 > .col {
        padding: 15px;
    }
    .grid.small-to-30.outergut {
        margin: 0;
        padding: 15px;
    }
    .grid.small-to-40 {
        margin: -20px;
    }
    .grid.small-to-40 > .col {
        padding: 20px;
    }
    .grid.small-to-40.outergut {
        margin: 0;
        padding: 20px;
    }
    .grid.small-to-50 {
        margin: -25px;
    }
    .grid.small-to-50 > .col {
        padding: 25px;
    }
    .grid.small-to-50.outergut {
        margin: 0;
        padding: 25px;
    }
    .grid.small-to-60 {
        margin: -30px;
    }
    .grid.small-to-60 > .col {
        padding: 30px;
    }
    .grid.small-to-60.outergut {
        margin: 0;
        padding: 30px;
    }
    .grid.small-to-70 {
        margin: -35px;
    }
    .grid.small-to-70 > .col {
        padding: 35px;
    }
    .grid.small-to-70.outergut {
        margin: 0;
        padding: 35px;
    }
    .grid.small-to-100 {
        margin: -50px;
    }
    .grid.small-to-100 > .col {
        padding: 50px;
    }
    .grid.small-to-100.outergut {
        margin: 0;
        padding: 50px;
    }
    .grid .col.small-to-10 {
        width: 10%;
    }
    .grid .col.small-to-16 {
        width: 16.66667%;
    }
    .grid .col.small-to-20 {
        width: 20%;
    }
    .grid .col.small-to-25 {
        width: 25%;
    }
    .grid .col.small-to-30 {
        width: 30%;
    }
    .grid .col.small-to-33 {
        width: 33.33333%;
    }
    .grid .col.small-to-40 {
        width: 40%;
    }
    .grid .col.small-to-45 {
        width: 45%;
    }
    .grid .col.small-to-50 {
        width: 50%;
    }
    .grid .col.small-to-55 {
        width: 55%;
    }
    .grid .col.small-to-60 {
        width: 60%;
    }
    .grid .col.small-to-66 {
        width: 66.66667%;
    }
    .grid .col.small-to-70 {
        width: 70%;
    }
    .grid .col.small-to-80 {
        width: 80%;
    }
    .grid .col.small-to-100 {
        width: 100%;
    }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
    .medium-hide {
        display: none;
    }
    .medium-show {
        display: block;
    }
    .grid.medium-to-5 {
        margin: -2.5px;
    }
    .grid.medium-to-5 > .col {
        padding: 2.5px;
    }
    .grid.medium-to-5.outergut {
        margin: 0;
        padding: 2.5px;
    }
    .grid.medium-to-10 {
        margin: -5px;
    }
    .grid.medium-to-10 > .col {
        padding: 5px;
    }
    .grid.medium-to-10.outergut {
        margin: 0;
        padding: 5px;
    }
    .grid.medium-to-15 {
        margin: -7.5px;
    }
    .grid.medium-to-15 > .col {
        padding: 7.5px;
    }
    .grid.medium-to-15.outergut {
        margin: 0;
        padding: 7.5px;
    }
    .grid.medium-to-20 {
        margin: -10px;
    }
    .grid.medium-to-20 > .col {
        padding: 10px;
    }
    .grid.medium-to-20.outergut {
        margin: 0;
        padding: 10px;
    }
    .grid.medium-to-30 {
        margin: -15px;
    }
    .grid.medium-to-30 > .col {
        padding: 15px;
    }
    .grid.medium-to-30.outergut {
        margin: 0;
        padding: 15px;
    }
    .grid.medium-to-40 {
        margin: -20px;
    }
    .grid.medium-to-40 > .col {
        padding: 20px;
    }
    .grid.medium-to-40.outergut {
        margin: 0;
        padding: 20px;
    }
    .grid.medium-to-50 {
        margin: -25px;
    }
    .grid.medium-to-50 > .col {
        padding: 25px;
    }
    .grid.medium-to-50.outergut {
        margin: 0;
        padding: 25px;
    }
    .grid.medium-to-60 {
        margin: -30px;
    }
    .grid.medium-to-60 > .col {
        padding: 30px;
    }
    .grid.medium-to-60.outergut {
        margin: 0;
        padding: 30px;
    }
    .grid.medium-to-70 {
        margin: -35px;
    }
    .grid.medium-to-70 > .col {
        padding: 35px;
    }
    .grid.medium-to-70.outergut {
        margin: 0;
        padding: 35px;
    }
    .grid.medium-to-100 {
        margin: -50px;
    }
    .grid.medium-to-100 > .col {
        padding: 50px;
    }
    .grid.medium-to-100.outergut {
        margin: 0;
        padding: 50px;
    }
    .grid .col.medium-to-10 {
        width: 10%;
    }
    .grid .col.medium-to-16 {
        width: 16.66667%;
    }
    .grid .col.medium-to-20 {
        width: 20%;
    }
    .grid .col.medium-to-25 {
        width: 25%;
    }
    .grid .col.medium-to-30 {
        width: 30%;
    }
    .grid .col.medium-to-33 {
        width: 33.33333%;
    }
    .grid .col.medium-to-40 {
        width: 40%;
    }
    .grid .col.medium-to-45 {
        width: 45%;
    }
    .grid .col.medium-to-50 {
        width: 50%;
    }
    .grid .col.medium-to-55 {
        width: 55%;
    }
    .grid .col.medium-to-60 {
        width: 60%;
    }
    .grid .col.medium-to-66 {
        width: 66.66667%;
    }
    .grid .col.medium-to-70 {
        width: 70%;
    }
    .grid .col.medium-to-80 {
        width: 80%;
    }
    .grid .col.medium-to-100 {
        width: 100%;
    }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
    .large-hide {
        display: none;
    }
    .large-show {
        display: block;
    }
    .grid.large-to-5 {
        margin: -2.5px;
    }
    .grid.large-to-5 > .col {
        padding: 2.5px;
    }
    .grid.large-to-5.outergut {
        margin: 0;
        padding: 2.5px;
    }
    .grid.large-to-10 {
        margin: -5px;
    }
    .grid.large-to-10 > .col {
        padding: 5px;
    }
    .grid.large-to-10.outergut {
        margin: 0;
        padding: 5px;
    }
    .grid.large-to-15 {
        margin: -7.5px;
    }
    .grid.large-to-15 > .col {
        padding: 7.5px;
    }
    .grid.large-to-15.outergut {
        margin: 0;
        padding: 7.5px;
    }
    .grid.large-to-20 {
        margin: -10px;
    }
    .grid.large-to-20 > .col {
        padding: 10px;
    }
    .grid.large-to-20.outergut {
        margin: 0;
        padding: 10px;
    }
    .grid.large-to-30 {
        margin: -15px;
    }
    .grid.large-to-30 > .col {
        padding: 15px;
    }
    .grid.large-to-30.outergut {
        margin: 0;
        padding: 15px;
    }
    .grid.large-to-40 {
        margin: -20px;
    }
    .grid.large-to-40 > .col {
        padding: 20px;
    }
    .grid.large-to-40.outergut {
        margin: 0;
        padding: 20px;
    }
    .grid.large-to-50 {
        margin: -25px;
    }
    .grid.large-to-50 > .col {
        padding: 25px;
    }
    .grid.large-to-50.outergut {
        margin: 0;
        padding: 25px;
    }
    .grid.large-to-60 {
        margin: -30px;
    }
    .grid.large-to-60 > .col {
        padding: 30px;
    }
    .grid.large-to-60.outergut {
        margin: 0;
        padding: 30px;
    }
    .grid.large-to-70 {
        margin: -35px;
    }
    .grid.large-to-70 > .col {
        padding: 35px;
    }
    .grid.large-to-70.outergut {
        margin: 0;
        padding: 35px;
    }
    .grid.large-to-100 {
        margin: -50px;
    }
    .grid.large-to-100 > .col {
        padding: 50px;
    }
    .grid.large-to-100.outergut {
        margin: 0;
        padding: 50px;
    }
    .grid .col.large-to-10 {
        width: 10%;
    }
    .grid .col.large-to-16 {
        width: 16.66667%;
    }
    .grid .col.large-to-20 {
        width: 20%;
    }
    .grid .col.large-to-25 {
        width: 25%;
    }
    .grid .col.large-to-30 {
        width: 30%;
    }
    .grid .col.large-to-33 {
        width: 33.33333%;
    }
    .grid .col.large-to-40 {
        width: 40%;
    }
    .grid .col.large-to-45 {
        width: 45%;
    }
    .grid .col.large-to-50 {
        width: 50%;
    }
    .grid .col.large-to-55 {
        width: 55%;
    }
    .grid .col.large-to-60 {
        width: 60%;
    }
    .grid .col.large-to-66 {
        width: 66.66667%;
    }
    .grid .col.large-to-70 {
        width: 70%;
    }
    .grid .col.large-to-80 {
        width: 80%;
    }
    .grid .col.large-to-100 {
        width: 100%;
    }
}
@media all and (min-width: 1200px) {
    .larger-hide {
        display: none;
    }
    .larger-show {
        display: block;
    }
    .grid.larger-to-5 {
        margin: -2.5px;
    }
    .grid.larger-to-5 > .col {
        padding: 2.5px;
    }
    .grid.larger-to-5.outergut {
        margin: 0;
        padding: 2.5px;
    }
    .grid.larger-to-10 {
        margin: -5px;
    }
    .grid.larger-to-10 > .col {
        padding: 5px;
    }
    .grid.larger-to-10.outergut {
        margin: 0;
        padding: 5px;
    }
    .grid.larger-to-15 {
        margin: -7.5px;
    }
    .grid.larger-to-15 > .col {
        padding: 7.5px;
    }
    .grid.larger-to-15.outergut {
        margin: 0;
        padding: 7.5px;
    }
    .grid.larger-to-20 {
        margin: -10px;
    }
    .grid.larger-to-20 > .col {
        padding: 10px;
    }
    .grid.larger-to-20.outergut {
        margin: 0;
        padding: 10px;
    }
    .grid.larger-to-30 {
        margin: -15px;
    }
    .grid.larger-to-30 > .col {
        padding: 15px;
    }
    .grid.larger-to-30.outergut {
        margin: 0;
        padding: 15px;
    }
    .grid.larger-to-40 {
        margin: -20px;
    }
    .grid.larger-to-40 > .col {
        padding: 20px;
    }
    .grid.larger-to-40.outergut {
        margin: 0;
        padding: 20px;
    }
    .grid.larger-to-50 {
        margin: -25px;
    }
    .grid.larger-to-50 > .col {
        padding: 25px;
    }
    .grid.larger-to-50.outergut {
        margin: 0;
        padding: 25px;
    }
    .grid.larger-to-60 {
        margin: -30px;
    }
    .grid.larger-to-60 > .col {
        padding: 30px;
    }
    .grid.larger-to-60.outergut {
        margin: 0;
        padding: 30px;
    }
    .grid.larger-to-70 {
        margin: -35px;
    }
    .grid.larger-to-70 > .col {
        padding: 35px;
    }
    .grid.larger-to-70.outergut {
        margin: 0;
        padding: 35px;
    }
    .grid.larger-to-100 {
        margin: -50px;
    }
    .grid.larger-to-100 > .col {
        padding: 50px;
    }
    .grid.larger-to-100.outergut {
        margin: 0;
        padding: 50px;
    }
    .grid .col.larger-to-10 {
        width: 10%;
    }
    .grid .col.larger-to-16 {
        width: 16.66667%;
    }
    .grid .col.larger-to-20 {
        width: 20%;
    }
    .grid .col.larger-to-25 {
        width: 25%;
    }
    .grid .col.larger-to-30 {
        width: 30%;
    }
    .grid .col.larger-to-33 {
        width: 33.33333%;
    }
    .grid .col.larger-to-40 {
        width: 40%;
    }
    .grid .col.larger-to-45 {
        width: 45%;
    }
    .grid .col.larger-to-50 {
        width: 50%;
    }
    .grid .col.larger-to-55 {
        width: 55%;
    }
    .grid .col.larger-to-60 {
        width: 60%;
    }
    .grid .col.larger-to-66 {
        width: 66.66667%;
    }
    .grid .col.larger-to-70 {
        width: 70%;
    }
    .grid .col.larger-to-80 {
        width: 80%;
    }
    .grid .col.larger-to-100 {
        width: 100%;
    }
}
.no-flexbox .grid {
    display: block;
    overflow: auto;
}
.block-image,
.topbar {
    overflow: hidden;
}
.no-flexbox .grid .col {
    float: left;
}
.no-flexbox .grid.position-center .col {
    margin: 0 auto;
    float: none;
}
.age-gate input[name="yes"],
.no-flexbox .grid.position-right .col {
    float: right;
}
.no-flexbox .grid.position-middle {
    display: block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.no-flexbox .grid.position-middle .col {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
body {
    font-size: 15px;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
    font-weight: 600;
    font-style: normal;
    line-height: 1.3em;
    margin-bottom: 1em;
}
h2 {
    font-size: 30px;
}
p + h2 {
    margin-bottom: 0;
}
.button-container-top {
    margin: 0 0 20px;
}
.button-container-top-medium {
    margin: 0 0 30px;
}
.button-container-top-large {
    margin: 0 0 50px;
}
.button-container-top-larger {
    margin: 0 0 100px;
}
.button-container-middle {
    margin: 20px 0;
}
.button-container-middle-medium {
    margin: 30px 0;
}
.button-container-middle-large {
    margin: 50px 0;
}
.button-container-middle-larger {
    margin: 100px 0;
}
.button-container-bottom {
    margin: 20px 0 0;
}
.button-container-bottom-medium {
    margin: 30px 0 0;
}
.button-container-bottom-large {
    margin: 50px 0 0;
}
.button-container-bottom-larger {
    margin: 100px 0 0;
}
.button {
    font-family: museo-slab, serif;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    min-width: 220px;
    padding: 14px 40px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
}
@media (max-width: 767px) {
    .button {
        font-size: 15px;
        min-width: 0;
        padding: 10px 20px;
    }
}
.button.size-small {
    font-size: 14px;
    min-width: 0;
    padding: 8px 15px;
}
scroll-easing-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: fixed;
}
scroll-easing-content {
    position: absolute;
}
.valign-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.valign-table-container {
    display: table;
}
.valign-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.age-gate {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: #0b0b0b;
    background-size: cover;
    overflow-y: scroll;
}
.age-gate .logo {
    max-width: 80%;
}
.age-gate .form-container {
    width: 100%;
    margin: 0;
}
.age-gate .text {
    margin: 30px 0;
}
.age-gate .footer-text {
    font-size: 12px;
    line-height: 1em;
    width: 100%;
    text-align: center;
}
.age-gate input[name="no"] {
    float: left;
}
.cookie-notice {
    position: fixed;
    z-index: 6;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px RGBA(0, 0, 0, 0.2);
}
.cookie-notice .button {
    float: right;
}
.cookie-notice .text {
    z-index: -1;
    padding-right: 115px;
}
.cookie-notice .inner {
    font-size: 12px;
    height: 50px;
}
@media (max-width: 767px) {
    .cookie-notice .inner {
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .cookie-notice .inner {
        padding-right: 0;
    }
}
.cookie-notice .inner a {
    color: #000;
}
.padding-small {
    padding: 20px;
}
.padding-medium {
    padding: 40px;
}
@media (max-width: 767px) {
    .padding-medium {
        padding: 30px;
    }
}
.padding-large {
    padding: 100px;
}
@media (max-width: 767px) {
    .padding-large {
        padding: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .padding-large {
        padding: 50px;
    }
}
.padding-top-small {
    padding-top: 20px;
}
.padding-top-medium {
    padding-top: 40px;
}
@media (max-width: 767px) {
    .padding-top-medium {
        padding-top: 30px;
    }
}
.padding-top-large {
    padding-top: 100px;
}
@media (max-width: 767px) {
    .padding-top-large {
        padding-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .padding-top-large {
        padding-top: 50px;
    }
}
.padding-bottom-small {
    padding-bottom: 20px;
}
.padding-bottom-medium {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .padding-bottom-medium {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.padding-bottom-large {
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .padding-bottom-large {
        padding-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .padding-bottom-large {
        padding-bottom: 50px;
    }
}
.topbar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 20px 0 0;
    white-space: nowrap;
    letter-spacing: 0.05em;
    color: #e3b773;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}
.block-header-image,
.block-text {
    background-size: cover;
}
.block-header-image,
.block-image .image,
.block-text {
    background-position: center;
}
.topbar .icon-col,
.topbar .icon-col .icon {
    width: 70px;
}
.topbar .bull {
    font-size: 30px;
    line-height: 8px;
    display: inline-block;
    margin: 5px 20px 0;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .topbar .bull {
        margin: 0 10px;
    }
}
.topbar .menu a {
    position: relative;
    top: 0;
    padding: 20px 0;
    transition: all 0.1s;
    color: #fff;
}
.topbar .menu a:hover {
    top: -2px;
}
.topbar .menu a:hover .line {
    margin-top: 0;
    opacity: 1;
}
.topbar .menu a.active {
    font-weight: 700;
}
.topbar .menu a .line {
    height: 1px;
    margin-top: 10px;
    transition: all 0.03s;
    opacity: 0;
    border-top: 1px solid #fff;
}
body[data-browser="Internet Explorer"][data-browser-version="10"] .topbar,
body[data-browser="Internet Explorer"][data-browser-version="7"] .topbar,
body[data-browser="Internet Explorer"][data-browser-version="8"] .topbar,
body[data-browser="Internet Explorer"][data-browser-version="9"] .topbar {
    display: none;
}
.footer {
    font-size: 14px;
}
.footer .hr {
    height: 1px;
    opacity: 0.5;
    border: 1px solid #000;
}
.footer .logo {
    width: 100%;
    max-width: 250px;
}
.footer .menu {
    line-height: 2em;
}
@media (max-width: 767px) {
    .footer .logo {
        display: block;
        margin: 0 auto;
    }
    .footer .menu a {
        display: block;
    }
}
.footer .menu .bull {
    font-size: 30px;
    line-height: 0;
    display: inline-block;
    margin: 0 20px;
    vertical-align: sub;
    color: #fff;
}
@media (max-width: 767px) {
    .footer .menu .bull {
        display: none;
    }
    .footer .text-align-center,
    .footer .text-align-right {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .footer .menu .bull {
        margin: 0 10px;
    }
    .footer .text-align-center,
    .footer .text-align-right {
        text-align: left;
    }
}
.block-icon-with-text .text,
.block-product-focus .text {
    text-align: center;
}
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="text"],
form textarea {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    padding: 18px;
    border: 1px solid;
    outline: 0;
}
.burger {
    position: absolute;
    z-index: 1;
    right: 40px;
    width: 30px;
    height: 30px;
    margin: 30px 0 0 25px;
    cursor: pointer;
}
.burger .lines {
    height: 2px;
    margin: 0 0 4px;
    background-color: #fff;
}
.burger .lines:first-child {
    margin-top: 6px;
}
.burger .lines:last-of-child {
    margin: 0;
}
.mobile-menu {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 224px;
    height: 100vh;
}
.mobile-menu .close {
    position: absolute;
    top: 40px;
    right: 35px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.mobile-menu .close .lines {
    position: relative;
    height: 3px;
    transform: rotate(-45deg);
}
.mobile-menu .close .lines:first-child {
    top: 3px;
    transform: rotate(45deg);
}
.mobile-menu .logo {
    display: block;
    max-width: calc(100% - 60px);
    margin: 20px auto;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu ul li {
    border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-menu ul li:first-child {
    border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 12px;
    color: inherit;
}
body[data-browser="Internet Explorer"][data-browser-version="10"] .burger,
body[data-browser="Internet Explorer"][data-browser-version="7"] .burger,
body[data-browser="Internet Explorer"][data-browser-version="8"] .burger,
body[data-browser="Internet Explorer"][data-browser-version="9"] .burger {
    display: block;
}
.error404-grid {
    height: 100vh;
}
.error404-grid .error-message-container {
    background-color: #ffe0d7;
}
.error404-grid .error-message-container .error-messages {
    padding: 20px;
}
.block-header-image {
    position: relative;
    color: #fff;
}
@media (max-width: 767px) {
    .block-header-image {
        height: 100vh;
    }
    .block-header-image[data-layout="logo_subtext_layout"] {
        padding: 100px 0 50px;
    }
    .block-header-image[data-layout="logo_subtext_layout"] .inner {
        padding: 0 40px;
    }
}
.block-header-image .inner {
    padding: 150px 40px 110px;
}
.block-header-image .inner h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.block-header-image .inner.accom-footer-logo {
    padding-bottom: 240px;
}
@media (max-width: 767px) {
    .block-header-image .inner.accom-footer-logo {
        padding-bottom: 0;
    }
    .block-header-image .footer-logo {
        display: none;
    }
}
.block-header-image .footer-logo {
    position: absolute;
    z-index: 1;
    bottom: -130px;
    left: 50%;
    width: 260px;
    margin: 0 auto 0 -130px;
    padding: 20px;
    border-radius: 9999px;
    background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .block-header-image .footer-logo {
        bottom: -95px;
        width: 190px;
        margin-left: -95px;
        padding: 15px;
    }
    .block-image .image {
        padding-bottom: 66%;
    }
}
.block-header-image[data-layout="logo_subtext_layout"] .logo {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 80px;
}
@media (max-width: 767px) {
    .block-header-image[data-layout="logo_subtext_layout"] .logo {
        margin: 0 auto 40px;
    }
    .block-image .image {
        padding-bottom: 66%;
    }
}
.block-header-image[data-layout="logo_subtext_layout"] .text {
    line-height: 1.5em;
    letter-spacing: 0.03em;
}
body[data-browser="Internet Explorer"][data-browser-version="10"] .footer-logo,
body[data-browser="Internet Explorer"][data-browser-version="7"] .footer-logo,
body[data-browser="Internet Explorer"][data-browser-version="8"] .footer-logo,
body[data-browser="Internet Explorer"][data-browser-version="9"] .footer-logo {
    display: none;
}
.block-product-focus .image-desktop-col .image,
.block-product-focus .image-mobile-col .image {
    display: block;
}
.block-icon-with-text .icon {
    display: block;
    max-width: 50px;
    height: auto;
    margin: 0 auto 20px;
}
.block-image.fixed-width-small {
    width: 300px;
}
.block-image.fixed-width-medium {
    width: 400px;
}
.block-image.fixed-width-large {
    width: 500px;
}
.block-image .image {
    height: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
}
.block-text .padding-none.max-width {
    padding-right: 0;
    padding-left: 0;
}
.block-impact .text,
.block-text .text {
    width: 100%;
}
@media (max-width: 767px) {
    .block-impact .text {
        position: static !important;
        top: auto !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .block-product-focus .image-desktop-col .image {
        max-width: 180px;
        margin: 0 auto;
    }
}
.block-product-focus {
    position: relative;
}
.block-product-focus .image-desktop-col {
    width: 480px;
}
@media (max-width: 767px) {
    .block-product-focus .image-mobile-col .image {
        max-width: 200px;
        margin: 0 auto;
    }
    .block-product-focus .text {
        position: static !important;
        top: auto !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .block-modal .modal-overlay {
        padding: 0;
    }
}
body[data-browser="Internet Explorer"][data-browser-version="10"] .block-product-focus .valign-absolute,
body[data-browser="Internet Explorer"][data-browser-version="10"] .block-product-focus .valign-relative,
body[data-browser="Internet Explorer"][data-browser-version="7"] .block-product-focus .valign-absolute,
body[data-browser="Internet Explorer"][data-browser-version="7"] .block-product-focus .valign-relative,
body[data-browser="Internet Explorer"][data-browser-version="8"] .block-product-focus .valign-absolute,
body[data-browser="Internet Explorer"][data-browser-version="8"] .block-product-focus .valign-relative,
body[data-browser="Internet Explorer"][data-browser-version="9"] .block-product-focus .valign-absolute,
body[data-browser="Internet Explorer"][data-browser-version="9"] .block-product-focus .valign-relative {
    position: static !important;
    top: auto !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
body[data-browser="Internet Explorer"][data-browser-version="10"] .block-product-focus .grid .col,
body[data-browser="Internet Explorer"][data-browser-version="7"] .block-product-focus .grid .col,
body[data-browser="Internet Explorer"][data-browser-version="8"] .block-product-focus .grid .col,
body[data-browser="Internet Explorer"][data-browser-version="9"] .block-product-focus .grid .col {
    height: 100%;
}
.block-menu-bar {
    width: 100%;
}
.block-menu-bar .bull {
    font-size: 30px;
    line-height: 8px;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .block-menu-bar .bull {
        margin: 0 10px;
    }
}
.block-menu-bar .hr {
    width: 30px;
    height: 1px;
    margin: 10px auto;
    border-bottom: 1px solid 1px solid #d0c6b9;
}
.block-menu-bar a {
    font-size: 20px;
    white-space: nowrap;
    color: #fff;
}
.block-modal {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
}
.block-modal .modal-overlay {
    overflow: scroll;
    width: 100%;
    height: 100%;
    background-color: RGBA(255, 255, 255, 0.5);
}
body,
html,
html.overflow-hidden {
    overflow: hidden;
}
.block-modal .modal-overlay .modal {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    padding: 75px;
    background-color: #fff;
    box-shadow: 0 30px 50px RGBA(0, 0, 0, 0.002);
}
.block-modal .modal-overlay .modal .close {
    display: inline-block;
    margin: 0 0 15px;
    cursor: pointer;
}
.block-modal .modal-overlay .modal .close.icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url(../img/icons/close-circle-gold.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}
.wrapper,
.wrapper .content,
.wrapper .overlay {
    position: absolute;
    top: 0;
}
.block-modal .modal-overlay .modal .inner {
    height: 100%;
    text-align: left;
    border: 2px solid #b49b7c;
}
.block-stockists .items {
    border-width: 1px;
    border-style: solid;
}
.block-stockists .items h2:first-of-type {
    margin: 0;
}
.block-stockists .items .item .hr {
    height: 1px;
    margin: 30px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
@media (max-width: 767px) {
    .block-modal .modal-overlay .modal {
        padding: 20px;
    }
    .block-stockists .max-width {
        padding: 0;
    }
}
body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.wrapper {
    left: -224px;
    width: calc(100vw + 224px);
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
}
.wrapper .content {
    left: 224px;
    width: 100vw;
}
.wrapper .overlay {
    z-index: 999;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: RGBA(0, 0, 0, 0.3);
}
.max-width {
    max-width: 700px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}
.max-width.size-medium {
    max-width: 900px;
}
.max-width.size-large {
    max-width: 1200px;
}
.max-width-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.scroll-up-button {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/icons/arrow-up-circle.png);
    background-size: contain;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.padding {
    padding: 20px;
}
.accom-top-bar-padding {
    padding-top: 40px;
}
.accom-top-bar-margin {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .scroll-up-button {
        display: none;
    }
    .accom-top-bar-padding {
        padding-top: 0;
    }
    .accom-header-image-footer.mobile-disable,
    .accom-top-bar-margin {
        margin-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .scroll-up-button {
        display: none;
    }
    .accom-header-image-footer.tablet-disable {
        margin-top: 0;
    }
}
@media (min-width: 1201px) {
    .accom-header-image-footer.desktop-disable {
        margin-top: 0;
    }
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
body[data-browser="Internet Explorer"][data-browser-version="10"] .accom-top-bar-padding,
body[data-browser="Internet Explorer"][data-browser-version="7"] .accom-top-bar-padding,
body[data-browser="Internet Explorer"][data-browser-version="8"] .accom-top-bar-padding,
body[data-browser="Internet Explorer"][data-browser-version="9"] .accom-top-bar-padding {
    padding-top: 0;
}
body[data-browser="Internet Explorer"][data-browser-version="10"] .accom-top-bar-margin,
body[data-browser="Internet Explorer"][data-browser-version="7"] .accom-top-bar-margin,
body[data-browser="Internet Explorer"][data-browser-version="8"] .accom-top-bar-margin,
body[data-browser="Internet Explorer"][data-browser-version="9"] .accom-top-bar-margin {
    margin-top: 0;
}
body[data-browser="Internet Explorer"][data-browser-version="10"] .col,
body[data-browser="Internet Explorer"][data-browser-version="7"] .col,
body[data-browser="Internet Explorer"][data-browser-version="8"] .col,
body[data-browser="Internet Explorer"][data-browser-version="9"] .col {
    width: 100%;
}
.equal-height-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.equal-height-parent .equal-height-child {
    flex: 1 0 auto;
}
.page-id-201 .block-text .text p {
    font-size: 18px;
}
.halewood-hero-image img{
    width:100%;
    height:auto;
    margin:0 auto;
}
