﻿/*
Theme Name: Tourmaline
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.0

*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scroll-padding-top: calc(var(--header-height, 100px));
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	overflow-y: scroll;
	overflow-anchor: auto;
	box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
	color: var(--wp--preset--color--trmln-midnight);
	font-family: Jost, sans-serif;
	font-weight: 400;
}

body {
	background: #fff;
	line-height: 1.5;
}

a {
	color: var(--wp--preset--color--trmln-sky);
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: var(--wp--preset--color--trmln-turquoise);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--wp--preset--font-family--cormorant);
	line-height: 1.2;
	font-weight: 600;
	margin: 36px 0 12px;
}

h1 { font-size: var(--wp--preset--font-size--plus-5); }
h2 { font-size: var(--wp--preset--font-size--plus-4); }
h3 { font-size: var(--wp--preset--font-size--plus-3); }
h4 { font-size: var(--wp--preset--font-size--plus-2); }
h5 { font-size: var(--wp--preset--font-size--plus-1); }
h6,
body { font-size: var(--wp--preset--font-size--base); }

@media (max-width:479px) {
	/* Narrows the type scale for small screens */
	body {
		--wp--preset--font-size--plus-5: 1.802rem;
		--wp--preset--font-size--plus-4: 1.602rem;
		--wp--preset--font-size--plus-3: 1.424rem;
		--wp--preset--font-size--plus-2: 1.266rem;
		--wp--preset--font-size--plus-1: 1.125rem;
		--wp--preset--font-size--base: 1rem;
		--wp--preset--font-size--minus-1: 0.889rem;
		--wp--preset--font-size--minus-2: 0.790rem;
		--wp--preset--font-size--minus-3: 0.702rem;
	}
}
@media (min-width:800px) and (max-width: 1599px) {
	html {
		font-size: calc( 16px + (20 - 16) * (100vw - 800px) / (1599 - 800) );
	}
}
@media (min-width: 1600px) {
	html {
		font-size: 20px;
	}
}

body { --trmln--line-weight: 1px; }
@media only screen and (-moz-min-device-pixel-ratio: 2),
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2)
{
	body { --trmln--line-weight: 2px; }
}
body {
	--trmln\/shade-30: 0 0 30px #0005;
}

address {
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}
cite {
	font-size: .85rem;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: var(--wp--preset--color--trmln-midnight);
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: var(--wp--preset--color--trmln-midnight);
	color: #fff;
	text-shadow: none;
}

/**
 * 2.0 Gutentweaks
 * -----------------------------------------------------------------------------
 */
.has-global-padding > .alignfull:where(.has-global-padding) {
    padding-left: var(--wp--style--root--padding-right);
    padding-right: var(--wp--style--root--padding-right);
}

.wp-block-gallery.alignfull > .wp-block-image.size-full {
    padding-left: 0;
    padding-right: 0;
}
.is-layout-constrained > .wp-block-group + .wp-block-group,
.is-layout-constrained > .wp-block-group + .wp-block-cover {
	margin-block-start: 0;
}

/**
 * 3.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: var(--wp--preset--color--trmln-midnight);
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: var(--wp--preset--color--trmln-turquoise);
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: var(--wp--preset--color--trmln-blue);
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignments */

body .is-layout-constrained > .alignleft {
	margin-inline-end: var(--wp--preset--spacing--40);
	margin-block-end: var(--wp--preset--spacing--40);
}

body .is-layout-constrained > .alignright {
	margin-inline-start: var(--wp--preset--spacing--40);
	margin-block-end: var(--wp--preset--spacing--40);
}
@media (min-width:640px) {
	body .is-layout-constrained > .alignleft {
		margin-inline-end: var(--wp--preset--spacing--40);
		margin-block-end: var(--wp--preset--spacing--70);
	}

	body .is-layout-constrained > .alignright {
		margin-inline-start: var(--wp--preset--spacing--70);
		margin-block-end: var(--wp--preset--spacing--70);
	}
}

/* visually hidden */

.nosee {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.nosee:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none !important;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before,
.attachment span.entry-date:before,
.edit-link a:before,
.site-content .byline a:before,
.site-content .comments-link a:before,
.site-content .entry-date a:before,
.site-content .featured-post:before,
.site-content .full-size-link a:before,
.site-content .parent-post-link a:before,
.site-content .post-format a:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: Genericons;
	vertical-align: middle;
	text-decoration: inherit;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}

/**
 * 3.5 Blocks
 * -----------------------------------------------------------------------------
 */

 /* Headings */

 .is-style-rule-right.wp-block-heading,
 .is-style-rule-left.wp-block-heading {
    display: grid;
    grid-template: auto calc(1.5 * var(--trmln--line-weight)) / auto minmax(min-content, max-content) auto;
    gap: var(--wp--preset--spacing--30) 0;
}
	/* :before is employed merely to take up the first column and have heading content
	   be pushed over to the second column and in turn push :after to the second row. */
.is-style-rule-right.wp-block-heading::before,
.is-style-rule-left.wp-block-heading::before {
    content:'';
}
.is-style-rule-right.wp-block-heading::after,
.is-style-rule-left.wp-block-heading::after {
    content: '';
    background: var(--wp--preset--color--trmln-turquoise);
}
.is-style-rule-right.wp-block-heading::after {
    grid-column: 2 / span 2;
    margin-right: calc(-1 * var(--wp--style--root--padding-right));
}
.is-style-rule-left.wp-block-heading::after {
    grid-column: 1 / span 2;
    margin-left: calc(-1 * var(--wp--style--root--padding-left));
}

 /* Groups */

.is-style-breakers-backdrop {
    position:relative;
}
.is-style-breakers-backdrop > *{
	position: relative;
	z-index: 1;
}
.is-style-breakers-backdrop:before,
.is-style-breakers-backdrop:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.is-style-breakers-backdrop:before {
	background: url(../../uploads/2023/05/whitewater-w2100.jpg) center/cover;
}
.is-style-breakers-backdrop:after {
	background: inherit;
	opacity: .92;
}
.is-style-surfscene {
	background: url(../../uploads/2023/06/seashore2-w3840.webp) bottom/contain no-repeat;
	padding-bottom: 19% !important;
}

.ruled-heading-group > .wp-block-group {
    width: fit-content;
    position: relative;
}
.ruled-heading-group .wp-block-heading,
.ruled-heading-group .wp-block-post-title {
	margin-block-end: var(--wp--preset--spacing--70);
}
.ruled-heading-group svg {
	display: block;
    overflow: visible;
    width: 1px;
    height: 1px;
    margin-inline: 0 !important;
    margin-block-start: var(--wp--preset--spacing--30);
	stroke-width: calc(1.5 * var(--trmln--line-weight));
	stroke: var(--wp--preset--color--trmln-turquoise);
	position: absolute;
	top: 100%;
	right: 0;
}
.ruled-heading-group.\&right svg {
    right: auto;
    left: 0;
}

.is-style-notched-one {
	--notch-start: max(
		.5 * (100% - var(--wp--style--global--content-size)),
		var(--wp--style--root--padding-left)
	);
	clip-path: polygon(
		0 0,
		var(--notch-start) 0,
		var(--notch-start) 1.5em,
		calc(var(--notch-start) + 2em) 0,
		100% 0,
		100% 100%,
		0 100%
	);
}

/* Image */
.is-style-bordigure.wp-block-image,
.is-style-bordigure-caption-end.wp-block-image,
.is-style-bordigure-inline-start.wp-block-image {
	background: #fff;
	border: var(--trmln--line-weight) solid var(--wp--preset--color--trmln-turquoise);
	padding: var(--wp--preset--spacing--60);
	margin-block: var(--wp--preset--spacing--60);
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: fit-content;
}
.is-style-bordigure-caption-end.wp-block-image {
	flex-direction: column;
}
.is-style-bordigure.wp-block-image > figcaption,
.is-style-bordigure-inline-start.wp-block-image > figcaption {
	display: block;
	font-size: var(--wp--preset--font-size--base);
	margin-top: 0;
}

@media (min-width:768px) {
	.is-style-bordigure-inline-start.wp-block-image {
		flex-direction: row;
		gap: 0 var(--wp--preset--spacing--60);
	}
	.is-style-bordigure-inline-start.wp-block-image > img {
		width: calc(100% - 16em);
	}
	.is-style-bordigure-inline-start.wp-block-image > figcaption {
		text-align: left;
	}
}

/* Buttons */
.is-style-arrow-after.wp-block-button .wp-block-button__link {
	border: none;
	background: transparent;
	color: var(--wp--preset--color--trmln-sky);
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
}
.is-style-arrow-after.wp-block-button .wp-block-button__link:after {
	content: '⟶';
	margin-left: .5em;
	display: inline-block;
	vertical-align: .125em;
	font-size: .75em;
}

