.header-top {
    display: block;
    background: #0a0a0a;
}
.header-top .social-icons.social-icons--right {
    display: block;
    text-align: right;
}
.header-top .social-icons--round .social-icons__icon {
    font-size: 12px;
    line-height: 28px;
    margin: 5px 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
}
.header .header__content{
    padding: 10px 0;
}
.header .header__content{
    padding: 10px 0;
}
.header a.link-list__link {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px;
}
.header a.link-list__link:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #000000;
    opacity: 0;
    display: block;
    position: relative;
    top: 0px;
}
.header a.link-list__link:hover:after {
    opacity: 1;
}

#section-1575400116835 {
    background-position: center 10% !important;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

hr.red-spacer {
    background: #e05c12;
    height: 5px;
    border: none;
}

.block a {
    color: #303030;
}
.block a:hover {
    color: #777777;
}

form .form-btn {
    font-family: 'Oswald', sans-serif;
}

.footer {
    font-family: 'Work Sans', sans-serif;
}

.footer .footer-top {
  padding: 80px 55px;
}
.footer .footer-top h1, .footer .footer-top h2, .footer .footer-top h3, .footer .footer-top h4, .footer .footer-top h5, .footer .footer-top h6 {
    text-transform: uppercase;
}

.footer .footer-top h5{
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.footer .footer-top p{
    font-family: "Inconsolata", 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
}

.footer .footer-top .logo {
    margin-bottom: 35px;
}

.footer .footer-top a span {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a2a2a2;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.footer .footer-top a:hover span {
    color: #ffffff;
}

.footer .footer-top .social-icons {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer .footer-top .social-icons--round .social-icons__icon {
    font-size: 14px;
    line-height: 32px;
    margin: 5px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
}

.footer .footer-menu {
    text-align: center;
}
.footer .footer-menu .footer-menu-item {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.footer .footer-menu .footer-menu-item:not(:last-child) {
    margin-right: 45px;
}
.footer .footer-menu .footer-menu-item:hover {
    color: #ffffff;
}

.footer .footer-bottom p{
    font-size: 12px;
    line-height: 12px;
}

/** Opt-in Form **/
.footer-opt-form .optin.optin--inline {
    border: 1px solid #888888;
}

.footer-opt-form .optin.optin--inline .parsley-errors-list {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Inconsolata", 'Work Sans', sans-serif;
    font-size: 14px;
}

.footer-opt-form .optin.optin--inline .form-group {
    width: 65%;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.footer-opt-form .optin.optin--inline .form-group input {
    border: none;
    background: none;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    color: #888;
}
.footer-opt-form .optin.optin--inline button.btn-form {
    display: inline-block;
    width: 22%;
    float: right;
    background: none;
    border: none;
    color: #888888;
    line-height: 44px;
    font: 400 11px system-ui;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

@media all and (max-width: 1199px) {
    .hero-spacer {
        height: 160px;
    }
}
@media all and (max-width: 1023px) {
    .hero-spacer {
        height: 60px;
    }
}
@media all and (max-width: 767px) {
    .hero-spacer {
        height: 40px;
    }
}