@charset "UTF-8";

/* RESET */
*, *::before, *::after, html {
	box-sizing: border-box;
}
html{
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
html, body {
	height: 100%;
}
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	border-style: none;
}
input, button, textarea, select, optgroup {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	line-height: 0;
}


/* OPINIONATED */
main, details {
	display: block;
}
button, select {
	text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
textarea {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1rem;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0;
	border-width: 1px;
	border-style: solid;
}
table td, table th {
	padding: 1rem;
	border-width: 0 1px 1px 0;
	border-style: solid;
}
hr {
	height: 0;
	overflow: visible;
}
svg, svg:hover {
	display: block;
	position: relative;
	line-height: 1;
	width: 100%;
	height: 100%;	
	transition:
		background-color 0.1s ease-in-out,
		fill 0.1s ease-in-out;
}
p:empty {
	display: none;
}


/* HELPERS */
.sr, .screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
[class*="list-"], [class*="list-"] li  {
	list-style: none;
	padding: 0;
}
.list-inline li {
	display: inline-block;
}
.list-icons a {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	border: 0;
	margin-bottom: 1rem;
	transition: color var(--motion-default);
}
.list-icons svg {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1rem;
	transition: fill var(--motion-default);
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-select {
	user-select: none;
	cursor: default
}
.no-display {
	display: none;
}

@media ( prefers-reduced-motion:reduce ) {
	*, ::after, ::before {
		animation-delay: -1ms!important;
		animation-duration: 1ms!important;
		animation-iteration-count: 1!important;
		background-attachment: initial!important;
		scroll-behavior: auto!important;
		transition-delay: 0s!important;
		transition-duration: 0s!important
	}
}

/* GLOBAL: COLORS
-------------------------------------------------------------------------------*/
:root {
	--shadow-color: 216deg 10% 61%;
	--shadow-low:
		0px 0.5px 0.6px hsl(var(--shadow-color) / 0.31),
		0px 0.8px 0.9px -1.1px hsl(var(--shadow-color) / 0.33),
		0px 2px 2.3px -2.2px hsl(var(--shadow-color) / 0.36);
	--shadow-medium:
		0px 0.5px 0.5px hsl(var(--shadow-color) / 0.39),
		0px 1.4px 1.5px -1px hsl(var(--shadow-color) / 0.36),
		0.1px 3.8px 4px -2px hsl(var(--shadow-color) / 0.32),
		0.2px 9.6px 10.1px -3px hsl(var(--shadow-color) / 0.29);
	--shadow-high:
		0px 0.5px 0.6px hsl(var(--shadow-color) / 0.19),
		0px 2.3px 2.7px -0.3px hsl(var(--shadow-color) / 0.2),
		0px 4px 4.7px -0.6px hsl(var(--shadow-color) / 0.2),
		0px 6.4px 7.4px -1px hsl(var(--shadow-color) / 0.21),
		0.1px 9.9px 11.5px -1.3px hsl(var(--shadow-color) / 0.21),
		0.1px 15.2px 17.7px -1.6px hsl(var(--shadow-color) / 0.22),
		0.1px 22.8px 26.5px -1.9px hsl(var(--shadow-color) / 0.23),
		0.2px 33.2px 38.6px -2.2px hsl(var(--shadow-color) / 0.23);

	--container-n: 860px;
	--container-w: 1300px;
	--container-f: 100vw;
}

@media (min-width: 782px) {
	:root {
		--container-gap: 5%;
		--container-col: clamp(200px, 25%, 300px) 1fr 1%;
	}
}


/* GLOBAL: DEFAULTS
-------------------------------------------------------------------------------*/
body {
	background: var(--wp--preset--color--white);
}
.animate {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
}


/* GLOBAL: TYPOGRAPHY
-------------------------------------------------------------------------------*/
body {
	font-size: 15px;
}
@media (min-width: 782px) {
	body {
		font-size: 16px;
	}
}
@media (min-width: 1024px) {
	body {
		font-size: 17px;
	}
}

body, button, select, input, textarea, blockquote,
h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
body, button, select, input, textarea, blockquote {
	line-height: 1.55;
	font-weight: 500;
	color: var(--wp--preset--color--charcoal);
}
h1, h2, h3, h4, h5, h6 {
	color: var(--wp--preset--color--charcoal);
	margin-bottom: 1em;
}
h1 {
	font-size: 1.647em;
	line-height: 1.35;
}
h2 {
	font-size: 1.5em;
	line-height: 1.55;
	margin-bottom: .5em;
}
h4 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #3c3a388f;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
p + a.button,
p, ul, ol {
	margin-bottom: 1.5em;
}
ul, ol {
	padding-left: 1em;
}
li {
	margin-bottom: 0.5em;
}
blockquote p {
	font-size: 0.935em;
	line-height: inherit;
	font-style: normal;
}
p small {
	display: inline-block;
	line-height: 1.5;
}
p + ul,
p + ol,
li > ul {
	margin-top: 1em;
}
figcaption {
	font-size: .9em;
	font-style: italic;
}
/* .has-medium-font-size {
	font-size: 1.039em;
}
.has-huge-font-size {
	line-height: 1.15;
	margin-top: 1em;
	margin-bottom: 0.5em;
} */
.has-navy-background-color a {
	color: var(--wp--preset--color--yellow);
}


/* GLOBAL: FORMS
-------------------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
textarea {
	border-radius: 3px;
	border: 1px solid var(--wp--preset--color--gray);
	padding: .5em .865em;
	height: auto;
	width: 100%;
	max-width: 480px;
}
select {
	display: block;
	font-size: 15px;
	line-height: 1.3;
	padding: .5em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid var(--wp--preset--color--gray);
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--wp--preset--color--white);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, var(--wp--preset--color--white) 0%, var(--wp--preset--color--snow) 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888;
}
select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	color: var(--wp--preset--color--charcoal);
	outline: none;
}
select option {
	font-weight: normal;
}

.main span {
	display:block;
}
.main label {
	display: block;
	color: var(--wp--preset--color--charcoal);
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: 0.35em;
}
.main label span {	
	display: inline-block;
	line-height: 1;
	padding-bottom: 10px;
}
div.wpcf7 {
	margin-top: 50px;
}
div.wpcf7 p {
	margin-bottom: 1em;
}
div.wpcf7 br {
	display: none !important;
}
div.wpcf7 input[type="submit"] {
	margin: 0.65em 0 0 0;
}
div.wpcf7 form {
	max-width: 480px;
	margin: 0 auto !important;
}
span.wpcf7-list-item {
	display: block;
	margin: 0.5em 0;
	max-width: 480px;
}
span.wpcf7-list-item {
	position: relative;
}
span.wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	top: 16px;
	left: 1em;
}
span.wpcf7-list-item-label {
	display: block;
	padding-left: 1em;
	background-color: var(--wp--preset--color--silver);
	border-radius: 5px;
	padding: 1em 1.35em 1em 3em;
}
.wpcf7-submit {
	display: block;
	font-size: 1.25em;
}


/* COMPONENTS: ACCORDION
-------------------------------------------------------------------------------*/
.wp-block-pb-accordion-item .c-accordion__title {
	font-size: 18px;
	background: #f2f2f2;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 2px;
	font-weight: normal;
	transition: 
		color 0.1s ease-in,
		background-color 0.1s ease-in;
}
.wp-block-pb-accordion-item .c-accordion__title:after {
	font-size: 26px; 
	font-weight: bold;
	right: 12px;
}
.wp-block-pb-accordion-item .c-accordion__title:hover {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--sky);	
}
.wp-block-pb-accordion-item .c-accordion__title:hover:after {
	color: var(--wp--preset--color--black);
}
.wp-block-pb-accordion-item .c-accordion__content {
  padding: 10px 15px;
}


/* COMPONENTS: ALERT
-------------------------------------------------------------------------------*/
.take-block-alert {
	position: relative;
	border-radius: 6px;
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: var(--wp--preset--color--yellow);
	padding: 1em 2em 1em 120px;
	font-weight: 700;
	min-height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
}
.take-block-alert:before {
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 6px 0 0 6px;
	background-image: url('../images/icon-alert.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--wp--preset--color--orange);
	background-size: 40px;
}
.take-block-alert a {
	color: var(--wp--preset--color--orange);
}
.take-block-alert p:last-child {
	margin-bottom: 0;
}


/* COMPONENTS: BLOCKQUOTE
-------------------------------------------------------------------------------*/
.wp-block-quote {
	position: relative;
	border-radius: 6px;
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: var(--wp--preset--color--snow);
	padding: 1.5em 1.5em 1.5em 100px;
}
.wp-block-quote::before {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 6px 0 0 6px;
	background-repeat: no-repeat;
	background-position: top 4px center;	
	background-size: 60px;
	background-color: var(--wp--preset--color--sky);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath d='M146.6 168.47h-46.29c2.38-18.63 17.3-33.4 36.01-35.54V89.79c-42.43 2.35-76.56 36.31-79.18 78.68v89.45c0 6.79 5.5 12.29 12.29 12.29h77.17c6.79 0 12.29-5.5 12.29-12.29v-77.17c0-6.79-5.5-12.29-12.29-12.29Zm143.96 0h-46.29c2.38-18.63 17.3-33.4 36.01-35.54V89.79c-42.43 2.35-76.56 36.31-79.18 78.68v89.45c0 6.79 5.5 12.29 12.29 12.29h77.17c6.79 0 12.29-5.5 12.29-12.29v-77.17c0-6.79-5.5-12.29-12.29-12.29Z' style='fill:%233177D2'/%3E%3C/svg%3E");
}
.wp-block-quote p:last-child {
	margin-bottom: 0.5em;
}
.wp-block-quote cite {
	display: block;
	font-style: italic;
	font-weight: 500;
	color: var(--wp--preset--color--blue);
	font-size: 0.9em;
	margin-top: 1em;
}
.wp-block-quote cite:before {
	content: "— ";
	color: var(--wp--preset--color--blue);
}
.wp-block-quote.is-style-quote-bold {
	background-color: var(--wp--preset--color--sky);
	padding: 1.5em 8vw 1.5em 120px;
}
.wp-block-quote.is-style-quote-bold::before {
	background-color: var(--wp--preset--color--blue);
	background-size: 50px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath d='M146.6 168.47h-46.29c2.38-18.63 17.3-33.4 36.01-35.54V89.79c-42.43 2.35-76.56 36.31-79.18 78.68v89.45c0 6.79 5.5 12.29 12.29 12.29h77.17c6.79 0 12.29-5.5 12.29-12.29v-77.17c0-6.79-5.5-12.29-12.29-12.29Zm143.96 0h-46.29c2.38-18.63 17.3-33.4 36.01-35.54V89.79c-42.43 2.35-76.56 36.31-79.18 78.68v89.45c0 6.79 5.5 12.29 12.29 12.29h77.17c6.79 0 12.29-5.5 12.29-12.29v-77.17c0-6.79-5.5-12.29-12.29-12.29Z' style='fill:%23FFFFFF'/%3E%3C/svg%3E");
}


/* COMPONENTS: BUTTONS
-------------------------------------------------------------------------------*/
button,
.button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.2s ease-in;
	border-radius: 3px;
	line-height: 1.5;
	padding: .5em 1em .5em 1em;
	margin: 1em auto;
	background: var(--wp--preset--color--orange);
	color: var(--wp--preset--color--white);
	border: 0;
	font-weight: 700;
	text-decoration: none;
}
button:hover,
.button:hover,
input[type="submit"]:hover {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--blue);
	text-decoration: none;
}
button:active,
.button:active,
input[type="submit"]:active,
button:focus,
.button:focus,
input[type="submit"]:focus {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--navy);
}
.button-link {
	display: inline-block;
	background-color: var(--wp--preset--color--white);
	padding: .35em 1em;
	margin: .3em;
	border: 0;
	border-radius: 3px;
	transition: all 0.2s ease-in;
	cursor: pointer;
}
input[type="submit"] {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--orange);
	border-radius: 3px;
	cursor: pointer;
}


