@charset "UTF-8";
/*
Theme Name: Spacious Pro Child Theme
Theme URI: http://themegrill.com/themes/spacious/
Description: Child Theme for Spacious Pro
Author: ThemeGrill
Author URI: http://themegrill.com
Template: spacious-pro
Version: 1.0
*/
body,
button,
input,
select,
textarea,
.entry-meta {
	color: #12171b;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
}

a {
	color: #8a804f;
}

#page {
	background: #f4f1ea;
	position: relative;
}

#scroll-up {
	z-index: 999;
}

.header-action,
#site-navigation {
	display: none;
}

#masthead.site-header {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	position: static;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #11353a), color-stop(92%, transparent));
	background: linear-gradient(to bottom, #11353a 88%, transparent 92%);
}

/**
 * adjusts VOM drop-down menu stacking context
 */
.site-header__outer {
	z-index: 130;
}

#header-text-nav-container {
	width: 100%;
	background: #11353a;
	background: url("../png/header-bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	border: none;
	padding-top: 2rem;
	padding-bottom: 7rem;
	position: relative;
}
@media (min-width: 768px) {
	#header-text-nav-container {
		padding-top: 4rem;
	}
}
@media (min-width: 1500px) {
	#header-text-nav-container {
		background-size: auto 100%;
		max-width: 1500px;
		margin: 0 auto;
		-webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(20%, black), to(transparent));
		-webkit-mask-image: linear-gradient(to left, transparent, black 20% 80%, transparent);
		mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(20%, black), to(transparent));
		mask-image: linear-gradient(to left, transparent, black 20% 80%, transparent);
	}
	#header-text-nav-container::before, #header-text-nav-container::after {
		width: 20rem;
		height: 600%;
		background: radial-gradient(ellipse at 30%, #f4f1ea 10%, transparent, transparent);
		position: absolute;
		top: 0;
		-webkit-transform: translateY(-43%) translateX(-5rem);
		transform: translateY(-43%) translateX(-5rem);
	}
	#header-text-nav-container::after {
		right: 0;
		background: radial-gradient(ellipse at 70%, #f4f1ea 10%, transparent, transparent);
		-webkit-transform: translateY(-43%) translateX(5rem);
		transform: translateY(-43%) translateX(5rem);
	}
}

#header-text-nav-wrap {
	padding-bottom: 2.5rem;
}

#header-text {
	padding-right: 0;
}

#site-title a {
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.0625rem;
}
@media (min-width: 768px) {
	#site-title a {
		font-size: 3.5rem;
	}
}

#site-title a,
#site-navigation a {
	color: white;
}

#site-description {
	display: none;
}

.header__nav-links {
	overflow: hidden;
}
.header__nav-links-button {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
	background: 0;
	padding: 0.5rem 0;
	color: rgb(185.465437788, 176.66359447, 133.534562212);
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	text-shadow: 0 0.125rem 0.25rem rgba(18, 23, 27, 0.6);
	-webkit-transform: translateX(-0.5rem);
	transform: translateX(-0.5rem);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (min-width: 420px) {
	.header__nav-links-button {
		display: none;
	}
}
.header__nav-links-button::after {
	content: "";
	background: url(../svg/menu-hamburger.svg) no-repeat;
	-webkit-filter: invert(79%) sepia(10%) saturate(869%) hue-rotate(13deg) brightness(90%) contrast(85%) drop-shadow(0 0.0875rem 0 #12171b);
	filter: invert(79%) sepia(10%) saturate(869%) hue-rotate(13deg) brightness(90%) contrast(85%) drop-shadow(0 0.0875rem 0 #12171b);
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	position: absolute;
	right: -1.25rem;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header__nav-links-button:hover, .header__nav-links-button:focus {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header__nav-links-button:focus {
	outline: none;
}
.header__nav-links-button:focus::before {
	content: "";
	width: 140%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: -7.5%;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 0 0 0.125rem rgb(185.465437788, 176.66359447, 133.534562212);
	box-shadow: 0 0 0 0.125rem rgb(185.465437788, 176.66359447, 133.534562212);
}
.header__nav-links-menu {
	color: transparent;
	line-height: 0;
	margin-bottom: 2rem;
	max-height: 0rem;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media (min-width: 420px) {
	.header__nav-links-menu {
		color: rgba(255, 255, 255, 0.3);
		line-height: initial;
		max-height: none;
	}
}
@media (min-width: 768px) {
	.header__nav-links-menu {
		margin-top: 0.5rem;
	}
}
.header__nav-links-menu li {
	display: block;
	position: relative;
	top: -10rem;
	padding: 0.5rem;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0.7;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media (min-width: 420px) {
	.header__nav-links-menu li {
		display: inline-block;
		line-height: 1;
		top: 0;
		-webkit-transition: 0s;
		transition: 0s;
	}
	.header__nav-links-menu li:first-child {
		padding-left: 0.25rem;
	}
}
@media (min-width: 768px) {
	.header__nav-links-menu li {
		font-size: 1rem;
	}
}
.header__nav-links-menu li a {
	color: #8eeaf7;
}
.header__nav-links-menu li a:hover, .header__nav-links-menu li a:focus {
	color: rgb(176.1820276498, 166.2050691244, 117.3179723502);
}
.header__nav-links--open .header__nav-links-menu {
	max-height: 10rem;
}
.header__nav-links--open .header__nav-links-menu li {
	top: 0;
}
.header__nav-links--open .header__nav-links-button::after {
	background: url(../svg/menu-close.svg) no-repeat;
}

#header-right-sidebar {
	overflow: visible;
}

/**
 * override parent theme styling for search bar in header
 */
#masthead .search-wrap {
	margin: 0 1rem;
}
@media (min-width: 768px) {
	#masthead .search-wrap {
		margin: 0;
	}
}
#masthead .search-wrap input.s {
	width: calc(100% - 2.4rem);
	max-width: 24rem;
}
@media (min-width: 600px) {
	#masthead .search-wrap input.s {
		max-width: 40%;
	}
}
@media (min-width: 768px) {
	#masthead .search-wrap input.s {
		width: 16rem;
		max-width: none;
	}
}
@media (min-width: 980px) {
	#masthead .search-wrap input.s {
		width: 20rem;
	}
}

.search-wrap input[type=text] {
	width: 100%;
	max-width: calc(100% - 2.4rem);
	border-radius: 0.25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.search-wrap input[type=text]::-webkit-input-placeholder {
	font-style: italic;
}
.search-wrap input[type=text]::-moz-placeholder {
	font-style: italic;
}
.search-wrap input[type=text]:-ms-input-placeholder {
	font-style: italic;
}
.search-wrap input[type=text]::-ms-input-placeholder {
	font-style: italic;
}
.search-wrap input[type=text]::placeholder {
	font-style: italic;
}
.search-wrap input[type=text]:focus {
	border: 1px solid #038294;
}
.search-wrap button {
	background: #038294;
	border-radius: 0.25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search-wrap button:hover, .search-wrap button:focus {
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.search-wrap button:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 0.125rem rgb(176.1820276498, 166.2050691244, 117.3179723502);
	box-shadow: 0 0 0 0.125rem rgb(176.1820276498, 166.2050691244, 117.3179723502);
}
.search-wrap .search-icon {
	margin-top: 0;
}

.search-icon {
	font: inherit;
	min-height: 2.4rem;
	width: 2.4rem;
}

.bottom-menu.clearfix {
	display: none;
}

.js-header-menu-list-pray[data-state=open],
.js-header-menu-list-inspired[data-state=open],
.js-header-menu-list-involved[data-state=open],
.js-header-menu-list-about[data-state=open] {
	display: block;
}

.js-header-menu-list-pray[data-state=closed],
.js-header-menu-list-inspired[data-state=closed],
.js-header-menu-list-involved[data-state=closed],
.js-header-menu-list-about[data-state=closed] {
	display: none;
}

.site-nav__list {
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	list-style: none;
	margin: 0;
	padding: 2.5rem 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 36em) {
	.site-nav__list {
		background-color: #11171b;
		position: absolute;
		left: 0;
		right: 0;
		top: 3.925rem;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		-webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
		border-bottom: none;
	}
}
@media (min-width: 48em) {
	.site-nav__list {
		gap: 1.25rem;
	}
}
@media (min-width: 60em) {
	.site-nav__list {
		gap: 1.875rem;
		padding: 2.5rem;
		top: 4.45rem;
	}
}
@media (min-width: 84em) {
	.site-nav__list {
		position: static;
		background: none;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
		gap: 0rem;
		margin-left: 1rem;
	}
}

.site-nav__list button {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	padding-right: 1.5rem;
}
.site-nav__list button::before {
	content: "";
	display: block;
	position: absolute;
	right: 0.6rem;
	top: 0.8rem;
	border-left: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-top: 0.3rem solid rgba(255, 255, 255, 0.5);
}

.site-nav__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 36em) {
	.site-nav__links {
		margin-left: auto;
	}
}
@media (max-width: 36em) {
	.site-nav__links {
		width: 100%;
	}
}
@media (min-width: 48em) {
	.site-nav__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 4.5rem 0 1.875rem;
	}
}
@media (min-width: 84em) {
	.site-nav__links {
		padding: 0rem;
		margin-left: auto;
	}
}

.site-nav__list-item {
	position: relative;
}

.site-nav__list-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 84em) {
	.site-nav__list-item ul {
		display: none;
		position: absolute;
		top: 2.5rem;
		background-color: white;
		padding: 1.25rem 0;
		-webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
		box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
		left: -0.625rem;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		text-align: left;
		border-radius: 0.25rem;
	}
}
@media (min-width: 84em) {
	.site-nav__list-item.is-active ul {
		display: block;
	}
}
.site-nav__list-item button {
	display: none;
}
@media (min-width: 84em) {
	.site-nav__list-item button {
		display: block;
		padding-bottom: 1rem;
	}
}

.site-nav__list-item button:focus {
	outline: none;
}

.site-nav__list-item button:focus-visible {
	outline: 1px solid rgba(199, 187, 101, 0.5);
}

.site-nav__list-item.is-active button {
	color: #f5eabe;
}

.site-nav__list-item a {
	color: white;
	display: block;
	font-weight: normal;
	padding: 0.3125rem 1.625rem;
	text-decoration: none;
}
@media (min-width: 84em) {
	.site-nav__list-item a {
		color: #444;
	}
}

.site-nav__list-item a:hover {
	color: #f5eabe;
}
@media (min-width: 84em) {
	.site-nav__list-item a:hover {
		color: #038294;
	}
}

.site-nav__list-item a span {
	font-size: 11px;
	font-size: 0.6875rem;
	text-transform: uppercase;
	display: block;
	margin-top: -0.25em;
	font-weight: normal;
	letter-spacing: 0.15em;
	opacity: 0.65;
}

.site-nav__list-title {
	color: white;
	font-size: 1rem;
	font-weight: bolder;
	margin-bottom: 0rem;
	background-color: transparent;
}

.is-active {
	color: #f5eabe;
}

.site-nav__more-button {
	left: 50%;
	margin-left: -13px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
}

.skip-link {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -9999;
}

.skip-link:active, .skip-link:focus {
	background-color: #48687d;
	color: white;
	border-radius: 0 0 0.625rem 0;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	overflow: auto;
	font-size: 16px;
	font-size: 1rem;
	padding: 0.625rem 1rem;
	z-index: 9999;
}

.banner {
	position: relative;
}
@media (min-width: 1200px) {
	.banner {
		max-width: 64rem;
		margin: 0 auto;
	}
}

.promo-banner {
	overflow: hidden;
	width: 100%;
	margin-bottom: 4rem;
}
@media (min-width: 25.875em) {
	.promo-banner {
		max-width: 23.75rem;
		border-radius: 0.375rem;
		margin: 0 auto 4rem;
		-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15), 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15), 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
	}
}
@media (min-width: 48em) {
	.promo-banner {
		border-radius: 0;
		max-width: 64rem;
		margin-bottom: 7rem;
		left: 0;
	}
}
@media (min-width: 66em) {
	.promo-banner {
		border-radius: 0.375rem;
	}
}
.promo-banner img {
	margin-bottom: 0;
}

.subscribe-banner {
	background: #f4f1ea;
}
.subscribe-banner__container {
	position: relative;
	padding: 0 1rem 3rem;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) {
	.subscribe-banner__container {
		min-height: 20rem;
		margin: 2rem auto 1.5rem;
		padding: 0 2rem 5.5rem;
	}
}
.subscribe-banner img {
	height: 12rem;
	width: auto;
	-webkit-box-shadow: 0 0.125rem 1.25rem rgba(18, 23, 27, 0.3);
	box-shadow: 0 0.125rem 1.25rem rgba(18, 23, 27, 0.3);
}
@media (min-width: 768px) {
	.subscribe-banner img {
		height: 18rem;
	}
}
@media (min-width: 980px) {
	.subscribe-banner img {
		height: 20rem;
	}
}
.subscribe-banner__text {
	padding: 0 1.5rem;
	width: 100%;
	text-align: center;
}
@media (min-width: 768px) {
	.subscribe-banner__text {
		width: 60%;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		padding-left: 2.5rem;
		text-align: left;
	}
}
@media (min-width: 980px) {
	.subscribe-banner__text {
		width: 70%;
	}
}
.subscribe-banner__heading {
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	font-size: 1rem;
	line-height: 1;
	margin-top: 1rem;
}
@media (min-width: 768px) {
	.subscribe-banner__heading {
		font-size: 1.125rem;
		margin-top: 0;
	}
}
@media (min-width: 980px) {
	.subscribe-banner__heading {
		font-size: 1.375rem;
	}
}
.subscribe-banner__heading span {
	color: #038294;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.75rem;
	font-weight: 700;
	display: block;
	padding: 0.25rem 0 0.5rem;
}
@media (min-width: 768px) {
	.subscribe-banner__heading span {
		padding-bottom: 0.125rem;
		font-size: 1.875rem;
	}
}
@media (min-width: 980px) {
	.subscribe-banner__heading span {
		font-size: 2.125rem;
	}
}
.subscribe-banner p {
	margin: 0 auto 2rem;
	max-width: 17rem;
	font-size: 1rem;
	text-align: left;
}
@media (min-width: 600px) {
	.subscribe-banner p {
		max-width: 23rem;
	}
}
@media (min-width: 768px) {
	.subscribe-banner p {
		margin: 0 0 2rem;
		font-size: 1rem;
	}
}
@media (min-width: 980px) {
	.subscribe-banner p {
		font-size: 1.125rem;
		max-width: 30rem;
	}
}
@media (min-width: 768px) {
	.subscribe-banner .banner-button {
		margin: 0;
	}
}

.banner-button {
	color: white;
	display: inline-block;
	background: #038294;
	text-transform: uppercase;
	font-size: 0.825rem;
	letter-spacing: 0.25rem;
	padding: 0.75rem;
	padding-left: 0.95rem;
	border-radius: 0.5rem;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.banner-button:hover, .banner-button:focus {
	color: white;
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.banner-button:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}

input,
textarea {
	font-size: 16;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
	color: #444;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea {
	border: 1px solid rgb(193.7321428571, 201.5535714286, 206.7678571429);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
	border-radius: 0.125rem;
	background-color: white;
	font-size: 16;
	padding: 0.2rem 0.625rem;
	min-height: 2.4em;
	width: 100%;
	-webkit-appearance: none;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
	border: 1px solid #48687d;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	outline: none;
}

input[type=tel] {
	max-width: 8.5em;
}

textarea {
	max-width: 40em;
	padding: 0.375rem 0.625rem;
	width: 100%;
	-webkit-appearance: none;
}

label {
	color: #48687d;
	display: block;
	font-weight: bold;
	font-size: 1rem;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
	padding-bottom: 0.125rem;
}
label a {
	font-weight: normal;
	font-size: 0.875rem;
	float: right;
	position: relative;
	top: 0.15em;
}
label em {
	font-weight: normal;
	color: #888;
	font-size: 0.875rem;
	margin-left: 0.25em;
}
label .label__note {
	margin-top: 0.125rem;
	margin-left: 0.5rem;
}

.field {
	padding-bottom: 1em;
}
.field label {
	font-size: 0.75rem;
}
.field input,
.field textarea {
	margin-bottom: 0;
}
.field textarea {
	height: 10rem;
}

.field--check {
	position: relative;
	padding-left: 1.5em;
}
.field--check input[type=checkbox] {
	left: 0;
	top: 0.25em;
	position: absolute;
}
.field--check label {
	color: #444;
	font-weight: normal;
}
.field--check label strong {
	color: #48687d;
}

.field--num-short input {
	width: 5em;
}
.field--num-short .field__note {
	margin-left: 0.5em;
	display: inline-block;
}

@media (min-width: 36em) {
	.field--commit {
		margin-top: 0.5em;
	}
}

.field--commit label {
	font-size: 1.125rem;
}

.field--radios {
	list-style: none;
	margin: 0;
	padding: 0 0 1em;
}
.field--radios li {
	position: relative;
	padding-left: 1.5em;
	padding-bottom: 0.625em;
}
.field--radios label {
	color: #444;
	line-height: 1.2;
}
.field--radios input[type=radio] {
	left: 0;
	top: -0.05em;
	position: absolute;
}

.field--newsletter label {
	font-size: 1.125rem;
	color: #48687d;
}
.field--newsletter input[type=radio] {
	top: 0.05em;
}

.field--qty .field__input-wrapper [type=text] {
	display: inline-block;
	width: 4em;
}
.field--qty .field__input-wrapper ::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
	color: #888;
}
.field--qty .field__input-wrapper :-moz-placeholder {
	/* Firefox 18- */
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
	color: #888;
}
.field--qty .field__input-wrapper ::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
	color: #888;
}
.field--qty .field__input-wrapper :-ms-input-placeholder {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
	color: #888;
}

