/* .................................................. */
/* Structure */
/* .................................................. */


body {
    font-family: 'Montserrat', sans-serif;
    color: #626564;
    font-size: 1.125rem;
    background: #f8f8f8;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
#body-wrapper {
    margin: 0 auto;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
.col {
    padding: 0;
    margin: 0;
}
button {
    font-family: 'Montserrat', sans-serif;
    border-color: #2F880F;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    padding: 0 16px;
    background: #FFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    height: 52px;
    min-width: 258px;
}
button:hover {
    border-color: #2F880F;
    border-style: solid;
    background: #2F880F;
    color: #FFF;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin: 32px;
}


/* .................................................. */
/* Colors */
/* .................................................. */


.white-bg {
    background-color: #ffffff;
}
.light-gray-bg {
    background-color: #f8f8f8;
}
.gray-bg {
    background-color: #eceded;
}
.dark-gray-bg {
    background-color: #e0e0e0;
}
.darkest-gray-bg {
    background-color: #6b737c;
}
.green-bg {
    background-color: #2F880F;
}


/* .................................................. */
/* Fonts */
/* .................................................. */


h1 {
    color: #FFF;
    font-size: 70px;
    font-weight: 700;
    line-height: 76px;
    padding: 40px 0;
    margin: 0;
    max-width: 1020px;
}
p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 32px 0;
    margin: 0;
}
sup {
    font-size: .5em;
}
.bold {
    font-weight: 600;
}


/* .................................................. */
/* Header */
/* .................................................. */


.main-header {
    border-bottom: 1px solid #e2e6e9;
    height: 65px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #FFFFFF;
}
#header-container {
    height: 65px;
    background: #FFFFFF;
    width: 100%;
}
.logo {
    width:30px;
}
.main-header .container .row {
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.header-link-wrap {
    display: flex;
    cursor: pointer;
}
.header-link-wrap:hover {
    opacity: 0.8;
}
.header-link {
    margin: 1px 0 0 0;
}
.header-link a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.06rem;
    text-align: right;
    text-decoration: none;
}
.header-link a:hover {
    text-decoration: none;
}
.header-arrow {
    margin: 0 0 0 4px;
}
img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    max-width: 100%;
}
.header-arrow img {
    width: 10px;
    height: 10px;
    margin: 1px 0 0 0;
}
.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* .................................................. */
/* Content */
/* .................................................. */


#hero, #promo {
    padding: 0 32px;
}
.promo-txt {  
    max-width: 600px;
}

.btn-disclaimer {
 font-size: 12px;
 letter-spacing: 1px;
 line-height: 16px;
 margin: 10px 0 15px 0;
}

.disclaimer {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    max-width: 1000px;
}
.legal {
    padding: 15px 15px 15px 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 16px;
}


/* .................................................. */
/* Media Queries */
/* .................................................. */


@media only screen and (max-width: 992px) {
    .container {
        max-width: 100%;
        padding-right: 24px;
        padding-left: 24px;
    }
    #hero, #promo {
        padding: 0px;
    }
    .disclaimer {
        text-align: justify;
    }
    .legal {
        font-size: 12px;
        letter-spacing: .5px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        color: #FFF;
        font-size: 38px;
        line-height: 46px;
        padding: 32px 0;
    }
    p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 600px) {
    button {
        border-color: green;
        border-style: solid;
        border-width: 2px;
        padding: 0 16px;
        background: #FFF;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        height: 52px;
        min-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .divider {
        display: none;
    }
    #footer-wrapper.grid .footer-contact-us .contactus-info a {
        display: block;
    }
}

@media only screen and (max-width: 400px) {
}
