/*** neue-haas-grotesk-display - Font Weights ***/
/*
Roman - 500
Medium - 600
Bold - 700
 */

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-family: "articulat-cf", 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: 28px;
}


b, strong {
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}



/*h1*/
h1,
.h1style,
div.h1style > p {
    font-size: 62px;
    line-height: 74px;
    font-weight: 700; /* demiBold */
    margin-bottom: 30px;
}


/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-size: 80px;
    line-height: 84px;
    font-weight: 700; /* demiBold */
    margin-bottom: 30px;
}


/*h2*/
h2,
.h2style,
div.h2style > p {
    font-size: 48px;
    line-height: 62px;
    font-weight: 700; /* demiBold */
    margin-bottom: 30px;
}


/*h3*/
h3,
.h3style,
div.h3style > p {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700; /* demiBold */
    margin-bottom: 30px;
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-size: 32px;
    line-height: 41px;
    font-weight: 600;  /* medium */
    margin-bottom: 20px;
}


/*h5*/
h5,
.h5style,
div.h5style > p {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;  /* medium */
    margin-bottom: 15px;
}


/*h6*/
h6,
.h6style,
div.h6style > p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;  /* medium */
    margin-bottom: 15px;
}

/* accent text */
p.accent-text {
    font-size: 14px;
    line-height: 22px;
    color: #7f7f7f;
    margin-bottom: 10px;
}





/*** Specifically for 1920 x 1080 laptops at DPI scaling 1.25 ratio */
/*** Smaller Laptops - Large Tablet ***/

@media(max-width: 1599.98px) {

    p,
    body {
        font-size: 16px;
        line-height: 22px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 48px;
        line-height: 62px;
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 62px;
        line-height: 74px;
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 15px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 13px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }


    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }

}