/* Media & Text */

.wp-block-media-text__media {
	position: relative;
	z-index: 1;
}

/* Round Out of Bounds style (media & text) */
.is-style-round-outta-bounds.wp-block-media-text .wp-block-media-text__content {
	padding: var(--wp--preset--spacing--70) 0 var(--wp--preset--spacing--70) 0;
}
.has-media-on-the-right.is-style-round-outta-bounds.wp-block-media-text .wp-block-media-text__content {
	padding: var(--wp--preset--spacing--70) 0 var(--wp--preset--spacing--70) 0;
}
.is-style-round-outta-bounds.wp-block-media-text .wp-block-media-text__media {
	position: relative;
	border-radius: 80em;
	box-shadow: var(--trmln\/shade-30);
	overflow: hidden;
	margin-block: calc(-1 * var(--wp--preset--spacing--70)) calc(-1 * var(--wp--preset--spacing--50));
	align-self: stretch;
}
.is-style-round-outta-bounds.wp-block-media-text .wp-block-media-text__media > img {
	object-fit: cover;
	height: 100%;
}
@media (min-width: 601px) {
	.is-style-round-outta-bounds.wp-block-media-text .wp-block-media-text__content {
		padding-left: 15%;
	}
	.has-media-on-the-right.is-style-round-outta-bounds.wp-block-media-text .wp-block-media-text__content {
		padding-right: 15%;
	}
	.is-style-round-outta-bounds.wp-block-media-text .wp-block-media-text__media {
		margin-block: calc(-1 * var(--wp--preset--spacing--70));
	}
}

/* Flush media style (media & text) */
.\&flush.wp-block-media-text.has-media-on-the-right {
	padding-left: var(--wp--style--root--padding-left);
}
@media (min-width: 1202px) {
	.\&flush.wp-block-media-text.has-media-on-the-right {
		/* Half of the difference of full width and theme content size with the root padding removed */
		--h-max-pad: calc(
			.5 * (
				100% - var(--wp--style--global--content-size)
				- var(--wp--style--root--padding-left)
				- var(--wp--style--root--padding-right)
			)
		);
		padding-left:
			max(
				var(--wp--style--root--padding-left),
				var(--wp--style--root--padding-left) + var(--h-max-pad)
			);
	}
}
.\&flush.wp-block-media-text .wp-block-media-text__content {
    padding: var(--wp--preset--spacing--70) 0 var(--wp--preset--spacing--70) 15%;
}
.has-media-on-the-right.\&flush.wp-block-media-text .wp-block-media-text__content {
    padding: var(--wp--preset--spacing--70) 15% var(--wp--preset--spacing--70) 0;
}
/*@media (min-width: 601px) {
	.\&flush.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
		-webkit-mask-image: linear-gradient(90deg, #0000, #000 33%);
		mask-image: linear-gradient(90deg, #0000, #000 33%);
	}
}*/
@media (max-width: 600px) {
	.\&flush.wp-block-media-text.has-media-on-the-right {
		padding-right: var(--wp--style--root--padding-right);
	}
	.\&flush.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
		margin: 0 calc(-1 * var(--wp--style--root--padding-right)) 0 calc(-1 * var(--wp--style--root--padding-left));
	}
}


/* Headings inside Media & Text */
.wp-block-media-text .wp-block-heading + *{
	margin-top: var(--wp--preset--spacing--60);
}
.wp-block-media-text .wp-block-heading::after {
    content: '';
    display: block;
    height: calc( 1.5 * var(--trmln--line-weight ));
    background: var(--wp--preset--color--trmln-turquoise);
    position: absolute;
    right: 0;
    left: 0;
    margin-left: 25%;
    margin-block: var(--wp--preset--spacing--30);
}
.has-white-color.wp-block-media-text .wp-block-heading::after {
	background: #fff;
}

.wp-block-media-text.has-media-on-the-right .wp-block-heading::after {
    margin-right: 25%;
    margin-left: 0;
}
.\&flush.wp-block-media-text .wp-block-heading::after {
	margin-right: 0;
}
@media (max-width: 600px) {
	.wp-block-media-text[class] .wp-block-heading::after {
		margin-left: var(--wp--style--root--padding-left);
		margin-right: 0;
	}
}
@media (min-width: 1644px) {
    .wp-block-media-text .wp-block-heading::after {
        margin-left: calc(50% - 1644px / 4);
    }
    .wp-block-media-text.has-media-on-the-right .wp-block-heading::after {
        margin-right: calc(50% - 1644px / 4);
        margin-left: 0;
    }
}

/* Icon (plugin) */
.wp-block-outermost-icon-block a, .wp-block-outermost-icon-block svg {
	transition: transform .144s ease-out;
}

/* Post Template */
.wp-block-post-template{
	margin-top: 2em;
	margin-left: 0;
}
.is-style-overlinked.wp-block-post-template > li{
	position: relative;
}
.is-style-overlinked.wp-block-post-template > li:hover .wp-block-post-title,
.is-style-overlinked.wp-block-post-template > li:hover .wp-block-post-excerpt__more-link {
	color: var(--wp--preset--color--trmln-faded-midnight);
}
.wp-block-post-excerpt__excerpt{
	margin-bottom:.5em;
}
.is-style-overlinked .wp-block-post-excerpt__more-link {
	text-decoration: none;
}
.is-style-overlinked .wp-block-post-excerpt__more-link:before,
.is-style-overlinked .wp-block-read-more:before {
	content: '';
	position: absolute;
	left: 0; right: 0;
	bottom: 0; top: 0;
}

:not([class*=is-style]).wp-block-post-template > li:nth-last-child(n+2) {
	padding-bottom: var(--wp--preset--spacing--40);
	margin-bottom: var(--wp--preset--spacing--70);
}
:not([class*=is-style]).wp-block-post-template .wp-block-post-excerpt__more-text {
	margin: var(--wp--preset--spacing--50) 0 0;
}
:not([class*=is-style]).wp-block-post-template .wp-block-post-excerpt__more-link {
	color: var(--wp--preset--color--trmln-sky);
	text-decoration: none;
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--minus-1);
	font-weight: 700;
}
:not([class*=is-style]).wp-block-post-template .wp-block-post-excerpt__more-link::after {
	content: ' +';
	font-size: var(--wp--preset--font-size--plus-1);
	font-weight: 400;
}
:not([class*=is-style]).wp-block-query-pagination {
    border-top: var(--trmln--line-weight) solid var(--wp--preset--color--trmln-sky);
    margin-top:  var(--wp--preset--spacing--70);
    padding-top: var(--wp--preset--spacing--50);
}

/* File */
.wp-block-file .wp-block-file__button {
	box-shadow: 0 0 0 var(--trmln--line-weight);
	text-decoration: none;
	background: none;
	color: var(--wp--preset--color--trmln-sky);
	padding: .2em .8em;
}
.wp-block-file .wp-block-file__button:hover {
	opacity: 1;
}
.wp-block-file .wp-block-file__button .genericon {
	width: auto;
	height: auto;
	font-size: inherit;
	vertical-align: middle;
}
.type-post.category-publication .wp-block-file .wp-block-file__embed {
	height: 880px !important;
}

/* List / Paragraph */
.is-style-two-column {
	column-count: 2;
}

.is-style-plus li {
	margin-block: var(--wp--preset--spacing--50);
}
.is-style-plus li::before {
    content: '+ ';
    font-size: 1.25em;
    font-weight: 400;
}

