/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

a {
    text-decoration: none
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.woff2') format('woff2'),
    url('../fonts/BebasNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #003157;
    color: #000;
    font-family: "ProximaNovaRegular";
    font-size: 12.5px;
    letter-spacing: 1px;
    line-height: 17.5px;
    overscroll-behavior: none;
    overflow: hidden
}

body.show {
    background-color: #11988b;
    overflow: auto
}

#wrap {
    min-height: 100vh;
    left: 0px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    top: 0px;
    transition: opacity 1s ease, left 1.2s ease
}

#wrap.show {
    opacity: 1
}

#wrap.menu-showing {
    left: -30.7%
}

#loader {
    background-color: #000;
    height: 100vh;
    left: 0px;
    opacity: 1;
    padding-top: 100px;
    position: fixed;
    text-align: center;
    top: 0px;
    transition: opacity 1s ease;
    width: 100%;
    z-index: 6
}

#loader img {
    display: inline-block;
    max-width: 150px;
}

#loader.hide {
    opacity: 0;
    pointer-events: none
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

strong {
    font-family: "ProximaNovaBold"
}

.video-container>p:first-child {
    padding-bottom: 48.17%;
    position: relative
}

.video-container>p:first-child iframe {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%
}

.container {
    margin: 0 auto;
    padding: 0px 24px;
    position: relative
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 24px
    }
    #loader {
        padding-top: 27.5vh
    }
    #loader img {
        max-width: 397px
    }
    .container {
        max-width: 816px
    }
    #wrap.menu-showing {
        left: 0px
    }
}

@media only screen and (min-width: 1025px) {
    .container {
        max-width: 1048px
    }
}

footer {
    -moz-transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    transform: translateZ(1px);
    background-color: #000;
    color: #fff;
    font-family: "ProximaNovaRegular";
    font-size: 14px;
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 17px;
    position: relative;
    z-index: 2
}

footer .logo-wrap {
    margin-bottom: 17px;
    text-align: center
}

footer .logo-wrap img {
    display: inline-block;
    width: 69px
}

footer .medals {
    margin-bottom: 12px;
    width: 236px
}

footer a {
    color: #fff
}

footer .meats {
    margin-bottom: 15px
}

footer .meats:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

footer .meats .left {
    float: left;
    width: 40%
}

footer .meats .right {
    float: left;
    text-align: right;
    padding-left: 15%;
    width: 60%
}

footer .meats .right img {
    display: inline-block;
    margin-top: 3px;
    width: 120px;
    max-width: 212px;
}

footer .social {
    margin-bottom: 15px
}

footer .social ul {
    display: flex;
}
footer .social > ul > ul {
    margin-left: auto;
}
footer .social ul li {
    background-size: cover;
    height: 17.5px;
    margin-right: 10px;
    vertical-align: top;
    width: 17px
}
footer .social ul li:last-child {
    margin-right:0;
}
footer .social ul li a {
    display: block;
    height: 100%;
    width: 100%
}

footer .social ul li.fb {
    background-image: url(../img/social-fb.png)
}

footer .social ul li.instagram {
    background-image: url(../img/social-instagram.png)
}

footer .social ul li.twitter {
    background-image: url(../img/social-twitter.png)
}

footer .social ul li.yt {
    background-image: url(../img/social-yt.png)
}

footer .social > ul > li:first-child {
    margin-right: 0;
    width: auto
}

footer .picture-lab {
    display: inline-block;
    margin-left: 10px;
    width: 67px
}
footer .block {
    background-image: url(../img/dot-2.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: 4px 2px;
    margin-bottom:30px;
    padding-bottom: 30px;
}
footer .block hr:last-child {
    display: none;
}
@media only screen and (min-width: 768px) {
    footer .block {
        min-height: 0px;
    }
    footer .block p:last-of-type {
        margin-bottom: 0;
    }
    footer .block:last-child p:last-of-type {
        display: flex;
    }
    footer .block:last-child p:last-of-type a {
        margin-left: auto;
    }
    footer .block:last-child hr {
        
    }
    footer {
        padding: 40px;
        padding-bottom: 20px;
        padding-top: 59px
    }
    footer .logo-wrap {
        margin-bottom: 0px;
        padding-bottom: 12px;
    }
    footer .logo-wrap img {
        width: 118px
    }
    footer .medals {
        width: 335px
    }
    footer .meats .right {
        padding-left: 20px
    }
    footer .meats .right img {
        margin-top: 7px;
        width: 100%;
    }
    footer .block {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px)
    }
    footer .block:first-child {
        margin-right: 40px
    }
    footer hr {
        margin: 30px 0px
    }
    footer p.product {
        margin-bottom: 49px;
    }
    footer p.product + p img {
        margin-top: 25px;
        margin-bottom: 50px;
        max-width: 76%;
    }
    footer .social {
        margin-bottom: 0px
    }
    footer .social ul li {
        background-size: contain;
        background-repeat: no-repeat;
        height: 38px;
        margin-right: 20px;
        vertical-align: top;
        width: 38px
    }
    footer .social > ul > li:first-child {
        margin-right: 8%;
        padding-top: 5px
    }
    footer .social ul li:last-child {
        margin-right: 0px
    }
    footer .picture-lab {
        position: relative;
        top: 3px;
        max-width: 200px;
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    footer .social ul li {
        margin-right: 30px;
    }
}

.home.start header {
    top: 0px
}

.home.start #logo {
    top: 12px
}

