/** NW - Fonts **/
/** Font weights

900 - Black
700 - Bold
400 - Regular
300 - Light

**/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p, body {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small > p {
    font-size: 14px;
    line-height: 21px;
}

p.large,
div.large > p {
    font-size: 18px;
    line-height: 25px;
}


b, strong {
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}




/*h1*/
h1,
.h1style {
    font-size: 62px;
    line-height: 74px;
    font-weight: 900; /* black */
    margin-bottom: 30px;
}


/* h1.alt (large) */
h1.alt,
.h1style.alt {
    font-size: 80px;
    line-height: 84px;
    font-weight: 900; /* black */
    margin-bottom: 30px;
}


/*h2*/
h2,
.h2style {
    font-size: 48px;
    line-height: 62px;
    font-weight: 900;  /* medium */
    margin-bottom: 30px;
}


/*h3*/
h3,
.h3style {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;  /* medium */
    margin-bottom: 30px;
}


/*h4*/
h4,
.h4style {
    font-size: 32px;
    line-height: 41px;
    font-weight: 900;  /* medium */
    margin-bottom: 20px;
}


/*h5*/
h5,
.h5style {
    font-size: 25px;
    line-height: 32px;
    font-weight: 900;  /* regular */
    margin-bottom: 15px;
}


/*h6*/
h6,
.h6style {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;  /* regular */
    margin-bottom: 15px;
}

/* accent text */
p.accent-text {
    font-size: 18px;
    line-height: 24px;
    color: var(--brand-orange);
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
p.accent-text:before {
    content: '';
    position: absolute;
    background-image: url(assets/icons/accent-before.svg);
    width: 22px;
    height: 22px;
    background-size: contain;
    background-position: center;
    left: 0px;
}
.text-center p.accent-text {
    width: fit-content;
    margin: 0 auto 20px;
}
span.pipe::before {
    content: '|';
    padding: 0px 10px;
}
span.pipe {
    position: relative;
}
/*** Specifically for 1920 x 1080 laptops at DPI scaling 1.25 ratio */
/* Smaller Desktops */
@media(max-width: 1599.98px) {

}




/*** Smaller Laptops - Large Tablet ***/

@media(max-width: 1399.98px) {

    p, body {
        font-size: 16px;
        line-height: 22px;
    }

    /*h1*/
    h1,
    .h1style {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt {
        font-size: 62px;
        line-height: 74px;
        font-weight: 900; /* bold */
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    /*h5*/
    h5,
    .h5style {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {

    p, body {
        font-size: 16px;
        line-height: 24px;
    }

    p.accent-text {
        font-size: 16px;
    }

    /*h1*/
    h1,
    .h1style {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    /*h2*/
    h2,
    .h2style {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    /*h3*/
    h3,
    .h3style {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    /*h4*/
    h4,
    .h4style {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }


    /*h5*/
    h5,
    .h5style {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 15px;
    }

}