/* Team Members (for shortcode team_members from the Team Member Post Type plugin) */
.team-members-group.wp-block-columns {
	margin-top:3em;
	margin-bottom: 0;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap !important;
	position: relative;
	overflow: hidden;
	gap: 0 var(--wp--preset--spacing--30);
}
/* @media (min-width:1921px) {
	.team-members-group.wp-block-columns {
		padding-left: calc((100vw - 1920px) / 2);
		padding-right: calc((100vw - 1920px) / 2);
	}
} */
.team-members-group\/body-row{
	position: relative;
	flex: 0 0 100%;
	max-width: none;
	transition: height .144s ease-out;
	height: 0;
	overflow: hidden;

}
.team-members-group > .team-member-block.wp-block-column{
	flex: 0 1 100%;
	padding:0;
	margin-bottom: var(--wp--preset--spacing--80);
	display:flex;
	flex-direction: column;
	align-items: flex-start;
/* 	justify-content: space-between; */
}
.team-members-group.js .team-member-block{
	cursor: pointer;
}
.team-member-block.is-open{
	transition-delay: 0s;
}
.team-member-block.wp-block-column[hidden]{
	display:none;
}
.team-member-block\/portrait{
	position: relative;
	/* prevents dragging images */
	pointer-events: none;
	background-color: var(--wp--preset--color--trmln-faded-midnight);
	width: 100%;
	margin:0 auto;
}
.team-member-block:hover .team-member-block\/portrait,
.is-open.team-member-block .team-member-block\/portrait {
	--notch-start: 1.6rem;
	--notch-width: 1.5rem;
	clip-path: polygon(
		0 0,
		100% 0,
		100% 100%,
		calc(var(--notch-start) + var(--notch-width)) 100%,
		calc(var(--notch-start) + var(--notch-width)) calc(100% - 1.5rem),
		var(--notch-start) 100%,
		0 100%
	);
}
@media screen and (min-width: 480px) and (max-width:959px){
	.team-members-group:not(.\&static) > .team-member-block.wp-block-column:nth-of-type(odd){
		margin-left: 0;
		margin-right: auto;
	}
	.team-members-group:not(.\&static) > .team-member-block.wp-block-column:nth-of-type(even){
		margin-left: auto;
		margin-right: 0;
	}
	.team-members-group:not(.\&static) > .team-member-block.wp-block-column:last-of-type {
		margin-left: auto;
		margin-right: auto;
	}
	.team-members-group > .team-member-block.wp-block-column:not(:only-of-type) {
		flex-basis: calc(50% - var(--wp--preset--spacing--30));
		flex-grow: 0;
	}
}
@media screen and (min-width: 960px){
	.team-members-group > .team-member-block.wp-block-column {
		flex: 0 1 calc(25% - var(--wp--preset--spacing--30) * 3/4);
	}
	.team-members-group > .team-member-block.wp-block-column:nth-of-type(3n+1){
		margin-left: 0;
	}
	.team-members-group > .team-member-block.wp-block-column:nth-of-type(3n){
		margin-right: 0;
	}
	.team-member-block\/portrait{
		width: 100%;
	}
}

.team-member-block\/portrait.\:placeholder{
	width:100%;
	background: whitesmoke;
}
.team-member-block\/portrait:before{
	content:'';
	display:block;
	padding-top: 66.666%;
}
.team-member-block\/portrait > img{
	position: absolute;
	left:0; right:0;
	top:0; bottom:0;
	max-height: 100%;
	object-fit: cover;
	object-position: top;
}
[data-team-groups="Scientific Advisory Board"] .team-member-block\/portrait{
	background-color: transparent;
}
[data-team-groups="Scientific Advisory Board"] .team-member-block\/portrait > img {
  object-fit: contain;
}
.team-member-block\/name{
	font-size:inherit;
	font-weight: 700;
	margin-block: .6em 0;
	font-family: Jost, sans-serif;
}
@media all and (max-width:1024px) {
  .team-member-block\/name{
	font-size:15px;

  }
}
/*[team_members groups="Scientific Advisory Board" align-outer="wide" show-image="0"] */
/* .team-member-block\/portrait ~ .team-member-block\/name,
.team-member-block\/portrait ~ .team-member-block\/meta {
	padding: 0 1.6rem;
	text-align: center;
	width: 100%;
} */
.team-member-block\/name,
.team-member-block\/meta {
	padding: 0 1.6rem;
	text-align: center;
	width: 100%;
}
.team-member-block\/meta{
	position: relative;
	margin-block: .25em;
	list-style: none;
	padding-bottom:.25em;
	line-height:1.25;
	font-size: var(--wp--preset--font-size--minus-1);
	font-family: var(--wp--preset--font-family--cormorant);
	font-weight: 700;
	color: var(--wp--preset--color--trmln-turquoise);
}
.team-member-block\/meta span {
	color: #0c5487;
  font-weight: 900;
}
.team-member-block\/body{
	display: flex;
	flex-direction: column;
	padding-top: 0;
	padding-bottom: 2em;
	padding-left: var(--wp--style--root--padding-left);
	padding-right: var(--wp--style--root--padding-right);
	transition: opacity 0.144s .144s linear;
	max-width: var(--wp--style--global--content-size);
	box-sizing: content-box;
}
.team-member-block\/body > *{
	margin-left: 0;
	margin-right: 0;
}
.team-member\/close-button {
	display: flex;
	border-radius: 9em;
	font-size: inherit;
	color: var(--wp--preset--color--trmln-sky);
	background: #fff;
	box-shadow: 0 0 0 var(--trmln--line-weight);
	order: 999;
	margin: -.25em auto 1em;
	width: 45px;
	height: 45px;
	padding: 0;
}
.team-member\/close-button .genericon {
	margin: auto;
	line-height: inherit;
	font-size: inherit;
	width: auto;
	height: auto;
}
.team-members-group.has-open .team-member-block:not(:hover):not(.is-open) > :not(.team-member-block\/body){
	opacity:.5;
}
.team-member-block:not(.is-open) .team-member-block\/body {
	transition-delay: 0s;
	opacity: 0;
	pointer-events: none;
}

/* :hover and .is-open for meta element */
/*.team-member-block:not(.is-open):hover .team-member-block\/meta:before,
.team-member-block.is-open .team-member-block\/meta:before{
	content:'';
    position:absolute;
    bottom:-.7em;
    left: 50%;
    width:.5em;
    height:.5em;
    border-radius: .25em;
    margin-left: -.25em;
    background: currentColor;
}
.team-member-block.is-open .team-member-block\/meta:before{
	background: #f15a29;
}*/

.team-member-block\/body{
	position:absolute;
	left:0; right:0;
	margin: 0 auto;
	opacity: 0;
	pointer-events: none;
	animation: none .144s 0s 1 ease-out;
}
.team-member-block\/body > *{
	position:relative;
	z-index: 1;
}

/* body inside row */
.team-members-group\/body-row .team-member-block\/body {
	pointer-events: auto;
	opacity: 1;
}
/* base body intro */
.team-members-group\/body-row [data-phase=intro].team-member-block\/body{
	animation-name: fade-in;
}
/* base body outro */
.team-members-group\/body-row [data-phase=outro].team-member-block\/body{
	animation-name: fade-out;
}
/* body intro when opened is in next column */
[data-sign='1'].team-members-group\/body-row [data-phase=intro].team-member-block\/body {
	animation-name: intro-leftward-team-member-body, fade-in;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}
/* body outro when opened is in next column */
[data-sign='1'].team-members-group\/body-row [data-phase=outro].team-member-block\/body {
	animation-name: outro-leftward-team-member-body, fade-out;
}
/* body intro when opened is in previous column */
[data-sign='-1'].team-members-group\/body-row [data-phase=intro].team-member-block\/body {
	animation-name: intro-rightward-team-member-body, fade-in;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}
/* body outro when opened is in previous column */
[data-sign='-1'].team-members-group\/body-row [data-phase=outro].team-member-block\/body {
	animation-name: outro-rightward-team-member-body, fade-out;
}
@keyframes intro-leftward-team-member-body{  from{ transform: translateX( 25%) } }
@keyframes intro-rightward-team-member-body{ from{ transform: translateX(-25%) } }
@keyframes outro-leftward-team-member-body{  to{   transform: translateX(-25%) } }
@keyframes outro-rightward-team-member-body{ to{   transform: translateX( 25%) } }
@keyframes fade-in{ from{ opacity: 0 } }
@keyframes fade-out{  to{ opacity: 0 } }

/* Leadership Team special layout */
@media (min-width: 960px) {
    /*
	Every fifth and sixth item after the first eight needs specific margins.
	Due to the accordian script’s reliance on inserting elements an :nth-child()
	selector won’t suffice.
    */
	[data-team-groups="leadership team"].team-members-group > .team-member-block:where([data-index='11'], [data-index='16']) {
		margin-left: calc(100% / 6);
	}
	[data-team-groups="leadership team"].team-members-group > .team-member-block:where([data-index='12'], [data-index='17']) {
		margin-right: calc(100% / 6);
	}
}
/* Board of directors (&static class is the cheapest way to distinguish them
   for now but may fail if they ever become expandable or linked). */
.\&static.team-members-group {
    column-gap: var(--wp--preset--spacing--50);
}
.\&static.team-members-group .team-member-block.wp-block-column {
	margin-bottom: var(--wp--preset--spacing--60);
	align-items: center;
}
@media screen and (min-width: 480px) and (max-width:959px){
	.\&static.team-members-group > .team-member-block.wp-block-column:not(:only-of-type) {
		flex-basis: min(18em, calc(50% - var(--wp--preset--spacing--50)));
	}
}
@media (min-width: 960px) {
	.\&static.team-members-group .team-member-block {
		flex-basis: calc(33% - var(--wp--preset--spacing--50) * 3/4);
	}
}
.\&static.team-members-group .team-member-block\/meta {
	color: var(--wp--preset--color--trmln-bright-turquoise);
	text-align: center;
}