.home.start #content {
    opacity: 1
}

.home.start nav ul {
    opacity: 1
}

header {
    background-color: #000;
    height: 68.5px;
    left: 0px;
    padding-top: 12px;
    position: fixed;
    text-align: center;
    top: 0px;
    transition: left 1.2s ease, top 1.2s ease;
    width: 100%;
    z-index: 3
}

header h1 {
    color: #11988b;
    font-family: BebasNeue;
    font-size: 14.5px;
    padding-left: 110px;
    padding-top: 16px;
    text-align: left;
    text-transform: uppercase
}

header.menu-showing {
    left: -30.7%
}

#logo {
    display: inline-block;
    height: auto;
    left: 24px;
    position: fixed;
    top: 18px;
    width: 67px;
    z-index: 4
}

#logo.absolute {
    position: absolute !important
}

.home header {
    top: -68.5px
}

.home #logo {
    display: inline-block;
    height: auto;
    left: 50%;
    margin-left: -48px;
    position: fixed;
    top: -96px;
    transition: top 1.2s ease 1.1s;
    width: 96px
}

.home h1 {
    display: none
}

.home #content {
    opacity: 0;
    transition: opacity 1.3s ease 1.7s
}

.home nav ul {
    opacity: 0;
    transition: opacity 1.3s ease 1.7s
}

@media only screen and (min-width: 768px) {
    #logo {
        height: 60px;
        left: 50%;
        margin-left: -70px;
        top: 28px;
        width: 118px
    }
    #logo.absolute {
        position: fixed !important
    }
    header {
        height: 113px;
        padding: 0px
    }
    header h1 {
        display: none
    }
    header.menu-showing {
        left: 0px
    }
    .home header {
        background-color: #000;
        background-image: none;
        padding: 0px;
        top: -113px
    }
    .home #logo {
        height: 60px;
        margin-left: -74px;
        position: fixed;
        top: -124px;
        width: 118px
    }
    .home.start #logo {
        top: 28px
    }
}

nav {
    background-color: #000;
    font-family: BebasNeue;
    height: 100vh;
    letter-spacing: 2px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 20px;
    position: fixed;
    right: -30.7%;
    text-align: left;
    text-transform: uppercase;
    top: 0px;
    transition: right 1.2s ease;
    width: 30.7%
}

nav ul li {
    line-height: 20px;
    margin-bottom: 20px
}

nav ul li a {
    border: none;
    color: #11988b;
    font-size: 12px;
    outline: 0;
}
nav ul li a:active, nav ul li a:focus {
    outline: 0;
}

nav.show {
    right: 0%
}

@media only screen and (min-width: 768px) {
    nav {
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%;
        background-color: transparent;
        padding: 0px;
        position: static;
        width: 100%
    }
    nav>ul {
        margin: 0 auto;
        max-width: 816px;
        padding: 0px 24px
    }
    nav>ul>li {
        float: left;
        margin: 0px;
        position: relative
    }
    nav>ul>li.current_page_item:after {
        background-image: url(../img/dot.png);
        bottom: 23px;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
            background-position: 1px;
    width: calc(100% - 2px);
    }
    nav>ul>li .sub-menu {
        background-color: #000;
        display: none;
        left: -27px;
        position: absolute;
        width: calc(100% + 40px)
    }
    nav>ul>li .sub-menu li {
        background-color: #000;
        margin: 0px;
        transition: background-color 0.4s ease
    }
    nav>ul>li .sub-menu li:hover {
        background-color: #003157
    }
    nav>ul>li .sub-menu li a {
        display: block;
        height: 60px;
        line-height: 60px;
        padding-left: 27px
    }
    nav>ul>li:hover .sub-menu {
        display: block
    }
    nav>ul>li>a {
        display: block;
        height: 79px;
        line-height: 79px
    }
    nav>ul>li:nth-child(1) {
        display: none
    }
    nav>ul>li:nth-child(2) {
        margin-right: 25px
    }
    nav>ul>li:nth-child(3) {
        margin-right: 230px
    }
    nav>ul>li:nth-child(4) {
        left: -30px;
        margin-right: 35px;
        position: relative
    }
    nav>ul>li:nth-child(5) {
        left: -30px;
        position: relative
    }
}

