@font-face { font-family: 'VisbyHeavy'; src: url('../../assets/fonts/Visby/VisbyHeavy.eot'); }
@font-face { font-family: 'VisbyHeavy'; src: url('../../assets/fonts/Visby/VisbyHeavy.ttf') format('ttf'); }
@font-face { font-family: 'VisbyHeavy'; src: url('../../assets/fonts/Visby/VisbyHeavy.woff') format('woff'); }
@font-face { font-family: 'VisbyHeavy'; src: url('../../assets/fonts/Visby/VisbyHeavy.otf') format('otf'); }

@font-face { font-family: 'VisbyBold'; src: url('../../assets/fonts/Visby/VisbyBold.eot'); }
@font-face { font-family: 'VisbyBold'; src: url('../../assets/fonts/Visby/VisbyBold.ttf') format('ttf'); }
@font-face { font-family: 'VisbyBold'; src: url('../../assets/fonts/Visby/VisbyBold.woff') format('woff'); }
@font-face { font-family: 'VisbyBold'; src: url('../../assets/fonts/Visby/VisbyBold.otf') format('otf'); }

@font-face { font-family: 'Visby'; src: url('../../assets/fonts/Visby/VisbyRegular.eot'); }
@font-face { font-family: 'Visby'; src: url('../../assets/fonts/Visby/VisbyRegular.ttf') format('ttf'); }
@font-face { font-family: 'Visby'; src: url('../../assets/fonts/Visby/VisbyRegular.woff') format('woff'); }
@font-face { font-family: 'Visby'; src: url('../../assets/fonts/Visby/VisbyRegular.otf') format('otf'); }

@font-face { font-family: 'VisbyLight'; src: url('../../assets/fonts/Visby/VisbyLight.eot'); }
@font-face { font-family: 'VisbyLight'; src: url('../../assets/fonts/Visby/VisbyLight.ttf') format('ttf'); }
@font-face { font-family: 'VisbyLight'; src: url('../../assets/fonts/Visby/VisbyLight.woff') format('woff'); }
@font-face { font-family: 'VisbyLight'; src: url('../../assets/fonts/Visby/VisbyLight.otf') format('otf'); }



:root{
    --black-color: #000;
    --blue: #d2ece8;
    --blue-dk: #002e3b;
    --yellow: #fcb613;
    --white: #fff;
    --black: #000;
    --grey-lt: #f2f2f2;
    --grey: #999999;
    --grey-dk: #292929;
    --warning: #fd4545;

    --bg-black: #1d1d1d;

    --header-height: 74px;
    --header-height-mobile: 58px;

    --bucket-link-height: 54px;
}

html, body {
    height: 100%;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    color: var(--white);
    background: var(--black);
    font-size: 20px;
    font-weight: normal;
    font-family: 'Visby', sans-serif;
}

html, body {
    font-family: 'Visby', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 125%;
    font-weight: normal;
    font-family: 'Visby', sans-serif;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    transition: all .225s linear;
}

a:hover {
    text-decoration: none;
}

*:focus {
    outline: none;
    text-decoration: none;
}

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

.no-padding-right {
    padding-right: 0;
}

.block {
    display: block;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    padding-left: 2rem;
    padding-right: 2rem;
    height: var(--header-height);
    background: var(--grey-dk);
    transition: all .3s linear;
}

header h4 {
    font-size: 1rem;
    color: var(--white);
    font-family: 'VisbyHeavy', sans-serif;
}

header img.logo {
    width: 180px;
    display: block;
}