/* Piper (pipeline) */
.s8-piper-subject\/phase-pipe {
	border-radius: 0;
	border: none;
	background: #e1e1e1;
	height: 1.5em;
}
.s8-piper-subject\/phase-pipe-fill {
	transition-duration: 987ms;
	background: var(--wp--preset--gradient--trmln-turquoise-sky-midnight);
	background-size: var(--s8-piper-phases-progress) 100%;
	/* clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, calc(100% - 1.5em) 0, calc(100% - 1.5em) 89%, calc(100% - 2.5em) 0) */
	background-position: 100% 0;
	background-repeat: no-repeat;
}
.s8-piper {
	grid-gap: 0;
	position: relative;
}
.s8-piper-term-set {
	align-items: end;
}
.s8-piper-term {
	border-bottom: var(--trmln--line-weight) solid var(--wp--preset--color--trmln-turquoise);
}
.s8-piper-term,
.s8-piper-subject > dt {
	display: flex;
	text-align: center;
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--minus-1);
	padding-bottom: .4em;
}
.s8-piper-term > span {
	flex: 1;
}
.s8-piper-term > span,
.s8-piper-subject > dt,
.s8-piper-subject > dd {
	line-height: 1.125;
}
.s8-piper-subject > dt {
	align-items: end;
	text-align: left;
}
.s8-piper-subject > dd:first-of-type {
	font-weight: 600;
}
.s8-piper-subject\/phase-detail {
	transform: scale(0);
	position: absolute;
}
@media (max-width: 479px) {
	dt.s8-piper-subject\/phase-term {
		font-size: var(--wp--preset--font-size--minus-2);
		overflow: hidden;
	}
	dt.s8-piper-subject\/phase-term span {
		padding-inline: .5em;
		overflow: hidden;
		overflow-wrap: initial;
		text-overflow: ellipsis;
	}
}
@media (max-width:959px) {
    .s8-piper > .s8-piper-term-set {
        display: none;
    }
    .s8-piper > .s8-piper-term-set > .s8-piper-term:where(:first-child, :last-child) {
        transform: scale(0);
        position: absolute;
    }
    .s8-piper-subject {
        grid-template-rows: repeat(4, auto);
        grid-template-columns: repeat(4, 1fr);
        border-bottom: var(--trmln--line-weight) solid var(--wp--preset--color--trmln-turquoise);
        margin-bottom: var(--wp--preset--spacing--60);
    }
    .s8-piper-subject dt:where(:first-of-type, :last-of-type) {
        transform: none;
        position: static;
    }
    .s8-piper-subject dt:where(:first-of-type, :last-of-type),
    .s8-piper-subject dd:where(:first-of-type, :last-of-type) {
        grid-column-end: span 2;
    }
    .s8-piper-subject dd {
        grid-row: 2;
        margin-bottom: 1em;
    }
    .s8-piper-subject dd:first-of-type {
        padding-inline-end: .4em;
    }
    .s8-piper-subject dt:last-of-type,
    .s8-piper-subject dd:last-of-type {
        padding-inline-start: .4em;
    }
    .s8-piper .s8-piper-subject\/phase-term {
        position: relative;
        display: flex;
        justify-content: center;
        grid-row: 3;
    }
    .s8-piper-subject\/phase-term:not(:nth-of-type(2))::after {
	    content: '';
	    position: absolute;
	    top: .6em;
        left: 0;
	    bottom: 0;
	    width: var(--trmln--line-weight);
	    transform: translateX(-50%);
	    background: var(--wp--preset--color--trmln-turquoise);
	    margin: 0;
	}
    .s8-piper-subject\/phase-pipe {
        grid-column: 1 / -1 !important;
        grid-row: 4;
        margin-block: .1em 1em;
    }
}
@media (min-width:960px) {
	.s8-piper > .s8-piper-term-set {
		grid-template-columns: 1fr 4fr 1fr;
	}
	.s8-piper-term::after {
	    content: '';
	    position: absolute;
	    top: .6em;
	    bottom: 0;
	    width: var(--trmln--line-weight);
	    transform: translateX(-50%);
	    background: var(--wp--preset--color--trmln-turquoise);
	    margin: 0;
	}
	.s8-piper > .s8-piper-term-set > .s8-piper-term:first-child::after {
	    content: none;
	}
	.s8-piper-subject {
		border: var(--trmln--line-weight) solid var(--wp--preset--color--trmln-turquoise);
		border-block-width: 0;
		padding: 1rem 0;
	}
	.s8-piper-subject:first-of-type{
		padding-top: 1.5rem;
	}
	.s8-piper-subject:last-of-type {
		padding-bottom: 1.5rem;
		border-block-end-width: revert;
	}
	.s8-piper-subject\/phase-term,
	.s8-piper-subject dt {
		transform: scale(0);
		position: absolute;
	}
	.s8-piper-subject\/phase-pipe {
		grid-row: 1;
	}
	.s8-piper-term > span,
	.s8-piper-subject > dd {
		padding-inline: 1.25rem;
	}
	.s8-piper-subject > dd {
	    font-size: var(--wp--preset--font-size--minus-1);
	}
	.s8-piper-subject > dd:last-of-type {
		grid-column: 6;
	}
}
@media (min-width: 960px) and (max-width: 1279px) {
	.s8-piper > .s8-piper-term-set {
		grid-template-columns: 1.4fr 4fr 1.4fr;
	}
	.s8-piper-subject {
		grid-template-columns: 1.4fr repeat(4, 1fr) 1.4fr;
	}
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/**
 * Headspace starter styles
 */
.headspace {
  position: absolute;
  left: 0;
  right: 0;
  transition: transform 0.3s;
  will-change: transform;
}
.headspace--hidden {
  transform: translate3d(0, -100%, 0); /* y value should be -1 * height */
}
.headspace--fixed {
  position: fixed;
}
.headspace--fixed.site-header:before {
	opacity: 1;
}

/*#page:before {
	position: fixed;
	content: '';
	z-index: 4;
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	transition: -webkit-backdrop-filter .144s linear;
	transition: backdrop-filter .144s linear;
	will-change: -webkit-backdrop-filter, backdrop-filter;
	height: var(--header-height, 100px);
	width: 100%;
}*/
.site-header {
	width: 100%;
	z-index: 4;
	position: fixed;
}
.site-header:before {
	content: '';
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background: #fff;
	opacity: 0;
	transition: opacity .144s linear;
	will-change: opacity;
}

.site-header\/liner{
	display: flex;
	flex-flow: row;
	position: relative;
}

.site-header\/link-root {
	box-sizing: border-box;
	max-width: 100%;
	margin-left: -1.5%;
	padding: 35px 1.5%;
}

.site-header\/link-root > svg {
	display: block;
	min-width: 170px;
	max-width: 388px;
	width: 30vw;
}
.site-header\/link-root use {
	transition: opacity .144s linear;
	will-change: opacity;
}
.site-header\/link-root use.\&at-top {
	--trmln\/wordmark-fill: #fff
}
.site-header\/link-root use:not(.\&at-top) {
	opacity: 0;
}
.tuck-header .site-header\/link-root use:not(.\&at-top),
.headspace.headspace--fixed .site-header\/link-root use:not(.\&at-top) {
	opacity: 1;
}
.tuck-header .site-header\/link-root use.\&at-top,
.headspace:.headspace--fixed .site-header\/link-root use.\&at-top {
	opacity: 0;
}


@media (min-width: 1080px){
	.site-header\/liner{
		justify-content: space-between;
	}
	.site-header\/liner .primary-navigation {
		margin: 0;
	}
}

/**
 * 4.5 Tucking header
 * -----------------------------------------------------------------------------
 */

#masthead,
.site-header\/title,
#primary-navigation {
	transition: transform .377s ease-out;
}
.site-header\/title {
	transition: transform .377s ease-out;
	transform-origin: 0 100%;
}
.tuck-header:not(.untuckable) #masthead:before {
	opacity: 1;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	padding: 0;
	min-height: 44px;
	font-size: 11px;
	font-family: var(--wp--preset--font-family--cormorant);
}
.primary-navigation ul {
	list-style: none;
	margin: 0;
}
@media screen and (min-width:320px) and (max-width:1079px){
	.primary-navigation{
		font-size: calc( 11px + (22 - 11) * (100vw - 320px) / (1079 - 320) );
	}
}
@media screen and (min-width:1080px) and (max-width:1643px){
	.primary-navigation{
		font-size: calc( 19px + (22 - 19) * (100vw - 1080px) / (1643 - 1080) );
	}
}
@media (min-width:1644px){
	.primary-navigation{
		font-size: 22px;
	}
}

