/* 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-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h1 span, h2 span, h3 span, h4 span, h5 span {
	font-family: var(--font-family-heading);
}

p, span, button {
	font-family: var(--font-family-body);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; /* Foundation overwrite of top/bottom margins, so only bottom needs to be added where wanted */
	line-height: 1.3em;
	margin-bottom: 1rem;
}

button {
	background-color: var(--primary-background-color);  /* TODO - change to site color */
}

a,
a:hover,
a:focus {
	color:var(--quaternary-highlight-color);
	text-decoration: none;
	font-family: var(--font-family-body);
	font-size: inherit;
	line-height: 28px;
	letter-spacing: 0.02em;
}

@media (min-width: 400px) and (max-width: 768px) {
	a,
	a:hover,
	a:focus {
		font-size: 21px;
		line-height: 29px;
		letter-spacing: 0.015em;
	}
}

@media (max-width: 399px) {
	.bottom-actions {
		text-align: center;
	}
}

.contentRender_name_plugins_core_textbox {
	margin-bottom: 0px;
}

.contentRender_name_plugins_core_textbox p {
	margin-top: 25px;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color:var(--quaternary-highlight-color);
	font-size: 52px;
	font-family: var(--font-family-heading);
	font-weight: 700;
	font-style: normal;
	line-height: 54px;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 768px) {
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
		font-size: 34px;
		line-height: 36px;
	}
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: var(--quaternary-highlight-color);
	font-size: 34px;
	font-family: var(--font-family-heading);
	font-weight: normal;
	font-style: normal;
	line-height: 36px;
	letter-spacing: 0.01em;
}

@media (min-width: 320px) and (max-width: 768px) {
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 30px;
		line-height: 32px;
		text-transform: uppercase;
	}
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: var(--quaternary-highlight-color);
	font-size: 34px;
	font-family: var(--font-family-heading);
	font-weight: 700;
	font-style: normal;
	line-height: 40px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 768px) {
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 24px;
		line-height: 32px;
		text-transform: uppercase;
	}
}

.core-styles h4, .core-styles h4 span,
.contentRender_name_plugins_core_textbox h4,
.contentRender_name_plugins_core_textbox h4 span {
	color: var(--quaternary-highlight-color);
	font-size: 24px;
	font-family: var(--font-family-body);
	font-weight: 700;
	font-style: normal;
	line-height: 32px;
}

.core-styles h5, .core-styles h5 span,
h5.core-styles, h5.core-styles span,
.contentRender_name_plugins_core_textbox h5,
.contentRender_name_plugins_core_textbox h5 span {
	color:var(--quaternary-highlight-color);
	font-size: 20px;
	font-family: var(--font-family-heading);
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.core-styles h6, .core-styles h6 span,
.contentRender_name_plugins_core_textbox h6,
.contentRender_name_plugins_core_textbox h6 span {
	color:var(--quaternary-highlight-color);
	font-size: 17px;
	font-family: var(--font-family-body);
	font-weight: 700;
	font-style: normal;
	line-height: 25px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p,
.contentRender_name_plugins_core_textbox table tr th,
.contentRender_name_plugins_core_textbox table tr td {
	color: var(--primary-color);
	font-size: 18px;
	font-family: var(--font-family-body);
	font-style: normal;
	line-height: 34px;
	letter-spacing: 0.015em;
	margin-bottom: 1.5rem;
	text-rendering: optimizeLegibility;
}

.core-styles p.byline,
.contentRender_name_plugins_core_textbox p.byline {
	color: var(--primary-byline-color);
	font-size: 14px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.02em;
	margin-top: -5px;
	margin-bottom: 1.5rem;
}

@media (min-width: 320px) and (max-width: 768px) {
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		line-height: 28px;
	}
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	text-decoration: underline;
	font-size: 20px;
	color:var(--primary-highlight-color);
}

@media (min-width: 320px) and (max-width: 639px) {
	.core-styles a,
	.contentRender_name_plugins_core_textbox a {
		font-size: 18px;
	}
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	text-decoration: none;
}

.contentRender_name_plugins_collections_template_custom_core_list .slides .slide h3 a,
.contentRender_name_plugins_collections_template_custom_core_cards_3_across .slides .slide h4 a,
.contentRender_name_plugins_collections_template_custom_related_content .slides h4 a {
	text-decoration: none;
	border-bottom: 2px solid;
}

.contentRender_name_plugins_collections_template_custom_core_list .slides .slide h3:hover a,
.contentRender_name_plugins_collections_template_custom_core_cards_3_across .slides .slide h4:hover a,
.contentRender_name_plugins_collections_template_custom_related_content .slides h4:hover a {
	border-bottom: none;
	color: var(--primary-highlight-color);
}

.contentRender_name_plugins_collections_template_custom_core_list .slides .slide h3 a,
.contentRender_name_plugins_collections_template_custom_core_cards_3_across .slides .slide h4 a,
.contentRender_name_plugins_collections_template_custom_related_content .slides h4 a {
	font-family: var(--font-family-body);
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.015em;
	text-decoration: none;
	border-bottom: 2px solid;
	font-weight: 500;
	text-transform: none;
}

.contentRender_name_plugins_collections_template_custom_core_list .slides .slide h3 a span,
.contentRender_name_plugins_collections_template_custom_core_cards_3_across .slides .slide h4 a span,
.contentRender_name_plugins_collections_template_custom_related_content .slides h4 a span {
	font-weight: 500;
}

@media (min-width: 320px) and (max-width: 768px) {
	.contentRender_name_plugins_collections_template_custom_core_list .slides .slide h3 a {
		font-size: 21px;
		line-height: 29px;
	}
}

.contentRender_name_plugins_collections_template_custom_core_list .slides .slide h3 a:hover,
.contentRender_name_plugins_collections_template_custom_core_cards_3_across .slides .slide h4 a:hover,
.contentRender_name_plugins_collections_template_custom_related_content .slides h4 a:hover {
	border-bottom: none;
	color: var(--primary-highlight-color);
}

/* .core-styles blockquote,
.contentRender_name_plugins_core_textbox blockquote {

} */

.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: var(--primary-color);
	font-size: 19px;
	font-family: var(--font-family-body);
	line-height: 30px;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: var(--primary-strong-color);
	font-size: 20px;
	font-family: var(--font-family-body);
	font-style: normal;
	line-height: 30px;
	margin-bottom: 30px;
	text-rendering: optimizeLegibility;
}