header h1.logo span {
    display: none;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

i.inside-heading {
    font-size: 72%;
    margin-left: 3px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.btn {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: 'VisbyHeavy', sans-serif;
    padding: .7rem 1.8rem .6rem;
    display: inline-block;
    min-width: 184px;
    border-radius: 0;
}

.btn-yellow {
    background: var(--yellow);
    color: var(--black);
}

.btn-yellow:hover {
    background: var(--white);
    color: var(--black);
}

span.yellow {
    color: var(--yellow);
}

.hero {
    position: relative;
    margin-top: 24px;
}

.hero .hero-image {
    width: 100%;
    display: block;
}

.hero .hero-image-mobile {
    display: none;
}

.hero h1 {
    font-size: 2.1rem;
    color: var(--white);
    font-family: 'VisbyHeavy', sans-serif;
    margin: 0 0 2rem;
    text-shadow: 0 0 6px rgba(0, 46, 59, .6);
}

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

.hero .row {
    padding-bottom: 16%;
}

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

.two-cols .inner {
    width: 470px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.two-cols .tablet {
    display: none;
}
.two-cols .desktop {
    display: block;
}

.content h1 {
    font-family: 'VisbyHeavy', sans-serif;
    font-size: 1.9rem;
    color: var(--white);
}

.content h2 {
    font-size: 1.5rem;
    color: var(--white);
    font-family: 'VisbyHeavy', sans-serif;
    margin: 0 0 1rem;
}

.content h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--yellow);
    font-family: 'VisbyHeavy', sans-serif;
    margin: 0 0 6px;
}

.quotes {
    position: relative;
    padding: 60px 0;
}

.quotes-bg {
    background: url('../../assets/img/texture.png') no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    opacity: .7;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.quotes .container {
    position: relative;
    z-index: 2;
}

.bucket .bucket-link {
    height: var(--bucket-link-height);
    background: var(--black);
    position: relative;
    cursor: pointer;
}

.bucket .bucket-link a {
    font-size: 1rem;
    display: block;
    height: 100%;
    padding-left: 1rem;
    line-height: var(--bucket-link-height);
    color: var(--yellow);
    text-transform: uppercase;
    font-family: 'VisbyHeavy', sans-serif;
    transition: all .15s linear;
}



.bucket .bucket-link span {
    position: absolute;
    right: 0;
    top: 0;
    width: var(--bucket-link-height);
    height: var(--bucket-link-height);
    text-align: center;
    display: block;
    background: var(--yellow);
    color: var(--black);
    transition: all .15s linear;
}

.bucket .bucket-link span i {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s linear;
}


.showroom {
    background: url('../../assets/img/showroom.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 290px;
}

.bold {
    font-family: 'VisbyBold', sans-serif;
}

.yellow {
    color: var(--yellow);
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.horizontal-center {
    margin-left: auto;
    margin-right: auto;
}

.content .btn {
    margin-top: 1.7rem;
}

.content h4 {
    font-size: 1.125rem;
    font-family: 'VisbyBold', sans-serif;
}

.content h5 {
    font-size: 1rem;
    font-family: 'VisbyBold', sans-serif;
}

.content p {
    font-size: 1rem;
}

.space-top {
    margin-top: 2rem;
}

.align-center {
    text-align: center;
}

.form {
    padding: 75px 0;
}

.form h2 {
    font-size: 1.625rem;
}

.form-success {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.form-wrap .btn {
    margin-top: 1rem;
}

.form-wrap {
    border-radius: 12px;
    background: var(--bg-black);
    padding: 2rem 2.5rem;
}

.form-col {
    padding: 10px !important;
}

input, textarea, select {
    padding: .625rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
    display: block;
    width: 100%;
    border: none;
    background: var(--black);
}

.form-error {
    display: block;
    font-size: 13px;
    margin: 2px 0 5px 5px;
    color: var(--warning);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: normal !important;
    padding-right: 2rem;
}

option {
    white-space: normal !important;
}

.select-wrap {
    position: relative;
}

.select-wrap:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--grey);
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 17px;
    pointer-events: none;
}

.checkbox-row {
    margin-top: 1.5rem;
}

.button-row {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}

.button-row .btn {
    margin-left: auto;
    margin-right: auto;
}

.no-space-bottom {
    margin-bottom: 0 !important;
}

.dropdown .dropdown-selected span {
    display: block;
    font-size: 1rem;
    padding: .625rem 1rem;
    background: var(--white);
    color: var(--grey-dk);
}

input::placeholder {
    color: var(--white);
    opacity: 1;
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: var(--white);
    opacity: 1;
}

.map {
    height: 350px;
    position: relative;
}

.map:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .65);
}

.map iframe {
    display: block;
    height: 100%;
    width: 100%;
}

footer {
    background: var(--bg-black);
    padding-top: 3rem;
    font-size: 16px;
}

.footer-top {
    padding-bottom: 3rem;
}

.footer-bottom {
    padding: 1rem 0;
    background: var(--black);
}

footer h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'VisbyHeavy', sans-serif;
}