/* COMPONENTS: CARDS
-------------------------------------------------------------------------------*/
.card {
	width: 100%;
	border-radius: 6px;
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--silver);
	box-shadow: 0 0 1px inset #3C3A3866;
	overflow: hidden;
}
.card-header {
	display: flex;
	flex-flow: row;
	background-color: #E7ECEE;
	padding: 16px 18px;
	position: relative;
	z-index: 1;
}
.card-header:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 0.2s linear;
	background-image: linear-gradient(218deg, var(--wp--preset--color--blue) 0%, var(--wp--preset--color--navy) 100%);
	z-index: -1;
	opacity: 0;
}
.card-portrait {
	overflow: hidden;
	min-width: 100px;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin-right: 20px;
	margin-bottom: -30px;
	background: var(--wp--preset--color--charcoal);
	box-shadow: 0 1px 2px #3c3a38AA;
}
.card-image {
	z-index: 0;
	transform: translateZ(0) scale(1.0, 1.0);
	transition: transform 0.2s ease-in-out;
}
.card-fallback {
	background-color: var(--wp--preset--color--white);
	padding: 8px 4px 4px 4px;
}
.card-title {
	display: inline-block;
	font-size: 16px;
	line-height: 1.35;
	transition: color 0.2s ease-in;
	margin-top: 12px;
	margin-bottom: 0;
}
.card-links {
	display: flex;
	flex-flow: row;
	margin: 8px 0;
}
.card-links a {
	display: inline-block;
	height: 24px;
	padding: 4px;
	background-color: #bcc2c5;
	border-radius: 3px;
	margin-right: 3px;
	transition: background-color 0.2s ease-in-out;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
}
.card-header .card-links a {
	color: #E7ECEE;
}
.card-icon {
	width: 24px;
}
.card-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #E7ECEE;
}
.card-content {
	padding: 24px 18px;
	color: #737373;
}
.card-content p {
	font-size: 14px;
	margin-bottom: 0;
}
.card-content a {
	font-size: 14px;
	font-weight: bold;
	opacity: 0;
}
.card .button {
	font-size: 0.941em;
	color: var(--wp--preset--color--blue);
	background-color: var(--wp--preset--color--white);
	margin-bottom: 0.675em;
}
.card .button:hover {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--blue);
}
.card:hover {
	box-shadow: 0 0 1px inset #3C3A38BB;
}
.card:hover .card-header:before {
	opacity: 1;
	transition: opacity 0.2s linear;
}
.card:hover .card-title {
	color: var(--wp--preset--color--white);
}
.card:hover .card-image {
	-webkit-transform: translateZ(0) scale(1.05, 1.05);
	transform: translateZ(0) scale(1.05, 1.05);
}
.card:hover .card-content a {
	opacity: 1;
}
.card:hover .card-links a {
	color: var(--wp--preset--color--blue);
	background-color: var(--wp--preset--color--white);
}
.card:hover .card-links a:hover {
	color: var(--wp--preset--color--orange);
}
.card:hover .card-links a:active,
.card:hover .card-links a:focus {
	color: var(--wp--preset--color--flame);
}
.card:hover .card-icon:hover {
	padding: 3px;
}

