@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #545d60;
    background: #fefefe;
}

body.home {
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
    font-family: 'Forum', sans-serif;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    color: #000;
    letter-spacing: 2px;
}

h1,
.blog #main h1 a,
h2.lg-font {
    font-size: 35px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 5px;
}

h3 {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 2.58065px;
    text-transform: uppercase;
}

h4 {
    font-size: 19px;
}

article a:visited {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn,
.bottom-button-container .main-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    padding: 10px 50px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #242424;
    border: 2px solid #242424;
    border-radius: 36px;
    background-color: #fff;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
    color: #242424;
    background-color: #fff;
    border-color: #fff;
}

a.secondary-btn,
.secondary-btn {
    color: #fff;
    background-color: #242424;
}

a.secondary-btn:hover,
.secondary-btn:hover {
    background-color: #fff;
    color: #242424;
    border-color: #242424;
    opacity: 1;
}

.main-btn:visited {
    color: #fff;
}

.mission .main-btn:visited,
.headerarea .main-btn:visited,
.popup .main-btn:visited,
.cta .main-btn:visited,
.bottom-button-container .main-btn:visited,
.internal-page .main-btn:visited {
    color: #242424;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (min-width: 1026px) {
    .show-for-tab {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    h1,
    .blog #main h1 a,
    h2.lg-font {
        font-size: 45px;
    }

    h2 {
        font-size: 37px;
    }

    h3 {
        font-size: 28px;
        letter-spacing: 3px;
    }

    h4 {
        font-size: 20px;
    }

    .show-for-mobile {
        display: none !important;
    }

    body.home {
        font-size: 18px;
        line-height: 150%;
    }
}

@media screen and (min-width: 607px) {
    .show-for-sm-down {
        display: none !important;
    }
}

@media screen and (max-width: 1025px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .hide-for-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 601px) {
    .hide-for-phone {
        display: none !important;
    }
    .home .bannerarea .slides {
        display: none !important;
    }
}
@media screen and (max-width: 600px) {
    .show-sm-down {
        display: block;
    }

    .main-btn,
    a.main-btn,
    .secondary-btn,
    a.secondary-btn,
    .main-btn + .secondary-link,
    .main-btn + .secondary-btn {
        font-size: 16px;
        max-width: none;
        letter-spacing: 0;
    }
}