@media only screen and (min-width: 1025px) {
    #logo {
        margin-left: -74px;
    }
    nav>ul {
        left: -30px;
        max-width: 1048px;
        position: relative
    }
    nav>ul>li .sub-menu li a {
        font-size: 16px
    }
    nav>ul>li>a {
        font-size: 16px
    }
    nav>ul>li:nth-child(2) {
        margin-right: 40px
    }
    nav>ul>li:nth-child(3) {
        margin-right: 240px
    }
    nav>ul>li:nth-child(4) {
        left: 10px;
        margin-right: 45px
    }
    nav>ul>li:nth-child(5) {
        left: 10px
    }
}

#intro {
    background-position: bottom center;
    background-size: cover;
    cursor: pointer;
    height: 100vh;
    left: 0px;
    padding-top: 100px;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 5
}

#intro img {
    display: inline-block;
    transition: opacity 1s ease 2s;
    max-width: 150px;
    position: relative;
    z-index: 2;
}

#intro img.hidden {
    opacity: 0
}

#intro #intro-tagline {
    color: #fff;
    font-size: 19px;
    letter-spacing: 4px;
    margin-top: 115px;
    opacity: 0;
    transition: opacity 1s ease 3.5s
}

#intro #intro-tagline .tagline-inner {
    display: inline-block
}

#intro #intro-tagline.show {
    opacity: 1
}

@media only screen and (min-width: 768px) {
    #intro {
        padding-top: 29.5vh
    }
    #intro img {
        max-width: 387px
    }
    #intro #intro-tagline {
        margin-top: 15.9vh
    }
    #intro #intro-tagline .tagline-inner {
        text-shadow: none
    }
}

#bg {
    background-position: top center;
    background-size: cover;
    height: 100vh;
    left: 0px;
    position: fixed;
    text-align: center;
    top: 0px;
    transition: left 1.2s ease;
    width: 100%;
    z-index: 1
}

#bg.menu-showing {
    left: -30.7%
}

#hamburger {
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 27px
}

#hamburger #hamburger-inner {
    background-color: #11988b;
    display: block;
    height: 2px;
    margin: 10px 0px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 27px
}

#hamburger #hamburger-inner:before,
#hamburger #hamburger-inner:after {
    background-color: #11988b;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 27px
}

#hamburger #hamburger-inner:before {
    top: -10px
}

#hamburger #hamburger-inner:after {
    top: 10px
}

#hamburger.active #hamburger-inner {
    background-color: transparent
}

#hamburger.active #hamburger-inner:before {
    background-color: #11988b;
    top: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#hamburger.active #hamburger-inner:after {
    background-color: #11988b;
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (min-width: 768px) {
    #hamburger {
        display: none
    }
}

#inner-content {
    transition: opacity 0.6s ease
}

#content {
    color: #003157;
    padding-top: 123px;
    position: relative;
    z-index: 2
}

#content #hero-text {
    background-repeat: repeat-x;
    background-size: 1px 164px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 178px;
    padding-bottom: 36px;
    padding-top: 36px;
    text-align: center;
    text-transform: uppercase
}

#content #hero-text #hero-text-inner {
    min-height: 120px;
    margin: 0 auto;
    max-width: 300px
}

#content ul {
    margin-bottom: 16px
}

#content ul li {
    padding-left: 12px;
    text-indent: -12px
}

#content ul li:before {
    content: "•";
    color: #11988b;
    padding-right: 7px
}

#content img {
    padding-top: 5px
}

#content .email {
    margin-bottom: 32px
}

#content .email h3 {
    margin-bottom: 8px
}

#content .email a {
    border: #11988b 1px solid;
    color: #003157;
    padding: 2px 5px;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease
}

#content .email a:hover {
    background-color: #003157;
    color: #11988b
}

#content .locations .location {
    margin-bottom: 16px
}

#content .locations .location a {
    border: #11988b 1px solid;
    color: #11988b;
    display: inline-block;
    margin-top: 3px;
    padding: 2px 5px;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease
}

#content .locations .location a:hover {
    background-color: #11988b;
    color: #003157
}

#content .locations .location:last-child {
    margin-bottom: 0px
}

#content #states {
    margin-top: 16px
}

#content .state {
    margin-top: 30px
}

#content .state:first-child {
    margin-top: 0px
}