.primary-navigation,
.primary-navigation\/liner,
.primary-navigation\/liner > *,
.primary-navigation .nav-menu,
.primary-navigation .nav-menu > ul,
.primary-navigation .nav-menu > ul > li,
.primary-navigation .nav-menu > ul > li > a{
	display: flex;
}

.primary-navigation .nav-menu li > a{
	font-weight: 700;
	position: relative;
	padding:1.2em .8em;
	color: #fff;
	line-height: 1;
	align-items: center;
	transition: color .144s linear;
	will-change: color;
}

@media (min-width: 1080px) {
	.primary-navigation\/liner {
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	.primary-navigation\/liner > *{
		flex: 1 0 auto;
	}
	.primary-navigation .sub-menu {
		/* display: none; */
	}
	.primary-navigation .nav-menu .menu-item:last-child {
		margin-right: -.8em;
	}
	.primary-navigation .menu-main-container .menu-item a {
		padding-top: .2em;
	}
	/* Link when header is tucked (or headspace fixed) */
	.tuck-header .primary-navigation .nav-menu li > a,
	.headspace--fixed .primary-navigation .nav-menu li > a {
		color: var(--wp--preset--color--trmln-midnight);
	}
	/* Link hovers default */
	.primary-navigation .nav-menu li > a:hover,
	.primary-navigation .genericon:hover {
		color: var(--wp--preset--color--trmln-midnight) !important;
	}
	/* Link hovers when header is tucked (or headspace fixed) */
	.tuck-header .primary-navigation .nav-menu li > a:hover,
	.tuck-header .primary-navigation .genericon:hover,
	.headspace--fixed .primary-navigation .nav-menu li > a:hover,
	.headspace--fixed.primary-navigation .genericon:hover {
		color: var(--wp--preset--color--trmln-sky);
	}
	.primary-navigation .nav-menu li > a:before {
		--h: 3px;
		--clippa: polygon(0 0, calc(100% - 15px) 0, calc(100% - 15px) var(--h), calc(100% - 15px + var(--h)) 0, 100% 0, 100% 100%, 0 100%);
		content: '';
		display: block;
		height: var(--h);
		opacity: .5;
		background-color: var(--wp--preset--color--trmln-midnight);
		-webkit-clip-path: var(--clippa);
		clip-path: var(--clippa);
		position: absolute;
		left:.8em; right:.8em;
		top: 100%;
		margin-top: -.8em;
		transform: scaleY(0);
		transition: transform .144s .098s ease-out;
	}
	.corollary-nav {
		justify-content: flex-end;
		align-items: center;
		font-size: var(--wp--preset--font-size--minus-1);
	}
	.corollary-nav .nav-menu .menu-item > a {
		padding-bottom: .2em;
	}
	.corollary-nav .nav-menu .menu-item > a:before {
		top: 0;
		margin-top: .6em;
	}
	.primary-navigation ul li:first-of-type > ul {
		width: 209px;
	}
	.primary-navigation ul ul {
    position: absolute;
    /* top: 103px; */
    left: -999em;
    z-index: -1;
    width: 100%;
    right: auto;
    margin: 0;
    background-color: #00a3b9;
		background-image: var(--wp--preset--gradient--trmln-turquoise-sky);
    box-shadow: -10px 3px 16px rgba(0,0,0,.1);
	}
	.primary-navigation li ul {
    width: 191px;
    text-align: left;
    padding-right: 0;
    z-index: 999;
	}
	.primary-navigation li ul li {
		position: relative;
		padding: 6px 0;
	}
	.primary-navigation li:hover > ul, .primary-navigation li.focus > ul {
    left: auto;
		top: 40px;
	}
	.primary-navigation ul ul li:hover > ul, .primary-navigation ul ul li.focus > ul {
    /* left: 100%;
    left: -100%; */
    top: 0;
    right: 100%;
    background-image: linear-gradient( 368deg, #009bd8, #00a6ab );
	}
	.primary-navigation .nav-menu li li > a:before {
    background-color: transparent;
	}
}
.primary-navigation .nav-menu li > a:hover:before,
.site-navigation [class].current_page_item > a:before,
.site-navigation [class].current_page_ancestor > a:before {
	transition-delay: 0s;
	transform: scaleY(1);
}
.site-navigation [class].current_page_item > a:before,
.site-navigation [class].current_page_ancestor > a:before {
	opacity: 1;
}

.site-navigation [class].current_page_item > a,
.site-navigation [class].current_page_ancestor > a:before {
/*	color: var(--wp--preset--color--trmln-sky);*/
}

@media (max-width: 1079px) {
	.site-navigation [class].current_page_item > a,
	.site-navigation [class].current_page_ancestor > a,
	.site-navigation [class].current-menu-item > a,
	.site-navigation [class].current-menu-ancestor > a {
		color: var(--wp--preset--color--trmln-faded-midnight);
		--notch-half-size: .4rem;
		--notch-v-start: calc(55% - var(--notch-half-size));
		--notch-v-end: calc(55% + var(--notch-half-size));
		clip-path: polygon(
			0 0,
			0 var(--notch-v-start),
			calc(2 * var(--notch-half-size)) var(--notch-v-start),
			0 var(--notch-v-end),
			0 100%,
			100% 100%,
			100% 0
		);
	}
}

.corollary-nav .nav-menu li > a:before {
	margin-bottom: 0;
}

.corollary-nav .genericon {
	width: auto;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 .75em;
}

.corollary-nav .genericon a {
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
}

/**
 * 5.4 Hamburgerization
 */
html {
  padding-top: 0 !important;
}
#wprmenu_bar {
  background-color: transparent;
	transition: 200ms;

}
.menu_title a {
	width: 50%;
	max-width: 324px;
}
#wprmenu_bar .bar_logo {
  height: auto;
  width: 100%;
  padding-right: 0;
}
#wprmenu_bar div.hamburger {
  position: relative;
  margin-top: 7px !important;
  margin-right: 11px !important;
}
#wprmenu_bar div.hamburger:after {
	position: absolute;
	content: "";
	top: -15px;
	left: -13px;
	width: 50px;
	height: 50px;
	background-color: #212349;
	border-radius: 50%;
	z-index: -1;
}
#wprmenu_bar.active div.hamburger:after {
	top: -12px;
	left: -13px;
}
#wprmenu_bar.active div.hamburger {
  margin-top: 4px !important;
  margin-right: 11px !important;
}
.hamburger-box {
  width: 25px;
  height: 22px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner::after {
	top: 20px;
}
#wprmenu_menu_ul {
  padding: 0 0 92px;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a {
	font-family: var(--wp--preset--font-family--cormorant);
	font-weight: 700;
}
@media all and (max-width:1079px) {
	.site-main > .entry-header > .entry-header\/liner,
	.singular .entry-header > .entry-header\/liner {
	  position: relative;
	  padding-top: 156px !important;
	  padding-bottom: 68px !important;
	}
}


#act-nav0{
	pointer-events:auto;
	display: block;
	z-index: 10007;
	margin: auto 0 auto auto;
	line-height:.7;
	color: #fff;
	background: var(--wp--preset--color--trmln-midnight);
	cursor: pointer;
	padding:0;
	-webkit-appearance: none;
	appearance:none;
	box-shadow: none;
	border: none;
	border-radius: 48px;
	overflow: hidden;
	align-self:flex-start;
}
#act-nav0 .icon-menu{
	z-index: 1;
	position: relative;
	display:block;
	width: 48px;
	height: 48px;
	overflow: visible;
}
/* focus related */
	#act-nav0:focus{
		outline:none;
	}
	#act-nav0:focus-visible .icon-menu\/shape {
		stroke-width: 2;
		stroke: currentColor;
	}