footer h4 {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'VisbyBold', sans-serif;
}

footer h5 {
    margin: 12px 0;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Visby', sans-serif;
}

footer a.white {
    color: var(--white);
}

footer a.white:hover {
    color: var(--yellow);
}

footer a.yellow {
    color: var(--yellow);
}

footer a.yellow:hover {
    color: var(--yellow);
}

footer .footer-col {
    width: 228px;
}

footer ul.hours {
    font-size: 15px;
    margin-bottom: 0;
}

footer ul.hours li span {
    display: inline-block;
    width: 72px;
}

footer p {
    font-size: 14px;
    margin: 0;
}

footer img.footer-logo {
    width: 140px;
    display: block;
    margin-bottom: 1.5rem;
}

footer ul.social-links {
    margin-top: .4rem;
}

footer ul.social-links li {
    display: inline-block;
    margin: 0 .3rem 0 0;
    color: var(--grey-dk);
}



footer ul.social-links li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 17px;
    background: var(--black);
    color: var(--white);
}

footer .phone-link {
    color: var(--white);
}

footer form input {
    background: var(--black);
    padding: .625rem 1rem;
    border-radius: 24px;
    border: none;
    color: var(--white);
    font-size: 1rem;
}

footer form .btn {
    margin-top: 0 !important;
}

footer .newsletter-row {
    margin-top: 2rem;
}

footer .privacy-policy-row {
    color: var(--white);
}

footer a.privacy-policy-link {
    color: var(--white);
}

.top-1 {
    margin-top: 1rem;
}

.top-2 {
    margin-top: 2rem;
}

.background-overlay {
    display: none;
}

@media (min-width: 1500px) {
    .hero {
        overflow: hidden;
        height: calc(100% - var(--header-height));
        margin-top: var(--header-height);
    }
    .hero .hero-image {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        min-height: 100%;
        min-width: 100%;
        width: auto;
        max-width: none;
    }
    .hero .row {
        padding-bottom: 6%;
    }
}

@media (min-width: 1500px) and (max-height: 980px) {
    .hero .hero-image {
        top: calc(50% + 24px);
    }
}

@media (min-width: 1500px) and (max-height: 900px) {
    .hero .hero-image {
        top: calc(50% + 36px);
    }
}

@media (min-width: 1840px) {
    .hero h1 {
        font-size: 2.75rem;
    }
    .hero .btn {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.3rem;
        min-width: 240px;
    }
    .hero .row {
        padding-bottom: 10%;
    }
}

@media (max-width: 1499px) {
    .hero {
        margin-top: var(--header-height);
    }
    .hero .row {
        padding-bottom: 11%;
    }
}