#content .state .state-header {
    border-bottom: 2px solid #11988b;
    border-top: 2px solid #11988b;
    color: #11988b;
    font-size: 12px;
    padding: 16px 0px;
    text-transform: uppercase
}

#content .state .state-content {
    padding-top: 16px
}

#content .state .state-content .title {
    display: inline-block;
    width: 30px
}

#content .state .state-content .block {
    margin-bottom: 0px
}

@media only screen and (min-width: 768px) {
    #content {
        background-repeat: repeat-x;
        padding-top: 165px
    }
    #content #hero-text {
        background-image: none;
        font-family: "ProximaNovaRegular";
        font-size: 29px;
        line-height: 55px;
        margin-bottom: 305px;
        padding: 0px
    }
    #content #hero-text #hero-text-inner {
        min-height: 220px;
        margin: 0 auto;
        max-width: 600px
    }
    #content ul li {
        margin-bottom: 13px
    }
    #content .email h3 {
        margin-bottom: 17px
    }
    #content .email a {
        padding: 4px 7px
    }
    #content .locations .location {
        margin-bottom: 40px
    }
    #content .locations .location a {
        padding: 4px 7px
    }
    #content #states {
        margin-top: 0px
    }
    #content .state .state-header {
        font-size: 22px;
        margin-top: 30px;
        padding: 30px 0px
    }
    #content .state .state-content {
        padding-top: 30px
    }
}

@media only screen and (min-width: 1025px) {
    #content {
        padding-top: 308px
    }
    #content #hero-text #hero-text-inner {
        margin: 0 auto;
        max-width: 700px
    }
}

h2 {
    background-color: #fff;
    color: #11988b;
    font-family: BebasNeue;
    font-size: 14.5px;
    min-height: 50px;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 0px 20px;
    padding-bottom: 11px;
    padding-top: 22px;
    position: relative;
    text-transform: uppercase
}

h2 .arrow {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: #fff
}

h2 .arrow:before,
h2 .arrow:after {
    content: '';
    position: absolute;
    bottom: 100%;
    box-sizing: border-box
}

h2 .arrow:before {
    right: calc(100% - 28px);
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    width: 28px
}

h2 .arrow:after {
    left: 28px;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    width: calc(100% - 28px)
}

h3,
blockquote {
    color: #11988b;
    line-height: 20px;
    margin-bottom: 16px;
    text-transform: uppercase
}

h3:first-child,
blockquote:first-child {
    margin-bottom: 25px
}

blockquote {
    margin-bottom: 0px
}

p {
    margin-bottom: 16px
}

p:last-child {
    margin-bottom: 0px
}

hr {
    background-color: transparent;
    background-image: url(../img/dot-2.png);
    background-size: 4px 1px;
    border: none;
    height: 1px;
    margin: 0px;
    margin-bottom: 14px;
    margin-top: 14px
}

@media only screen and (min-width: 768px) {
    h2 {
        height: 84px;
        font-size: 30px;
        line-height: 38px;
        padding: 0px 40px;
        padding-top: 31px
    }
    h2 .arrow {
        bottom: -12px
    }
    h2 .arrow:before {
        right: calc(100% - 54px);
        border-top: 12px solid #fff;
        border-right: 12px solid transparent;
        width: 54px
    }
    h2 .arrow:after {
        left: 54px;
        border-top: 12px solid #fff;
        border-left: 12px solid transparent;
        width: calc(100% - 54px)
    }
    h3,
    blockquote {
        line-height: 30px
    }
    h3:last-child,
    blockquote:last-child {
        margin-bottom: 0px
    }
    hr {
        background-size: 4px 2px;
        height: 2px;
        margin: 35px 0px
    }
}

section {
    margin-bottom: 14px
}

section .section-heading {
    margin-bottom: 22px
}

section .section-content {
    background-color: #fff;
    padding: 20px;
    padding-top: 17px
}

section .section-content .block:first-child {
    margin-bottom: 16px
}

section img {
    width: 100%
}
.home #bg {
    display: none;
}
#bg-video {
    height: 100vh;
    left: 0px;
    position: fixed;
    text-align: center;
    top: 0px;
    transition: left 1.2s ease;
    width: 100%;
    z-index: 1;
}
#bg-video video {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    section {
        margin-bottom: 20px
    }
    section .section-heading {
        margin-bottom: 32px
    }
    section .section-content {
        padding: 40px;
        padding-top: 35px
    }
    section .section-content .block {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px)
    }
    section .section-content .block:first-child {
        margin-bottom: 0px;
        margin-right: 40px
    }
    section .section-content .block.full {
        margin-right: 0px;
        width: 100%
    }
    section.about .section-content {
        padding-bottom: 85px
    }
    section.purchase .section-content {
        padding-bottom: 1px
    }
}