/**/
#act-nav0 .icon-menu\/symbol{
	transition: transform 377ms ease-out;
	stroke-dasharray: 35.5 40;
	stroke-width: 3;
}
#act-nav0:hover .icon-menu\/symbol,
#act-nav9:focus .icon-menu\/symbol{
	stroke-width:5;
	transform:scale(.8);
	transition-duration: 233ms;
}
#act-nav0 .icon-menu\/symbol path{
	stroke-width:inherit;
	transition: inherit;
}
#act-nav0 .icon-menu\/item{
	stroke-linecap: round;
	stroke-linejoin: round;
}
#act-nav0 .icon-menu\/item:nth-child(1){
	transform-origin: -16.5px -9px;
	animation:
	menu-icon-off-item1 233ms 0ms 1 ease-out both;
}
#act-nav0 .icon-menu\/item:nth-child(2){
	transform-origin: 0 0;
	animation:
	menu-icon-off-item2 233ms 0ms 1 ease-out both;
}
#act-nav0 .icon-menu\/item:nth-child(3){
	transform-origin: 16.5px 9px;
	animation:
	menu-icon-off-item3 233ms 0ms 1 ease-out both;
}
#act-nav0.\&open .icon-menu\/item:nth-child(1){
	animation:
	menu-icon-on-item1 233ms 0ms 1 ease-out both;
}
#act-nav0.\&open .icon-menu\/item:nth-child(2){
	animation:
	menu-icon-on-item2 233ms 0ms 1 ease-out both;
}
#act-nav0.\&open .icon-menu\/item:nth-child(3){
	animation:
	menu-icon-on-item3 233ms 0ms 1 ease-out both;
}
@keyframes menu-icon-on-item1{
	50%{
		stroke-dashoffset: -33;
		transform: rotate(0deg) translate( 2px, -5.5px );
	}
	51%{
		transform: rotate(45deg) translate( 2px, -5.5px );
	}
	to{
		transform: rotate(45deg) translate( 2px, -5.5px );
		stroke-dashoffset: -20.5;
	}
}
@keyframes menu-icon-off-item1{
	from{
		stroke-dashoffset: -20.5;
		transform: rotate(45deg) translate( 2px, -5.5px );
	}
	50%{
		transform: rotate(45deg) translate( 2px, -5.5px );
		stroke-dashoffset: -33;
	}
	51%{
		transform: rotate(0deg) translate( 2px, -5.5px );
	}
	to{
		stroke-dashoffset: 0;
		transform: rotate(0deg) translate( 0, 0 );
	}
}
@keyframes menu-icon-on-item2{
	50%{
		stroke-dashoffset: -33;
		transform: translate(16.5px, 0);
	}
	51%{
		transform: rotate(-45deg) translate(16.5px, 0);
	}
	to{
		transform: rotate(-45deg) translate( 0, 0 );
		stroke-dashoffset: 0;
	}
}
@keyframes menu-icon-off-item2{
	from{
		transform: rotate(-45deg) translate( 0, 0 );
	}
	50%{
		transform: rotate(-45deg) translate( 16.5px, 0 );
		stroke-dashoffset: -33;
	}
	51%{
		transform: rotate( 0deg ) translate(16.5px, 0);
	}
	to{
		stroke-dashoffset: 0;
		transform: translate(0, 0);
	}
}
@keyframes menu-icon-on-item3{
	50%{
		stroke-dashoffset: 35;
		transform: rotate(0deg) translate( -2px, 5.5px );
	}
	51%{
		transform: rotate(45deg) translate( -2px, 5.5px );
	}
	to{
		transform: rotate(45deg) translate( -2px, 5.5px );
		stroke-dashoffset: 23;
	}
}
@keyframes menu-icon-off-item3{
	from{
		stroke-dashoffset: 23;
		transform: rotate(45deg) translate( -2px, 5.5px );
	}
	50%{
		transform: rotate(45deg) translate( -2px, 5.5px );
		stroke-dashoffset: 35;
	}
	51%{
		transform: rotate(0deg) translate( -2px, 5.5px );
	}
	to{
		stroke-dashoffset: 0;
		transform: rotate(0deg) translate( 0, 0 );
	}
}
@media (min-width: 1080px){
	#act-nav0{
		display:none;
	}
}
@media (max-width: 1079px){
	#primary-navigation{
		position: fixed;
		z-index: -1;
		top: 100px;
		top: var(--header-height, 100px);
		width: 28em;
		max-width: 100%;
		max-height: calc(100vh - var(--header-height));
		right:0;
		perspective: 100vw;
		perspective-origin: 50% 0;
	}
	#primary-navigation:not(.\&open){
		pointer-events: none;
	}
	#primary-navigation .primary-navigation\/liner{
		overflow: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
		width: 100%;
		transform-origin: 50% calc(100vh - var(--header-height, 100px));
		-webkit-transition: -webkit-transform .144s ease-out, opacity .144s linear;
		transition: transform .144s ease-out, opacity .144s linear;
		will-change: transform, opacity;
		flex-flow: column;
		align-items: center;
		background: var(--wp--preset--color--trmln-midnight);
	}
	#primary-navigation:not(.\&open) .primary-navigation\/liner{
		opacity: 0;
		-webkit-transform:translate3d(0, -10%, -10vw);
		transform:translate3d(0, 10%, -10vw);
	}
	.primary-navigation\/liner > * {
		width: 100%;
		max-width: 28em;
	}
	#primary-navigation .nav-menu{
		flex: 1 0 100%;
		display: flex;
		flex-direction: column;
	}
	#primary-navigation .nav-menu > .menu-item {
		display: flex;
		flex-flow: row wrap;
		align-items: baseline;
		/* justify-content: center; */
	}
	#primary-navigation .nav-menu > .menu-item > a{
		flex: 1 0 auto;
		align-items: center;
		font-size: 1.3125em !important;
		padding-top: 0.7em !important;
    padding-bottom: 0.7em !important;
		padding-left: var(--wp--style--root--padding-left);
		padding-right: var(--wp--style--root--padding-right);
		background: var(--wp--preset--color--trmln-midnight);
	}
	#primary-navigation .nav-menu > .menu-item > a:only-child {
		flex: 0 0 100%;
	}
	#primary-navigation .corollary-nav .menu-corollary-container {
		flex: 1;
	}
	#primary-navigation .corollary-nav .genericon {
		width: auto;
		height: auto;
		font-size: inherit;
		padding: 0 1.4em;
	}
	#primary-navigation .sub-menu {
		flex: 0 0 60%;
		display: flex;
		flex-flow: column;
		width: 100%;
		margin-left: 0;
		padding-left: 22px;
    /* background: var(--wp--preset--color--trmln-midnight); */
	}
	#primary-navigation .sub-menu li {
    /* background: var(--wp--preset--color--trmln-midnight); */
	}
	#primary-navigation .nav-menu > .menu-item a {
		flex: 1 0 auto;
		align-items: center;
		font-size: 1.2em;
		line-height: 2em;
		padding-top: 0.4em !important;
		padding-bottom: 0.4em !important;
		padding-left: var(--wp--style--root--padding-left);
		padding-right: var(--wp--style--root--padding-right);
		/* background: var(--wp--preset--color--trmln-midnight); */
	}
	#menu-corollary.nav-menu > li:first-of-type > a {
		padding-bottom: 0 !important;
	}
	#menu-corollary.nav-menu > li:last-of-type > a {
		padding-top: 0 !important;
	}
}
@media (max-width: 491px){
	#primary-navigation .corollary-nav .genericon {
		font-size: 16px;
	}
}