.field__price {
	display: inline-block;
	font-size: 0.875rem;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
	opacity: 0.85;
	margin-left: 0.25em;
}

.field__note {
	font-size: 0.875rem;
	font-style: italic;
	color: #888;
}

.field__warning {
	font-size: 0.875rem;
	padding: 0.75em 0.75em 0.75em 3em;
	position: relative;
	color: white;
	background-color: #a9a61e;
	margin-top: -2px;
}
.field__warning::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../png/sprites22e4.png);
	background-size: 300px 220px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.field__warning::before {
		background-image: url(../png/sprites%402x22e4.png);
	}
}
.field__warning::before {
	background-position: -24px -92px;
	margin-right: 0.25em;
	border-radius: 0.5em;
	top: 0.5em;
	left: 0.5em;
	width: 28px;
	height: 28px;
}

.field--stepper {
	padding-bottom: 0.625em;
}
.no-js .field--stepper .stepper {
	display: inline-block;
	width: auto;
}
.no-js .field--stepper .custom-select {
	padding-right: 2.5em;
}

.stepper .dropdown {
	float: left;
	width: 40%;
	margin-right: 1em;
}

.stepper.is-enhanced {
	display: inline-block;
	margin-right: 1em;
}
.stepper.is-enhanced button {
	display: block;
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.25em;
	height: 2.35em;
	background-color: #48687d;
	background-image: none;
	font-family: courier, monospace;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.stepper.is-enhanced button:first-of-type {
	border-radius: 0.375em 0 0 0.375em;
}
.stepper.is-enhanced button:last-of-type {
	border-radius: 0 0.375em 0.375em 0;
}
.stepper.is-enhanced div {
	float: left;
	font-family: courier, monospace;
	padding: 0.4em 0.75em 0;
	border-top: 1px solid #48687d;
	border-bottom: 1px solid #48687d;
	height: 2.35em;
}

@media screen and (min-width: 0) {
	.segmented {
		list-style: none;
		padding: 0;
		margin: 0;
		display: table;
		width: 100%;
	}
	.segmented li {
		border: 1px solid #48687d;
		border-right: none;
		display: table-cell;
		overflow: hidden;
		vertical-align: middle;
	}
	.segmented li:first-child {
		border-radius: 0.375em 0 0 0.375em;
	}
	.segmented li:last-child {
		border-radius: 0 0.375em 0.375em 0;
		border-right: 1px solid #48687d;
	}
	.segmented label {
		cursor: pointer;
		display: block;
		padding: 0.925em 0.75em;
		text-transform: uppercase;
		font-size: 0.6875rem;
		font-weight: normal;
		letter-spacing: 0.05em;
		text-align: center;
		color: #444;
	}
	.segmented label:hover {
		background-color: rgba(72, 104, 125, 0.2);
		cursor: pointer;
	}
	.segmented input:checked + label {
		background-color: #48687d;
		color: white;
	}
	.segmented input {
		position: absolute;
		left: -999em;
	}
	.segmented__desc {
		color: #48687d;
		font-weight: bold;
	}
}
.fieldgroup:after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 36em) {
	.fieldgroup--duo .field {
		float: left;
		width: 50%;
	}
}
@media (min-width: 36em) {
	.fieldgroup--duo .field:first-child {
		padding-right: 0.5em;
	}
}
@media (min-width: 36em) {
	.fieldgroup--duo .field:last-child {
		padding-left: 0.5em;
	}
}

@media (min-width: 66em) {
	.fieldgroup--duo-on-wider .field {
		float: left;
		width: 50%;
	}
}
@media (min-width: 66em) {
	.fieldgroup--duo-on-wider .field:first-child {
		padding-right: 0.5em;
	}
}
@media (min-width: 66em) {
	.fieldgroup--duo-on-wider .field:last-child {
		padding-left: 0.5em;
	}
}

.fieldgroup--trio {
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media (min-width: 54em) {
	.fieldgroup--trio fieldset {
		float: left;
		width: 31%;
	}
}
@media (min-width: 54em) {
	.fieldgroup--trio fieldset:first-child {
		margin-right: 3.5%;
	}
}
@media (min-width: 54em) {
	.fieldgroup--trio fieldset:last-child {
		margin-left: 3.5%;
	}
}

@media (min-width: 36em) {
	.fieldgroup--citystuff {
		position: relative;
		padding-right: 6.25em;
	}
}
@media (min-width: 36em) {
	.fieldgroup--citystuff .field--city {
		float: left;
		width: 71%;
		padding-right: 1em;
	}
}
@media (min-width: 36em) {
	.fieldgroup--citystuff .field--state {
		float: left;
		width: 29%;
	}
}
@media (min-width: 36em) {
	.fieldgroup--citystuff .field--zip {
		position: absolute;
		width: 5.25em;
		right: 0;
	}
}

.field--phone input {
	display: inline-block;
	width: 3.5em;
	margin: 0 0.25em;
}
.field--phone input[size="4"] {
	width: 4.25em;
}

.field--ccv input {
	max-width: 6em;
}

.field--freemag-companyname {
	display: none;
}

.field--submit {
	border-top: 1px solid #d0d6da;
	margin-top: 1.25rem;
	padding: 1.5em 0 1em;
	text-align: center;
}

.confirm {
	width: 100%;
}
.confirm td {
	border-top: 1px solid #9c171e;
	padding: 0.75em 0.5em 0.5em 0;
}

.confirm__amount {
	text-align: right;
}

.confirm__total {
	background-color: #9c171e;
	text-align: right;
}
.confirm__total strong {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	margin-right: 0.375em;
	text-transform: uppercase;
}

.errors {
	background-color: rgb(111.5530726257, 16.4469273743, 21.4525139665);
	border-radius: 0.5rem;
	color: white;
	margin: 0 auto 1.875rem;
	padding: 1rem 1rem 0.5rem;
	max-width: 42rem;
}
.page .errors {
	margin-top: 1em;
}
.errors h5 {
	font-size: 1rem;
	margin: 0;
}
.errors ul {
	padding-left: 2em;
	font-size: 0.875rem;
	line-height: 1.25;
	margin-bottom: 0;
}
.errors li {
	padding-bottom: 0.875em;
}
.errors a {
	color: white;
}

.errors--no-decimal {
	font-size: 0.875rem;
	text-align: left;
	padding: 0.625rem;
	margin: 1.25rem 0 0;
}

.vom-header-wrapper {
	position: relative;
	z-index: 120;
	width: 100%;
}

.site-header__outer {
	width: 100%;
	background-color: rgb(16.6736842105, 23.1578947368, 27.3263157895);
	-webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
	position: relative;
}

.site-header__inner {
	max-width: 90rem;
	margin: 0 auto;
}

.site-header,
.site-header__inner {
	left: 0;
	padding: 0.625rem;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 150;
}
@media (min-width: 36em) {
	.site-header,
	.site-header__inner {
		padding: 0.625rem;
	}
}
@media (min-width: 48em) {
	.site-header,
	.site-header__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 84em) {
	.site-header,
	.site-header__inner {
		padding: 1rem;
	}
}
.site-header.site-header--minimal,
.site-header__inner.site-header--minimal {
	padding: 0.375rem;
}

.site-header--home {
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.logo-main-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0.25rem;
}

@media (min-width: 36em) {
	.logo-main-wrap {
		margin-bottom: 0;
	}
}
.site-header--minimal .logo-main-wrap {
	margin-bottom: 0;
}

.logo-main {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: 12rem;
}

@media (min-width: 60em) {
	.logo-main {
		width: 15rem;
	}
}
.site-header--minimal .logo-main {
	margin: 0 auto;
}

.logo-main__link-en {
	display: block;
	padding: 0.275rem 0 0.2375rem;
	border-radius: 0.25rem;
}
@media (min-width: 36em) {
	.logo-main__link-en {
		padding-top: 0.3125rem;
		padding-bottom: 0;
	}
}

@media (min-width: 36em) {
	.site-header--minimal .logo-main__link-en {
		padding: 0.275rem 0 0.2375rem;
	}
}
.logo-main__link-en:focus {
	outline: none;
}

.logo-main__link-en:focus-visible {
	outline: 1px solid rgba(199, 187, 101, 0.5);
	outline-offset: 0.25rem;
}

.logo-main__link-en span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.logo-main__link-en path,
.logo-main__link-en ellipse,
.logo-main__link-en polygon {
	fill: white;
}

.logo-main__link {
	display: block;
	background-image: url(../png/sprites22e4.png);
	background-size: 240px 176px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.logo-main__link {
		background-image: url(../png/sprites%402x22e4.png);
	}
}
.logo-main__link {
	height: 2.75rem;
	background-position: -2px -1px;
	text-indent: -9999px;
}
@media (min-width: 48em) {
	.logo-main__link {
		background-position: -2px -2px;
	}
}
@media (min-width: 60em) {
	.logo-main__link {
		background-position: 8px 7px;
		background-repeat: no-repeat;
		background-size: 300px 220px;
		height: 4.5rem;
	}
}
.logo-main__link:hover {
	opacity: 0.7;
}

.site-nav {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.375rem;
	text-align: center;
}
@media (min-width: 48em) {
	.site-nav {
		margin-top: 1rem;
		border-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}
}

.site-nav__link {
	background-color: #eee2c5;
	border-radius: 0.375rem;
	color: black;
	font-size: 0.6875rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
	font-weight: bolder;
}
.site-nav__link:hover {
	background-color: #ddc48a;
	color: black;
}
.site-nav__link:focus {
	outline-color: #f5eabe;
	outline-offset: 0.125rem;
}
@media (min-width: 36em) {
	.site-nav__link {
		padding: 0.625rem 0.875rem;
		font-size: 0.75rem;
	}
}
@media (min-width: 60em) {
	.site-nav__link {
		font-size: 14px;
		font-size: 0.875rem;
		position: relative;
		padding-left: 1rem;
		padding-right: 1rem;
		position: relative;
	}
}
.site-nav__link--magazine {
	background: #038294;
	color: white;
}
.site-nav__link--magazine:hover {
	background: #025662;
	color: white;
}

.site-nav__more {
	display: block;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 2.75rem;
	text-indent: -9999px;
	width: 2.75rem;
	position: absolute;
	top: 0.625rem;
	overflow: hidden;
	right: 0.625rem;
	-webkit-transition: none;
	transition: none;
}
@media (min-width: 48em) {
	.site-nav__more {
		border-radius: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.35);
		margin-left: 1.25rem;
		width: 3.75rem;
		margin-right: -1.25rem;
		position: absolute;
		right: 1.625rem;
		top: 0.625rem;
	}
}
@media (min-width: 60em) {
	.site-nav__more {
		top: 0.9rem;
	}
}
@media (min-width: 84em) {
	.site-nav__more {
		display: none;
	}
}
.site-nav__more:hover {
	background: none;
}
.site-nav__more:focus {
	border-radius: 0.25rem;
	outline-color: #f5eabe;
}
@media (min-width: 60em) {
	.site-nav__more .is-closed {
		padding-left: 2.625rem;
	}
}

.more-button__svg {
	left: 50%;
	margin-left: -13px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
}
@media (min-width: 60em) {
	.more-button__svg {
		left: 1.25rem;
		margin-left: 0;
	}
}
@media (min-width: 72em) {
	.more-button__svg {
		left: 1.5rem;
	}
}

