/*---------------------------CORE STYLES---------------------------*/

/*.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #2caae2;
    font-size: 50px;
    line-height: 55px;
    font-family: proxima-nova,sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #05497b;
    font-size: 45px;
    line-height: 52px;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #2caae2;
    font-size: 28px;
    line-height: 34px;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
    color: #05497b;
    font-size: 32px;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #2caae2;
    font-size: 24px;
    line-height: 28px;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #05497b;
    font-size: 20px;
    line-height: 26px;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #58595b;
    font-size: 18px;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
    color: #c5962d;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.core-styles > ul:not([class*="block-grid-"]) {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.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 {
    color: #58595b;
    font-size: 18px;
    line-height: 26px;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
}

.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 {
    list-style-position: inside;
}

.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 (max-width: 640px) {

    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .core-styles h3,
    .contentRender_name_plugins_core_textbox h3 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px;
        letter-spacing: 3px;
    }

    .core-styles h4,
    .contentRender_name_plugins_core_textbox h4,
    .sitemap h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .core-styles h5,
    .contentRender_name_plugins_core_textbox h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .core-styles h6,
    .contentRender_name_plugins_core_textbox h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .core-styles p,
    .contentRender_name_plugins_core_textbox p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .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 {
        font-size: 16px;
        line-height: 24px;
        font-family: proxima-nova,sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .sitemap > ul {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1;
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
    }
}
*/
/*---------------------------END CORE STYLES---------------------------*/