  @font-face {
	font-family: 'Avantt-Light';
	src: url(/fonts/Avantt-Light.otf);
	font-display: swap;
}

@font-face {
	font-family: 'Avantt-Regular';
	src: url(/fonts/Avantt-Regular.otf);
	font-display: swap;
}

@font-face {
	font-family: 'Avantt-Bold';
	src: url(/fonts/Avantt-Bold.otf);
	font-display: swap;
}

:root {
	--font-body: 'Avantt-Regular';
	--AB-gold: #E5B611;
	color: var(--color-text);
	--goldGradient: linear-gradient(90deg, #D3A238 0%, #F5E003 56.25%);
}

body {
	font-family: 'Avantt-Regular', sans-serif;
}

strong,
bold,
b {
	font-family: 'Avantt-Bold', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Avantt-Bold', sans-serif;
	text-transform: uppercase;
}

h1.gold,
h2.gold,
h3.gold,
h4.gold,
h5.gold,
h6.gold {
	color: var(--AB-gold);
}


h1,
h2 {
	font-weight: 400;
}

p {
	font-size: 18px;
	font-family: 'Avantt-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px
}

.builder-text p {
	margin: 0 0 25px 0;
}

.builder-text p:last-child {
	margin: 0;
}

.builder-text ul {
	margin: 0 0 25px 0;
	padding-left: 20px;
}

.builder-text ul:last-child {
	margin: 0;
}

.builder-text li {
	font-size: 18px;
	margin: 10px 0;
}

p.white {
	color: white;
}

.bold {
	font-family: 'Avantt-Bold';
}


a {
	color: var(--color-theme-1);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	font-size: 16px;
	font-family: var(--font-mono);
	background-color: rgba(255, 255, 255, 0.45);
	border-radius: 3px;
	box-shadow: 2px 2px 6px rgb(255 255 255 / 25%);
	padding: 0.5em;
	overflow-x: auto;
	color: var(--color-text);
}

.text-column {
	display: flex;
	max-width: 48rem;
	flex: 0.6;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}

input,
button {
	font-size: inherit;
	font-family: inherit;
}

/* Buttons */
button:focus:not(:focus-visible) {
	outline: none;
}

a.gold-button-med:hover {
	text-decoration: none;
}

.gold-button-med {
	background: var(--goldGradient);
	border-radius: 4px;
	padding: 10px 15px;
}

/* Fallback button for error states */
.fallback-button {
	margin-top: 1rem;
	background: var(--goldGradient);
	border-radius: 4px;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 16px;
	border: none;
}

.fallback-button:hover {
	text-decoration: none;
	opacity: 0.9;
}

.article-header .post-smart-back-button,
.article-header .news-type {
	display: none;
}

/* Pagination */
.light-pagination-nav {
	margin: 0 0 2rem 0;
}

.pagination-nav {
	box-shadow: none !important;
}

/* Old Articles / Newsroom */
.article-header {
	max-width: 1280px;
	margin: 4rem auto;
	padding: 0 25px;
}

.article-header .post-smart-back-button {
	display: none;
}

.article-header .post-title h1 {
	color: #000;
	font-family: Avantt-Bold;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 1.4;
	text-transform: capitalize;
	max-width: 100%;
}

.article-header .news-date {
	color: #000;
	font-family: Avantt-Bold;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	text-transform: uppercase;
	max-width: 100%;
	margin: 2rem 0 0 0;
}

.newsroomimage {
	max-width: 1280px;
	margin: 2rem auto;
	padding: 0 25px;
}

.newsroomimage img {
	max-width: 90%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.contentPar {
	max-width: 1280px;
	margin: 0 auto 4rem auto;
	padding: 0 25px;
}

.contentPar .first-word {
	font-size: 60px;
	line-height: 68px;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	font-family: 'Avantt-Light';
	font-style: italic;
	display: block;
	padding: 0 0 40px 0;
}

.contentPar p,
.contentPar ul,
.contentPar ol {
	color: #000;
	font-family: Avantt-Regular;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	text-transform: none;
	max-width: 100%;
	margin: 0 0 25px 0;
}

.contentPar p a {
	text-decoration: underline;
}

.contentPar ul li {
	margin: 10px 0;
	list-style-type: disc;
}

.contentPar ol li {
	margin: 10px 0;
	list-style-type: decimal;
}

.contentPar~h3,
.text~h3 {
	text-align: center;
}

main .text-margin {
	margin: 2rem auto;
	max-width: 1280px;
	padding: 0 25px;
	text-align: center;
}


@media (min-width: 720px) {}

.highlight {
	position: relative;
	width: 100%;
	font-size: 45px;
	z-index: 5;
}



.highlight:before {
	content: '';
	width: 83%;
	height: 15px;
	background: linear-gradient(90deg, #D3A238 0%, #F5E003 56.25%);
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index: -1;
}





a.button,
button.button,
input[type="submit"] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 70px;
	width: fit-content;
	border-radius: 4px;
	color: black;
	min-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: black;
	font-family: 'Avantt-Bold';
}

@media(max-width:767px) {

	a.button,
	button.button,
	input[type="submit"] {

		padding: 8px 30px;

	}
}

a.button:hover,
button.button:hover,
input[type="submit"]:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: .75;
}

a.button.primary,
button.button.primary,
input[type="submit"] {
	background: linear-gradient(90deg, #D3A238 0%, #F5E003 56.25%);
}

a.button.secondary,
button.button.secondary {
	background: #000000;
	color: white;
}

a.button.primary.inverted,
a.button.inverted,
button.button.primary.inverted,
button.inverted {
	border: 1px solid #000000;
	background: transparent;
}

a.button.secondary.inverted,
button.button.secondary.inverted {
	border: 1px solid white;
	background: transparent;
	color: white;

}

h1.normy,
.normy h1 {
	font-size: 64px;
	line-height: 100px;
}

h2.normy,
.normy h2 {
	font-size: 50px;
	line-height: 70px;
}

h3.normy,
.normy h3 {
	font-size: 38px;
	line-height: 50px;
}

h4.normy,
.normy h4 {
	font-size: 32px;
	line-height: 40px;
}

h5.normy,
.normy h5 {
	font-size: 24px;
	line-height: 30px;
}

h6.normy,
.normy h6 {
	font-size: 21px;
	line-height: 30px;
}


p.normy,
.normy p {
	font-size: 16px;
	line-height: 28px;
}


.gold {
	color: var(--AB-gold);
}

.black {
	color: black;
}

.white {
	color: white;
}

@media(max-width: 1200px) {

	.normy h1,
	h1.normy {
		font-size: 56px;
		line-height: 50px;
	}

	h2.normy,
	.normy h2 {
		font-size: 48px;
		line-height: 50px;
	}

	h3.normy,
	.normy h3 {
		font-size: 40px;
		line-height: 40px;
	}

	h4.normy,
	.normy h4 {
		font-size: 32px;
		line-height: 40px;
	}

	h5.normy,
	.normy h5 {
		font-size: 26px;
		line-height: 30px;
	}

	h6.normy,
	.normy h6 {
		font-size: 22px;
		line-height: 30px;
	}

}


@media(max-width: 600px) {

	h1.normy,
	.normy h1 {
		font-size: 38px;
		line-height: 50px;
	}

	h2.normy,
	.normy h2 {
		font-size: 35px;
		line-height: 50px;
	}

	h3.normy,
	.normy h3 {
		font-size: 32px;
		line-height: 40px;
	}

	h4.normy,
	.normy h4 {
		font-size: 28px;
		line-height: 40px;
	}

	h5.normy,
	.normy h5 {
		font-size: 24px;
		line-height: 30px;
	}

	h6.normy,
	.normy h6 {
		font-size: 22px;
		line-height: 30px;
	}

}