.more-button__svg-part-1,
.more-button__svg-part-2,
.more-button__svg-part-3 {
	fill: white;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.site-nav__more:hover .more-button__svg-part-1,
.site-nav__more:hover .more-button__svg-part-2,
.site-nav__more:hover .more-button__svg-part-3 {
	fill: rgb(188.7109004739, 176.5734597156, 124.2890995261);
}

.site-nav__more--close .more-button__svg-part-1 {
	-webkit-transform: translateY(1.15rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
	transform: translateY(1.15rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
}
@media (min-width: 60em) {
	.site-nav__more--close .more-button__svg-part-1 {
		-webkit-transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
		transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
	}
}
.site-nav__more--close .more-button__svg-part-2 {
	-webkit-transform: translateY(-0.25rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
	transform: translateY(-0.25rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
}
@media (min-width: 60em) {
	.site-nav__more--close .more-button__svg-part-2 {
		-webkit-transform: translateY(-0.3rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
		transform: translateY(-0.3rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
	}
}
.site-nav__more--close .more-button__svg-part-3 {
	opacity: 0;
}

.site-menu {
	background: #11171b center top no-repeat;
	-webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
	display: none;
	padding: 2.5rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
@media (min-width: 60em) {
	.site-menu {
		padding: 3.25rem 3.25rem 2.5rem;
	}
}
.site-menu.is-open {
	display: block;
	-webkit-animation-name: showHeaderMenu;
	animation-name: showHeaderMenu;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@media (min-width: 84em) {
	.site-menu.is-open {
		display: none;
	}
}

@-webkit-keyframes showHeaderMenu {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2rem);
		transform: translateY(-2rem);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes showHeaderMenu {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2rem);
		transform: translateY(-2rem);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.site-menu.site-menu--2020 .site-menu__inner {
	max-width: 54rem;
}
.site-menu.site-menu--2020 .site-menu__inner .get-involved {
	padding-bottom: 0;
}
@media (min-width: 48em) {
	.site-menu.site-menu--2020 .site-menu__inner .get-involved__main-links {
		padding-top: 0.275rem;
	}
}
@media (min-width: 48em) {
	.site-menu.site-menu--2020 .site-menu__inner .get-involved__links {
		display: grid;
		grid-gap: 2.5rem;
		grid-template-columns: auto 1fr;
	}
}
@media (min-width: 60em) {
	.site-menu.site-menu--2020 .site-menu__inner .get-involved__links {
		grid-gap: 3.75rem;
	}
}
@media (min-width: 48em) {
	.site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links {
		border-left: 1px solid rgba(255, 255, 255, 0.15);
		display: grid;
		padding-left: 3.75rem;
		padding-bottom: 0;
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 60em) {
	.site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links {
		padding-left: 6.25rem;
	}
}
.site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (min-width: 48em) {
	.site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group ul {
		margin-bottom: 0;
	}
}
@media (min-width: 72em) {
	.site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group li {
		padding-bottom: 1rem;
	}
}
.site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group a {
	font-size: 1rem;
}
.site-menu.site-menu--2020 .site-menu__inner .get-involved__account-link {
	display: block;
	padding-top: 1.35rem;
	margin-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.get-involved {
	padding-bottom: 3.25rem;
}
@media (min-width: 48em) {
	.get-involved {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 53%;
		flex: 1 0 53%;
		padding-bottom: 0;
	}
}
@media (min-width: 60em) {
	.get-involved {
		-ms-flex-preferred-size: 65%;
		flex-basis: 65%;
	}
}

.get-involved__title {
	color: #f5eabe;
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
	position: relative;
}
.get-involved__title span {
	background-color: #24323b;
	display: inline-block;
	letter-spacing: 0.3rem;
	padding-right: 0.5rem;
	position: relative;
	font: inherit;
	color: inherit;
	line-height: 1;
	text-transform: uppercase;
}
.get-involved__title::before {
	background-color: rgba(255, 255, 255, 0.15);
	content: "";
	display: block;
	height: 2px;
	top: 0.625rem;
	width: 100%;
	position: absolute;
}
.get-involved__title {
	padding-bottom: 0;
}

@media (min-width: 60em) {
	.get-involved__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.get-involved__main-links {
	padding: 0 0 2.5rem;
}
@media (min-width: 48em) {
	.get-involved__main-links {
		padding-bottom: 1.25rem;
	}
}
@media (min-width: 60em) {
	.get-involved__main-links {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 16rem;
		flex: 1 0 16rem;
		padding-right: 1.25rem;
	}
}

.get-involved__main-link {
	color: white;
	border-radius: 0.3125rem;
	display: block;
	padding: 1.25rem 0.625rem 1.25rem 4.375rem;
	line-height: 1;
	position: relative;
	text-decoration: none;
}
@media (min-width: 60em) {
	.get-involved__main-link {
		margin-bottom: 1rem;
	}
}
.get-involved__main-link:hover {
	background-color: rgba(72, 104, 125, 0.5);
	color: #f5eabe;
}
.get-involved__main-link strong {
	color: inherit;
	display: block;
	font-size: 1.125rem;
	padding-bottom: 0.3125rem;
}
.get-involved__main-link span {
	color: inherit;
	display: block;
	font-size: 0.75rem;
	font-style: italic;
	font-weight: normal;
	opacity: 0.6;
}
.get-involved__main-link::before {
	background-image: url(../png/sprites22e4.png);
	background-size: 300px 220px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.get-involved__main-link::before {
		background-image: url(../png/sprites%402x22e4.png);
	}
}
.get-involved__main-link::before {
	content: "";
	display: block;
	height: 3.25rem;
	left: 0.5rem;
	position: absolute;
	top: 0.625rem;
	width: 3.25rem;
}

@media (min-width: 48em) {
	.contact-form-wrap {
		padding-left: 2.5rem;
	}
}

.contact-form {
	padding-bottom: 0.625rem;
}
@media (min-width: 48em) {
	.contact-form {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 47%;
		flex: 1 0 47%;
	}
}
@media (min-width: 60em) {
	.contact-form {
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%;
	}
}
.contact-form.is-highlighting {
	-webkit-animation-name: highlightContactForm;
	animation-name: highlightContactForm;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.contact-form label {
	color: white;
	font-size: 0.75rem;
	font-weight: normal;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}
.contact-form textarea,
.contact-form [type=text],
.contact-form [type=email] {
	background-color: rgba(255, 255, 255, 0.125);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: white;
}
.contact-form textarea:focus,
.contact-form [type=text]:focus,
.contact-form [type=email]:focus {
	border: 1px solid #c7bb65;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.contact-form [type=submit] {
	background-color: #867842;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(174.9819905213, 160.3308056872, 97.2180094787)), to(rgb(123.0805687204, 111.6516587678, 62.4194312796)));
	background-image: linear-gradient(to bottom, rgb(174.9819905213, 160.3308056872, 97.2180094787), rgb(123.0805687204, 111.6516587678, 62.4194312796));
	font-size: 0.875rem;
	font-weight: bold;
	color: white;
	letter-spacing: 0.2rem;
	padding: 0.625rem;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
	width: 100%;
}
.contact-form [type=submit]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(169.8336492891, 154.2398104265, 87.0663507109)), to(rgb(106.1611374408, 96.3033175355, 53.8388625592)));
	background-image: linear-gradient(to bottom, rgb(169.8336492891, 154.2398104265, 87.0663507109), rgb(106.1611374408, 96.3033175355, 53.8388625592));
	color: white;
}
.contact-form [type=submit]:focus {
	outline: 1px dotted #c7bb65;
}

@-webkit-keyframes highlightContactForm {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes highlightContactForm {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
@media (min-width: 72em) {
	.contact-form__field-name,
	.contact-form__field-email {
		float: left;
		width: 50%;
	}
}

@media (min-width: 72em) {
	.contact-form__field-name {
		padding-right: 0.5rem;
	}
}

@media (min-width: 72em) {
	.contact-form__field-email {
		padding-left: 0.5rem;
	}
}

.contact-form__field-message {
	clear: both;
}

.contact-form__field-companyname {
	display: none;
}

.contact-form__title {
	color: #f5eabe;
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
	position: relative;
}
.contact-form__title span {
	background-color: #24323b;
	display: inline-block;
	letter-spacing: 0.3rem;
	padding-right: 0.5rem;
	position: relative;
	font: inherit;
	color: inherit;
	line-height: 1;
	text-transform: uppercase;
}
.contact-form__title::before {
	background-color: rgba(255, 255, 255, 0.15);
	content: "";
	display: block;
	height: 2px;
	top: 0.625rem;
	width: 100%;
	position: absolute;
}
.contact-form__title {
	margin-bottom: 0;
}

.contact-form__inner {
	max-width: 24rem;
	margin: 0 auto;
}
@media (min-width: 48em) {
	.contact-form__inner {
		padding-top: 0.875rem;
	}
}

.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-icons li {
	display: inline-block;
}

.social-icon {
	background-image: url(../png/sprites22e4.png);
	background-size: 300px 220px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.social-icon {
		background-image: url(../png/sprites%402x22e4.png);
	}
}
.social-icon {
	display: block;
	height: 2rem;
	margin: 0 0.25rem;
	text-indent: -9999px;
	width: 2rem;
	overflow: hidden;
}
.social-icon:hover {
	opacity: 0.7;
}

.social-icon--facebook {
	background-position: 0 -125px;
}

.social-icon--twitter {
	background-position: -47px -125px;
}

.social-icon--pinterest {
	background-position: -94px -125px;
}

.social-icon--youtube {
	background-position: -142px -125px;
}

.social-icon--instagram {
	background-position: -189px -125px;
}

.site-menu--2020 .site-nav {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
.site-menu--2020 .title {
	color: #f5eabe;
	font-size: 0.8125rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 0rem;
}
.site-menu--2020 a {
	padding: 0.5rem 1.625rem;
}
.site-menu--2020 .site-nav__list-title {
	margin: 0 auto 0 auto;
}
.site-menu--2020 .site-nav__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
}
@media (min-width: 48em) {
	.site-menu--2020 .site-nav__list {
		grid-template-columns: repeat(4, 1fr);
		padding: 1rem 1.25rem 1.575rem 1.25rem;
		gap: 1.25rem;
	}
}
@media (min-width: 60em) {
	.site-menu--2020 .site-nav__list {
		gap: 1.875rem;
		padding: 2.5rem;
		top: 4.45rem;
	}
}
@media (min-width: 84em) {
	.site-menu--2020 .site-nav__list {
		gap: 0.3125rem;
	}
}
.site-menu--2020 .site-nav__list.is-open {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 36em) {
	.site-menu--2020 .site-nav__list.is-open {
		margin-top: 3rem;
	}
}
@media (min-width: 48em) {
	.site-menu--2020 .site-nav__list.is-open {
		margin-top: 0rem;
		display: grid;
	}
}

.site-footer {
	background-color: #2a2e2f;
	padding: 5rem 0 3.75rem;
	position: relative;
	z-index: 1;
}

@media (min-width: 84em) {
	.site-footer {
		padding-top: 5.625rem;
		padding-bottom: 4.375rem;
	}
}
.site-footer__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding: 0 1.875rem;
}

@media (min-width: 48em) {
	.site-footer__inner {
		padding: 0 2.5rem;
	}
}
@media (min-width: 60em) {
	.site-footer__inner {
		padding: 0 3.75rem;
	}
}
@media (min-width: 72em) {
	.site-footer__inner {
		padding: 0 6.25rem;
	}
}
.site-footer__top {
	display: grid;
	gap: 0.625rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 36em) {
	.site-footer__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.site-footer--minimal .site-footer__top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 36em) {
	.site-footer--minimal .site-footer__top {
		display: grid;
	}
}
@media (min-width: 48em) {
	.site-footer--minimal .site-footer__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.site-footer--minimal .social-icons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 48em) {
	.site-footer--minimal .social-icons {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.site-footer__main {
	display: grid;
	gap: 2.5rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0.15);
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 1.875rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
	.site-footer__main {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 72em) {
	.site-footer__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 1.25rem;
	}
}
.site-footer__links {
	font-size: 0.875rem;
}

.site-footer__links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.625rem;
}

.site-footer__links strong {
	color: #f5eabe;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: normal;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin-bottom: 1.125rem;
}

.site-footer__links a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.site-footer__links a:hover {
	text-decoration: underline;
}

.site-footer__links a span {
	font-size: 10px;
	font-size: 0.625rem;
	text-transform: uppercase;
	display: block;
	margin-top: -0.25em;
	opacity: 0.65;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.site-footer__end {
	border-bottom: 2px solid rgba(255, 255, 255, 0.15);
	color: white;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
	.site-footer__end {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
}
.site-footer--minimal .site-footer__end {
	border-top: none;
	padding-top: 0;
}

.site-footer__copyright {
	text-align: center;
	padding-bottom: 2.5rem;
}

@media (min-width: 48em) {
	.site-footer__copyright {
		padding: 0;
		text-align: left;
	}
}
.site-footer__copyright-main,
.site-footer__copyright-address {
	font-size: 12px;
	font-size: 0.75rem;
}

.site-footer__copyright-main a,
.site-footer__copyright-address a {
	color: #f5eabe;
}

.site-footer__copyright-address {
	margin-bottom: 0.3125rem;
}

@media (min-width: 48em) {
	.site-footer__copyright-br {
		display: none;
	}
}
.site-footer__copyright-bull {
	display: block;
	height: 0;
	text-indent: -9999px;
}

@media (min-width: 48em) {
	.site-footer__copyright-bull {
		display: inline-block;
		height: auto;
		margin: 0 0.25rem;
		text-indent: 0;
	}
}
.site-footer__copyright-sub {
	font-size: 10px;
	font-size: 0.625rem;
}

@media (min-width: 48em) {
	.site-footer__copyright-sub {
		margin-bottom: 0;
		font-size: 11px;
		font-size: 0.6875rem;
	}
}
.site-footer__copyright-sub a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.site-footer__copyright-sub a:hover {
	border-bottom: none;
}

.site-footer__organizations {
	list-style: none;
	padding: 0 0 1.25rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 15rem;
	margin: 0 auto;
}

@media (min-width: 24em) {
	.site-footer__organizations {
		max-width: none;
		padding-bottom: 0;
		margin: 0;
	}
}
.site-footer__organizations li {
	margin-bottom: 0.625rem;
}

@media (min-width: 24em) {
	.site-footer__organizations li {
		margin-bottom: 0;
	}
}
@media (min-width: 24em) {
	.site-footer__organizations li:last-child {
		border-left: 0.1rem solid rgba(255, 255, 255, 0.375);
		margin-left: 1rem;
		padding-left: 1rem;
	}
}
.site-footer__organization {
	background-image: url(../png/sprites22e4-2.png);
	background-size: 300px 220px;
	display: block;
	height: 3rem;
	margin: 0 0.25rem;
	overflow: hidden;
	text-indent: -9999px;
	width: 3rem;
}

@media (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.site-footer__organization {
		background-image: url(../png/sprites%402x22e4-2.png);
	}
}
.site-footer__organization:hover {
	opacity: 0.7;
}

.site-footer__organization:focus {
	outline: 1px dotted #c7bb65;
	outline-offset: 0.25rem;
	border-radius: 50%;
}

.site-footer__organization--efca {
	background-position: 0 -172px;
}

.site-footer__organization--ica {
	background-position: -59px -172px;
}

.site-footer__organization--cfc {
	background-position: -116px -172px;
	width: 4.25rem;
}

.site-footer__organization--cfc:focus {
	border-radius: 0.25rem;
}

.site-footer__organization--ncol {
	background: url(https://assets.persecution.com/public/graphics/site/icon_poweredbyncol.svg) center no-repeat;
	background-size: contain;
	width: 66px;
}

.site-footer__organization--ncol:focus {
	border-radius: 0.25rem;
}

.site-footer__desc {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.85);
	font-size: 9px;
	font-size: 0.5625rem;
	margin: 0 0 0.5rem;
	text-align: center;
	line-height: 1.5;
}

.site-footer__desc span {
	opacity: 0.4;
	position: relative;
	margin: 0 0.375rem;
}

@media (min-width: 84em) {
	.site-footer__desc span {
		font-size: 13px;
		font-size: 0.8125rem;
		margin: 0 0.3125rem;
		top: 0.1rem;
	}
}
.site-footer__desc a {
	color: rgba(255, 255, 255, 0.85);
	font-weight: normal;
	text-underline-offset: 2px;
}

.site-footer__desc a:hover {
	text-decoration: none;
}

.site-footer__tax {
	text-align: center;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.85);
}

.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.875rem;
}

.social-icon {
	background-image: url(../png/sprites22e4-2.png);
	background-size: 300px 220px;
	display: block;
	height: 2rem;
	text-indent: -9999px;
	width: 2rem;
	margin: 0;
	overflow: hidden;
}

@media (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.social-icon {
		background-image: url(../png/sprites%402x22e4-2.png);
	}
}
.social-icon:hover {
	opacity: 0.7;
}

.social-icon:focus {
	outline: 1px dotted #c7bb65;
	outline-offset: 0.25rem;
	border-radius: 50%;
}

.social-icon--facebook {
	background-position: 0 -125px;
}

.social-icon--twitter {
	background-position: -47px -125px;
}

.social-icon--pinterest {
	background-position: -94px -125px;
}

.social-icon--youtube {
	background-position: -142px -125px;
}

.social-icon--instagram {
	background-position: -189px -125px;
}

.logo-main-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0.25rem;
}

@media (min-width: 36em) {
	.logo-main-wrap {
		margin-bottom: 0;
	}
}
.site-header--minimal .logo-main-wrap {
	margin-bottom: 0;
}

.logo-main {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: 12rem;
}

@media (min-width: 60em) {
	.logo-main {
		width: 15rem;
	}
}
.site-header--minimal .logo-main {
	margin: 0 auto;
}

.logo-main__link-en {
	display: block;
	padding: 0.275rem 0 0.2375rem;
	border-radius: 0.25rem;
}

@media (min-width: 36em) {
	.logo-main__link-en {
		padding-top: 0.3125rem;
		padding-bottom: 0;
	}
}
@media (min-width: 36em) {
	.site-header--minimal .logo-main__link-en {
		padding: 0.275rem 0 0.2375rem;
	}
}
.logo-main__link-en:focus {
	outline: none;
}

.logo-main__link-en:focus-visible {
	outline: 1px solid rgba(199, 187, 101, 0.5);
	outline-offset: 0.25rem;
}

.logo-main__link-en span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.logo-main__link-en path,
.logo-main__link-en ellipse,
.logo-main__link-en polygon {
	fill: white;
}

/**
 * GLOBAL CONTENT ADJUSTMENTS 
 */
#main {
	background: transparent;
}
@media (min-width: 980px) {
	#main {
		min-height: calc(100vh - 64px - 363px - 865px);
	}
}
@media (min-width: 54em) {
	#main {
		min-height: calc(100vh - 64px - 363px - 799px);
	}
}
@media (min-width: 60em) {
	#main {
		min-height: calc(100vh - 72px - 363px - 841px);
	}
}
@media (min-width: 66em) {
	#main {
		min-height: calc(100vh - 72px - 363px - 811px);
	}
}
@media (min-width: 72em) {
	#main {
		min-height: calc(100vh - 72px - 363px - 831px);
	}
}
@media (min-width: 1200px) {
	#main {
		min-height: calc(100vh - 72px - 363px - 831px);
	}
}
@media (min-width: 84em) {
	#main {
		min-height: calc(100vh - 72px - 363px - 713px);
	}
}
#main .inner-wrap {
	position: relative;
	z-index: 110;
}
#main #primary {
	width: 100%;
}
#main .entry-title {
	font-weight: 700;
	text-transform: none;
	letter-spacing: initial;
	border: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	color: white;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
}

/**
 * archives, search, etc. pages where first post
 * is not featured, and breadcrumbs are included
 */
body:not(.home) #main {
	padding-top: 0;
}
body:not(.home) {
	/**
	* negative margin applies to content on search page
	* only when there are results
	*/
}
@media (min-width: 768px) {
	body:not(.home):not(.search-no-results) #main {
		margin-top: -6.75rem;
	}
}
@media (min-width: 768px) {
	body:not(.home).error404 #main, body:not(.home).page-template-default #main, body:not(.home).page-template-page-posts-by-region #main {
		margin-top: 0;
	}
}

body.home #main.margin-fix {
	margin-top: 0;
}
@media (min-width: 600px) {
	body.home #main.margin-fix {
		margin-top: 3rem;
	}
}
body.home #main.margin-fix #content {
	padding: 0 1rem 4rem;
	margin: 0 auto;
	text-align: center;
}

/**
 * for non-home pages that include a post
 * header/breadcrumb container
 */