@media (max-width: 1445px) and (max-height: 850px) {
    .hero .row {
        padding-bottom: 8%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .two-cols h2 {
        font-size: 1.25rem;
    }
    .two-cols p {
        font-size: 14px;
    }
    .two-cols .btn {
        margin-top: 1.1rem;
    }
    .two-cols .tablet {
        display: block;
    }
    .two-cols .desktop {
        display: none;
    }
}

@media (min-width: 992px) {

    .bucket .bucket-link a:hover {
        color: var(--white);
    }

    .bucket .bucket-link a:hover span {
        background: var(--white);
    }

    .bucket .bucket-link a:hover span i {
        transform: translateY(-50%) rotateZ(90deg);
    }

    .bucket .image-wrap {
        background: var(--white);
    }

    .bucket .image-wrap img {
        transition: all .2s linear;
    }

    .bucket .image-wrap:hover img {
        opacity: .95;
    }
    footer ul.social-links li a:hover {
        background: var(--yellow);
        color: var(--black);
    }
}

@media (max-width: 991px) {
    html, body {
        font-size: 15px;
    }
    .hero h1 {
        font-size: 1.5rem;
        margin-bottom: 1.2rem;
    }
    .hero .row {
        padding-bottom: 7%;
    }
    .two-cols .inner {
        padding-top: 48px;
        padding-bottom: 60px;
    }
    .quotes {
        padding: 44px 0;
    }
    .inline-md {
        display: inline;
    }
    footer .footer-col {
        width: auto;
    }
}

@media (max-width: 767px) {
    header {
        padding: 0;
    }
    .block-sm {
        display: block;
    }
    .hero .hero-image-desktop {
        display: none;
    }
    .hero .hero-image-mobile {
        display: block;
    }
    .content h1 {
        font-size: 1.6rem;
    }
    .quotes-bg {
        background-size: auto 100%;
    }
    .buckets {
        justify-content: center;
        margin-top: 1rem;
    }
    .bucket {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .form-wrap {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .form-wrap .btn {
        margin-top: .5rem;
    }
    .content h2 {
        font-size: 1.25rem;
    }
    footer .social-col {
        flex: 0 1 100%;
        max-width: 100%;
        margin-top: 1.5rem;
    }
    footer .inner {
        text-align: center;
    }
    footer ul.social-links li {
        margin: 0 .3rem;
    }
    footer .social-col .inner {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    header h4 {
        margin: 0;
        padding: 0;
    }
    .showroom {
        height: 340px;
        position: relative;
        background-position: 60% center;
    }
    .showroom .container {
        position: relative;
        z-index: 2;
    }
    .background-overlay {
        background: var(--black);
        opacity: .38;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        display: block;
    }
}

@media (min-width: 491px) and (max-width: 640px) {
    header .btn-yellow {
        background: transparent;
        color: var(--yellow);
        padding-left: 0;
        padding-right: 0;
        min-width: 0;
        transform: translateY(-1px);
    }
    header .btn-yellow:hover {
        background: transparent;
        color: var(--yellow);
    }
}

@media (max-width: 490px) {
    header .get-started {
        display: none;
    }
    header .btn-yellow {
        min-width: 0;
        padding: .5rem 1rem .4rem;
    }
    .bucket-col {
        flex: 0 1 100%;
        max-width: 350px;
    }
    .quotes-bg {
        background-size: 1000px auto;
        background-repeat: repeat-y;
    }
    .form {
        padding-top: 34px;
        padding-bottom: 34px;
    }
    .footer-bottom p {
        font-size: 12px;
    }
    input, textarea, select {
        font-size: 14px;
    }
    .showroom {
        background-position: 72% center;
    }
    .showroom .inner {
        text-align: center;
    }
    .inline-xs {
        display: inline;
    }
}

@media (max-width: 430px) {
    .hero h1 {
        font-size: 1.25rem;
        text-shadow: 0 0 3px rgba(0,0,0, .75);
    }
    .hero .row {
        padding-bottom: 5%;
    }
}

@media (max-width: 390px) {
    header img.logo {
        width: 152px;
    }
    header .btn-yellow {
        padding: .35rem .8rem .25rem;
    }
    header .row > div:first-child {
        padding-right: 2px;
    }
    header .row > div:last-child {
        padding-left: 2px;
    }
    footer .footer-row > div {
        flex: 0 1 100%;
        max-width: 100%;
        margin: .7rem 0;
        text-align: center;
    }
    footer {
        padding-top: 1.4rem;
    }
    footer .footer-top {
        padding-bottom: 1.4rem;
    }
    footer .social-col .inner {
        width: 216px;
    }
    footer ul.hours {
        width: 173px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 12px;
    }
    footer ul.hours li {
        text-align: left;
    }
    footer ul.hours li span {
        text-align: left;
        width: 80px;
    }
    footer ul.social-links li {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (max-width: 390px) {
    header img.logo {
        width: 138px;
    }
}

@media (max-width: 340px) {
    .block-mobile-small {
        display: block;
    }
}
