/*---------------------------CORE STYLES---------------------------*/

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #2c2c2c;
    font-size: 67px;
    font-family: 'trade-gothic-next', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 69px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #2c2c2c;
    font-size: 36px;
    font-family: 'Beaumont Better Times', sans-serif;
    font-style: normal;
    line-height: 42px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #2c2c2c;
    font-size: 32px;
    font-family: 'trade-gothic-next', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
    color: #2c2c2c;
    font-size: 28px;
    font-family: 'trade-gothic-next', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #2c2c2c;
    font-size: 48px;
    font-family: 'rollerscript-smooth', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #2c2c2c;
    font-size: 48px;
    font-family: 'trade-gothic-next', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #2c2c2c;
    font-size: 21px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
 
.core-styles a,
.contentRender_name_plugins_core_textbox a {
    color: #8dc63f;
    font-weight: bold;
}

.core-styles > ul:not([class*="block-grid-"]),
.core-styles > ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox > ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox > ol:not([class*="block-grid-"]),
.sitemap > ul {
    margin-bottom: 20px;
    color: #2c2c2c;
    font-size: 19px;
    line-height: 34px;
    font-family: 'trade-gothic-next', sans-serif;
    font-weight: 700;
}

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li,
.sitemap li {
    color: #2c2c2c;
    font-size: 19px;
    line-height: 34px;
    font-family: 'trade-gothic-next', sans-serif;
    font-weight: 700;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr
.core-styles th,
.contentRender_name_plugins_core_textbox th {
    color: #2c2c2c;
    font-size: 19px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
 
.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
    font-weight: bold;
}
 
.core-styles em, .contentRender_name_plugins_core_textbox em,
.core-styles i:not(.fa):not(.fab):not(.fas), .contentRender_name_plugins_core_textbox i {
    font-style: italic;
}
 
.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='left'] { margin-right : 15px; margin-bottom: 5px; }

.sitemap > ul {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
			column-count: 3;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
			column-gap: 15px;
}

@media screen and (max-width: 1024px){
	.sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
    }
    
    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: 52px;
        line-height: 58px;
    }
    
    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: 36px;
        line-height: 42px;
    }

}

@media screen and (max-width: 640px) {
    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: 45px;
        line-height: 48px;
    }
    
    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: 30px;
        line-height: 35px
    }
    
    .core-styles h3,
    .contentRender_name_plugins_core_textbox h3 {
        font-size: 28px;
        line-height: 31px;
    }
    
    .core-styles h4,
    .contentRender_name_plugins_core_textbox h4,
    .sitemap h4 {
        font-size: 24px;
        line-height: 27px;
    }

    .core-styles h5,
    .contentRender_name_plugins_core_textbox h5,
    .sitemap h4 {
        font-size: 22px;
        line-height: 25px;
    }
    
    .core-styles h6,
    .contentRender_name_plugins_core_textbox h6 {
        font-size: 21px;
        line-height: 24px;
    }

    .core-styles p,
    .contentRender_name_plugins_core_textbox p {
        font-size: 20px;
        line-height: 30px;
    }

    .core-styles ul:not([class*="block-grid-"]) li,
    .core-styles ol:not([class*="block-grid-"]) li,
    .contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
    .contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
        font-size: 16px;
        line-height: 26px;
    }
    
    .core-styles td,
    .contentRender_name_plugins_core_textbox td,
    .core-styles tr,
    .contentRender_name_plugins_core_textbox tr {
        font-size: 16px;
        line-height: 26px;
    }

	.sitemap > ul {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1;
	}
}

/*---------------------------END CORE STYLES---------------------------*/