/* 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: 'Post Grotesk';
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0; /* Foundation overwrite of top/bottom margins, so only bottom needs to be added where wanted */
}

ul, ol, dl {
	margin-bottom: 0; /* Foundation overwrite */
}

a, a:visited,
a:hover, a:focus {
	color: var(--Cabernet);
	text-decoration: none;
}

button, .button, a.button {
	background-color: var(--Cabernet);
	color: #fff;
	font-family: "GT Pressura Bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.1;
	letter-spacing: 2px;
	padding: 11px 20px;
	border: none;
	outline: none;
	margin-left: auto;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 15px;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: var(--Cabernet);
}

.button-link {
	box-shadow: 0px 1.5px 4px rgba(99, 36, 45, 0.5);
}
.button-link:hover, .button-link:focus {
	box-shadow: 0px 1.5px 4px rgba(99, 36, 45, 0.2);
}

button.button-small, .button-small, a.button-small {
	font-size: 12px;
	padding: 9px 16px;
	box-shadow: 0px 1px 3px rgba(99, 36, 45, 0.5);
}
button.button-small:hover, button.button-small:focus, .button-small:hover, .button-small:focus {
	box-shadow: 0px 1px 3px rgba(99, 36, 45, 0.2);
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: var(--Vine);
	font-family:'Playfair Display';
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: var(--Ash);
	font-family:'Playfair Display';
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: var(--Ash);
	font-family:'Playfair Display';
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: var(--Vine);
	font-family:'Playfair Display';
	font-weight: 400;
	font-style: normal;
	font-size: 38px;
	line-height: 1.1;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: var(--Vine);
	font-family:'GT Pressura Bold';
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	line-height: 1.0;
	letter-spacing: 2.5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: var(--Ash);
	font-family: 'Post Grotesk';
	font-weight: bold;
	font-style: normal;
	font-size: 19px;
	line-height: 1.5;
	margin-bottom: 14px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: var(--Ash);
	font-family:'Post Grotesk';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.core-styles p.small,
.contentRender_name_plugins_core_textbox p.small {
	font-size: 14px;
	line-height: 1.4;
}

.core-styles p + ul,
.core-styles p + ol,
.contentRender_name_plugins_core_textbox p + ul,
.contentRender_name_plugins_core_textbox p + ol {
	margin-top: -10px;
}

.core-hyperlink a,
.core-hyperlink a:visited,
.contentRender_name_plugins_core_textbox a,
.contentRender_name_plugins_core_textbox a:visited {
	text-decoration: none;
	border-bottom: 1px solid rgba(99,36,45,0.2);
}
.core-hyperlink a:hover,
.core-hyperlink a:focus,
.contentRender_name_plugins_core_textbox a:hover,
.contentRender_name_plugins_core_textbox a:focus {
	text-decoration: none;
	border-bottom: 1px solid var(--Cabernet);
}

.contentRender_name_plugins_core_textbox a .fa-eye {
	font-size: 15px;
}

.contentRender_name_plugins_core_textbox a.img {
	border: none;
}

.core-styles blockquote,
.contentRender_name_plugins_core_textbox blockquote {

}

.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-"]) {
	margin-bottom: 20px;
}

.core-styles ul:not([class*="block-grid-"]) ul:not([class*="block-grid-"]),
.core-styles ol:not([class*="block-grid-"]) ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) ol:not([class*="block-grid-"]) {
	margin-bottom: 0;
}

.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(--Ash);
	font-family:'Post Grotesk';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
	color: var(--Ash);
	font-family:'Post Grotesk';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

sup {
	font-size: 60%;
	top: -0.75em;
}

h1 sup {
	font-size: 35%;
	top: -1.1em;
}

table.transparent {
	border: none;
	background: 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; }

.button-arrow, a.button-arrow {
	background: transparent;
	color: var(--Cabernet);
	font-family: "GT Pressura Bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 1px;
	padding: 0;
	border: none;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 7px;
}
.button-arrow span {
	flex: 0 1 auto;
	min-width: 60px;
	max-width: 200px;
}
.button-arrow i {
	flex: 0 0 auto;
	background-image: url(/includes/public/assets/shared/long-arrow.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	width: 100px;
	height: 17px;
	margin-top: -2px;
}

.related-topic, a.related-topic {
	background: transparent;
	padding: 15px 0 20px;
	border: none;
	outline: none;
	margin-bottom: 20px;
}
.related-topic.style-hr {
	border-top: 1px solid var(--Stone);
	border-bottom: 1px solid var(--Stone);
	padding: 20px 0 25px;
}
.related-topic.style-border {
	border: 1px solid var(--Stone);
	padding: 20px 20px 25px;
}
.related-topic span {
	color: var(--Cabernet);
	font-family: "GT Pressura Bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: none;
	margin-right: 5px;
}

.breadcrumb, .breadcrumb a {
	color: var(--Vine);
	font-family:'GT Pressura Bold';
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	position: relative;
	border: none !important;
}

.breadcrumb {
	margin-bottom: 0;
}

@media (min-width: 64.063em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 60px;
		line-height: 1.2;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 28px;
		line-height: 1.4;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 20px;
		line-height: 1.5;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 57px;
		line-height: 1.1;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 50px;
		line-height: 1.1;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 19px;
		line-height: 1.6;
		margin-bottom: 14px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.core-styles p.small,
	.contentRender_name_plugins_core_textbox p.small {
		font-size: 14px;
		line-height: 1.5;
	}

	.core-hyperlink a,
	.contentRender_name_plugins_core_textbox a {

	}

	.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 {
		font-size: 16px;
		line-height: 1.6;
	}

	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr {
		font-size: 16px;
		line-height: 1.6;
	}

	.breadcrumb, .breadcrumb a {
		font-size: 17px;
	}
}