/* Core styles can be used any where you need a generic HTML block */

body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: century-gothic, sans-serif;
}

button {
	background-color: #f26722;
}

:focus, button:focus {
    outline: none;
}

a {
	color: #008c98;
	font-weight: bold;
	text-decoration: none;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #008c98;
    font-size: 40px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #3e3a34;
    font-size: 28px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #3e3a34;
    font-size: 26px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #3e3a34;
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #3e3a34;
    font-size: 18px;
    font-family: century-gothic, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #3e3a34;
    font-size: 18px;
    font-family: century-gothic, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #000000;
    font-size: 15px;
    font-family: century-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-rendering: optimizeLegibility;
    margin-bottom: 30px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox li p {
    margin-bottom: 0;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #008c98;
	font-weight: bold;
	text-decoration: none;
}

.contentRender_name_plugins_core_textbox [data-qv-enabled-textbox] a[data-sv-linklookup-type="plugins_events_event"] {
	color: var(--corporate-purple);
}

.contentRender_name_plugins_core_textbox [data-qv-enabled-textbox] a[data-sv-linklookup-type="plugins_events_event"][href=""] {
	color: #008c98;
}

.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: #000000;
    font-size: 17px;
    font-family: century-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-rendering: optimizeLegibility;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: #000000;
    font-size: 15px;
    font-family: century-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-rendering: optimizeLegibility;
}

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; }


@media screen and (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size:45px;
        line-height: 55px;
        letter-spacing: 3px
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 34px;
		line-height: 38px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
		line-height: 38px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 18px;
		line-height: 24px;
    }
    
    .core-styles p,
    .contentRender_name_plugins_core_textbox p {
        font-size: 17px;
        line-height: 27px;
    }
}