.header-post-title-container {
	width: 100%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: -9rem auto 0;
	padding: 0.75rem 0.5rem;
	position: relative;
}
@media (min-width: 420px) {
	.header-post-title-container {
		padding: 1rem 0.5rem 0.75rem;
	}
}
@media (min-width: 768px) {
	.header-post-title-container {
		margin-top: -16rem;
		padding: 1rem 0 0.75rem;
	}
}
.header-post-title-container .inner-wrap {
	max-width: 61.125rem;
	margin: 0 auto;
}
.header-post-title-container h1 {
	color: #038294;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	font-weight: bold;
	font-size: 1.75rem;
}

.post-title-wrapper {
	display: none;
}

.breadcrumb {
	color: white;
	font-size: 0.625rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	margin: 0;
}
@media (min-width: 600px) {
	.breadcrumb {
		font-size: 0.7rem;
	}
}
.breadcrumb a {
	color: #8eeaf7;
}
.breadcrumb a:hover, .breadcrumb a:focus {
	color: rgb(176.1820276498, 166.2050691244, 117.3179723502);
}

.breadcrumb-title {
	display: block;
}
@media (min-width: 420px) {
	.breadcrumb-title {
		display: inline;
	}
}

/** 
 * specificity required to target certain
 * values of post .grid-containers correctly
 */
.blog-image-grid #content,
body.search #content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.blog-image-grid #content .tg-column-two,
body.search #content .tg-column-two {
	margin: 0 1.5rem 2.75rem;
	padding: 0;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
}
.blog-image-grid #content .tg-column-two:nth-of-type(1n),
body.search #content .tg-column-two:nth-of-type(1n) {
	width: 100%;
}
@media (min-width: 600px) {
	.blog-image-grid #content .tg-column-two,
	body.search #content .tg-column-two {
		width: 100%;
		height: 18rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-bottom-left-radius: 0;
		border-top-right-radius: 0.5rem;
	}
	.blog-image-grid #content .tg-column-two .grid-container,
	body.search #content .tg-column-two .grid-container {
		width: 45%;
		max-width: 18rem;
		min-height: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	.blog-image-grid #content .tg-column-two .entry-content,
	body.search #content .tg-column-two .entry-content {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0.5rem;
	}
}
@media (min-width: 768px) {
	.blog-image-grid #content .tg-column-two .grid-container,
	body.search #content .tg-column-two .grid-container {
		width: 40%;
		max-width: 22rem;
	}
}
@media (min-width: 980px) {
	.blog-image-grid #content .tg-column-two,
	body.search #content .tg-column-two {
		height: 20rem;
	}
}
.blog-image-grid #content .tg-column-two .grid-container,
body.search #content .tg-column-two .grid-container {
	padding: 0;
	border: none;
}
.blog-image-grid #content .tg-column-two .grid-container .entry-title,
body.search #content .tg-column-two .grid-container .entry-title {
	font-size: 2rem;
	line-height: 1;
}
.blog-image-grid #content .tg-column-two .grid-container .post-featured-image,
body.search #content .tg-column-two .grid-container .post-featured-image {
	margin: 0;
}
.blog-image-grid .entry-content,
body.search .entry-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: none;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	overflow: hidden;
	padding: 1rem 1.25rem;
	margin-bottom: 0;
	background: rgb(252.765625, 252.15625, 250.734375);
	position: relative;
}
@media (min-width: 420px) {
	.blog-image-grid .entry-content,
	body.search .entry-content {
		width: 100%;
		padding: 1.25rem 1.5rem;
	}
}
@media (min-width: 980px) {
	.blog-image-grid .entry-content,
	body.search .entry-content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.blog-image-grid .entry-content p,
body.search .entry-content p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	width: 100%;
	max-height: 8.375rem;
}
@media (min-width: 420px) {
	.blog-image-grid .entry-content p,
	body.search .entry-content p {
		font-size: 0.975rem;
		max-height: 9.375rem;
	}
}
@media (min-width: 600px) {
	.blog-image-grid .entry-content p,
	body.search .entry-content p {
		font-size: 0.875rem;
		-webkit-line-clamp: 5;
		max-height: 6.9375rem;
	}
}
@media (min-width: 980px) {
	.blog-image-grid .entry-content p,
	body.search .entry-content p {
		font-size: 1.0625rem;
		line-height: 1.5;
		-webkit-line-clamp: 7;
		max-height: 11.125rem;
	}
}

.entry-content__read-more {
	display: block;
	position: relative;
	padding: 0.625rem 0.75rem;
	padding-right: 0.425rem;
	margin-bottom: 1.25rem;
	background: #038294;
	border-radius: 0.25rem;
	color: white;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}
@media (min-width: 980px) {
	.entry-content__read-more {
		margin-bottom: 0.25rem;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}
.entry-content__read-more:hover, .entry-content__read-more:focus {
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
	text-decoration: none;
}
.entry-content__read-more:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}

.entry-content__custom-meta {
	width: 100%;
	font-size: 0.75rem;
	color: #11353a;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(18, 23, 27, 0.2);
	position: relative;
}
@media (min-width: 980px) {
	.entry-content__custom-meta {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-right: 1rem;
		padding-top: 0.5rem;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}
.entry-content__custom-meta span {
	color: #11353a;
	text-transform: uppercase;
}
.entry-content__custom-meta a {
	color: #038294;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.entry-content__custom-meta a::after {
	content: "";
	width: 0px;
	height: 2.5px;
	position: absolute;
	bottom: -0.175rem;
	left: 0;
	background: #038294;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.entry-content__custom-meta a:hover, .entry-content__custom-meta a:focus {
	text-decoration: none;
	color: #8a804f;
}
.entry-content__custom-meta a:hover::after, .entry-content__custom-meta a:focus::after {
	width: 100%;
	background: #8a804f;
}
.entry-content__custom-meta.hidden {
	display: none;
}

.post .entry-content a:hover {
	text-decoration: none;
}

.grid-container {
	position: relative;
	min-height: 18rem;
	-webkit-box-shadow: 0 0.125rem 1.25rem rgba(18, 23, 27, 0.3);
	box-shadow: 0 0.125rem 1.25rem rgba(18, 23, 27, 0.3);
	overflow: hidden;
}
@media (min-width: 768px) {
	.grid-container {
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.grid-container {
		height: 20rem;
	}
}
.grid-container:hover img, .grid-container:focus-within img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.grid-container:hover .entry-title, .grid-container:focus-within .entry-title {
	-webkit-transform: scale(1.025) translateY(-0.25rem);
	transform: scale(1.025) translateY(-0.25rem);
}
.grid-container:hover .post__tags-heading, .grid-container:focus-within .post__tags-heading {
	-webkit-transform: scale(1.025) translateY(-0.25rem);
	transform: scale(1.025) translateY(-0.25rem);
}
.grid-container:focus-within .post-featured-image::before {
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669) inset;
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669) inset;
}
.grid-container.no-post-image:hover {
	background-size: 52%;
}

.entry-header {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 1.5rem 1rem 1.5rem;
}
@media (min-width: 1200px) {
	.entry-header {
		padding-bottom: 1.5rem;
	}
}
.entry-header::before {
	content: "";
	height: 150%;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 23, 27, 0.7)), to(transparent));
	background: linear-gradient(to top, rgba(18, 23, 27, 0.7), transparent);
}

.post__tags-heading {
	font-size: 0.75rem;
	line-height: 1.4;
	color: #fcead0;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	position: relative;
	z-index: 1;
	margin-top: -0.5rem;
	margin-bottom: -0.75rem;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
@media (min-width: 1200px) {
	.post__tags-heading {
		font-size: 1rem;
		margin: -0.25rem 0;
	}
}

.post-featured-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgb(235.234375, 229.84375, 217.265625);
	position: absolute;
}
.post-featured-image img {
	margin: 0;
	width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.post-featured-image img:hover {
	opacity: initial;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-filter: none;
	filter: none;
}
.post-featured-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.no-post-image {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.no-post-image .post-featured-image {
	background: #b3353c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.no-post-image img {
	width: 60%;
	min-height: 60%;
	margin-bottom: 2.5rem;
}

.posts-footer {
	width: 100%;
	text-align: center;
	margin-bottom: 4rem;
}
.posts-footer__button {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	color: white;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding: 0.75rem 1rem;
	background: #038294;
	border-radius: 0.5rem;
}
.posts-footer__button:hover, .posts-footer__button:focus {
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.posts-footer__button:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}

.latest-radio-ictp {
	margin: 0 0.5rem;
	padding-bottom: 2rem;
}
@media (min-width: 768px) {
	.latest-radio-ictp {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.875rem;
	}
}

.latest-radio-ictp__section {
	max-width: 22rem;
	margin: 0 auto;
	margin-bottom: 2.75rem;
}
@media (min-width: 601px) {
	.latest-radio-ictp__section {
		max-width: 26rem;
	}
}
@media (min-width: 768px) {
	.latest-radio-ictp__section {
		width: 100%;
		max-width: 26rem;
	}
}
@media (min-width: 601px) {
	.latest-radio-ictp__section .grid-container {
		min-height: 21rem;
	}
}
@media (min-width: 1200px) {
	.latest-radio-ictp__section .entry-title {
		font-size: 1.75rem;
	}
}
@media (min-width: 1200px) {
	.latest-radio-ictp__section .post__tags-heading {
		font-size: 0.875rem;
		margin: -0.5rem 0;
	}
}

.latest-radio-ictp__heading {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.35rem;
	font-size: 1rem;
	line-height: 1.2;
	color: #12171b;
}
@media (min-width: 601px) {
	.latest-radio-ictp__heading {
		font-size: 1.125rem;
	}
}
.latest-radio-ictp__heading span {
	font-size: 1.25em;
	display: block;
}
.latest-radio-ictp__heading a {
	color: #038294;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.latest-radio-ictp__heading a::after {
	content: "";
	width: 0px;
	height: 2.5px;
	position: absolute;
	bottom: -0.175rem;
	left: 0;
	background: #038294;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.latest-radio-ictp__heading a:hover, .latest-radio-ictp__heading a:focus {
	text-decoration: none;
	color: #8a804f;
}
.latest-radio-ictp__heading a:hover::after, .latest-radio-ictp__heading a:focus::after {
	width: 100%;
	background: #8a804f;
}

/**
 * post meta and comments not in use
 */
.entry-meta-bar,
#comments {
	display: none;
}

body.home #main {
	margin-top: -9rem;
}
@media (min-width: 601px) {
	body.home #main {
		margin-top: -8rem;
		padding-top: 0;
	}
}
body.home #main {
	/**
	* since home page posts are limited to three most recent,
	* disable page navigation/'previous' button
	*/
}
body.home #main .default-wp-page {
	display: none;
}
body.home.blog-image-grid #content .tg-column-two:first-of-type {
	width: 100%;
	overflow: hidden;
}
@media (min-width: 600px) {
	body.home.blog-image-grid #content .tg-column-two:first-of-type {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .grid-container {
		width: 100%;
		max-width: none;
		height: 29.5rem;
		min-height: 50%;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .post-featured-image {
		height: 29.5rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .entry-title {
		font-size: 2.5rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .post__tags-heading {
		font-size: 0.875rem;
		margin: -0.25rem 0;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .entry-content {
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0;
		padding: 1.5rem 1.5rem 1rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .entry-content__links {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-right: 1rem;
		padding-top: 0.5rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .entry-content__custom-meta {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-right: 1rem;
		padding-top: 0.5rem;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .entry-content__read-more {
		margin-bottom: 0.25rem;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type ul {
		margin-bottom: 0.375rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type p {
		margin-bottom: 1.5rem;
		-webkit-line-clamp: 6;
		max-height: 8.375rem;
	}
}
@media (min-width: 980px) {
	body.home.blog-image-grid #content .tg-column-two:first-of-type .grid-container {
		height: 34.5rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .post-featured-image {
		height: 34.5rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type p {
		-webkit-line-clamp: 6;
		max-height: 9.5625rem;
	}
}
@media (min-width: 1200px) {
	body.home.blog-image-grid #content .tg-column-two:first-of-type .grid-container {
		height: 37.5rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .post-featured-image {
		height: 37.5rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .entry-title {
		font-size: 3.5rem;
	}
	body.home.blog-image-grid #content .tg-column-two:first-of-type .post__tags-heading {
		font-size: 1.125rem;
		letter-spacing: 0.375rem;
	}
}

body.single #main {
	margin-bottom: -10px;
}

@media (min-width: 1500px) {
	.no-sidebar-full-width,
	.no-sidebar {
		overflow: visible;
	}
}

.single #content,
.page-template-default #content,
.margin-fix #content {
	margin: 0 -0.5rem;
}
.single #content .featured-image-header,
.page-template-default #content .featured-image-header,
.margin-fix #content .featured-image-header {
	height: 18rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(18, 23, 27, 0.5);
	box-shadow: 0 0.25rem 0.5rem rgba(18, 23, 27, 0.5);
}
@media (min-width: 600px) {
	.single #content .featured-image-header,
	.page-template-default #content .featured-image-header,
	.margin-fix #content .featured-image-header {
		height: 27rem;
	}
}
@media (min-width: 980px) {
	.single #content .featured-image-header,
	.page-template-default #content .featured-image-header,
	.margin-fix #content .featured-image-header {
		height: 32rem;
		margin-bottom: 2rem;
	}
}
@media (min-width: 1200px) {
	.single #content .featured-image-header,
	.page-template-default #content .featured-image-header,
	.margin-fix #content .featured-image-header {
		height: 35rem;
	}
}
.single #content .featured-image-header img,
.page-template-default #content .featured-image-header img,
.margin-fix #content .featured-image-header img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 0;
}
.single #content .entry-header,
.page-template-default #content .entry-header,
.margin-fix #content .entry-header {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 1.5rem 1rem 1.5rem;
}
@media (min-width: 1200px) {
	.single #content .entry-header,
	.page-template-default #content .entry-header,
	.margin-fix #content .entry-header {
		padding-bottom: 1.5rem;
	}
}
.single #content .entry-header::before,
.page-template-default #content .entry-header::before,
.margin-fix #content .entry-header::before {
	content: "";
	height: 150%;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 23, 27, 0.7)), to(transparent));
	background: linear-gradient(to top, rgba(18, 23, 27, 0.7), transparent);
}
.single #content .entry-title,
.page-template-default #content .entry-title,
.margin-fix #content .entry-title {
	font-weight: 700;
	text-transform: none;
	letter-spacing: initial;
	line-height: 1;
	border: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	color: white;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
	.single #content .entry-title,
	.page-template-default #content .entry-title,
	.margin-fix #content .entry-title {
		font-size: 2.5rem;
	}
}
@media (min-width: 1200px) {
	.single #content .entry-title,
	.page-template-default #content .entry-title,
	.margin-fix #content .entry-title {
		font-size: 3rem;
	}
}
.single #content .post__tags-heading,
.page-template-default #content .post__tags-heading,
.margin-fix #content .post__tags-heading {
	font-size: 0.75rem;
	line-height: 1.4;
	color: #fcead0;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	position: relative;
	z-index: 1;
	margin-top: -0.5rem;
	margin-bottom: -0.75rem;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
@media (min-width: 600px) {
	.single #content .post__tags-heading,
	.page-template-default #content .post__tags-heading,
	.margin-fix #content .post__tags-heading {
		font-size: 0.875rem;
		margin: -0.25rem 0;
	}
}
@media (min-width: 1200px) {
	.single #content .post__tags-heading,
	.page-template-default #content .post__tags-heading,
	.margin-fix #content .post__tags-heading {
		font-size: 1rem;
		margin: -0.25rem 0;
	}
}
.single #content .post__tags-heading a,
.page-template-default #content .post__tags-heading a,
.margin-fix #content .post__tags-heading a {
	color: #fcead0;
}
.single #content .post__tags-heading a:hover,
.page-template-default #content .post__tags-heading a:hover,
.margin-fix #content .post__tags-heading a:hover {
	color: white;
}
.single #content article,
.page-template-default #content article,
.margin-fix #content article {
	padding: 0 1rem;
}

/**
 * all the block styles for post content go here
 */