.core-styles ul,
.contentRender_name_plugins_core_textbox ul {
	margin-left:35px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	color: var(--primary-color);
	text-decoration: none;
}

span.registered {
	position: relative;
}

span.registered span.symbol{
	position: absolute;
	top: -0.6em;
	left: 0;
	text-decoration: none;
	font-size: 50%;
	color: inherit;
}
span.registered span.placeholder {
	color: rgba(0, 0, 0, 0);
}

span.registered span.placeholder.spaced {
	margin-left: -4px;
}

.layout-container span.registered span.placeholder.spaced {
	margin-left: 0;
}

a span.registered span.placeholder {
	text-decoration: underline;
	text-decoration-color: var(--primary-highlight-color);
}

a:hover span.registered span.placeholder {
	text-decoration: none;
}

a:hover span.registered {
	text-decoration: none;
}

a.nav-link span.registered .placeholder,
h4 a span.registered .placeholder,
.info-list a span.registered .placeholder,
.locations a span.registered .placeholder,
a.nav-link span.registered .placeholder,
a.nav-link span.registered span.placeholder,
.blog-post .post-content h2 a span.registered .placeholder {
	text-decoration: none;
}

a.nav-link:hover span.registered {
	text-decoration: underline;
}

h1 span.registered span.symbol,
h2 span.registered span.symbol {
	top: 0;
}

h3 a span.registered span.placeholder,
h4 a span.registered span.placeholder {
	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; }


.contentRender_name_plugins_common_embed + .contentRender_name_plugins_core_textbox { margin-top: 22px; }

.core-list .list_title,
.blog_title,
.side-by-side-title {
	font-size: 36px;
}

@media screen and (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
			font-size: 42px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 1.25rem;
		text-transform: uppercase;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
		line-height: 36px;
		text-transform: uppercase;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 20px;
	}

	.core-styles ul,
	.contentRender_name_plugins_core_textbox ul {
		margin-left:45px;
	}
}

@media screen and (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
			font-size: 52px;
	}
}

.core-styles .question {
	color: var(--quaternary-highlight-color);
	font-size: 24px;
	font-family: var(--font-family-heading);
	font-weight: 700;
	font-style: normal;
}

.cap-box-header {
	font-family: var(--font-family-heading) !important;
}

.cap-box-copy {
	font-family: var(--font-family-body) !important;
}

.contentRender_name_plugins_common_social_share.loaded {
	display: block;
}

.contentRender_name_plugins_common_social_share {
	display: none;
}

.favorites-social .socialShare .sv-share .sv-share-button-wrapper .sv-share-trigger,
.favorites-social .socialShare .sv-share .sv-share-button-wrapper .sv-share-trigger span,
.favorite-share .socialShare .sv-share .sv-share-button-wrapper .sv-share-trigger,
.favorite-share .socialShare .sv-share .sv-share-button-wrapper .sv-share-trigger span,
.share-container .sv-share .sv-share-button-wrapper .sv-share-trigger,
.share-container .sv-share .sv-share-button-wrapper .sv-share-trigger span,
.sv-share .sv-share-button-wrapper .sv-share-trigger,
.sv-share .sv-share-button-wrapper .sv-share-trigger span {
	top: 8px;
	z-index: 0;
	flex-direction: row-reverse;
	margin-bottom: 0;
	padding-inline: 0;
	font: normal 400 18px/1.4em var(--font-family-heading);
	font-weight: bold;
	line-height: 44px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

@media (max-width: 449px) {
	.sv-share .sv-share-button-wrapper .sv-share-popover [data-sv-social-share] {
		left: 240px;
	}
}

.sv-share {
	padding: 0;
	z-index: 9;
}

.sv-share-trigger:hover,
.sv-share-trigger:focus {
	color: var(--primary-highlight-color);
	background-color: transparent !important;
}