.\&open#nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 3;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: block;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
	margin: 0 auto;
}
.site-content .entry-content {
	position: relative;
}
body .is-layout-flex {
  gap: 8em !important;
}
.large-marge {
	margin-bottom: 44px !important;
}
.no-marge {
	margin-bottom: 0 !important;
}
.is-large-number {
	font-size: 28px;
	font-weight: 800;
}
.wp-block-table table {
  border-width: 0;
}
.wp-block-table td {
  font-size: 18px;
  color: #1e4674;
  border: none;
}
.news-date {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: 24px;
	color: #00a6ab !important;
	font-weight: 800;
  margin-top: 18px !important;
}
.news-title {
	font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
	margin-top: 5px !important;
}
.news-copy {
	margin-top: 5px !important;
}
.news-cta {
  margin-top: 0 !important;
}
.news-cta a {
	color: var(--wp--preset--color--trmln-sky);
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--minus-1);
  font-weight: 700;
}
.news-cta a:after {
	content: ' +';
	font-size: var(--wp--preset--font-size--plus-1);
	font-weight: 400;
}
.corporate-overview-link a {
	position: relative;
	color:var(--wp--preset--color--trmln-midnight);
	text-decoration: none !important;
	border-bottom: 2px solid;
}
.corporate-overview-link a:after {
	position: absolute;
	content: "";
	top: 5px;
	right: -54px;
	width: 35px;
	height: 32px;
	background-image: url(../../uploads/2023/07/download.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
@media all and (max-width: 781px) {
	body .is-layout-flex {
	    gap: 2em !important;
	}
}
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.site-main > .entry-header,
.page-template-front-page .entry-header,
.singular .entry-header {
	position: relative;
	background:
		url(images/header-backdrop-w3840.webp) center/cover no-repeat,
		var(--wp--preset--gradient--trmln-turquoise-sky);
}
/*
.page-template-front-page .entry-header::before,
.singular .type-page .entry-header::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: inherit;
	mix-blend-mode: multiply;
	opacity: .5
}
*/

.site-main > .entry-header > .entry-header\/liner,
.singular .entry-header > .entry-header\/liner  {
	position: relative;
	padding-top: calc(var(--header-height, 100px) + var(--wp--preset--spacing--80));
	padding-bottom: var(--wp--preset--spacing--80);
}
.entry-header\/liner::after{
	content: '';
	clear: left;
	display: block;
}

.site-main > .entry-header .entry-title,
.singular .entry-header .entry-title {
	font-family: Jost, sans-serif;
	line-height: 1.2;
}

.entry-header\/media {
	shape-outside: margin-box;
	border-radius: 480px;
	max-width: 480px;
	width: 29.2%;
	overflow: hidden;
	box-shadow: var(--trmln\/shade-30);
	background: var(--wp--preset--color--trmln-faded-midnight);
	position: relative;
	z-index: 1;
}
@media (max-width: 639px) {
	.entry-header\/media {
		margin-inline-end: calc(-1 * var(--wp--style--root--padding-right)) !important;
		border-radius: 120px 0 0 120px;
		min-width: 120px;
		width: 120px;
		height: 320px;
	}
	.entry-header\/media img{
		object-fit: cover;
		object-position: 12.5% 50%;
		height: 100%;
	}
	.page-id-448 .entry-header\/media img{
		object-position: 35.5% 50%;
	}
}
@media (min-width: 1644px) {
	.entry-header .is-layout-constrained > .entry-header\/media {
		margin-inline-end: max( .5 * (100% - var(--wp--style--global--wide-size)), 0px);
	}
}

.entry-header time {
    color:  #fff;
    font-style: italic;
    font-family: Cormorant, serif;
    font-size: var(--wp--preset--font-size--plus-1);
    margin-block-end: var(--wp--preset--spacing--30);
    display: block;
}

.entry-header\/liner .entry-title {
	line-height: 1.0909090909;
	margin: 0;
	color: #fff;
}

.site-main > .entry-header .entry-title,
.singular .entry-header .entry-title {
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--plus-4);
}

.entry-header\/menu {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: var(--wp--preset--font-size--plus-1);
	/* font-size: 20px; */
	position: relative;
	margin-bottom: calc(-1 * var(--wp--preset--spacing--20));
	float: left;
	margin-right: -100% !important;
	width: calc(var(--wp--style--root--padding-left) + 100% + var(--wp--style--root--padding-right));
}
@media (max-width: 1079px) {
	.type-page .entry-header\/menu {
		display: none;
	}
}

.entry-header\/menu ul {
	position: relative;
	display: inline-flex;
	list-style: none;
	justify-content: flex-start;
	margin: 0;
	padding-left: max(
		.5 * (100% - var(--wp--style--global--wide-size)),
		var(--wp--style--root--padding-left)
	) !important;
	padding-right: var(--wp--style--root--padding-right) !important;
	padding-block: .25em;
	/* -webkit-mask: linear-gradient(90deg, #000 calc(100% - var(--wp--style--root--padding-right)), #0000) 0 0/ auto no-repeat; */
	-webkit-mask: linear-gradient(90deg, #000 calc(120% - var(--wp--style--root--padding-right)), #0000) 0 0/ auto no-repeat;
	  white-space: nowrap;
}
.entry-header\/menu ul ul {
	display: block !important;
	white-space: nowrap;
	padding: 0 !important;
	background-color: #00a3b9;
	position: absolute;
  width: 265px;
	left: -999em;
}
.entry-header\/menu ul li:hover > ul {
	left: auto;
}
.entry-header\/menu ul ul::before {
	border: none;
	box-shadow: none;
  background-image: none;
}
.entry-header\/menu ul ul li {
	display: block;
	position: relative;
	padding: 0 !important;
}
.entry-header\/menu ul ul li a {
	padding-bottom: 8px;
}
@media all and (min-width: 1080px) {
	.page-id-226 #menu-item-40 > a:before {
		--h: 3px;
		--clippa: polygon(0 0, calc(100% - 15px) 0, calc(100% - 15px) var(--h), calc(100% - 15px + var(--h)) 0, 100% 0, 100% 100%, 0 100%);
		content: '';
		display: block;
		height: var(--h);
		opacity: .5;
		background-color: var(--wp--preset--color--trmln-midnight);
		-webkit-clip-path: var(--clippa);
		clip-path: var(--clippa);
		position: absolute;
		left: 0.8em;
		right: 0.8em;
		top: 100%;
		margin-top: -0.8em;
		transform: scaleY(0);
		transition: transform .144s .098s ease-out;
		opacity: 1;
		transition-delay: 0s;
		transform: scaleY(1);
		top: 0;
		margin-top: 0.6em;
	}
}
@media (min-width: 768px) {
.entry-header\/menu > ul {
	padding-right: 12rem !important;
	-webkit-mask: linear-gradient(90deg, #000 calc(100% - 12rem), #0000) 0 0/ auto no-repeat
}
}
@media (min-width: 1080px) {
.entry-header\/menu > ul {
	padding-right: 21% !important;
	-webkit-mask: linear-gradient(90deg, #000 calc(100% - 21%), #0000) 0 0/ auto no-repeat
}
}
#menu-investors {
	width: 100%;
	padding-right: max( .5 * (100% - var(--wp--style--global--wide-size)), var(--wp--style--root--padding-left) ) !important;
	-webkit-mask: none;
}
.entry-header\/menu ul::before {
	content: '';
	position: absolute;
	inset: .25em 0;
	background-image: var(--wp--preset--gradient--trmln-turquoise-sky);
	box-shadow: 0 0 .25em .075em #0005;
	border-width: var(--trmln--line-weight) 0;
	border-color: #fff;
	border-style: solid;
	/* height: 45px; */
	height: calc( (var(--wp--preset--font-size--plus-1)*1.5) + var(--wp--preset--spacing--20) + var(--wp--preset--spacing--20) );
}
.entry-header\/menu ul > li {
	z-index: 1;
}
.entry-header\/menu > ul > li:first-child {
	margin-left: -.8em;
}
.entry-header\/menu a {
	color: #fff;
	padding: var(--wp--preset--spacing--20) .8em;
	display: block;
	font-weight: bold;
  /* padding-bottom: 0; */
}
@media (max-width: 1255px) {
	#menu-investors a {
		font-size: 18px !important;
	}
	#menu-investors .menu-item-has-children > a:after {
		font-size: 9px !important;
    top: 17px;
	}
	#menu-investors:before {
		height: 35px !important;
	}
}
.entry-header\/menu .menu-item-has-children > a:after {
  -webkit-font-smoothing: antialiased;
	font-size: 11px !important;
  content: "\f502";
  display: inline-block;
  font: normal 8px/1 Genericons;
  position: absolute;
  right: 0px;
  top: 19px;
  vertical-align: text-bottom;
}
.entry-header\/menu .menu-item-has-children > a {
	position: relative;
	/* display: inline-block; */
}
.entry-header\/menu a:hover {
	color: var(--wp--preset--color--trmln--midnight);
}
.entry-header\/menu a[aria-current] {
	pointer-events: none;
}