.post-content-only {
	max-width: 43rem;
	margin: 0 auto;
	padding: 0 0.5rem;
	position: relative;
}
@media (min-width: 600px) {
	.post-content-only {
		padding: 0;
	}
}
.post-content-only::before, .post-content-only::after {
	content: "";
	display: table;
}
.post-content-only::after {
	clear: both;
}
.post-content-only p {
	margin: 1.75rem 0;
}
@media (min-width: 600px) {
	.post-content-only p {
		margin: 1.125rem 0;
	}
}
.post-content-only h1,
.post-content-only h2,
.post-content-only h3,
.post-content-only h4,
.post-content-only h5,
.post-content-only h6 {
	color: #038294;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 2rem;
}
.post-content-only h1 + p,
.post-content-only h2 + p,
.post-content-only h3 + p,
.post-content-only h4 + p,
.post-content-only h5 + p,
.post-content-only h6 + p {
	margin-top: 0;
}
.post-content-only h1,
.post-content-only h3,
.post-content-only h5 {
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}
.post-content-only h3 {
	color: #888;
	font-weight: normal;
	font-size: 1.375rem;
}
.post-content-only h5 {
	color: #888;
	font-weight: normal;
	font-size: 1.125rem;
}
.post-content-only .entry-content ul {
	list-style: revert;
}
.post-content-only li:last-child {
	margin-bottom: -0.375rem;
}
.post-content-only li ul,
.post-content-only li ol {
	margin-top: 0.375rem;
}
.post-content-only .wp-block-pullquote {
	padding: 0;
	margin: 3rem auto;
	border-top: 4px solid #038294;
	border-bottom: 4px solid #038294;
	border-radius: 0.5rem;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
	background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3), transparent);
	width: 90%;
	max-width: 36rem;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(138, 128, 79, 0.3) inset;
	box-shadow: 0 0.125rem 0.5rem rgba(138, 128, 79, 0.3) inset;
}
.post-content-only .wp-block-pullquote::after {
	content: "";
	width: 125%;
	height: 110%;
	position: absolute;
	top: -5%;
	left: -12.5%;
	z-index: -1;
	background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.5), transparent 55%), radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.5), transparent 55%);
}
.post-content-only .wp-block-pullquote blockquote {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	border: none;
	width: 100%;
	left: unset;
	z-index: 1;
}
@media (min-width: 600px) {
	.post-content-only .wp-block-pullquote blockquote {
		margin: 0;
	}
}
.post-content-only .wp-block-pullquote p {
	color: #11353a;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.3;
	text-shadow: 0 0.125rem 0.25rem rgba(18, 23, 27, 0.2);
	margin: 0 0 1rem;
}
.post-content-only .wp-block-pullquote cite {
	color: #038294;
	font-weight: bold;
	letter-spacing: 0.25rem;
}
.post-content-only .wp-block-quote,
.post-content-only .wp-block-quote.is-style-large {
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
	padding: 2rem 1.5rem;
	margin: 2.25rem auto;
	border: none;
	background: #038294;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 23, 27, 0.25)), to(transparent));
	background-image: linear-gradient(to bottom, rgba(18, 23, 27, 0.25), transparent);
	-webkit-box-shadow: inset 0 0.25rem 0.5rem rgba(18, 23, 27, 0.25);
	box-shadow: inset 0 0.25rem 0.5rem rgba(18, 23, 27, 0.25);
}
@media (min-width: 600px) {
	.post-content-only .wp-block-quote,
	.post-content-only .wp-block-quote.is-style-large {
		width: initial;
		left: initial;
		z-index: -1;
		border-radius: 0.25rem;
		-webkit-box-shadow: 0 0.25rem 0.5rem rgba(18, 23, 27, 0.35);
		box-shadow: 0 0.25rem 0.5rem rgba(18, 23, 27, 0.35);
		max-width: 36rem;
	}
}
.post-content-only .wp-block-quote p,
.post-content-only .wp-block-quote.is-style-large p {
	font-size: 0.875rem;
	color: #f4f1ea;
	margin: 0 0 1rem;
}
.post-content-only .wp-block-quote p:only-child,
.post-content-only .wp-block-quote.is-style-large p:only-child {
	margin-bottom: 0;
}
@media (min-width: 600px) {
	.post-content-only .wp-block-quote p,
	.post-content-only .wp-block-quote.is-style-large p {
		font-size: 0.925rem;
	}
}
.post-content-only .wp-block-quote p em,
.post-content-only .wp-block-quote.is-style-large p em {
	color: inherit;
	font: inherit;
}
.post-content-only .wp-block-quote cite,
.post-content-only .wp-block-quote.is-style-large cite {
	color: rgb(226.46875, 218.6875, 200.53125);
	font-family: inherit;
	font-style: normal;
	letter-spacing: 0.25rem;
	text-shadow: 0 0.125rem 0.25rem rgba(18, 23, 27, 0.4);
}
.post-content-only .wp-block-table {
	color: #11353a;
	margin: 3.5rem 0;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 0.5rem;
}
.post-content-only .wp-block-table table {
	margin-bottom: 0.75rem;
}
.post-content-only .wp-block-table thead,
.post-content-only .wp-block-table tfoot {
	border-color: #038294;
}
.post-content-only .wp-block-table thead th {
	border: 1px solid rgba(3, 130, 148, 0.3);
	border-top: none;
	border-left: none;
	border-right: none;
}
.post-content-only .wp-block-table tfoot td {
	border-bottom: none;
}
.post-content-only .wp-block-table td {
	border: 1px solid rgba(3, 130, 148, 0.3);
	border-left: none;
	border-right: none;
}
.post-content-only .wp-block-button__link {
	background: #038294;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.175rem;
	padding: 0.75rem 1.25rem;
	padding-right: 1.125rem;
}
.post-content-only .wp-block-button__link:hover, .post-content-only .wp-block-button__link:focus {
	text-decoration: none;
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.post-content-only .wp-block-button__link:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}
.post-content-only {
	/** 
	 * images/media and text
	 */
}
.post-content-only .wp-block-cover {
	margin-bottom: 2rem;
}
.post-content-only .wp-block-image {
	margin: 2.5rem 0;
}
.post-content-only .wp-block-image img {
	margin-bottom: 0;
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
}
.post-content-only .wp-block-image figcaption {
	margin-top: 1.25rem;
	margin-bottom: 0;
	padding: 0 1rem;
}
.post-content-only .wp-block-image .aligncenter {
	max-width: 36rem;
}
.post-content-only .wp-block-image .alignright {
	margin: 0 auto 2.5rem;
	float: unset;
}
@media (min-width: 600px) {
	.post-content-only .wp-block-image .alignright {
		float: right;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
		max-width: 42%;
	}
}
.post-content-only .wp-block-image .alignleft {
	margin: 0 auto 2.5rem;
	float: unset;
}
@media (min-width: 600px) {
	.post-content-only .wp-block-image .alignleft {
		float: left;
		margin-right: 1.5rem;
		margin-bottom: 1rem;
		max-width: 42%;
	}
}
@media (min-width: 600px) {
	.post-content-only .wp-block-image.float-right {
		float: unset;
		margin-left: unset;
	}
	.post-content-only .wp-block-image.float-right figure {
		max-width: 42%;
		float: right;
		margin-right: 0;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
	}
	.post-content-only .wp-block-image.float-right img {
		margin-left: 0;
	}
}
.post-content-only .wp-block-image.alignfull {
	margin: 2.5rem 0 1rem;
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}
@media (min-width: 980px) {
	.post-content-only .wp-block-image.alignfull {
		max-width: 61.25rem;
		left: unset;
		margin: 0 -21.25%;
	}
}
.post-content-only .wp-block-image.alignfull, .post-content-only .wp-block-image.alignwide {
	margin-bottom: 2.5rem;
}
.post-content-only .wp-block-media-text {
	margin: 1.75rem 0;
}
.post-content-only .wp-block-media-text img {
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
	.post-content-only .wp-block-media-text img {
		margin-bottom: 0;
	}
}
.post-content-only .wp-block-media-text__content {
	padding: 0;
}
.post-content-only .wp-block-media-text .has-large-font-size {
	font-size: 1.875rem;
	line-height: 1.05;
}
.post-content-only .wp-block-media-text.alignfull {
	margin: 1.75rem 0;
}
.post-content-only .wp-block-media-text.alignfull figure {
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}
@media (min-width: 600px) {
	.post-content-only .wp-block-media-text.alignfull figure {
		width: unset;
		left: unset;
		margin-right: 1rem;
	}
}
@media (min-width: 600px) {
	.post-content-only .wp-block-media-text.alignfull.has-media-on-the-right figure {
		margin-left: 1rem;
	}
}
@media (min-width: 600px) {
	.post-content-only .wp-block-media-text.alignwide figure {
		margin-right: 1rem;
	}
	.post-content-only .wp-block-media-text.alignwide.has-media-on-the-right figure {
		margin-left: 1rem;
	}
}
.post-content-only .wp-block-media-text.alignwide.is-image-fill .wp-block-media-text__content, .post-content-only .wp-block-media-text.alignfull.is-image-fill .wp-block-media-text__content {
	margin-top: 1.0625rem;
}
@media (min-width: 600px) {
	.post-content-only .wp-block-media-text.alignwide.is-image-fill img, .post-content-only .wp-block-media-text.alignfull.is-image-fill img {
		margin-bottom: 0;
	}
}
.post-content-only p img:not(.emoji),
.post-content-only h2 img:not(.emoji),
.post-content-only h3 img:not(.emoji),
.post-content-only h4 img:not(.emoji),
.post-content-only h5 img:not(.emoji),
.post-content-only h6 img:not(.emoji) {
	display: block;
	margin: 0 auto 1rem;
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(18, 23, 27, 0.3);
	box-shadow: 0 0.25rem 0.5rem rgba(18, 23, 27, 0.3);
	margin-bottom: 1.75rem;
}
@media (min-width: 600px) {
	.post-content-only p img:not(.emoji),
	.post-content-only h2 img:not(.emoji),
	.post-content-only h3 img:not(.emoji),
	.post-content-only h4 img:not(.emoji),
	.post-content-only h5 img:not(.emoji),
	.post-content-only h6 img:not(.emoji) {
		float: left;
		margin-right: 1.5rem;
		margin-bottom: 1rem;
		max-width: 42%;
	}
}
.post-content-only p a,
.post-content-only h2 a,
.post-content-only h3 a,
.post-content-only h4 a,
.post-content-only h5 a,
.post-content-only h6 a {
	color: #038294;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.post-content-only p a::after,
.post-content-only h2 a::after,
.post-content-only h3 a::after,
.post-content-only h4 a::after,
.post-content-only h5 a::after,
.post-content-only h6 a::after {
	content: "";
	width: 0px;
	height: 2.5px;
	position: absolute;
	bottom: -0.175rem;
	left: 0;
	background: #038294;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.post-content-only p a:hover, .post-content-only p a:focus,
.post-content-only h2 a:hover,
.post-content-only h2 a:focus,
.post-content-only h3 a:hover,
.post-content-only h3 a:focus,
.post-content-only h4 a:hover,
.post-content-only h4 a:focus,
.post-content-only h5 a:hover,
.post-content-only h5 a:focus,
.post-content-only h6 a:hover,
.post-content-only h6 a:focus {
	text-decoration: none;
	color: #8a804f;
}
.post-content-only p a:hover::after, .post-content-only p a:focus::after,
.post-content-only h2 a:hover::after,
.post-content-only h2 a:focus::after,
.post-content-only h3 a:hover::after,
.post-content-only h3 a:focus::after,
.post-content-only h4 a:hover::after,
.post-content-only h4 a:focus::after,
.post-content-only h5 a:hover::after,
.post-content-only h5 a:focus::after,
.post-content-only h6 a:hover::after,
.post-content-only h6 a:focus::after {
	width: 100%;
	background: #8a804f;
}
.post-content-only p img {
	margin-top: 0.75rem;
}
.post-content-only h2 img,
.post-content-only h3 img,
.post-content-only h4 img,
.post-content-only h5 img,
.post-content-only h6 img {
	margin-top: 1.25rem;
}
@media (min-width: 600px) {
	.post-content-only .float-right img:not(.emoji) {
		float: right;
		margin-right: 0;
		margin-left: 1.5rem;
	}
}
.post-content-only h2 a,
.post-content-only h4 a,
.post-content-only h6 a {
	color: rgb(1.4801324503, 64.1390728477, 73.0198675497);
}
@media (min-width: 420px) {
	.post-content-only ul,
	.post-content-only ol {
		padding-left: 3.5rem;
		margin: 2rem 0;
	}
}

.single .entry-content {
	padding-bottom: 3rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(17, 53, 58, 0.2);
}
.single .entry-content a:hover {
	text-decoration: none;
}
.single .entry-content__custom-meta {
	margin: 1.5rem 0 -1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(18, 23, 27, 0.2);
}
@media (min-width: 768px) {
	.single .entry-content__custom-meta {
		display: grid;
		grid-template-columns: 1.25fr 1fr;
		grid-auto-flow: column;
		gap: 1rem;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}
.single .entry-content__links {
	border-top: none;
	padding-top: none;
}
@media (min-width: 768px) {
	.single .entry-content__date {
		text-align: right;
	}
}

.post-end-cta {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.5rem 0.5rem 2.5rem;
	border-bottom: 1px solid rgba(18, 23, 27, 0.2);
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.post-end-cta {
		padding: 1.5rem 0 2.5rem;
	}
}
.post-end-cta h2 {
	font-size: 1.25rem;
	line-height: 1.3;
	text-align: center;
	max-width: 36rem;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.post-end-cta h2 {
		font-size: 1.375rem;
		max-width: 40rem;
	}
}
@media (min-width: 980px) {
	.post-end-cta h2 {
		max-width: 60%;
		padding-bottom: 0;
	}
}
.post-end-cta span {
	color: #038294;
	font-weight: bold;
}
.post-end-cta__button {
	background: #038294;
	color: white;
	padding: 0.75rem 1rem;
	padding-left: 1.15rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	display: block;
	max-width: 15rem;
	margin: 0.75rem auto 0;
	text-align: center;
}
@media (min-width: 768px) {
	.post-end-cta__button {
		font-size: 1rem;
		max-width: 17rem;
		padding: 1rem 1.25rem;
		padding-left: 1.325rem;
	}
}
@media (min-width: 980px) {
	.post-end-cta__button {
		margin-top: 0;
	}
}
.post-end-cta__button:hover, .post-end-cta__button:focus {
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.post-end-cta__button:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}
.post-end-cta--foxe {
	padding: 0.75rem 0 2.5rem;
}
@media (min-width: 600px) {
	.post-end-cta--foxe {
		padding: 0.75rem 0 1.5rem;
	}
}
.post-end-cta--foxe source,
.post-end-cta--foxe img {
	max-height: 14rem;
	margin-bottom: 0;
}
@media (min-width: 980px) {
	.post-end-cta--foxe h2 {
		max-width: unset;
		padding-bottom: 1.125rem;
	}
}
.post-end-cta--foxe em {
	color: #038294;
	font-weight: bold;
}
.post-end-cta--foxe .post-end-cta__button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: unset;
}
@media (min-width: 980px) {
	.post-end-cta--foxe .post-end-cta__button {
		margin-top: 0.75rem;
	}
}
.post-end-cta--foxe .post-end-cta__inner {
	max-width: 22rem;
	margin-top: 1rem;
}
@media (min-width: 600px) {
	.post-end-cta--foxe .post-end-cta__inner {
		max-width: unset;
		width: 20rem;
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.post-end-cta--foxe .post-end-cta__inner {
		width: unset;
		max-width: 28rem;
	}
}
@media (min-width: 980px) {
	.post-end-cta--foxe .post-end-cta__inner {
		max-width: 36rem;
	}
}

.single-post-tags {
	width: 100%;
	list-style-type: none;
	padding: 1.75rem 0 2rem;
	margin: -1rem 0 1rem;
	border-bottom: 1px solid rgba(17, 53, 58, 0.2);
}
@media (min-width: 600px) {
	.single-post-tags {
		padding: 1.5rem 0 2rem;
	}
}
@media (min-width: 768px) {
	.single-post-tags {
		padding: 2.125rem 0 2.5rem;
	}
}
@media (min-width: 980px) {
	.single-post-tags {
		padding: 3.125rem 0 3.5rem;
	}
}
.single-post-tags__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem auto;
	background: white;
	border-radius: 0.5rem;
	padding: 0;
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
	max-width: 23rem;
}
@media (min-width: 600px) {
	.single-post-tags__tag {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-width: none;
	}
}
@media (min-width: 768px) {
	.single-post-tags__tag {
		max-width: 44rem;
	}
}
.single-post-tags__img {
	margin-bottom: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (min-width: 600px) {
	.single-post-tags__img {
		width: 45%;
	}
}
@media (min-width: 768px) {
	.single-post-tags__img {
		width: 42%;
	}
}
.single-post-tags__text {
	width: 100%;
	padding: 1rem;
	text-align: center;
}
@media (min-width: 768px) {
	.single-post-tags__text {
		padding: 0;
	}
}
.single-post-tags__text p {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.35rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0.75rem;
}
@media (min-width: 420px) {
	.single-post-tags__text p {
		font-size: 0.825rem;
	}
}
@media (min-width: 768px) {
	.single-post-tags__text p {
		font-size: 1rem;
	}
}
.single-post-tags__text img {
	width: 4.5rem;
	margin: 0 0.375rem 0 0.125rem;
}
@media (min-width: 420px) {
	.single-post-tags__text img {
		width: 5.25rem;
		margin: 0 0.45rem 0 0.25rem;
	}
}
@media (min-width: 600px) {
	.single-post-tags__text img {
		width: 30%;
		margin: 0 0.45rem 0 0.25rem;
	}
}
@media (min-width: 768px) {
	.single-post-tags__text img {
		width: 6rem;
		margin: 0 0.675rem 0 0.5rem;
	}
}
.single-post-tags__button {
	background: #038294;
	color: white;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 18rem;
	margin: 0 auto;
}
.single-post-tags__button:hover, .single-post-tags__button:focus {
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.single-post-tags__button:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}

.default-wp-page {
	list-style-type: none;
	padding: 0 1rem;
	margin-bottom: 4rem;
}
.default-wp-page .meta-nav {
	font-size: 1rem;
	line-height: 1;
	position: relative;
	top: -0.0625rem;
}
.default-wp-page .previous {
	margin-right: 0.75rem;
}
.default-wp-page .previous a {
	text-align: left;
}
.default-wp-page .previous .meta-nav {
	margin-right: 0.5rem;
}
.default-wp-page .next {
	margin-left: 0.75rem;
}
.default-wp-page .next a {
	text-align: right;
}
.default-wp-page .next .meta-nav {
	margin-left: 0.5rem;
}
.default-wp-page .previous,
.default-wp-page .next {
	margin-bottom: 1.25rem;
}
.default-wp-page .previous a,
.default-wp-page .next a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #038294;
	color: white;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	border: none;
	border-radius: 0.375rem;
	padding: 0.5rem 1rem;
}
.default-wp-page .previous a:hover, .default-wp-page .previous a:focus,
.default-wp-page .next a:hover,
.default-wp-page .next a:focus {
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.default-wp-page .previous a:focus,
.default-wp-page .next a:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}

#comments {
	background: inherit;
	padding: 0 1rem;
	max-width: 44rem;
	margin: 0 auto;
}
@media (min-width: 768px) {
	#comments {
		padding: 0;
	}
}

