/* Core styles can be used any where you need a generic HTML block */

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #54472c;
    font-size: 66px;
    font-family: futura-pt,sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #54472c;
    font-size: 46px;
    font-family: futura-pt,sans-serif;
    font-style: normal;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #54472c;
    font-size: 40px;
    font-family: futura-pt,sans-serif;
    font-style: normal;
    font-weight: 800;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4
.sitemap h4 {
    color: #54472c;
    font-size: 34px;
    font-family: futura-pt,sans-serif;
    font-style: normal;
    font-weight: 800;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #54472c;
    font-size: 30px;
    font-family: futura-pt,sans-serif;
    font-style: normal;
    font-weight: 700;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #54472c;
    font-size: 22px;
    font-family: futura-pt,sans-serif;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #54472c;
    font-size: 18px;
    font-family: canada-type-gibson,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    text-rendering: optimizeLegibility;
    margin-bottom: 30px;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
    color: #1686a1;
    font-family: canada-type-gibson,sans-serif;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
}

.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: 30px;
    margin-left: 40px;
}

.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 {
    color: #54472c;
    font-size: 18px;
    font-family: canada-type-gibson,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    text-rendering: optimizeLegibility;
    list-style-position: outside;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: #54472c;
    font-size: 18px;
    font-family: canada-type-gibson,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    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, .contentRender_name_plugins_core_textbox i {
    font-style: italic;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.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;
            padding-left: 15px;
            margin-left: 0;
}

.sitemap ul.multicol>li{
    list-style: none;
}
.sitemap ul.multicol>li>a {
    color: #54472c;
    font-family: futura-pt,sans-serif;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: 52px;
		line-height: 50px;
		margin-bottom: 20px;
    }

    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: 40px;
		line-height: 52px;
    }

    .sitemap > ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
   
}

@media (max-width: 640px) {
    .contentRender_name_plugins_core_textbox {
        padding: 0 17px;
        margin-bottom: 35px;
    }

    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: 32px;
	    line-height: 34px;
    }

    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .core-styles h3,
    .contentRender_name_plugins_core_textbox h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .core-styles h4,
    .contentRender_name_plugins_core_textbox h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .core-styles h5,
    .contentRender_name_plugins_core_textbox h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .core-styles h6,
    .contentRender_name_plugins_core_textbox h6 {
        font-size: 17px;
        line-height: 22px;
    }

    .core-styles p,
    .contentRender_name_plugins_core_textbox p {
        font-size: 17px;
        line-height: 28px;
    }

    .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: 15px;
        line-height: 24px;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .core-styles td,
    .contentRender_name_plugins_core_textbox td,
    .core-styles tr,
    .contentRender_name_plugins_core_textbox tr {
        font-size: 17px;
        line-height: 28px;
    }

    .sitemap > ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}