.entry-header\/art {
	overflow: hidden;
	position: absolute;
	inset: 0;
}
/* .entry-header\/art > svg{
	pointer-events: none;
	position: relative;
	z-index: 1;
	display: block;
	max-width: var(--wp--style--global--wide-size);
	top: 0;
	margin-block-start: 0 ;
	justify-self: center;
	align-self: stretch;
}
.entry-header\/art > svg > image{
	transform: translate(1305px, 132px) rotate(18deg) scaleX(-1);
} */
.trmln-art-bg-subject {
	position: absolute;
	mix-blend-mode: overlay;
}
.trmln-art-bg-subject:nth-child(1) {
	filter: blur(34px) opacity(.35);
	width: 55%;
	transform: translate(5%, -40%) rotate(-95deg);
}
.trmln-art-bg-subject:nth-child(2) {
	filter: blur(13px) opacity(.5);
	width: 21%;
	bottom: 0;
	transform: translate(25%, 13%) scaleY(-1);
}
.trmln-art-bg-subject:nth-child(3) {
	filter: blur(21px) opacity(.5);
	width: 34%;
	right: 0;
	transform: translate(35%, 7%) rotate(135deg);
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 600;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	word-wrap: break-word;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

:where(.entry-content) ul {
/*     list-style: none; */
}
:where(.entry-content) ul li {
    margin-left: 26px;
}
:where(.entry-content) ul li::before {
    color: var(--wp--preset--color--trmln-turquoise);
}
:where(.entry-content) ul:not([class]) li::before {
    content: '– ';
}
:where(.entry-content) ul:not([class]) li::before {
	content: '. ';
	background: var(--wp--preset--color--trmln-turquoise);
	--size: 7px;
	--top: calc(50% - var(--size) / 2);
	--bottom: calc(50% + var(--size) / 2);
	--clippa: polygon(
		0 calc(var(--top)),
		0 calc(var(--bottom)),
		var(--size) calc(var(--bottom))
	);
	-webkit-clip-path: var(--clippa);
	clip-path: var(--clippa);
}

.page-content > :first-child:not(.alignfull):not(.wp-block-group),
.entry-content > :first-child:not(.alignfull):not(.wp-block-group) {
	margin-block-start: var(--wp--preset--spacing--70);
}
.page-content > :last-child:not(.alignfull):not(.wp-block-group),
.entry-content > :last-child:not(.alignfull):not(.wp-block-group) {
	margin-block-end: var(--wp--preset--spacing--70);
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 600;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #3cbdd5;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #f15a29;
}

.paging-navigation a:hover {
	border-top: 5px solid #f15a29;
	color: #2b2b2b;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer {
	--trmln\/wordmark-fill: currentColor;
	font-family: Jost, serif;
}
.site-footer .wordmark {
	min-width: 170px;
	width: 30vw;
	max-width: 210px;
}
.page-template-front-page .site-footer {
	border-top: none;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info.is-layout-flex {
	align-items: start;
	gap: var(--wp--preset--spacing--80);
}
.site-info strong:first-child {
	text-transform: uppercase;
}
.footer-nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-info a {
	color: #fff;
}

.site-info .genericon {
	width: auto;
	height: auto;
	font-size: 2em;
	position: relative;
	transition: transform .233s ease-out;
}
.site-info .genericon:hover {
	transform: scale(1.1);
}
.site-info .genericon a {
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
}

.search-box .search-field {
	width: 324px;
}



#secondary {
	width: 162px;
}



.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.focus > ul {
	left: 202px;
}


a.post-thumbnail:hover img {
	opacity: 0.85;
}

.full-size-link:before,
.parent-post-link:before,
.site-content span + .byline:before,
.site-content span + .comments-link:before,
.site-content span + .entry-date:before {
	content: "";
}

.site-content .entry-meta > span {
	margin-right: 10px;
}

.site-content .format-video .post-format a:before {
	content: "\f104";
}

.site-content .format-audio .post-format a:before {
	content: "\f109";
}

.site-content .format-image .post-format a:before {
	content: "\f473";
}

.site-content .format-quote .post-format a:before {
	content: "\f106";
	margin-right: 2px;
}

.site-content .format-gallery .post-format a:before {
	content: "\f103";
	margin-right: 4px;
}

.site-content .format-aside .post-format a:before {
	content: "\f101";
	margin-right: 2px;
}

.site-content .format-link .post-format a:before {
	content: "\f107";
	position: relative;
	top: 1px;
}

.site-content .featured-post:before {
	content: "\f308";
	margin-right: 3px;
	position: relative;
	top: 1px;
}

.site-content .entry-date a:before,
.attachment .site-content span.entry-date:before {
	content: "\f303";
	margin-right: 1px;
	position: relative;
	top: 1px;
}

.site-content .byline a:before {
	content: "\f304";
}

.site-content .comments-link a:before {
	content: "\f300";
	margin-right: 2px;
}

.site-content .full-size-link a:before {
	content: "\f402";
	margin-right: 1px;
}

.site-content .parent-post-link a:before {
	content: "\f301";
}

.archive-header,
.page-header {
	margin: 0 auto 60px;
	padding: 0 10px;
}

.error404 .page-header {
	margin-bottom: 24px;
}



.search-toggle {
	margin-right: 18px;
}

.search-box .search-field {
	width: 50%;
}

.site-content .has-post-thumbnail .entry-header {
	margin-top: 0;
}

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0;
}

.full-width .site-content {
	margin-right: 0;
}

#secondary,
#supplementary {
	padding: 0 30px;
}

.content-sidebar {
	border: 0;
	float: right;
	margin-left: -33.33333333%;
	padding: 48px 30px 24px;
	position: relative;
	width: 33.33333333%;
}


.slider .featured-content .entry-title {
	font-size: 22px;
	line-height: 1.0909090909;
}

.slider .featured-content .entry-header {
	min-height: inherit;
	padding: 24px 30px 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: 3;
}

.slider-control-paging {
	background: transparent;
	padding-left: 20px;
	width: 50%;
}

.slider-direction-nav {
	clear: none;
	float: right;
	width: 98px;
}

.slider-direction-nav li {
	border: 0;
	padding: 0 1px 0 0;
}

.slider-direction-nav li:last-child {
	padding: 0 0 0 1px;
}

.slider-direction-nav a {
	height: 48px;
}

.slider-direction-nav a:before {
	line-height: 48px;
}

.search-toggle {
	margin-right: 0;
}

.attachment .site-content .attachment img {
	display: block;
	margin: 0 auto;
}

.full-width .site-content .alignleft {
	clear: left;
}

.full-width .site-content .alignright {
	clear: right;
}

.has-green-color {
	color: #128f91;
}
.has-drkblue-color {
	color: #044c72;
}
.has-orange-color {
	color: #cb8f28;
}
.has-red-color {
	color: #95011b;
}
.has-white-color {
	color: #ffffff;
}
.has-black-color {
	color: #000000;
}
.has-grey-color {
	color: #646464;
}


.has-green-background-color {
	background-color: #128f91;
}
.has-drkblue-background-color {
	background-color: #044c72;
}
.has-orange-background-color {
	background-color: #cb8f28;
}
.has-red-background-color {
	background-color: #95011b;
}
.has-white-background-color {
	background-color: #ffffff;
}
.has-black-background-color {
	background-color: #000000;
}
.has-grey-background-color {
	background-color: #646464;
}
.contact-page-cols .wp-block-group.is-vertical {
	gap: 0 !important;
}
.spirited-logo-img {
/*     margin-right: 40px !important;
 */
}
.spirited-cont strong {
	text-transform: uppercase;
  font-size: var(--wp--preset--font-size--plus-1);
}
@media (max-width: 639px) {
	.spirited-logo-img {
    width: 150px;
    margin: 25px !important;
	}
}
.careers_head {
  display: inline-block;
	position: relative;
  margin-bottom: 44px;
}
.careers_head:before {
	position: absolute;
	content: '';
	bottom:-15px;
	right:0;
	height: 1px;
	width: 100vw;
  background-color: #00a6ab;
}
.careers_copy {
	font-size: 22px;
}
.career_cat_head {
	margin-bottom: 20px;
	margin-top: 40px;
}
.career_title {
	position: relative;
  color: #212349;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.career_title:before {
	content: '+ ';
	color: #00a6ab;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	margin-left: -25px;
}
.career_title a {
	color: #212349;
	text-decoration: underline;
	transition: 200ms;
}
.career_title a:hover {
	color: #009bd8;
	text-decoration: underline;
}
.upcoming_career_cont .career_title:before {
  content: none;
}
.upcoming_career_cont a {
  pointer-events: none;
	text-decoration: none;
}
@media all and (max-width:767px) {
	.careers_copy {
		font-size: 16px;
	}
	.career_title {
	  font-size: 18px;
	}
}
.pipeline-disclaimer {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	background-color: #1a3d68;
	text-align: center;
	width: 100%;
	max-width: 800px;
	padding: 10px 20px;
	margin: 0 auto 36px;
}
@media all and (max-width:1023px) {
  .pipeline-disclaimer {
    font-size: 18px;
    max-width: 580px;
    padding: 5px 15px;
    margin: 0 auto 30px;
  }
}
.page-id-29 .entry-header figure {
  margin-top: 84px;
}
@media all and (max-width:1079px) {
	.page-id-29 .entry-header figure {
	  margin-top: 0;
	}
}
.pub-date {
	color: gray;
	    margin-bottom: 24px;
}
.pub-title {
	color: #212349;
	text-decoration: none !important;
}
.pub-title h4 {
  font-size: 24px;
	margin-bottom: 6px;
}
.pub-title:hover {
	color: #00a6ab;
	text-decoration: underline;
}
@media all and (max-width:1023px) {
	.pub-title h4 {
    font-size: 20px;
	}
	.team-members-group > .team-member-block.wp-block-column {
		margin-bottom: 24px;
	}
}
.page-id-26 .site-main {
	overflow-y: hidden;
}

#tranquility {
	padding-bottom: 0 !important;
}

.aaa-img img,
.aaa-img-02 img {
	width: 90%;
	max-width: 600px;
}

.social-icons i {
	color: #ffffff;
	width: 32px;
	height: auto;
	padding-right: 2px;
	font-size: 32px;
}
.social-icons i:hover {
	transform: scale(1.07);
}
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}






/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.site-header\/liner {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}



	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