.form-submit input[type=submit] {
	color: white;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.magazine-ad-scroller {
	display: none;
}
@media (min-width: 1500px) {
	.magazine-ad-scroller {
		display: block;
		width: 99vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(-50vw + 50%);
		z-index: -1;
		padding-top: 3rem;
	}
}
.magazine-ad-scroller__content {
	position: sticky;
	top: calc(100vh - 414px - 5rem);
	width: 14rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 1rem 1.75rem;
	margin-left: auto;
	margin-right: 0.875rem;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.4);
	box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.4);
}
.magazine-ad-scroller__content::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	background: rgba(17, 53, 58, 0.8) url("../png/header-bg.png");
	background-size: auto 130%;
	background-position: center right;
	opacity: 0.9;
	border-radius: 0.5rem;
}
.magazine-ad-scroller img {
	-webkit-transform: rotateZ(2.5deg);
	transform: rotateZ(2.5deg);
	max-height: 14rem;
	margin-top: -1rem;
	margin-bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.6);
	box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.6);
}
.magazine-ad-scroller h2 {
	text-align: center;
	color: #8eeaf7;
	font-size: 1.375rem;
	line-height: 1.3;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
.magazine-ad-scroller span {
	text-transform: uppercase;
	color: white;
}
.magazine-ad-scroller a {
	background: white;
	color: #444;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.175rem;
	padding: 0.75rem 1.25rem;
	padding-right: 1.125rem;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.6);
	box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.6);
}
.magazine-ad-scroller a:hover, .magazine-ad-scroller a:focus {
	text-decoration: none;
	color: white;
	background: #038294;
}
.magazine-ad-scroller a:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem white;
	box-shadow: 0 0 0 0.25rem white;
}

.hover-ad__page-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(18, 23, 27, 0.8);
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	pointer-events: auto;
}
.hover-ad__page-container--fade-out {
	opacity: 0;
}
.hover-ad__page-container.hidden {
	display: none;
	pointer-events: none;
}
.hover-ad__container {
	width: 100%;
	width: calc(100% - 2rem);
	max-width: 24rem;
	position: absolute;
	background: white;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.6);
	box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.6);
	padding: 0 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (min-width: 980px) {
	.hover-ad__container {
		max-width: 28rem;
	}
}
.hover-ad__container img {
	-webkit-transform: rotateZ(2.5deg);
	transform: rotateZ(2.5deg);
	max-height: 18rem;
	margin-top: -1rem;
	margin-bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.6);
	box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.6);
}
@media (min-width: 980px) {
	.hover-ad__container img {
		max-height: 20rem;
	}
}
.hover-ad__text-button {
	max-width: 18rem;
	padding: 2rem 0 0;
}
@media (min-width: 420px) {
	.hover-ad__text-button {
		max-width: 22rem;
	}
}
.hover-ad__text-button h2 {
	color: #444;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}
@media (min-width: 420px) {
	.hover-ad__text-button h2 {
		font-size: 2rem;
	}
}
@media (min-width: 980px) {
	.hover-ad__text-button h2 {
		font-size: 2.5rem;
		line-height: 1.1;
		padding: 0.5rem 0 2rem;
	}
}
.hover-ad__text-button h2 span {
	text-transform: uppercase;
	color: #038294;
}
.hover-ad__buttons {
	max-width: 12rem;
	margin: 0 auto;
	padding-bottom: 0.75rem;
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 0.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 420px) {
	.hover-ad__buttons {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: unset;
		max-width: 18rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 980px) {
	.hover-ad__buttons {
		max-width: 22rem;
	}
}
.hover-ad__buttons a {
	display: inline-block;
	background: #038294;
	color: white;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.175rem;
	padding: 0.75rem 1.25rem;
	padding-right: 1.125rem;
}
@media (min-width: 420px) {
	.hover-ad__buttons a {
		font-size: 1rem;
		padding: 1rem 1.5rem;
	}
}
@media (min-width: 980px) {
	.hover-ad__buttons a {
		font-size: 1.25rem;
		padding: 1.25rem 1.75rem;
	}
}
.hover-ad__buttons a:hover, .hover-ad__buttons a:focus {
	text-decoration: none;
	color: white;
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.hover-ad__buttons a:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem #038294;
	box-shadow: 0 0 0 0.25rem #038294;
}
.hover-ad__buttons button {
	background: none;
	border: none;
	color: #038294;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
@media (min-width: 980px) {
	.hover-ad__buttons button {
		font-size: 1.175rem;
	}
}
.hover-ad__buttons button::after {
	content: "";
	width: 0px;
	height: 2.5px;
	position: absolute;
	bottom: -0.175rem;
	left: 0;
	background: #038294;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hover-ad__buttons button:hover, .hover-ad__buttons button:focus {
	text-decoration: none;
	color: #8a804f;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.hover-ad__buttons button:hover::after, .hover-ad__buttons button:focus::after {
	width: 100%;
	background: #8a804f;
}
.hover-ad__buttons button:focus {
	outline: 2px solid;
	outline-offset: 0.25rem;
}

.archive .default-wp-page {
	margin-bottom: 2rem;
}
.archive:not(.date) .archive__monthly-links {
	margin-top: 2rem;
}

.archive__monthly-links {
	width: 97%;
	text-align: center;
	margin: 0 auto 4rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(68, 68, 68, 0.3);
}
@media (min-width: 420px) {
	.archive__monthly-links {
		padding-top: 0;
		border: none;
	}
}
.archive__monthly-links h2 {
	font-size: 1rem;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	padding: 0;
	margin-bottom: 0.75rem;
	overflow: hidden;
}
@media (min-width: 600px) {
	.archive__monthly-links h2 {
		font-size: 1.0625rem;
	}
}
@media (min-width: 420px) {
	.archive__monthly-links h2::before, .archive__monthly-links h2::after {
		content: "";
		width: 50%;
		height: 1px;
		background: rgba(68, 68, 68, 0.3);
		position: relative;
		margin-top: -0.125rem;
		display: inline-block;
		vertical-align: middle;
	}
}
.archive__monthly-links h2::before {
	right: 0.75rem;
	margin-left: -50%;
}
.archive__monthly-links h2::after {
	left: 0.55rem;
	margin-right: -50%;
}
.archive__monthly-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.5rem 0;
}
.archive__monthly-links li {
	margin: 0.375rem;
}
.archive__monthly-links a {
	color: white;
	background: #038294;
	padding: 0.5rem 0.75rem;
	border-radius: 0.375rem;
	display: block;
}
.archive__monthly-links a:hover, .archive__monthly-links a:focus {
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
	text-decoration: none;
}
.archive__monthly-links a:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}

.post-content-only .wp-block-vom-subscribe-ad {
	background: white;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.15);
	box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.15);
	padding: 2rem;
	margin: 3.5rem auto 3rem;
	width: 95%;
	max-width: 22rem;
	text-align: center;
}
@media (min-width: 768px) {
	.post-content-only .wp-block-vom-subscribe-ad {
		max-width: none;
		display: grid;
		grid-template-columns: 1fr 1.875fr;
		gap: 2rem;
		margin: 3rem auto;
	}
}
.post-content-only .wp-block-vom-subscribe-ad figure {
	margin: 0;
	position: relative;
}
.post-content-only .wp-block-vom-subscribe-ad img {
	-webkit-transform: rotateZ(2.5deg);
	transform: rotateZ(2.5deg);
	width: auto;
	height: 120%;
	max-height: 16rem;
	margin-top: -3.5rem;
	margin-bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.35);
	box-shadow: 0 0.125rem 0.5rem rgba(18, 23, 27, 0.35);
}
@media (min-width: 768px) {
	.post-content-only .wp-block-vom-subscribe-ad img {
		position: absolute;
		top: 0.375rem;
		left: 0;
		height: 170%;
	}
}
.post-content-only .wp-block-vom-subscribe-ad .text-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) {
	.post-content-only .wp-block-vom-subscribe-ad .text-button {
		-ms-flex-line-pack: center;
		align-content: center;
	}
}
.post-content-only .wp-block-vom-subscribe-ad p {
	font-size: 2.25rem;
	line-height: 1.1;
}
@media (min-width: 768px) {
	.post-content-only .wp-block-vom-subscribe-ad p {
		margin-top: 0;
	}
}
.post-content-only .wp-block-vom-subscribe-ad a {
	background: #038294;
	color: white;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.175rem;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 18rem;
	margin: 0 auto;
}
.post-content-only .wp-block-vom-subscribe-ad a:hover, .post-content-only .wp-block-vom-subscribe-ad a:focus {
	background: rgb(0.9735099338, 42.1854304636, 48.0264900662);
}
.post-content-only .wp-block-vom-subscribe-ad a:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
	box-shadow: 0 0 0 0.25rem rgb(4.0132450331, 173.9072847682, 197.9867549669);
}

body.search-no-results .header-post-title-container,
body.error404 .header-post-title-container,
body.page-template-page-posts-by-region .header-post-title-container,
.margin-fix .header-post-title-container {
	margin: -7.5rem auto 0;
}
@media (min-width: 420px) {
	body.search-no-results .header-post-title-container,
	body.error404 .header-post-title-container,
	body.page-template-page-posts-by-region .header-post-title-container,
	.margin-fix .header-post-title-container {
		margin-top: -6.25rem;
	}
}
@media (min-width: 600px) {
	body.search-no-results .header-post-title-container,
	body.error404 .header-post-title-container,
	body.page-template-page-posts-by-region .header-post-title-container,
	.margin-fix .header-post-title-container {
		margin-top: -6.5rem;
		margin-bottom: 1.25rem;
	}
}
@media (min-width: 768px) {
	body.search-no-results .header-post-title-container,
	body.error404 .header-post-title-container,
	body.page-template-page-posts-by-region .header-post-title-container,
	.margin-fix .header-post-title-container {
		margin-top: -10rem;
	}
}
body.search-no-results #content,
body.error404 #content,
body.page-template-page-posts-by-region #content,
.margin-fix #content {
	margin: 0;
	padding: 4rem 0.75rem 3.5rem;
}
@media (min-width: 420px) {
	body.search-no-results #content,
	body.error404 #content,
	body.page-template-page-posts-by-region #content,
	.margin-fix #content {
		padding: 4rem 1rem 3.5rem;
	}
}
@media (min-width: 768px) {
	body.search-no-results #content,
	body.error404 #content,
	body.page-template-page-posts-by-region #content,
	.margin-fix #content {
		padding: 2rem 1rem 4rem;
	}
}
@media (min-width: 980px) {
	body.search-no-results #content,
	body.error404 #content,
	body.page-template-page-posts-by-region #content,
	.margin-fix #content {
		padding: 2rem 1rem 5rem;
	}
}
body.search-no-results #content h2,
body.error404 #content h2,
body.page-template-page-posts-by-region #content h2,
.margin-fix #content h2 {
	text-align: center;
	color: #038294;
	font-style: italic;
	margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
	body.search-no-results #content h2,
	body.error404 #content h2,
	body.page-template-page-posts-by-region #content h2,
	.margin-fix #content h2 {
		font-size: 2rem;
	}
}
body.search-no-results #content p,
body.error404 #content p,
body.page-template-page-posts-by-region #content p,
.margin-fix #content p {
	margin-bottom: 2rem;
}
body.search-no-results #content .search-wrap,
body.error404 #content .search-wrap,
body.page-template-page-posts-by-region #content .search-wrap,
.margin-fix #content .search-wrap {
	text-align: center;
}
body.search-no-results #content .search-icon:focus,
body.error404 #content .search-icon:focus,
body.page-template-page-posts-by-region #content .search-icon:focus,
.margin-fix #content .search-icon:focus {
	-webkit-box-shadow: 0 0 0 0.125rem rgb(176.1820276498, 166.2050691244, 117.3179723502);
	box-shadow: 0 0 0 0.125rem rgb(176.1820276498, 166.2050691244, 117.3179723502);
}
body.search-no-results #content input,
body.error404 #content input,
body.page-template-page-posts-by-region #content input,
.margin-fix #content input {
	width: 75%;
	max-width: 20rem;
}
body.search-no-results .no-results,
body.error404 .no-results,
body.page-template-page-posts-by-region .no-results,
.margin-fix .no-results {
	max-width: 30rem;
	margin: 0 auto;
}

.no-results {
	margin: 0 15px;
	padding: 6.5rem 0.75rem 7rem;
	text-align: center;
}
@media (min-width: 420px) {
	.no-results {
		width: 94%;
		max-width: 978px;
		margin: 0 auto;
		padding: 6.75rem 1rem 6.75rem;
	}
}
@media (min-width: 768px) {
	.no-results {
		padding: 8.75rem 1rem 9rem;
	}
}
.no-results p {
	margin-bottom: 2rem;
}
.no-results .search-wrap input {
	width: 75%;
	max-width: 20rem;
}

/**
 * tag pages for 'posts by region'
 */
body.tag #content h2 {
	color: white;
	font-style: unset;
	margin-bottom: unset;
}

body.page-template-page-posts-by-region #content p {
	margin: 1.75rem 0;
}
@media (min-width: 600px) {
	body.page-template-page-posts-by-region #content p {
		margin: 1.125rem 0;
	}
}
body.page-template-page-posts-by-region #content h1,
body.page-template-page-posts-by-region #content h2,
body.page-template-page-posts-by-region #content h3,
body.page-template-page-posts-by-region #content h4,
body.page-template-page-posts-by-region #content h5,
body.page-template-page-posts-by-region #content h6 {
	color: #038294;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: capitalize;
	margin-top: 2rem;
}
body.page-template-page-posts-by-region #content h1 + p,
body.page-template-page-posts-by-region #content h2 + p,
body.page-template-page-posts-by-region #content h3 + p,
body.page-template-page-posts-by-region #content h4 + p,
body.page-template-page-posts-by-region #content h5 + p,
body.page-template-page-posts-by-region #content h6 + p {
	margin-top: 0;
}
body.page-template-page-posts-by-region #content h1,
body.page-template-page-posts-by-region #content h3,
body.page-template-page-posts-by-region #content h5 {
	text-transform: uppercase;
	letter-spacing: 0.25rem;
}
body.page-template-page-posts-by-region #content h3 {
	color: #888;
	font-weight: normal;
	font-size: 1.375rem;
}
body.page-template-page-posts-by-region #content h5 {
	color: #888;
	font-weight: normal;
	font-size: 1.125rem;
}

