/*** Quasimoda - Font Weights ***/
/*
Thin - 200
Light - 300
Regular - 400
Medium - 500
SemiBold - 600
Bold - 700
 */

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p, body {
    font-family: quasimoda, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 400 /* regular */
}

p, ul, ol {
    margin-bottom: 15px;
}

p.large,
div.large p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500; /* medium */
}


b, strong {
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}


/*h1*/
h1,
.h1style {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500; /* medium */
    margin-bottom: 45px;
}
h1.alt,
.h1style.alt {
    font-size: 90px;
    line-height: 110px;
    font-weight: 500; /* medium */
    margin-bottom: 45px;
}

/*h2*/
h2,
.h2style {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;  /* medium */
    margin-bottom: 30px;
}

/*h3*/
h3,
.h3style {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;  /* medium */
    margin-bottom: 20px;
}

/*h4*/
h4,
.h4style {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;  /* medium */
    margin-bottom: 20px;
}

/*h5*/
h5,
.h5style {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;  /* medium */
    margin-bottom: 15px;
}

/*h6*/
h6,
.h6style {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;  /* medium */
    margin-bottom: 15px;
}

/* accent text */
p.accent-text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.6px;
    color: var(--grey-darkest);
    margin-bottom: 5px;
}

/* Insight Single Post Heading Adjustments */

/*Blog h2*/
.nw-insights-template-default .single-post-wrapper h2,
.nw-insights-template-default .single-post-wrapper .h2style {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;  /* medium */
    margin-bottom: 20px;
}

/*Blog h3*/
.nw-insights-template-default .single-post-wrapper h3,
.nw-insights-template-default .single-post-wrapper .h3style {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;  /* medium */
    margin-bottom: 20px;
}

/*Blog h4*/
.nw-insights-template-default .single-post-wrapper h4,
.nw-insights-template-default .single-post-wrapper .h4style {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;  /* medium */
    margin-bottom: 15px;
}

/*Blog h5*/
.nw-insights-template-default .single-post-wrapper h5,
.nw-insights-template-default .single-post-wrapper .h5style {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;  /* medium */
    margin-bottom: 15px;
}

/*Blog h6*/
.nw-insights-template-default .single-post-wrapper h6,
.nw-insights-template-default .single-post-wrapper .h6style {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;  /* medium */
    margin-bottom: 15px;
}



/*** Laptop - Large Tablet ***/

@media(max-width: 1399.98px) {

    p, body {
        font-size: 16px;
        line-height: 24px;
    }

    p.large,
    div.large p {
        font-size: 17px;
        line-height: 25px;
    }


    /*h1*/
    h1,
    .h1style {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 15px;
    }

    /*h1.alt*/
    h1.alt,
    .h1style.alt {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style {
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    /*h5*/
    h5,
    .h5style {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    /*h6*/
    h6,
    .h6style {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
	
	/*Blog h2*/
    .nw-insights-template-default .single-post-wrapper h2,
    .nw-insights-template-default .single-post-wrapper .h2style {
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    /*Blog h3*/
    .nw-insights-template-default .single-post-wrapper h3,
    .nw-insights-template-default .single-post-wrapper .h3style {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    /*Blog h4*/
    .nw-insights-template-default .single-post-wrapper h4,
    .nw-insights-template-default .single-post-wrapper .h4style {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    /*Blog h5*/
    .nw-insights-template-default .single-post-wrapper h5,
    .nw-insights-template-default .single-post-wrapper .h5style {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
	
	/*Blog h6*/
    .nw-insights-template-default .single-post-wrapper h6,
    .nw-insights-template-default .single-post-wrapper .h6style {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}


@media(max-width: 991.98px) {
    /*h1.alt*/
    h1.alt,
    .h1style.alt {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}

/*** Mobile ***/
@media(max-width: 575px) {

    p, body {
        font-size: 15px;
        line-height: 20px;
    }

    p.large,
    div.large p {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    /*h1.alt*/
    h1.alt,
    .h1style.alt {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    /*h2*/
    h2,
    .h2style {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    /*h3*/
    h3,
    .h3style {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    /*h4*/
    h4,
    .h4style {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    /*h5*/
    h5,
    .h5style {
        font-size: 17px;
        /*line-height: 24px;*/
        /*margin-bottom: 15px;*/
        line-height: 22px;
        margin-bottom: 9px;
    }

    /*h6*/
    h6,
    .h6style {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
	
	/*Blog h2*/
    .nw-insights-template-default .single-post-wrapper h2,
    .nw-insights-template-default .single-post-wrapper .h2style {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    /*Blog h3*/
    .nw-insights-template-default .single-post-wrapper h3,
    .nw-insights-template-default .single-post-wrapper .h3style {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    /*Blog h4*/
    .nw-insights-template-default .single-post-wrapper h4,
    .nw-insights-template-default .single-post-wrapper .h4style {
        font-size: 17px;
        /*line-height: 24px;*/
        /*margin-bottom: 15px;*/
        line-height: 22px;
        margin-bottom: 9px;
    }

    /*Blog h5*/
    .nw-insights-template-default .single-post-wrapper h5,
    .nw-insights-template-default .single-post-wrapper .h5style {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

	/*Blog h6*/
    .nw-insights-template-default .single-post-wrapper h6,
    .nw-insights-template-default .single-post-wrapper .h6style {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
	
}