.card:hover .icon-mixer     { fill: #001e50; }
.card:hover .icon-mixer .s2 { fill: #1fb9eb }
.card:hover .icon-facebook  { fill: #4267b2; }
.card:hover .icon-twitch    { fill: #5C3F90; }
.card:hover .icon-twitter   { fill: #3DA3DA; }


/* COMPONENTS: CHANNELS
-------------------------------------------------------------------------------*/
.menu-channels ul {
	display: flex;
	flex-flow: column;
}
.menu-channels a {
	display: block;
	width: 44px;
	height: 44px;
	margin-right: 6px;
	padding: 7px;
	border-radius: 5px;
	background-color: var(--wp--preset--color--black);
}
.menu-channels a:hover {
	background-color: var(--wp--preset--color--white);
}
.menu-channels a svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: var(--wp--preset--color--white); 
}
.menu-channels ul {
	display: flex;
	flex-flow: column;
}
.menu-channels a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 7px;
	border-radius: 5px;
	background-color: var(--wp--preset--color--black);
}
.menu-channels a:hover {
	background-color: var(--wp--preset--color--white);
}
.menu-channels a svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: var(--wp--preset--color--white); 
}

.menu-channels .svg-amazon    { background-color: #FF9900; }
.menu-channels .svg-discord   { background-color: #5865f2; }
.menu-channels .svg-facebook  { background-color: #3A4FB0; }
.menu-channels .svg-instagram { background-color: #F00075; }
.menu-channels .svg-linkedin  { background-color: #0E76A8; }
.menu-channels .svg-pinterest { background-color: #C8232C; }
.menu-channels .svg-spotify   { background-color: #81B71A; }
.menu-channels .svg-twitch    { background-color: #9147FF; }
.menu-channels .svg-twitter   { background-color: #00ACEE; }
.menu-channels .svg-tumblr    { background-color: #34526F; }
.menu-channels .svg-vimeo     { background-color: #86C9EF; }
.menu-channels .svg-youtube   { background-color: #FF0000; }

.menu-channels .svg-amazon:hover svg    { fill: #FF9900; }
.menu-channels .svg-discord:hover svg   { fill: #5865f2; }
.menu-channels .svg-facebook:hover svg  { fill: #3A4FB0; }
.menu-channels .svg-instagram:hover svg { fill: #F00075; }
.menu-channels .svg-linkedin:hover svg  { fill: #0E76A8; }
.menu-channels .svg-pinterest:hover svg { fill: #C8232C; }
.menu-channels .svg-spotify:hover svg   { fill: #81B71A; }
.menu-channels .svg-twitch:hover svg    { fill: #9147FF; }
.menu-channels .svg-twitter:hover svg   { fill: #00ACEE; }
.menu-channels .svg-tumblr:hover svg    { fill: #34526F; }
.menu-channels .svg-vimeo:hover svg     { fill: #86C9EF; }
.menu-channels .svg-youtube:hover svg   { fill: #FF0000; }



/* COMPONENTS: ENDCAP
-------------------------------------------------------------------------------*/
.bg-sky {
	background-color: var(--wp--preset--color--sky);
}
.endcap {
	min-height: 330px;
	background-image: url('../images/bg-endcap.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	padding-top: 55px;
	padding-bottom: 35px;
}
.endcap img {
	display: block;
	max-width: 200px;
	margin: 0 auto;
}
.endcap h3 {
	margin-top: 15px;
	color: var(--wp--preset--color--navy);
}
.endcap .button {
	margin-top: 2em;
}


/* COMPONENTS: EXCERPTS
-------------------------------------------------------------------------------*/
.meta {
	font-size: 0.8rem;
	color: #737373;
	margin-bottom: 1em;
	padding-right: 8%;
}
.heading .meta *,
.excerpt .meta * {
	display: inline;
}
.single .meta {
	font-size: 0.9rem;
}
.excerpts .list-block  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.excerpts .list-block li {
	width: 100%;
	border-radius: 6px;
	background-color: var(--wp--preset--color--silver);
	margin-bottom: 10px;
	padding: 1.5em;
}
.excerpts .list-block li h3 {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.35;
	transition: color 0.2s ease-in;
}
.excerpts .list-block li a:hover h3 {
	color: var(--wp--preset--color--orange);
}
.excerpts .list-block li p {
	font-size: 0.9em;
	margin: 0;
}
@media (min-width: 600px) {
	.excerpts-2col .list-block li {
		width: calc(50% - 5px);
	}
	.excerpts-2col .list-block li:nth-child(even) {
		margin-left: auto;
	}
}
.excerpts .button {
	font-size: 0.941em;
	color: var(--wp--preset--color--blue);
	background-color: var(--wp--preset--color--white);
	margin-bottom: 0.675em;
}
.excerpts .button:hover {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--blue);
}
.excerpt-entry {
	overflow: hidden;
}


/* COMPONENTS: FEATURES
-------------------------------------------------------------------------------*/
.feature {
	text-align: center;
	padding-top: 30px;
}
.feature:first-of-type {
	padding-top: 0;
}
.feature-wrap {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.feature-content {
	max-width: 350px;
	margin: 0 auto;
}
.feature-content h3 {
	font-size: 1.1em;
	line-height: 1.35;
}
.feature-wrap .feature-content {
	max-width: inherit;
}
.feature-bg {
	flex: 1;
	border-radius: 6px;
	background-color: var(--wp--preset--color--silver);
	padding: 30px 1.5em 1.5em 1.5em;
	margin-top: 30px;
	width: 100%;
}
.feature-bg img {
	position: relative;
	z-index: 10;
	max-width: 120px;
	margin-top: -60px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
.feature-bg h3 {
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.feature-bg p {
	font-size: 0.9em;
}
.feature-bg .button {
	margin-bottom: 0;
}

.take-block-feature div.wpcf7 {
	margin: 0;
	text-align: left;
}
.take-block-feature div.wpcf7 input {
	margin: 0;
	width: 100%;
}
.take-block-feature div.wpcf7 input[type="submit"] {
	font-size: 1.1em;
	background-color: var(--wp--preset--color--blue);
}
.take-block-feature div.wpcf7 .ajax-loader {
	display: none;
}
.content .feature-bg {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	text-align: left;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-top: 2em;
}
.content .feature-bg img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
@media (min-width: 480px) {
	.content .feature-bg {
		flex-flow: row nowrap !important;
		padding-top: 1.75em;
		margin: 0;
	}
	.content .feature-bg img {
	   flex: 400px 1 0;
	   margin: 0 1.5em 0 0;
	}
}

.is-style-group-feature {
	display: grid;
	padding: 30px 1.5em;
	background-color: var(--wp--preset--color--snow);
	border-radius: 6px;
	height: 100%;
	gap: 1.5em;
}
.is-style-group-feature figure {
	overflow: hidden;
	background-color: var(--wp--preset--color--white);
	border-radius: 50%;
	box-shadow: var(--shadow-medium);
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	margin: 0 !important;
	max-width: 120px;
}
@media (max-width: 599px) {
	.is-style-group-feature {
	  grid-template-rows: 60px auto;
	}
	.is-style-group-feature figure {
	  float: none !important;
	  margin-top: -60px !important;
	}
}
@media (min-width: 600px) {
	.is-style-group-feature {
	  grid-template-columns: 120px auto;
	}
	.is-style-group-feature .wp-block-group {
	  grid-column-start: 2;
	}
}
.is-style-group-feature .wp-block-image:not(.is-style-rounded) > a,
.is-style-group-feature .wp-block-image:not(.is-style-rounded) img {
	border-radius: 0 !important;
}
.is-style-group-feature h3 {
	font-size: 1.25em;
}
.is-style-group-feature p:last-of-type {
	margin-bottom: 0;
}


/* COMPONENT: GALLERIES
-------------------------------------------------------------------------------*/
.is-style-logo-grid {
	--wp--style--gallery-gap-default: 1rem;
	justify-content: flex-start !important;
}
.is-style-logo-grid .wp-block-image {
	overflow: hidden;
	display: flex;
	align-items: center;
	border-radius: 6px;
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--gray);
	box-shadow: 0 1px 1px 0 var(--wp--preset--color--gray);
	aspect-ratio: 1;
	max-height: 170px;
	margin: unset !important;
	flex-grow: 0 !important;
}
@media (min-width: 599px) {
	.is-style-logo-grid .wp-block-image {
		width: calc(33.33333% - var(--wp--style--gallery-gap-default, 16px) * 0.66667) !important;
	}
}
@media (min-width: 1024px) {
	.is-style-logo-grid .wp-block-image {
		width: calc(25% - var(--wp--style--gallery-gap-default, 16px) * 0.75) !important;
	}
}
.is-style-logo-grid .wp-block-image a {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.is-style-logo-grid img {
	object-fit: contain;
	width: 82% !important;
	max-height: 110px;
	margin: 0 !important;
	transition: transform 0.2s ease-in;
}
.is-style-logo-grid a:hover img {
	transform: scale(1.1) !important;
}
.is-style-logo-grid .list-block-empty {
	background-color: var(--wp--preset--color--silver);
}


/* COMPONENTS: HERO
-------------------------------------------------------------------------------*/
.hero {
	background: var(--wp--preset--color--navy);
	position: relative;
	overflow: hidden;
}
.hero .wp-block-cover__inner-container {
	width: 100%;
	max-width: var(--container-w);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 100;
}
.hero::before {
	content: "";
	display: block;
	position: absolute;
	background: radial-gradient(farthest-corner at 50vw 40%, #3177D2 0%, #1E56A0 100%);
	box-shadow: 
		1px 0.5px 0.5px #0005,
		2px 1.4px 1.5px -1px #0004,
		3px 3.8px 4px -2px #0002,
		4px 9.6px 10.1px -3px #0001;
	z-index: 1;
	height: 100%;
}
@media (max-width: 599px) {
	.hero {
		flex-flow: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.hero .wp-block-cover__image-background {
		position: static;
		margin: -1em !important;
		width: 100vw;
	}
	.hero .wp-block-cover__inner-container {
		padding: 3em 1em 3em;
		margin: -1em !important;
		width: 100vw;
		background: radial-gradient(farthest-corner at 50vw 40%, #3177D2 0%, #1E56A0 100%);
		box-shadow: 
			0px -0.5px 0.5px #00000033,
			0px -1px 1.5px 1px #00000022,
			0px -2px 4px 2px #00000022;
	}
}
@media (min-width: 600px) {
	.hero .wp-block-cover__image-background {
		width: 55% !important;
		left: 45% !important;
	}
	.hero .wp-block-cover__inner-container * {
		max-width: clamp(30px, 45vw, 580px);
	}
	.hero::before {
		width: 65vw;
		left: -10vw;
		transform: skewX(-15deg);
	}
}


/* COMPONENTS: INTROS
-------------------------------------------------------------------------------*/
.intro {
	overflow: visible;
	padding-top: 3em;
	padding-bottom: 3em;
	margin-bottom: 70px;
}
.intro-wrap {
	max-width: var(--container-w);
	padding: 0 1em;
}
.intro-sheild {
	min-height: 280px;
}
.intro .row {
	height: 100%;
}
.intro-image {
	padding: 0 40px 0 20px;
}
.intro-image img {
	display: block;
	max-width: 140px;
	margin: 0 auto 1em auto;
}
.intro-content {
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 1em;
}
.intro-content h1 {
	margin-bottom: 0;
}
.intro-content p {
	margin: 0;
}
.intro-content {
	font-size: 1.1em;
}
.intro-content p:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 782px) {
	.intro-wrap {
		display: flex;
	flex-flow: row;
	}
	.intro-content {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		padding-right: 10%;
	}
	.intro-image img {
		margin-bottom: -100px;
		min-width: 220px;
	}
}



/* COMPONENTS: LISTS
-------------------------------------------------------------------------------*/
.list-block,
.list-block ul,
.list-double,
.list-double ul,
.list-inlineblock,
.list-inlineblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-block a,
.list-inlineblock a {
	text-decoration: none;
}
.list-inlineblock,
.list-inlineblock li,
.list-inlineblock a {
	display: inline-block;
	margin: 0;
}
.list-rule {
	border-top: 1px solid var(--wp--preset--color--gray);
	padding-top: 1em;
}
.list-rules li {
	border-top: 1px solid var(--wp--preset--color--gray);
}
@media (min-width: 600px) {
	.list-double {
		display: flex;
		flex-flow: row wrap;
	}
	.list-double li {
		width: 50%;
		font-weight: 600;
	}
}


/* COMPONENTS: MEDIA
-------------------------------------------------------------------------------*/
.wp-block-image {
	line-height: 0;
	margin-bottom: 50px;
}
.wp-block-image figcaption {
	line-height: 1.15em;
}
.wp-block-embed,
.wp-block-embed iframe {
	margin: 0;
}
.wp-block-embed {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-bottom: 50px;
}
.entry-content iframe {
	max-width: 100%;
	height: auto;
}
.wp-block-image.is-style-rounded {
	margin-left: 0;
	margin-right: 0;
}


/* COMPONENTS: NAVBAR
-------------------------------------------------------------------------------*/
.navbar p {
	margin-bottom: 0 !important;
}


/* COMPONENTS: PAGINATION
-------------------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.page-numbers {
	display: block;
	background-color: var(--wp--preset--color--white);
	padding: .35em 1em;
	margin: .2em !important;
	border-radius: 3px;
	transition: all 0.2s ease-in;
	cursor: pointer;
	border: 1px solid var(--wp--preset--color--gray);
}
.page-numbers:hover {
	text-decoration: none;
	background-color: var(--wp--preset--color--blue);
	border: 1px solid var(--wp--preset--color--blue);
	color: var(--wp--preset--color--white);
}
.page-numbers.dots,
.page-numbers.current:hover {
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--gray);
	color: var(--wp--preset--color--gray);
	cursor: auto;
}


/* COMPONENT: PARTNERS
-------------------------------------------------------------------------------*/
.partners {
	margin: 50px 0;
}
.partners-list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1%;
}
.partners-list li {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: var(--wp--preset--color--white);
	height: 170px;
	width: 48%;
	margin: 1%;
}
.partners-list li a {
	width: 100%;
	height: 100%;
	border: 1px solid var(--wp--preset--color--gray);
	box-shadow: 0 1px 1px 0 var(--wp--preset--color--gray);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10%;
}
.partners-list img {
	object-fit: contain;
	max-height: 110px;
	transition: transform 0.2s ease-in;
}
.partners-list li:hover img {
	transform: scale(1.1) !important;
}
@media (min-width: 600px) {
	.partners {
		display: flex;
	}
	.partners-section {
		flex: 1 0 33.33%;
		max-width: 33.33%;
		padding-right: 5%;
	}
}
@media (min-width: 782px) {
	.partners-list li {
		flex-basis: 23%;
	}
}
.partners .list-block-empty {
	background-color: var(--wp--preset--color--silver);
}


/* COMPONENTS: SEARCH+FILTER
-------------------------------------------------------------------------------*/
.searchandfilter {
	background-color: var(--wp--preset--color--silver);
	border-radius: 6px;
	margin-bottom: 1em;
	padding: 16px 16px 8px 16px;
}
.searchandfilter ul,
.searchandfilter ul li,
.searchandfilter label {
	margin: 0;
	padding: 0;
}
.searchandfilter ul li {
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.searchandfilter label {
	width: 100%;
}
.searchandfilter span {
	font-size: 14px;
	color: #626262;
}
.searchandfilter input.sf-input-text,
.searchandfilter select.sf-input-select,
.searchandfilter input.search-filter-reset {
	height: 48px;
	width: 100%;
	margin: 0;
}
.searchandfilter .sf-input-text {
	border: 1px solid #CCC !important;	
}
.searchandfilter .sf-input-text:focus {
	border: 1px solid #000 !important;	
}
.search-filter-results h1 {
	border-bottom: 1px solid var(--wp--preset--color--gray);
	padding-bottom: 1em;
	margin-top: 10px;
}
.search-filter-pagination {
	display: flex;
	justify-content: space-between;
	font-size: 0.8em;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid var(--wp--preset--color--gray);
	margin: 2em 0;
}
.search-filter-pagination div {
	flex: 33.3%;
}
.page-template-default .searchandfilter ul li.sf-field-post-meta-event-end-date {
	display: block;
	margin: 10px 0 !important;
	border: 1px solid rgba(60,58,56,0.1);
	padding: 16px !important;
	border-radius: 3px;
}


/* COMPONENTS: SEPARATOR
-------------------------------------------------------------------------------*/
hr,
.wp-block-separator {
	height: 1px;
	width: 100%;
	border: transparent;
	background: var(--wp--preset--color--gray);
	margin-top: 1em;
	margin-bottom: 1em;
}


/* COMPONENTS: SOCIAL
-------------------------------------------------------------------------------*/
.social-blocks {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0;
}
.social-blocks li {
	flex: 45% 0 1;
	display: flex;
	align-items: flex-end;
	border-radius: 6px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 1em;
	justify-content: center;
}
.social-blocks li img {
	max-width: 50px;
}
.social-blocks li a {
	padding: 15px 15px 10px 15px;
	line-height: 1.35;
	font-weight: bold;
	color: var(--wp--preset--color--white);
}
.social-blocks li a img {
	margin-bottom: 8px;
	margin-top:  auto;
}
@media (min-width: 768px) {
	.social-blocks {
	   flex-flow: row nowrap;
	}
	.social-blocks li {
	   flex: auto 0 1;
	   margin-bottom: 0;
	}
}
.addtoany_header {
	color: #9E9D9C;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-top: 50px;
	font-weight: bold;
}
.social-email     { background-color: #2096F3; }
.social-twitter   { background-color: #02A9F4; }
.social-facebook  { background-color: #4051B5; }
.social-resources { background-color: var(--wp--preset--color--orange); }



/* STRUCTURE: ALIGNMENT
-------------------------------------------------------------------------------*/
.container {
	width: 100%;
	padding: 0 1em;
	position: relative;
}
.main .container > * {
	width: 100%;
	max-width: var(--container-n);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.main .container > .alignwide {
	max-width: var(--container-w);
}
.container > .alignfull {
  max-width: none;
	width: var(--container-f);
  margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
}
@media only screen and ( min-width: 980px ) {
	.alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: var(--container-w);
		width: 100%;
	}
}

.container > .is-style-stretched-bg::after {
	background: inherit;
	position: absolute;
	display: block;
	content: "";
	width: 100vw;
	z-index: -1;
	margin: -1em -1em -1em -1em;
	height: calc( 100% + 2em );
	top: 0;
}
.wp-block-columns:where(.is-style-stretched-bg) {
	padding: 0;
}
@media (min-width: 599px) {
	.container > .is-style-stretched-bg::after {
		margin: -2em calc( -50vw + 50% );
		height: calc( 100% + 4em );
		top: 0;
	}
}
.is-style-stretched-bg p:last-of-type {
	margin-bottom: 1.35em;
}

.alignleft,
.alignright {
	float: none;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
@media only screen and (min-width: 782px) {
	.alignleft,
	.alignright {
		max-width: 400px;
		margin: 0.5em 1em 0.5em 1em;
	}
	.alignleft {
		float: left;
		margin: 0.25em 1em 0.5em 0;
	}
	.alignright {
		float: right;
		margin: 0.25em 0 0.5em 1em;
	}
	.alignleft img,
	.alignright img {
		width: 100%;
	}
}
.buffer {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content {
	order: 1;
}
.content.col-8-m {
	margin-left: auto;
	margin-right: auto;
}
.archive-title {
	margin-bottom: 2em;
}


/* STRUCTURE: CONTENT
-------------------------------------------------------------------------------*/
.flexrow .heading {
	position: relative;
}
.flexrow .heading::after {
	display: block;
	content: '';
	position: absolute;
	background: var(--wp--preset--color--sky);
	z-index: -1;
}
.flexrow .heading h1 {
	margin-bottom: 0.5em;
}
@media (max-width:781px) {
	.flexrow {
		overflow: hidden;
	}
	.flexrow .heading {
		padding: 3em 0 2em 0;
	}
	.flexrow .heading::after {
		height: 100%;
		width: 100vw;
		top: -1em;
		left: -1em;
	}
}
@media (min-width:782px) {
	.flexrow {
		display: grid;
		grid-template-rows: auto 1fr 0%;
		grid-template-columns: clamp(200px, 25%, 300px) 1fr 0%;
		max-width: var(--container-w);
		margin-left: auto;
		margin-right: auto;
		gap: 2em 5%;
	}
	.flexrow .heading {
		grid-column: 2;
		grid-row: 1;
		padding: 5% 0 5% 0;
	}
	.flexrow .content {
		grid-column: 2;
		grid-row: 2;
	}
	.flexrow .sidebar {
		grid-column: 1 / 1;
		grid-row: 1 / span 2;
	} 
	.flexrow.container {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.flexrow .heading::after {
		height: calc(100% + 3em);
		width: 110vw;
		top: -50px;
		left: -40vw;
	}
}


/* STRUCTURE: HEADER
-------------------------------------------------------------------------------*/
.header {
	display: flex;
	min-height: 100px;
	box-shadow: 0 2px 4px RGBA(77, 73, 72, 0.12);
	position: relative;
	z-index: 1000;
}
.header .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	max-width: var(--container-w);
	margin: 0 auto;
}
@media screen and (min-width: 550px) {
	.header .container {
		flex-flow: row nowrap;
	}
}
.header-ident {
	display: flex;
}
.header-logo {
	padding: 1em;
	max-width: 235px;
	height: 77px;
}
.header-logo,
.header-logo a {
	display: flex;
	align-items: center;
	min-width: 140px;
	width: 100%;
	max-width: 200px;
	padding: 10px 0;
}
.header-utility {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 1em;
}
@media screen and (min-width: 550px) {
	.header .header-utility {
		padding-bottom: 0;
	}
}


/* STRUCTURE: NAVIGATION
-------------------------------------------------------------------------------*/
.header-nav {
	flex: 1;
	display: flex;
	flex-flow: column;
	justify-content: center;
	background-color: var(--wp--preset--color--white);
	font-size: 1rem;
	margin-left: 16px;
}
.header-nav ul,
.header-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.header-nav > ul {
	display: flex;
}
.header-nav a {
	text-decoration: none;
}
.header-nav .menu-item-depth-0 > a {
	color: var(--color-charcaol);
	font-weight: 600;
	padding: 10px;
}
.header-nav .menu-item-depth-0 > a:hover {
	color: var(--wp--preset--color--orange);
}
.header-nav .menu-item-depth-0.menu-item-has-children {
	position: relative;
}
.header-nav .menu-item-depth-0.menu-item-has-children > a {
	padding-right: 24px;
	white-space: nowrap;
}
.header-nav .menu-item-depth-0.menu-item-has-children > a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--wp--preset--color--gray);
	border-bottom: 2px solid var(--wp--preset--color--gray);
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	right: 8px;
}
.header-nav .submenu-wrap {
	display: none;
	position: absolute;
	width: 40px;
	right: 0px;
}
.header-nav .submenu {
	position: absolute;
	background: var(--wp--preset--color--snow);
	font-size: .9em;
	line-height: 1;
	margin: -5px;
	padding: 0.75em 1em;
	box-shadow: 0px 0px 2px #2F465155;
	border-radius: 1px;
	z-index: 2;
	margin-top: 12px;
	right: 50%;
	transform: translateX(50%);
}
.header-nav li.menu-item-depth-1 a {
	display: block;
	padding: 0.5em 0;
	color: var(--wp--preset--color--orange);
	font-weight: 600;
	margin-bottom: -1px;
	white-space: break-spaces;
	max-width: 220px;
	min-width: 120px;
	line-height: 1.2;
}
.header-nav li.menu-item-depth-1 a:hover {
	color: var(--wp--preset--color--blue);
}
.header-nav .menu-item-depth-0:hover::before,
.header-nav .menu-item-depth-0:hover::after {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	right: 6px;
	bottom: -20px;
	background-color: var(--wp--preset--color--snow);
	transform: rotate(45deg);
}
.header-nav .menu-item-depth-0:hover::before {
	z-index: 1;
	box-shadow: 0px 0px 3px #2F465155;
}
.header-nav .menu-item-depth-0:hover::after {
	z-index: 3;
}
.header-nav .menu-item-depth-0:hover .submenu-wrap {
	display: block;
}
.header-nav li.menu-item-depth-1.current-menu-item a {
	color: var(--wp--preset--color--blue);	
}
.header-nav li.menu-item-depth-1.current-menu-item a:before {
	position: relative;
	content: "‣ ";
	width: 14px;
	height: 14px;
	left: 0;
	color: var(--wp--preset--color--blue);
}


/* STRUCTURE: UTILITIES
-------------------------------------------------------------------------------*/
.header .button {
	background-color: var(--wp--preset--color--blue);
	border-color: var(--wp--preset--color--blue);
	color: var(--wp--preset--color--white);
	margin: 0 0 0 8px;
	padding: 7px 12px 8px 12px;
}
.header .button:hover {
	background-color: var(--wp--preset--color--orange);
	border-color: var(--wp--preset--color--orange);
	color: var(--wp--preset--color--white);	
}
.header .button svg {
	fill: var(--wp--preset--color--white);
	position: relative;
	width: 18px;
	height: 18px;
}
@media screen and (min-width: 550px) {
	.header .button {
		font-size: 1rem;
	}
}


/* STRUCTURE: SEARCH
-------------------------------------------------------------------------------*/
.header-search {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	min-width: 140px;
	max-width: 200px;
	font-size: 90%;
}
.header-search input {
	text-align: left;
	padding: 4px 1em;
	position: relative;
	border-radius: 50px;
	border: 1px solid var(--wp--preset--color--gray);
	width: 100%;
	height: 40px;
}
.header-search:hover [type="text"],
.header-search [type="text"]:focus {
	border-color: var(--wp--preset--color--blue);
}
.header-search input::placeholder,
.header-search textarea::placeholder {
	opacity: 1;
	color: var(--color-smoke);
}
.header-search .button {
	border-radius: 38px;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 4px;
	padding: 0;
	background-color: var(--wp--preset--color--gray);
}
.header-search:hover .button,
.header-search [type="text"]:focus + .button {
	background-color: var(--wp--preset--color--blue);
}
.header-search .button svg {
	padding-right: 0;
}


/* STRUCTURE: MOBILE
-------------------------------------------------------------------------------*/
.header .trigger-sidemenu svg {
	padding-right: 4px;	
}
.header-nav,
.header .header-utility .button.menu-item {
	display: none;
}
.header .trigger-sidemenu {
	display: inline-flex;
}
@media screen and (min-width: 1200px) {
	.header-nav {
		display: flex;
	}
	.header .header-utility .button.menu-item {
	  display: inline-flex;
		white-space: nowrap;
	}
	.header .trigger-sidemenu {
		display: none;
	}
}


/* STRUCTURE: MMENU
-------------------------------------------------------------------------------*/
.sidemenu:not(.mm-menu) {
	display: none;
}
.mm-page {
	overflow: hidden;
}
.mm-panel {
	background: #124280;
}
.mm-navbar {
	background: transparent;
}
.mm-navbar,
.mm-listitem:after,
.mm-listitem__btn {
	border-color:rgba(255, 255, 255, 0.1);
}
.mm-listitem:hover {
	background-color: rgb(150, 206, 251,.1);
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(255,255,255,0.1) 100%);
}


/* STRUCTURE: SIDENAV
-------------------------------------------------------------------------------*/
.sidenav {
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--gray);
	box-shadow: 0 1px 1px 0 var(--wp--preset--color--gray);
	border-radius: 6px;
	padding-top: 1em;
	padding-bottom: 1em;
}
.sidenav ul {
	border-top: 1px solid var(--wp--preset--color--gray);
}
.sidenav ul li {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-top: 1px solid var(--wp--preset--color--gray);
	margin-left: 1em;
	margin-right: 1em;
}
.sidenav li:first-child {
	border-top: 0;
}
.sidenav li a {
	display: block;
	text-decoration: none;
	padding: 10px;
}
.sidenav > li:first-child > a {
	font-size: 17px;
	font-weight: 700;
}
.sidenav .current_page_item > a:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	padding-right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent var(--wp--preset--color--orange);
}
.sidenav .children {
	margin-left: 18px;
	font-size: 0.9rem;
	display: none;
}
.sidenav .current_page_item .children,
.sidenav .current_page_ancestor .children,
.sidenav .current_page_parent .children {
	display: block;
}


/* STRUCTURE: FOOTER
-------------------------------------------------------------------------------*/
.footer {
	background-image: url('../images/neuromancer.png');
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer .container {
	margin: 0 auto;
	max-width: var(--container-w);
}
.footer .footer-col {
	max-width: 680px;
}
@media (min-width: 782px) {
	.footer .container {
		display: grid;
		grid-template-columns: clamp(200px, 25%, 300px) 1fr 1%;
		gap: 5%;
	}
}
.footer-logo img {
	width: 181px;
	margin-bottom: 30px;
}
.footer h2 {
	font-size: 1.25em;
	line-height: 1.5;
	color: var(--wp--preset--color--yellow);
}
.footer p {
	font-size: 0.875em;
}
.footer .menu-channels {
  margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.footer .button {
	background: var(--wp--preset--color--blue);
	color: var(--wp--preset--color--white);
	margin-right: 10px;
}
.footer .button:hover {
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--blue);
}
.footer-legal {
	padding: 20px;
	background-color: var(--wp--preset--color--blue);
	color: var(--wp--preset--color--white);
}
.footer-legal li:after {
	content: " • ";
	margin: 0.35em;
}
.footer-legal a {
	color: var(--wp--preset--color--white);
}
.footer-legal a:hover {
	text-decoration: underline;
}


/* STRUCTURE: BACK TO TOP
-------------------------------------------------------------------------------*/
.jump-button {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: 48px;
	width: 48px;
	z-index: 10;
	margin: 0;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 50ms, opacity 50ms linear;
}
button.jump-button {
	background-color:rgba(74,78,81,0.35);
	color: var(--wp--preset--color--white);
	transition: background-color 50ms ease-in-out;
	text-decoration: none !important;
}
button.jump-button:hover {
	background-color: var(--wp--preset--color--blue);
	color: var(--wp--preset--color--white);
}
.jump-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	fill: currentColor;
}
.jump-label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}
.scroll-up button.jump-button {
	visibility: visible;
	opacity: 1;
	transition: opacity 50ms linear;
}


/* TEMPLATE: HOME
-------------------------------------------------------------------------------*/
.home-hero {
	display: flex;
	flex-flow: column;
	padding-bottom: clamp(16px, 7vw, 30px);
}
.home-hero-bg {
	position:absolute;
	overflow:hidden;
	margin-top:0;
	margin-bottom:0;
	left:0;
	z-index:-1;
	max-height:350px;
	display:flex;
	flex:1 1 100%;
	align-items:flex-end
}
.home-hero-fg {
	margin:0 auto;
	max-width:1000px;
	padding:0 2vw
}
.home-hero-btn {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	margin-top: clamp(-70px, -7vw, -16px);
	font-size: clamp(16px, 3vw, 26px);
	text-transform: uppercase;
	box-shadow: 4px 6px var(--wp--preset--color--yellow);
	transition: transform .3s ease-out, box-shadow .3s ease-out;
	will-change: transform;
}
.home-hero-btn:hover {
	transform: translate(4px, 6px);
	box-shadow: 0 0 var(--wp--preset--color--yellow);
}
.home-hero-btn::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	transition: all .3s ease-out;
}
.home-hero-btn:hover::before {
	transform: translate(-4px, -6px);
}

@media (min-width: 782px) {
	.home-alert {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.home-featured,
.home-featured ul {
	display: grid;
	gap: 1em;
}
@media (min-width: 782px) {
	.home-featured {
		grid-template-columns: 66% 33%;
	}
	.home-featured .excerpt-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.home-featured .excerpt-list li {
		margin-bottom: 0;
	}
	.home-featured .feature-wrap {
		margin-top: -30px;
		height: calc(100% + 30px);
	}
}


@media (min-width: 782px) {
	.home-lists {
		display: grid;
		grid-template-columns: 50% 50%;
		gap: 1em;
	}
	.home-lists .excerpt:last-child {
		margin-bottom: 0;
	}
}



.home-events {
	display: flex;
	flex-flow: column;
	background-color: var(--wp--preset--color--sky);
	background-image: url('../images/bg-events.png');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-radius: 6px;
	padding: 2em;
}
@media (min-width: 782px) {
	.home-events {
		width: calc(100% - 1em);
	}
}
.home-events ul {
	margin-top: 8px;
}
.home-events li {
	margin-bottom: 12px;
	background-color: var(--wp--preset--color--white);
	padding: 1em;
	border-radius: 4px;
	border: 1px solid #ceecf8;
}
.home-events h3 {
	font-size: 1.1em;
	line-height: 1.35;
}
.home-events .event-meta {
	color: var(--wp--preset--color--orange);
	margin-bottom: 0;
}
.home-events .event-details h3 {
	margin: 4px 0 0 0;
}
.home-events .event-link {
	display: inline-block;
	margin-top: 12px;
	font-size: 0.941rem;
}
.home-events .events-more {
	margin-top: 1em;
	text-align: center;
}
.home-events .events-more .button {
	background: var(--wp--preset--color--blue);
	color: var(--wp--preset--color--white);
}
.home-events .events-more .button:hover {
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--blue);
}




/* TEMPLATE: EVENTS
-------------------------------------------------------------------------------*/
.event-meta {
	display: inline-block;
	color: var(--wp--preset--color--orange);
	font-weight: 700;
	margin-top: 0.25em;
	margin-bottom: 1em;
	font-size: 0.8em;
}
.event-link {
	font-weight: 700;
}
.event p:last-child {
	margin-bottom: 0;
}
.take-block-events h2 {
	color: var(--wp--preset--color--navy);
	font-size: 1.375em;
}
.take-block-events .event-details h3 {
	font-size: 1.125em;
	line-height: 1.35;
}
.take-block-events .event-details p {
	font-size: 0.9em;
}



.events.list-block {
	--_spacing: 1.5em;
	display: flex;
	flex-flow: column;
	gap: var(--_spacing);
}
.events.list-block .event {
	border-top: 1px solid rgba(60,58,56,.1);
	padding-top: var(--_spacing);
}
.events.list-block .event * {
	max-width: 65ch;
}
.events.list-block .event h3 {
	margin-block: 4px;
}
.events.list-block time {
	margin-block: 0;
}
.events.list-block .button {
	font-size: 80%;
	background-color: var(--wp--preset--color--silver);
}


/* TEMPLATE: AMBASSADORS LIST
-------------------------------------------------------------------------------*/
.ambassadors {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.ambassadors li {
	margin-bottom: 12px;
}
@media (min-width: 600px) {
	.ambassadors li {
		width: calc(50% - 6px);
	}
	.ambassadors li:nth-child(even) {
		margin-left: auto;
	}
}
@media (min-width: 782px) {
	.page-template-ambassadors .shield img,
	.page-id-63098 .shield img {
		width: auto;
		max-width: auto;
		margin-top: -20px;
	}
	.ambassadors li {
		width: 100%;
	}
}
@media (min-width: 900px) {
	.page-template-ambassadors .shield img,
	.page-id-63098 .shield img {
		max-width: 100%;
	}
	.ambassadors li {
		width: calc(50% - 6px);
	}
	.ambassadors li:nth-child(even) {
		margin-left: auto;
	}
}


/* TEMPLATE: AMBASSADORS SINGLE
-------------------------------------------------------------------------------*/
.single-ambassador article {
	padding: unset;
}

.single-ambassador .entry-intro {
	margin: 0;
	padding-block: 50px;
}
.single-ambassador .entry-intro .container,
.single-ambassador .content .container {
	display: grid;
	grid-template-columns: var(--container-col);
	gap: var(--container-gap);
	max-width: var(--container-w);
	margin-inline: auto;
	align-items: center;
}
@media (max-width: 781px) {
	.single-ambassador .entry-intro .container {
    justify-content: center;
		text-align: center;
	}
	.single-ambassador .entry-image img {
		margin-block-end: 1em;
	}
} 
.single-ambassador .entry-title {
	margin-block-end: .2lh;
	font-size: 200%;
}
.single-ambassador .entry-image img {
	margin-inline: auto;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 150px;
	background: var(--wp--preset--color--charcoal);
	box-shadow: 0 2px 5px #3c3a38AA;
}
.single-ambassador .entry-years {
	font-size: 1em;
	color: var(--wp--preset--color--charcoal);
	margin-bottom: 32px;
	font-style: italic;
}
.single-ambassador .entry-years span {
	display: inline;
	font-weight: bold;
}
.single-ambassador .entry-platforms {
	display: flex;
	flex-flow: row nowrap;
}
.single-ambassador .entry-platforms a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	text-decoration: none;
	gap: 8px;
	height: 48px;
	padding: 8px 12px;
	font-weight: bold;
	background-color: var(--wp--preset--color--white);
	border-radius: 3px;
	margin-right: 4px;
	transition:
		color 0.2s ease-in-out, 
		background-color 0.2s ease-in-out;
}
.single-ambassador .entry-platforms a svg {
	height: 100%;
	width: 30px;
	transition: fill 0.2s ease-in-out;
	fill: currentColor;
}

a[class^="meta"][href*="mixer"] { color: #001e50; }
a[class^="meta"][href*="mixer"]:hover { background-color: #001e50; color: var(--wp--preset--color--white); }
a[class^="meta"][href*="facebook"] { color: #4267b2; }
a[class^="meta"][href*="facebook"]:hover { background-color: #4267b2; color: var(--wp--preset--color--white); }
a[class^="meta"][href*="twitch"] { color: #5C3F90; fill: #5C3F90; }
a[class^="meta"][href*="twitch"]:hover { background-color: #5C3F90; color: var(--wp--preset--color--white); }
a[class^="meta"][href*="twitter"] { color: #3DA3DA; }
a[class^="meta"][href*="twitter"]:hover { background-color: #3DA3DA; color: var(--wp--preset--color--white); }

.single-ambassador .content {
	padding-block: 50px;
}
.single-ambassador .content .container .entry-content {
	grid-column: 2;
}
.single-ambassador .content p:last-of-type {
	margin-bottom: 1.5em;
}



/* TEMPLATE: CLINICIANS
-------------------------------------------------------------------------------*/
.clinicians {
	display: flex;
	flex-flow: row wrap;
}
.clinicians li {
	width: 100%;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-top: 2em;
}
.clinicians li h3 {
	margin-bottom: 0.2em;
}
.clinicians li a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
@media (min-width: 782px) {
	.clinicians li {
		flex: 48%;
		max-width: 48%;
	}
	.clinicians li:nth-child(odd) {
		margin-right: 4%;
	}
}
@media (min-width: 900px) {
	.page-template-page-clinicians .searchandfilter {
		padding: 30px;
	}
	.page-template-page-clinicians .searchandfilter ul {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.page-template-page-clinicians .searchandfilter ul li {
		flex: 1;
		margin-right: 1em;
		margin-bottom: 0;
	}
	.page-template-page-clinicians .searchandfilter ul li:last-child {
		margin-right: 0;
	}
	.page-template-page-clinicians .searchandfilter .sf-field-reset {
		flex: 0 0 auto !important;
		margin-right: 0 !important;
	}
}


/* TEMPLATE: DOWNLOADS
-------------------------------------------------------------------------------*/
.sdm_download_item {
	box-sizing: border-box;
	display: grid;
	height: 100%;
	padding: clamp( 12px, 3%, 2em );
	gap: clamp( 12px, 3%, 2em );
	grid-template-columns: clamp( 40px, 20%, 210px) 1fr;
	grid-template-rows: auto 1fr auto;
	grid-template-areas: 
		"img title"
		"img desc"
		". btn";
}
.sdm_download_item_top {
	display: contents;
}
.sdm_download_thumbnail {
	grid-area: img;
}
.sdm_download_thumbnail_image {
	height: auto !important;
	width: 100% !important;
	border: 1px solid #EEE !important;
}
.sdm_download_title {
	grid-area: title;
	line-height: 1.3;
	margin-top: 6px;
}
.sdm_download_description {
	grid-area: desc;
	margin: 0;
}
.sdm_download_description p {
	margin-top: 0;
}
.sdm_download_description p:last-of-type {
	margin-bottom: 0;
}
.sdm_download_link {
	grid-area: btn;
}
.sdm_download {
	border: revert;
	background: var(--wp--preset--color--orange) !important;
	box-shadow: revert !important;
	color: var(--wp--preset--color--white) !important;
	text-shadow: revert !important;
	font-size: 17px;
	font-family: inherit !important;
	height: revert !important;
	padding: 0.65em;
}
.sdm_download_button > .sdm_download {
	color: var(--wp--preset--color--white) !important;
}
.sdm_download::after {
	content: '»';
	padding-left: 4px;
}


/* TEMPLATE: 404
-------------------------------------------------------------------------------*/
.error404 input[type="submit"] {
	display: block;
	margin: 1em 0;
}