.region__filter-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.region__filter-list li {
	width: 100%;
	position: relative;
}
@media (min-width: 600px) {
	.region__filter-list li {
		width: unset;
		margin-right: 1.5rem;
	}
}
.region__filter-list li::after {
	content: "";
	width: 0;
	height: 3px;
	background: rgb(166.8986175115, 155.7465437788, 101.1013824885);
	position: absolute;
	bottom: 0.875rem;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.region__filter-list li.selected::after {
	width: 100%;
}
.region__filter-list li.selected button {
	font-weight: bold;
}
.region__filter-list button {
	background: none;
	margin: 0 0 0.875rem;
	padding: 0;
	padding-bottom: 0.5rem;
	position: relative;
}
.region__filter-list button::after {
	content: "";
	width: 110%;
	height: 110%;
	position: absolute;
	top: -25%;
	left: -5%;
	border-radius: 0.25rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.region__filter-list button:hover, .region__filter-list button:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.region__filter-list button:focus::after {
	-webkit-box-shadow: 0 0 0 0.25rem rgb(166.8986175115, 155.7465437788, 101.1013824885);
	box-shadow: 0 0 0 0.25rem rgb(166.8986175115, 155.7465437788, 101.1013824885);
}

.region__list-wrapper {
	margin-top: -1.5rem;
	display: none;
}
.region__list-wrapper.selected {
	display: block;
}

@media (min-width: 32em) {
	.region__tags-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 5rem;
		-moz-column-gap: 5rem;
		column-gap: 5rem;
		-webkit-column-rule: 1px solid rgba(18, 23, 27, 0.1);
		-moz-column-rule: 1px solid rgba(18, 23, 27, 0.1);
		column-rule: 1px solid rgba(18, 23, 27, 0.1);
	}
}
@media (min-width: 768px) {
	.region__tags-list {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}
}

.region__tag {
	color: rgba(17, 53, 58, 0.5);
	font-style: italic;
	font-size: 1.125rem;
	margin-bottom: 0.75rem;
}
.region__tag a {
	color: #038294;
	font-style: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.region__tag a::after {
	content: "";
	width: 0px;
	height: 3.5px;
	position: absolute;
	bottom: -0.175rem;
	left: 0;
	background: #038294;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.region__tag a:hover, .region__tag a:focus {
	text-decoration: none;
	color: #8a804f;
}
.region__tag a:hover::after, .region__tag a:focus::after {
	width: 100%;
	background: #8a804f;
}

/**
 * --------------------------
 * --------- January 1 2026 -----
 * --------------------------
 */
.home-b-campaign-202601-oneyearbiblegpg {
	background: #554531;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #444;
	margin: 0 auto;
	max-width: 57.5rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 1.5;
}
@media (min-width: 60em) {
	.home-b-campaign-202601-oneyearbiblegpg {
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0.5rem;
	}
}

.home-b-campaign-202601-oneyearbiblegpg__inner {
	background-color: #554531;
	color: white;
	margin: auto;
	max-width: 60rem;
	padding: 3.125rem 2.5rem;
	position: relative;
}
@media (min-width: 36em) {
	.home-b-campaign-202601-oneyearbiblegpg__inner {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem;
	}
}
@media (min-width: 60em) {
	.home-b-campaign-202601-oneyearbiblegpg__inner {
		-webkit-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.5);
		box-shadow: 0 10px 36px rgba(0, 0, 0, 0.5);
		border-radius: 0.5rem;
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}
}
.home-b-campaign-202601-oneyearbiblegpg__inner::before, .home-b-campaign-202601-oneyearbiblegpg__inner::after {
	content: "";
	display: block;
	background: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202601_global_bg_header_left.webp) -1.875rem top no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 20rem;
	width: 25rem;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
	-webkit-mask-image: linear-gradient(to bottom, black, transparent);
	mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
	mask-image: linear-gradient(to bottom, black, transparent);
}
@media (min-width: 36em) {
	.home-b-campaign-202601-oneyearbiblegpg__inner::before, .home-b-campaign-202601-oneyearbiblegpg__inner::after {
		height: 30rem;
	}
}
@media (min-width: 48em) {
	.home-b-campaign-202601-oneyearbiblegpg__inner::before, .home-b-campaign-202601-oneyearbiblegpg__inner::after {
		height: 35rem;
	}
}
@media (min-width: 60em) {
	.home-b-campaign-202601-oneyearbiblegpg__inner::before, .home-b-campaign-202601-oneyearbiblegpg__inner::after {
		background-position: left top;
		bottom: 0;
		height: auto;
		-webkit-mask-image: none;
		mask-image: none;
	}
}
.home-b-campaign-202601-oneyearbiblegpg__inner::after {
	left: auto;
	right: 0;
	background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202601_global_bg_header_right.webp);
	background-position: right -1.875rem top;
}
@media (min-width: 60em) {
	.home-b-campaign-202601-oneyearbiblegpg__inner::after {
		background-position: right top;
	}
}

.home-b-campaign-202601-oneyearbiblegpg__title {
	line-height: 1.15;
	margin: 0 0 1.875rem;
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
}
.home-b-campaign-202601-oneyearbiblegpg__title span {
	display: block;
}

.home-b-campaign-202601-oneyearbiblegpg__title-1 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 25rem;
	color: white;
}
@media (min-width: 48em) {
	.home-b-campaign-202601-oneyearbiblegpg__title-1 {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.home-b-campaign-202601-oneyearbiblegpg__title-2 {
	font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 74px;
	font-size: 4.625rem;
	color: #f5cb5a;
	line-height: 0.9;
}
@media (min-width: 36em) {
	.home-b-campaign-202601-oneyearbiblegpg__title-2 {
		font-size: 96px;
		font-size: 6rem;
	}
}
@media (min-width: 48em) {
	.home-b-campaign-202601-oneyearbiblegpg__title-2 {
		font-size: 108px;
		font-size: 6.75rem;
	}
}
@media (min-width: 60em) {
	.home-b-campaign-202601-oneyearbiblegpg__title-2 {
		font-size: 126px;
		font-size: 7.875rem;
	}
}

.home-b-campaign-202601-oneyearbiblegpg__desc {
	font-size: 21px;
	font-size: 1.3125rem;
	text-wrap: balance;
	padding-bottom: 1.25rem;
	position: relative;
	z-index: 1;
}

.home-b-campaign-202601-oneyearbiblegpg__buttons {
	text-align: center;
	position: relative;
	z-index: 1;
}
@media (min-width: 60em) {
	.home-b-campaign-202601-oneyearbiblegpg__buttons {
		border-bottom: none;
		padding-bottom: 0;
	}
}
.home-b-campaign-202601-oneyearbiblegpg__buttons .button {
	background: #f5cb5a;
	color: rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.home-b-campaign-202601-oneyearbiblegpg__buttons .button:hover {
	background: rgba(245, 203, 90, 0.75);
}

/**
 * --------------------------
 * --------- December 1 2025 -----
 * --------------------------
 */
.stories-campaign-202512-yearend__decor-star {
	position: absolute;
	width: 10rem;
	height: 11.75rem;
	background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202512_yearend_star.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: stories-campaign-202512-yearend-shine 2.5s infinite;
	animation: stories-campaign-202512-yearend-shine 2.5s infinite;
}

.stories-campaign-202512-yearend__decor-star--whitesheen {
	background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202512_yearend_star_white.svg);
	-webkit-mask: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0) 70%) 100% 100%/240% 240%;
	mask: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0) 70%) 100% 100%/240% 240%;
}

@-webkit-keyframes stories-campaign-202512-yearend-shine {
	0% {
		-webkit-mask-position: 100% 100%;
		mask-position: 100% 100%;
	}
	100% {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}

@keyframes stories-campaign-202512-yearend-shine {
	0% {
		-webkit-mask-position: 100% 100%;
		mask-position: 100% 100%;
	}
	100% {
		-webkit-mask-position: 0 0;
		mask-position: 0 0;
	}
}
.stories-campaign-202512-yearend {
	color: #444;
	background: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202512_yearend_bg.webp) left top repeat;
	background-size: 60rem auto;
	border-radius: 0;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}
@media (min-width: 48em) {
	.stories-campaign-202512-yearend {
		padding: 3.75rem 5rem;
	}
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend {
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0.5rem;
		max-width: 57.5rem;
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}
}

.stories-campaign-202512-yearend__inner {
	padding: 2.5rem 1.25rem;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.625rem;
}
@media (min-width: 32em) {
	.stories-campaign-202512-yearend__inner {
		padding: 3.125rem 2.5rem;
	}
}
@media (min-width: 48em) {
	.stories-campaign-202512-yearend__inner {
		margin-left: auto;
		margin-right: auto;
		max-width: 40rem;
		padding: 0;
	}
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__inner {
		gap: 0;
		max-width: none;
		grid-template-columns: 1fr 27.5rem 1fr;
		margin: 0 -2.5rem;
	}
}

.stories-campaign-202512-yearend__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.stories-campaign-202512-yearend__photo img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 1.25rem;
}

@media (min-width: 60em) {
	.stories-campaign-202512-yearend__photo--start img {
		-o-object-position: 72% center;
		object-position: 72% center;
	}
}

.stories-campaign-202512-yearend__photo--end {
	grid-column: 2;
	grid-row: 1;
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__photo--end {
		grid-column: auto;
		grid-row: auto;
	}
}

.stories-campaign-202512-yearend__content {
	grid-column: 1/3;
	padding-top: 1.875rem;
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__content {
		align-self: center;
		grid-column: auto;
	}
}

.stories-campaign-202512-yearend__title {
	margin: 0 0 1.25rem;
	position: relative;
}
.stories-campaign-202512-yearend__title strong {
	background: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202512_yearend_title.webp?v=20251104a) center top no-repeat;
	background-size: contain;
	display: block;
	height: 12.5rem;
	text-indent: -999rem;
	position: relative;
	margin-bottom: -0.625rem;
}
.stories-campaign-202512-yearend__title span {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	width: 15.25rem;
	letter-spacing: -0.025em;
	margin: -0.5rem auto 0;
	position: relative;
	text-align: center;
	font-weight: bold;
}

.stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(1), .stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(5) {
	top: -37%;
	left: calc(50% - 7rem);
	scale: 0.2;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(1), .stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(5) {
		top: -43%;
	}
}
.stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(2), .stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(6) {
	top: 65%;
	left: calc(50% - 13rem);
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	scale: 0.4;
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(2), .stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(6) {
		top: 64%;
		left: -1rem;
	}
}
.stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(3), .stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(7) {
	top: -7rem;
	right: calc(50% - 7rem);
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	scale: 0.5;
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(3), .stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(7) {
		top: -8%;
		right: -22.5%;
	}
}
.stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(4), .stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(8) {
	top: 50%;
	right: calc(50% - 13.75rem);
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	scale: 0.25;
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(4), .stories-campaign-202512-yearend__decor-stars .stories-campaign-202512-yearend__decor-star:nth-child(8) {
		top: 50%;
		right: -5%;
	}
}

