@import url("https://use.typekit.net/hjw3dpg.css");

/*
font-family: "brother-xs", sans-serif;
font-weight: 800;
font-style: normal;

font-family: "brother-xs", sans-serif;
font-weight: 500;
font-style: normal;

 font-family: "Mona Sans", sans-serif;
 200 - ExtraLight
 300 - Light
 400 - Regular
 500 - Medium
 600 - SemiBold
 700 - Bold
 800 - ExtraBold
 900 - Black
*/

/* BEGIN desktop typography */
body {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--brand-grey);
}
.medium-text {
    font-size: 18px;
    line-height: 28px;
}
a,
a:hover,
a:focus,
a:visited {
    color: var(--brand-grey);
    text-decoration: underline;
}
a:not(.nw-btn) {
    color: var(--brand-grey);
}

h1, h2, h3, h4, h5, H6 {
    font-family: "brother-xs", sans-serif;
    color: var(--brand-grey);
}
/* White versions of text */
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white {
    color: var(--white);
}
h1 {
    font-size: 62px;
    line-height: 74px;
    font-weight: 800;
    margin-bottom: 30px;
}
h1.home {
    font-size: 80px;
    line-height: 84px;
}
h2 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 800;
    margin-bottom: 30px;
}
h3 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 30px;
}
h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}
h5 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}
h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
/* END desktop typography */

/* BEGIN desktop button styles */

/*.nw-btn:visited,
button.nw-btn:visited*/


.nw-btn,
button.nw-btn,
.nw-btn:focus,
button.nw-btn:focus {
    text-align: center;
    cursor: pointer;
    letter-spacing: 0px;
    opacity: 1;
    display: inline-block;
    padding: 18px 24px;
    text-decoration: none!important;
    background-color: var(--brand-blue);
    font-family: "Mona Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 20px;
    color: var(--white) !important;
    font-weight: 500;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
}
.nw-btn:hover,
.nw-btn:focus,
.nw-btn:active,
button.nw-btn:hover,
button.nw-btn:focus,
button.nw-btn:active{
    background-color: var(--brand-grey);
    color: var(--white);
}
.nw-btn.dark,
button.nw-btn.dark{
    color:var(--white);
    background: var(--brand-grey);
}
.nw-btn.white,
button.nw-btn.white{
    color:var(--brand-grey)!important;
    background: var(--white);
}
.nw-btn.white:hover,
.nw-btn.white:focus,
.nw-btn.white:active,
button.nw-btn.white:hover,
button.nw-btn.white:focus,
button.nw-btn.white:active{
    background: var(--brand-grey)!important;
    color: var(--white)!important;
}
.nw-btn.medium,
button.nw-btn.medium {
    padding: 10px 16px;
	font-size: 18px;
}

.nw-btn.secondary,
button.nw-btn.secondary{
    background-color: transparent;
    text-align: right;
    letter-spacing: 0px;
    font-family: "Mona Sans", sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
    color: var(--brand-grey) !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}
.nw-btn.secondary:after,
button.nw-btn.secondary:after{
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: var(--brand-blue);
    border-radius: 6px;
    background-image: url('../img/secondary_button_arrow.svg');
    background-size: 18px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 12px;
}

a.tab-button {
    border: 2px solid #DCDCDC;
    border-radius: 27px;
    padding-top: 6px;
    padding-right: 25px;
    padding-bottom: 6px;
    padding-left: 25px;
    text-decoration: none;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border .25s ease-in-out;
    -o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border .25s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border .25s ease-in-out;
}
a.tab-button:hover {
    text-decoration: none;
    background-color: var(--brand-grey);
    border: 2px solid var(--brand-grey);
    color: var(--white)FFF;
}
a.tab-button {
    color: var(--brand-grey);
}
/* END desktop button styles */

/* BEGIN responsive styles for type and buttons */
@media(max-width: 1599.98px){
    h1 {
        font-size: 48px;
        line-height: 62px;
    }
    h1.home {
        font-size: 62px;
        line-height: 74px;
    }
    h2 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 25px;
        line-height:33px;
        font-weight: 500;
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
}
@media(max-width: 575.98px){
    h1 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    h1.home {
        font-size: 48px;
        line-height: 56px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    h4 {
        font-size: 20px;
        line-height:28px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    h5 {
        font-size: 18px;
        line-height: 24px;
    }
    h6 {
        font-size: 17px;
        line-height: 24px;
    }
}
/* END responsive styles for type and buttons */