.stories-campaign-202512-yearend__cta {
	-webkit-animation: stories-campaign-202512-yearend-show 0.35s ease-in-out 0.8s both;
	animation: stories-campaign-202512-yearend-show 0.35s ease-in-out 0.8s both;
	text-align: center;
}
.stories-campaign-202512-yearend__cta .button {
	background: #c03e3d;
	color: white;
	letter-spacing: 0.1em;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__cta .button {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
.stories-campaign-202512-yearend__cta .button:hover {
	background-color: rgb(153.2964426877, 49.5019762846, 48.7035573123);
}

.stories-campaign-202512-yearend__cta-subtext {
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	letter-spacing: -0.01em;
	margin: 0 auto;
	max-width: 28.75rem;
}
@media (min-width: 60em) {
	.stories-campaign-202512-yearend__cta-subtext {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
		font-size: 12px;
		font-size: 0.75rem;
	}
}

.button {
	color: white;
	border: none;
	border-radius: 0.375rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.075rem;
	font-weight: bold;
	padding: 0.5rem 1rem;
	-webkit-box-shadow: 0 0.5rem 0.875rem rgba(18, 23, 27, 0.15);
	box-shadow: 0 0.5rem 0.875rem rgba(18, 23, 27, 0.15);
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/**
 * --------------------------
 * --------- April 2023 -----
 * --------------------------
 */
.promo-banner--202304-app {
	color: #444;
	-webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
	background: white url(../svg/b_campaign_202304_app_bg.svg) center -5rem no-repeat;
	background-size: auto 15rem;
	position: relative;
	overflow: visible;
}
@media (min-width: 24em) {
	.promo-banner--202304-app {
		background-size: auto 17.5rem;
	}
}
@media (min-width: 48em) {
	.promo-banner--202304-app {
		background-position: center top;
		background-size: 72rem auto;
		color: white;
	}
}
@media (min-width: 72em) {
	.promo-banner--202304-app {
		background-size: 100rem auto;
	}
}
@media (min-width: 84em) {
	.promo-banner--202304-app {
		background-position: center -6.25rem;
	}
}
.promo-banner--202304-app .promo-banner__header {
	padding: 0 1.875rem 3.75rem;
	display: grid;
	grid-gap: 0.875rem;
}
@media (min-width: 48em) {
	.promo-banner--202304-app .promo-banner__header {
		margin: 0 auto;
		grid-template-columns: 1fr 1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-gap: 2.5rem;
		max-width: 90rem;
		padding: 2.5rem 3.75rem;
	}
}
@media (min-width: 60em) {
	.promo-banner--202304-app .promo-banner__header {
		grid-gap: 3.75rem;
	}
}
@media (min-width: 72em) {
	.promo-banner--202304-app .promo-banner__header {
		grid-gap: 5rem;
	}
}
@media (min-width: 84em) {
	.promo-banner--202304-app .promo-banner__header {
		padding: 0 5rem 1.25rem;
	}
}
.promo-banner--202304-app .promo-banner__devices {
	max-width: 20rem;
	margin: -0.625rem auto 0;
}
@media (min-width: 48em) {
	.promo-banner--202304-app .promo-banner__devices {
		margin-top: 0;
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media (min-width: 84em) {
	.promo-banner--202304-app .promo-banner__devices {
		margin-top: -1.25rem;
	}
}
.promo-banner--202304-app .promo-banner__devices-inner {
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 1.05fr 0.3fr 1fr 0.3fr 1.05fr;
}
.promo-banner--202304-app .promo-banner__device--1 {
	grid-row: 1;
	grid-column: 1/3;
}
.promo-banner--202304-app .promo-banner__device--2 {
	grid-row: 1;
	grid-column: 2/5;
	z-index: 1;
}
.promo-banner--202304-app .promo-banner__device--3 {
	grid-row: 1;
	grid-column: 4/7;
}
.promo-banner--202304-app .promo-banner__header-content {
	max-width: 21rem;
	margin: 0 auto;
}
@media (min-width: 60em) {
	.promo-banner--202304-app .promo-banner__header-content {
		max-width: 100%;
	}
}
@media (min-width: 84em) {
	.promo-banner--202304-app .promo-banner__header-content {
		margin-top: 1.375rem;
	}
}
.promo-banner--202304-app .promo-banner__title {
	line-height: 1.35;
	margin: 0 0 1.875rem;
}
@media (min-width: 60em) {
	.promo-banner--202304-app .promo-banner__title {
		margin-bottom: 2.5rem;
	}
}
.promo-banner--202304-app .promo-banner__title strong {
	background: url(../svg/b_campaign_202304_app_header_title_mobile.svg) left top no-repeat;
	display: block;
	height: 0;
	background-size: contain;
	padding-top: 15%;
	text-indent: -999rem;
	margin-bottom: 0.25rem;
}
@media (min-width: 24em) {
	.promo-banner--202304-app .promo-banner__title strong {
		margin-bottom: 0.5rem;
	}
}
@media (min-width: 48em) {
	.promo-banner--202304-app .promo-banner__title strong {
		background-image: url(../svg/b_campaign_202304_app_header_title.svg);
	}
}
.promo-banner--202304-app .promo-banner__title span {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	letter-spacing: -0.01em;
}
@media (min-width: 48em) {
	.promo-banner--202304-app .promo-banner__title span {
		font-size: 17px;
		font-size: 1.0625rem;
		color: #FFFFFF;
	}
}
@media (min-width: 60em) {
	.promo-banner--202304-app .promo-banner__title span {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
@media (min-width: 72em) {
	.promo-banner--202304-app .promo-banner__title span {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
@media (min-width: 78em) {
	.promo-banner--202304-app .promo-banner__title span {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
.promo-banner--202304-app .promo-banner__download-title {
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 0.3125rem;
}
@media (min-width: 24em) {
	.promo-banner--202304-app .promo-banner__download-title {
		font-size: 16px;
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
}
@media (min-width: 60em) {
	.promo-banner--202304-app .promo-banner__download-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
.promo-banner--202304-app .promo-banner__download-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.25rem;
}
@media (min-width: 24em) {
	.promo-banner--202304-app .promo-banner__download-links {
		gap: 0.375rem;
	}
}
.promo-banner--202304-app .promo-banner__download-links--coming-soon {
	background-color: rgba(0, 0, 0, 0.65);
	color: white;
	display: inline-block;
	border-radius: 0.375rem;
	letter-spacing: 0.2em;
	padding: 1.25rem 1.875rem;
	text-transform: uppercase;
}
.promo-banner--202304-app .promo-banner__download-link {
	display: block;
	background: left top no-repeat;
	background-size: contain;
	text-indent: -999rem;
	height: 2.5rem;
	width: 7.5rem;
	margin-bottom: 0.25rem;
}
@media (min-width: 60em) {
	.promo-banner--202304-app .promo-banner__download-link {
		height: 3rem;
		width: 9rem;
	}
}
.promo-banner--202304-app .promo-banner__download-link--ios {
	background-image: url(../svg/b_campaign_202304_app_button_appstore.svg);
}
.promo-banner--202304-app .promo-banner__download-link--android {
	background-image: url(../svg/b_campaign_202304_app_button_googleplay.svg);
	background-position: center;
	width: 8.5rem;
}
@media (min-width: 60em) {
	.promo-banner--202304-app .promo-banner__download-link--android {
		width: 10.5rem;
	}
}

.home-hover-202402 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-animation: hover-202403-bg 0.35s ease 0.75s;
	animation: hover-202403-bg 0.35s ease 0.75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.home-hover-202402.home-hover-202402--hidden {
	display: none;
}
.home-hover-202402 .button {
	background: #038294;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.25rem;
	padding: 0.75rem;
	padding-left: 0.95rem;
	border-radius: 0.5rem;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: white;
}

@-webkit-keyframes hover-202403-bg {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes hover-202403-bg {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.home-hover-202402__inner {
	-webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
	width: 100%;
	-webkit-animation: hover-202403-show 0.5s ease 1.15s;
	animation: hover-202403-show 0.5s ease 1.15s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media (min-width: 24em) {
	.home-hover-202402__inner {
		width: 90%;
	}
}
@media (min-width: 32em) {
	.home-hover-202402__inner {
		max-width: 30rem;
		width: 100%;
	}
}
@media (min-width: 48em) {
	.home-hover-202402__inner {
		max-width: 40rem;
		padding: 0;
	}
}
@media (min-width: 60em) {
	.home-hover-202402__inner {
		max-width: 55rem;
	}
}
@media (min-width: 72em) {
	.home-hover-202402__inner {
		max-width: 62.5rem;
	}
}

@-webkit-keyframes hover-202403-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hover-202403-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.home-hover-202402__close {
	position: absolute;
	right: 0.625rem;
	top: -1.75rem;
	background-image: none;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0 0 0.375rem 0.375rem;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2rem;
	padding: 0.5rem 1rem 0.5rem 2rem;
	top: 0;
	z-index: 2;
	color: white;
}
@media (min-width: 48em) {
	.home-hover-202402__close {
		font-size: 11px;
		font-size: 0.6875rem;
		border-radius: 0.375rem 0.375rem 0 0;
		top: -2.5rem;
		height: 2.5rem;
		padding-left: 2.25rem;
	}
}
.home-hover-202402__close:hover {
	background-color: rgba(255, 255, 255, 0.25);
	background-image: none;
}
.home-hover-202402__close:focus {
	border-color: rgba(0, 0, 0, 0.8);
}
.home-hover-202402__close::before {
	content: "×";
	position: absolute;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	left: 0.625rem;
	color: white;
	top: 0.125rem;
	opacity: 0.5;
}
@media (min-width: 48em) {
	.home-hover-202402__close::before {
		top: 0.375rem;
		left: 0.875rem;
	}
}

.home-hover-202402__content {
	background: center top no-repeat;
	border-radius: 0.375rem;
	background-color: white;
	-webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
	color: #444;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
@media (min-width: 32em) {
	.home-hover-202402__content {
		margin: 0 auto;
	}
}
@media (min-width: 48em) {
	.home-hover-202402__content {
		background-size: cover;
	}
}
@media (min-width: 84em) {
	.home-hover-202402__content {
		background-position: center 30%;
	}
}

.home-hover-202402__content-inner {
	display: grid;
	text-align: center;
}
@media (min-width: 48em) {
	.home-hover-202402__content-inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: none;
		padding: 0;
	}
}

.home-hover-202402__speakers-wrap {
	background-color: #61241e;
	grid-row: 2;
	display: none;
}
@media (min-width: 48em) {
	.home-hover-202402__speakers-wrap {
		grid-row: auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.home-hover-202402__speakers {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.25rem;
	padding: 1.875rem;
	max-width: 22.5rem;
	margin: 0 auto;
}
@media (min-width: 60em) {
	.home-hover-202402__speakers {
		max-width: 27.5rem;
		grid-gap: 2.5rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
@media (min-width: 72em) {
	.home-hover-202402__speakers {
		max-width: 32.5rem;
	}
}

.home-hover-202402__speaker img {
	border-radius: 50%;
	border: 0.25rem solid #f5eabe;
}
@media (min-width: 72em) {
	.home-hover-202402__speaker img {
		margin: 0 auto 0.25rem;
		max-width: 11.25rem;
	}
}

.home-hover-202402__speaker-photo {
	margin-bottom: 0.625rem;
}

.home-hover-202402__speaker-name {
	color: #f5efd2;
	font-weight: bold;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
@media (min-width: 48em) {
	.home-hover-202402__speaker-name {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
@media (min-width: 60em) {
	.home-hover-202402__speaker-name {
		font-size: 16px;
		font-size: 1rem;
	}
}

.home-hover-202402__main {
	background: center top;
	background-size: cover;
	padding: 2.5rem;
}
@media (min-width: 48em) {
	.home-hover-202402__main {
		padding: 3.125rem 2.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (min-width: 72em) {
	.home-hover-202402__main {
		padding: 3.75rem;
		overflow: hidden;
	}
}
.no-webp .home-hover-202402__main {
	background-image: url(../jpg/home_hover_202402_iamnevent_bg.jpg);
}
.webp .home-hover-202402__main {
	background-image: url(../webp/home_hover_202402_iamnevent_bg.webp);
}

.home-hover-202402__content-title {
	margin: 0 0 0.625rem;
}

.home-hover-202402__content-title-free {
	background-color: #61241e;
	color: #f5efd2;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.22em;
	display: inline-block;
	line-height: 1;
	margin-bottom: 1.5rem;
	padding: 0.4rem 5rem 0.35rem;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(-45deg) translateX(-4.25rem) translateY(-2.25rem);
	transform: rotate(-45deg) translateX(-4.25rem) translateY(-2.25rem);
	font-weight: bold;
}
@media (min-width: 72em) {
	.home-hover-202402__content-title-free {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media (min-width: 84em) {
	.home-hover-202402__content-title-free {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}

.home-hover-202402__content-title-icon {
	background: url(../webp/home_hover_202402_iamnevent_logo_n.webp) center no-repeat;
	background-size: contain;
	display: block;
	height: 5rem;
	width: 5rem;
	margin: 0 auto;
}
@media (min-width: 48em) {
	.home-hover-202402__content-title-icon {
		height: 6rem;
		width: 6rem;
	}
}

.home-hover-202402__content-title-iamn {
	display: block;
	background-image: url(../svg/home_hover_202402_iamnevent_logo_iamn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999rem;
	height: 0;
	padding-top: 2.875rem;
	margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
	.home-hover-202402__content-title-iamn {
		margin-bottom: 0.625rem;
		padding-top: 4rem;
	}
}
@media (min-width: 60em) {
	.home-hover-202402__content-title-iamn {
		padding: 5rem 0 0;
	}
}
@media (min-width: 72em) {
	.home-hover-202402__content-title-iamn {
		margin-bottom: 0.875rem;
	}
}

.home-hover-202402__content-title-virtual {
	color: #397a74;
	display: block;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
@media (min-width: 48em) {
	.home-hover-202402__content-title-virtual {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media (min-width: 60em) {
	.home-hover-202402__content-title-virtual {
		font-size: 21px;
		font-size: 1.3125rem;
		letter-spacing: 0.3em;
	}
}

.home-hover-202402__date {
	font-style: italic;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
}

.home-hover-202402__desc {
	margin-bottom: 1.25rem;
	line-height: 1.45;
}
@media (min-width: 60em) {
	.home-hover-202402__desc {
		font-size: 18px;
		font-size: 1.125rem;
		max-width: 20rem;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 72em) {
	.home-hover-202402__desc {
		font-size: 21px;
		font-size: 1.3125rem;
		max-width: 24rem;
	}
}

.home-hover-202402__button .button {
	background: #397a74;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	padding: 0.5em 1em;
	-webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
	line-height: 1.6;
}
@media (min-width: 48em) {
	.home-hover-202402__button .button {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media (min-width: 72em) {
	.home-hover-202402__button .button {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
.home-hover-202402__button .button:hover {
	background: rgb(40.7597765363, 87.2402234637, 82.9497206704);
}

.home-hover-202403-book {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-animation: hover-202403-bg 0.35s ease 0.75s;
	animation: hover-202403-bg 0.35s ease 0.75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.home-hover-202403-book.home-hover-202403-book--hidden {
	display: none;
}

@keyframes hover-202403-bg {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.home-hover-202403-book__inner {
	-webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
	width: 100%;
	-webkit-animation: hover-202403-show 0.5s ease 1.15s;
	animation: hover-202403-show 0.5s ease 1.15s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media (min-width: 24em) {
	.home-hover-202403-book__inner {
		width: 90%;
	}
}
@media (min-width: 32em) {
	.home-hover-202403-book__inner {
		max-width: 30rem;
		width: 100%;
	}
}
@media (min-width: 48em) {
	.home-hover-202403-book__inner {
		max-width: 40rem;
		padding: 0;
	}
}
@media (min-width: 60em) {
	.home-hover-202403-book__inner {
		max-width: 55rem;
	}
}
@media (min-width: 72em) {
	.home-hover-202403-book__inner {
		max-width: 62.5rem;
	}
}

@keyframes hover-202403-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.home-hover-202403-book__close {
	position: absolute;
	right: 0.625rem;
	top: -1.75rem;
	background-image: none;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0 0 0.375rem 0.375rem;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2rem;
	padding: 0.5rem 1rem 0.5rem 2rem;
	top: 0;
	z-index: 2;
	color: white;
}
@media (min-width: 24em) {
	.home-hover-202403-book__close {
		font-size: 11px;
		font-size: 0.6875rem;
		border-radius: 0.375rem 0.375rem 0 0;
		top: -2.5rem;
		height: 2.5rem;
		padding-left: 2.25rem;
	}
}
.home-hover-202403-book__close:hover {
	background-color: rgba(255, 255, 255, 0.25);
	background-image: none;
}
.home-hover-202403-book__close:focus {
	border-color: rgba(0, 0, 0, 0.8);
}
.home-hover-202403-book__close::before {
	content: "×";
	position: absolute;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	left: 0.625rem;
	color: white;
	top: 0.125rem;
	opacity: 0.5;
}
@media (min-width: 24em) {
	.home-hover-202403-book__close::before {
		top: 0.375rem;
		left: 0.875rem;
	}
}

.home-hover-202403-book__content {
	background: center top no-repeat;
	border-radius: 0.25rem;
	background-color: white;
	-webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
	box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
	color: #444;
	z-index: 1;
	position: relative;
	border-radius: 0.375rem;
}
@media (min-width: 32em) {
	.home-hover-202403-book__content {
		margin: 0 auto;
	}
}
@media (min-width: 48em) {
	.home-hover-202403-book__content {
		background-size: cover;
	}
}
@media (min-width: 48em) {
	.home-hover-202403-book__content::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 20.25rem;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0));
		bottom: 0;
		right: 0;
	}
}
@media (min-width: 60em) {
	.home-hover-202403-book__content::before {
		top: 23rem;
	}
}

.home-hover-202403-book__cover {
	width: 5rem;
	left: -1rem;
	top: 3rem;
	position: absolute;
}
@media (min-width: 24em) {
	.home-hover-202403-book__cover {
		left: -3rem;
		top: 3.25rem;
		width: 8.25rem;
	}
}
@media (min-width: 25.875em) {
	.home-hover-202403-book__cover {
		width: 10rem;
		left: -3.5rem;
	}
}
@media (min-width: 32em) {
	.home-hover-202403-book__cover {
		width: 12.5rem;
		left: -4.5rem;
		top: 2.5rem;
	}
}
@media (min-width: 48em) {
	.home-hover-202403-book__cover {
		margin-left: 0;
		width: 17.5rem;
		left: -3rem;
		top: 1.75rem;
	}
}
@media (min-width: 60em) {
	.home-hover-202403-book__cover {
		width: 23.75rem;
		left: -3.75rem;
		top: -2rem;
	}
}

.home-hover-202403-book__main {
	border-radius: 0.25rem;
	background: center bottom;
	background-size: cover;
	padding: 3.125rem 2.5rem 3.125rem 5rem;
}
@media (min-width: 24em) {
	.home-hover-202403-book__main {
		padding: 3.125rem 2.5rem 3.125rem 6.5rem;
	}
}
@media (min-width: 25.875em) {
	.home-hover-202403-book__main {
		padding: 3.75rem 3.125rem 3.125rem 8rem;
	}
}
@media (min-width: 32em) {
	.home-hover-202403-book__main {
		padding-left: 10rem;
	}
}
@media (min-width: 48em) {
	.home-hover-202403-book__main {
		padding: 5rem 3.75rem 5rem 16.75rem;
	}
}
@media (min-width: 60em) {
	.home-hover-202403-book__main {
		padding: 7rem 4.375rem 7rem 23rem;
	}
}
.no-webp .home-hover-202403-book__main {
	background-image: url(../jpg/home_hover_202402_iamnevent_bg.jpg);
}
.webp .home-hover-202403-book__main {
	background-image: url(../webp/home_hover_202402_iamnevent_bg.webp);
}

.home-hover-202403-book__content-title {
	background-image: url(../svg/home_hover_202403_iamnbook_text.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	margin: 0 0 0.625rem;
	padding-top: 1.75rem;
	text-indent: -999rem;
}
@media (min-width: 24em) {
	.home-hover-202403-book__content-title {
		padding-top: 1.55rem;
	}
}
@media (min-width: 48em) {
	.home-hover-202403-book__content-title {
		padding-top: 2.25rem;
	}
}
@media (min-width: 60em) {
	.home-hover-202403-book__content-title {
		padding-top: 3.5rem;
	}
}

.home-hover-202403-book__desc {
	margin-bottom: 1.25rem;
	line-height: 1.3;
}
@media (min-width: 48em) {
	.home-hover-202403-book__desc {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media (min-width: 60em) {
	.home-hover-202403-book__desc {
		font-size: 20px;
		font-size: 1.25rem;
	}
}
.home-hover-202403-book__desc em {
	color: #16888e;
}

.home-hover-202403-book__button .button {
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	padding-left: 0.95rem;
	border-radius: 0.5rem;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: white;
	background: #16888e;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	padding: 0.75em 1em;
	-webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 48em) {
	.home-hover-202403-book__button .button {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media (min-width: 72em) {
	.home-hover-202403-book__button .button {
		font-size: 21px;
		font-size: 1.3125rem;
	}
}
.home-hover-202403-book__button .button:hover {
	background: rgb(15.1585365854, 93.7073170732, 97.8414634146);
}

.hello-bar {
	background-color: black;
	width: 100%;
	position: relative;
	z-index: 130;
}

.hello-bar__inner {
	background-color: #9c171e;
	color: white;
	padding: 1.25rem 1.5rem;
	text-align: center;
}
.hello-bar__inner a {
	color: #f5eabe;
	font-weight: normal;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hello-bar__inner a:hover {
	text-decoration-color: transparent;
}

.hello-bar__close {
	overflow: hidden;
	height: 2.5rem;
	width: 2.5rem;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
}
@media (min-width: 60em) {
	.hello-bar__close {
		height: 3.125rem;
		width: 3.125rem;
	}
}
.hello-bar__close:hover {
	background: none;
	opacity: 0.5;
}
.hello-bar__close span {
	position: absolute;
	top: -999rem;
	left: -999rem;
}
.hello-bar__close::before {
	content: "×";
	font-size: 1.75rem;
	position: absolute;
	display: block;
	color: white;
	top: 0;
	padding-top: 0.25rem;
	line-height: 1;
	left: 0;
	right: 0;
	text-align: center;
}
@media (min-width: 60em) {
	.hello-bar__close::before {
		padding-top: 0.5rem;
	}
}