/*! BuildToolsCookbook v2.0.0 | (c) 2025 Your Name | MIT License | http://github.com/cferdinandi/build-tools-boilerplate */
/*
Theme Name: Ageing Gracefully
Theme URI: https://cdonald.co
Author: CDonald.co
Author URI: https://cdonald.co
Version: 1.1
Tags: one-column, two-columns, right-sidebar, flexible-header,
accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo,
editor-style, featured-images, footer-widgets, post-formats,
rtl-language-support, sticky-post, theme-options,
threaded-comments, translation-ready
*/
/* font-size 1rem = 10px on default browser settings */
/* ============================= */
/* FUNCTIONS                     */
/* ============================= */
/* ============================= */
/* MIXINS                        */
/* ============================= */
/* ============================= */
/* Typography                    */
/* ============================= */
/* ============================= */
/* Layout                        */
/* ============================= */
/* ============================= */
/* Icons                         */
/* ============================= */
/*
 * Fonts & typography
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	color: #222222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	/* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
	*,
*:before,
*:after {
		background: transparent !important;
		color: #000000 !important;
		/* Black prints faster:
		http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]:after,
a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
blockquote {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}

	tr,
img {
		page-break-inside: avoid;
	}

	p,
h2,
h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
h3 {
		page-break-after: avoid;
	}
}
* {
	box-sizing: border-box;
}

::-moz-selection {
	/* Code for Firefox */
	color: #FAF4EF;
	background: #0C140C;
}

::selection {
	color: #FAF4EF;
	background: #0C140C;
}

html {
	font-family: "DM Sans", sans-serif;
	font-size: 62.5%;
	/* font-size 1rem = 10px on default browser settings */
	font-weight: 400;
}

body {
	color: #0C140C;
	background-color: #FFFFF8;
	font-family: inherit;
	width: 100%;
	overflow-x: hidden;
	font-family: "DM Sans", sans-serif;
	font-size: 1.6rem;
	line-height: 2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-optical-sizing: auto;
}
@media (min-width: 520px) {
	body {
		font-family: "DM Sans", sans-serif;
		font-size: 1.8rem;
		line-height: 2.4rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-optical-sizing: auto;
	}
}

svg {
	height: auto;
	fill: currentColor;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 2.7rem;
}

.heading-3 {
	font-family: "schoolbook", Times, serif;
	font-size: 3.6rem;
	line-height: 3.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
@media (min-width: 800px) {
	.heading-3 {
		font-family: "schoolbook", Times, serif;
		font-size: 6rem;
		line-height: 6rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.heading-4 {
	font-family: "schoolbook", Times, serif;
	font-size: 2.4rem;
	line-height: 2.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
@media (min-width: 800px) {
	.heading-4 {
		font-family: "schoolbook", Times, serif;
		font-size: 4rem;
		line-height: 4rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.standard-cta {
	display: flex;
	align-items: center;
}
.standard-cta span {
	position: relative;
}
.standard-cta span:after {
	content: "";
	position: absolute;
	height: 1px;
	top: 0;
	left: 0;
	margin-top: 1.5em;
	background: #0C140C;
	width: 100%;
	transition: height 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.standard-cta svg {
	width: 2.4rem;
	margin-left: 2.4rem;
	transition: margin 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.standard-cta:hover span:after {
	height: 3px;
}
.standard-cta:hover svg {
	margin-left: 3rem;
}

.standard-section-padding {
	padding: 3.6rem 2.4rem;
}
@media (min-width: 520px) {
	.standard-section-padding {
		padding: 3.6rem 4.8rem;
	}
}
@media (min-width: 800px) {
	.standard-section-padding {
		padding: 6rem 4.8rem;
	}
}

.image-preview {
	filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-filter: blur(20px);
}

.image-container {
	overflow: hidden;
}

.full-image img {
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1), filter 0.5s cubic-bezier(0, 0, 0.3, 1);
	opacity: 0;
	filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-filter: blur(20px);
}
.full-image img.fade-in {
	opacity: 1;
	filter: blur(0px);
}

.ease-in {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.ease-in.loaded {
	opacity: 1;
}

.height-define {
	width: 100%;
	display: block;
}
.height-define--sixteen-nine {
	padding-bottom: 56.25%;
}
.height-define--twentyfour-nine {
	padding-bottom: 37.5%;
}
.height-define--thirtytwo-nine {
	padding-bottom: 28.125%;
}
.height-define--eight-nine {
	padding-bottom: 112.5%;
}
.height-define--square {
	padding-bottom: 100%;
}
.height-define--square-minus {
	padding-bottom: 80%;
}
.height-define--four-three {
	padding-bottom: 75%;
}

.site-logo {
	font-family: "Caprasimo", serif;
	font-size: 1.6rem;
	line-height: 1.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #004C3E;
	position: relative;
	transition: opacity 0.3s ease-in-out;
	display: flex;
	align-items: center;
	margin: 1.2rem 0;
}
.site-logo span {
	color: #1CAB75;
	white-space: nowrap;
}
.site-logo svg {
	width: 2.4rem;
	margin-right: 1.2rem;
}
.site-logo a, .site-logo a:link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.site-logo:hover {
	cursor: pointer;
	opacity: 0.7;
}
.site-logo.inverse span {
	color: white;
}

.nav {
	position: sticky;
	top: 0;
	z-index: 999;
	background: #FFFFF8;
	padding: 0 2.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	border-bottom: 1px solid #0C140C;
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.nav.home {
	background: white;
}
body.scroll:not(.menu-open) .nav {
	opacity: 0;
}
body.scroll:not(.menu-open) .nav.scroll-up {
	opacity: 1;
}
@media (min-width: 650px) {
	.nav {
		flex-flow: row;
	}
}
.nav .menu-icon svg {
	width: 2rem;
}
.nav__menu {
	width: 100%;
	display: none;
}
@media (min-width: 650px) {
	.nav__menu {
		width: auto;
		display: block;
	}
}
.nav__menu ul.top-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 2.4rem;
}
@media (min-width: 650px) {
	.nav__menu ul.top-menu {
		justify-content: flex-end;
		align-items: center;
		flex-direction: row;
		margin: 0 -1.2rem;
		font-family: "DM Sans", sans-serif;
		font-size: 1.2rem;
		line-height: 1.8rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-optical-sizing: auto;
		padding-bottom: 0;
	}
}
@media (min-width: 650px) {
	.nav__menu ul.top-menu li {
		margin: 0 1.2rem;
	}
}
.nav__menu ul.top-menu li a, .nav__menu ul.top-menu li a:link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav__menu ul.top-menu li:not(.button) a, .nav__menu ul.top-menu li:not(.button) a:link {
	padding: 1.2rem 0 0.8rem;
	border-bottom: 4px solid rgba(28, 171, 117, 0);
	transition: color 0.3s cubic-bezier(0, 0, 0.3, 1), border-bottom-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 650px) {
	.nav__menu ul.top-menu li:not(.button) a, .nav__menu ul.top-menu li:not(.button) a:link {
		padding: 2.4rem 0 2rem;
	}
}
.nav__menu ul.top-menu li:not(.button) a:hover, .nav__menu ul.top-menu li:not(.button) a:link:hover {
	color: #1CAB75;
	border-bottom-color: #1CAB75;
}
.nav__menu ul.top-menu li.button a, .nav__menu ul.top-menu li.button a:link {
	padding: 1.2rem 2.4rem;
	background-color: #1CAB75;
	color: white;
	transition: color 0.3s cubic-bezier(0, 0, 0.3, 1), background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 650px) {
	.nav__menu ul.top-menu li.button a, .nav__menu ul.top-menu li.button a:link {
		border-radius: 600px;
	}
}
.nav__menu ul.top-menu li.button a:hover, .nav__menu ul.top-menu li.button a:link:hover {
	background-color: #0C140C;
}
.nav__menu ul.top-menu li.button + .button {
	margin-left: 0;
}
.nav__menu ul.top-menu li.button svg {
	width: auto;
	height: 1.5em;
	margin-right: 1.2rem;
}
.nav__menu ul.top-menu li.button a.no-padding {
	padding: 1.2rem;
}
.nav__menu ul.top-menu li.button a.no-padding svg {
	margin-right: 0;
}
body.menu-open .nav__menu {
	display: block;
}
.nav.logged-in {
	background: #1CAB75;
}
.nav.logged-in .nav__menu ul.top-menu li.button a {
	background: white;
	color: #0C140C;
}
.nav.logged-in .nav__menu ul.top-menu li.button a:hover {
	background-color: #0C140C;
	color: white;
}
.nav.logged-in .nav__menu ul.top-menu li:not(.button) a {
	border-bottom: 4px solid #1CAB75;
}
.nav.logged-in .nav__menu ul.top-menu li:not(.button) a:hover {
	color: white;
	border-bottom-color: white;
}

.header {
	background: white;
	border-bottom: 1px solid #0C140C;
}
.header h1, .header h2 {
	width: 100%;
	margin: 0;
}
.header h1 {
	font-family: "Caprasimo", serif;
	font-size: 8.2rem;
	line-height: 8.2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1CAB75;
	display: flex;
	flex-direction: column;
	padding: 0.4em 2.4rem;
	font-weight: normal;
	border-bottom: 1px solid #0C140C;
}
@media (min-width: 520px) {
	.header h1 {
		padding: 0.4em 4.8rem;
	}
}
@media (min-width: 800px) {
	.header h1 {
		flex-direction: row;
		justify-content: space-between;
	}
}
@media (max-width: 519px) {
	.header h1 {
		font-size: 16vw;
		line-height: 16vw;
	}
}
@media (min-width: 950px) {
	.header h1 {
		font-size: 9.65vw;
		line-height: 9.65vw;
	}
}
.header h2 {
	font-family: "DM Sans", sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-optical-sizing: auto;
	letter-spacing: 0.5em;
	text-align: center;
	padding: 0.8em 2.4rem;
	font-weight: 300;
}
@media (min-width: 520px) {
	.header h2 {
		padding: 0.8em 4.8rem;
	}
}
@media (min-width: 800px) {
	.header h2 {
		font-family: "DM Sans", sans-serif;
		font-size: 2.4rem;
		line-height: 3.6rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-optical-sizing: auto;
	}
}
@media (min-width: 950px) {
	.header h2 {
		font-size: 2vw;
		line-height: 4vw;
		display: flex;
		justify-content: space-between;
		margin-left: 0.25em;
	}
}

.footer {
	background: #0C140C;
	color: white;
	display: flex;
	flex-flow: column;
	border-bottom: 1px solid #0C140C;
}
@media (min-width: 950px) {
	.footer {
		flex-flow: row;
		justify-content: space-between;
		align-items: flex-start;
	}
}
.footer__content {
	margin: 2.4rem 0;
	font-family: "DM Sans", sans-serif;
	font-size: 1.2rem;
	line-height: 1.8rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-optical-sizing: auto;
}
@media (min-width: 950px) {
	.footer__content {
		margin: 0 3.6rem;
	}
}
.footer__content p {
	max-width: 700px;
}
.footer__content p a, .footer__content p a:link {
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}
.footer__content p a:hover, .footer__content p a:link:hover {
	color: #1CAB75;
}
.footer .site-logo {
	margin: 0 0 3.6rem;
}
.footer ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
@media (min-width: 650px) {
	.footer ul.footer-menu {
		justify-content: flex-end;
		align-items: center;
		flex-direction: row;
		margin: 0 -1.2rem;
	}
}
@media (min-width: 650px) {
	.footer ul.footer-menu li {
		margin: 0 1.2rem;
	}
}
.footer ul.footer-menu li a, .footer ul.footer-menu li a:link {
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.2rem 0 0.8rem;
	transition: color 0.3s cubic-bezier(0, 0, 0.3, 1), border-bottom-color 0.3s cubic-bezier(0, 0, 0.3, 1);
	text-decoration: underline;
}
@media (min-width: 650px) {
	.footer ul.footer-menu li a, .footer ul.footer-menu li a:link {
		padding: 0;
	}
}
.footer ul.footer-menu li a:hover, .footer ul.footer-menu li a:link:hover {
	color: #1CAB75;
}

.page-section {
	border-bottom: 1px solid #0C140C;
}
.page-section--full-image {
	position: relative;
}
.page-section--full-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-section--full-text {
	background: #F7EB71;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-section--full-text .video-container {
	max-width: 896px;
	position: relative;
	margin: 0 auto 1em;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}
.page-section--full-text iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.page-section--full-text .full-text__text {
	margin-bottom: 1em;
	max-width: 1200px;
}
.page-section--full-text .full-text__link-container {
	display: flex;
	flex-direction: column;
}
@media (min-width: 800px) {
	.page-section--full-text .full-text__link-container {
		flex-direction: row;
	}
}
.page-section--full-text .full-text__link-container a.secondary-link {
	margin-top: 2.4rem;
}
@media (min-width: 800px) {
	.page-section--full-text .full-text__link-container a.secondary-link {
		margin-top: 0;
		margin-left: 2.4rem;
	}
}
.page-section--full-text .full-text__cta {
	background-color: white;
	border-radius: 600px;
	padding: 1.2rem 2.4rem;
	transition: background-color 0.3s cubic-bezier(0, 0, 0.3, 1), color 0.3s cubic-bezier(0, 0, 0.3, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-section--full-text .full-text__cta svg {
	width: 2.4rem;
	margin-left: 2.4rem;
	transition: margin 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.page-section--full-text .full-text__cta a, .page-section--full-text .full-text__cta a:link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.page-section--full-text .full-text__cta:hover {
	background-color: #0C140C;
	color: white;
}
.page-section--full-text .full-text__cta:hover svg {
	margin-left: 3.6rem;
}
.page-section--half-text {
	display: flex;
	flex-direction: column;
}
@media (min-width: 950px) {
	.page-section--half-text {
		flex-direction: row;
	}
}
.page-section--half-text .half-text__text, .page-section--half-text .half-text__image {
	width: 100%;
}
@media (min-width: 950px) {
	.page-section--half-text .half-text__text, .page-section--half-text .half-text__image {
		width: 50%;
	}
}
.page-section--half-text .half-text__image {
	position: relative;
	border-bottom: 1px solid #0C140C;
}
@media (min-width: 950px) {
	.page-section--half-text .half-text__image {
		border-bottom: none;
		border-right: 1px solid #0C140C;
	}
}
.page-section--half-text .half-text__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-section--half-text .half-text__text {
	box-sizing: border-box;
	padding: 2.4rem;
}
@media (min-width: 520px) {
	.page-section--half-text .half-text__text {
		padding: 4.8rem;
	}
}
.page-section--half-text .half-text__text h3 {
	margin-top: 0;
}
.page-section--half-text .half-text__text h3, .page-section--half-text .half-text__text p {
	max-width: 600px;
}
@media (min-width: 950px) {
	.page-section--half-text + .page-section--half-text {
		flex-direction: row-reverse;
	}
	.page-section--half-text + .page-section--half-text .half-text__text {
		border-right: 1px solid #0C140C;
	}
	.page-section--half-text + .page-section--half-text .half-text__image {
		border-right: none;
	}
}
.page-section--title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media (min-width: 800px) {
	.page-section--title-with-link {
		flex-direction: row;
		justify-content: space-between;
	}
}
.page-section--title h3 {
	margin: 0.5em 0;
}
.page-section--title + h4 {
	margin-top: 0;
}
.page-section--item-list {
	padding: 2.4rem;
	background: #FAF4EF;
}
.page-section--item-list.blend-in {
	background: none;
}
@media (min-width: 520px) {
	.page-section--item-list {
		padding: 4.8rem;
	}
}
.page-section--item-list ul.session-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 950px) {
	.page-section--item-list ul.session-list {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-flow: row wrap;
	}
}
.page-section--item-list ul.session-list .session {
	width: 100%;
	max-width: 600px;
	position: relative;
	transition: opacity 0.3s ease-in-out;
	padding-bottom: 4.8rem;
}
@media (min-width: 950px) {
	.page-section--item-list ul.session-list .session {
		width: calc((100% - 4.8rem) / 3);
	}
}
.page-section--item-list ul.session-list .session__image {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.page-section--item-list ul.session-list .session__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition: height 0.3s cubic-bezier(0, 0, 0.3, 1), width 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.page-section--item-list ul.session-list .session__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.page-section--item-list ul.session-list .session h4 {
	margin: 1em 0 0.5em;
	border-bottom: 1px solid rgba(22, 22, 22, 0.12);
	padding-bottom: 1em;
	padding-right: 10%;
}
.page-section--item-list ul.session-list .session p {
	padding-right: 10%;
}
.page-section--item-list ul.session-list .session:hover {
	opacity: 0.7;
}
.page-section--item-list ul.session-list .session:hover img {
	width: 105%;
	height: 105%;
}
.page-section--quotes {
	background: #F7EB71;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 6.3rem;
}
.page-section--quotes .quotes__title {
	border-bottom: 1px solid #0C140C;
	width: 100%;
}
.page-section--quotes .quotes__title h3 {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
.page-section--quotes .quotes__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -2.4rem;
	width: calc(100% - 2.4rem);
	padding: 4.8rem 2.4rem;
}
.page-section--quotes .quotes__list li {
	margin: 1.2rem;
	border: 1px solid #0C140C;
	border-radius: 20px;
	padding: 8.2rem 4.8rem;
	text-align: center;
	width: 100%;
}
@media (min-width: 800px) {
	.page-section--quotes .quotes__list li:not(.fullwidth) {
		width: calc((100% - 4.8rem) / 2);
	}
}
.page-section--quotes .cta-text {
	display: flex;
}
.page-section--quotes .cta-text a, .page-section--quotes .cta-text a:link {
	margin-left: 2.4rem;
}
.page-section--profile {
	display: flex;
	flex-direction: column;
	padding: 3.6rem;
}
@media (min-width: 950px) {
	.page-section--profile {
		flex-direction: row;
		justify-content: center;
		padding: 6rem;
	}
}
.page-section--profile .profile__photo {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 9.6rem;
}
@media (min-width: 950px) {
	.page-section--profile .profile__photo {
		width: auto;
	}
}
.page-section--profile .profile__photo--clip {
	width: 24rem;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.page-section--profile .profile__photo--clip img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.page-section--profile .profile__bio {
	width: 100%;
}
@media (min-width: 950px) {
	.page-section--profile .profile__bio {
		width: auto;
	}
}
.page-section--profile .profile__bio p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.page-section--profile .profile__bio a, .page-section--profile .profile__bio a:link {
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}
.page-section--profile .profile__bio a:hover, .page-section--profile .profile__bio a:link:hover {
	color: #1CAB75;
}

.session__header {
	padding: 2.4rem;
	max-width: 1400px;
	margin: 0 auto;
}
@media (min-width: 520px) {
	.session__header {
		padding: 4.8rem;
	}
}
.session__header-image {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.session__header-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.session__header-info {
	display: flex;
	flex-direction: column;
	padding: 2.4rem;
}
@media (min-width: 520px) {
	.session__header-info {
		padding: 4.8rem;
	}
}
@media (min-width: 800px) {
	.session__header-info {
		flex-direction: row;
		justify-content: space-between;
	}
	.session__header-info.align-center {
		align-items: center;
	}
}
.session__header-info + .session__header-info {
	padding-top: 0;
}
.session__header-title {
	width: 100%;
}
@media (min-width: 800px) {
	.session__header-title {
		width: 50%;
	}
}
.session__header-title h2 {
	margin: 0 0 0.5em;
}
.session__header-title .subtitle {
	color: #1CAB75;
	font-family: "DM Sans", sans-serif;
	font-size: 1.2rem;
	line-height: 1.8rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-optical-sizing: auto;
	text-transform: uppercase;
}
.session__header-meta {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}
@media (min-width: 800px) {
	.session__header-meta {
		align-items: flex-end;
		padding-left: 4.8rem;
		width: auto;
	}
}
.session__header-meta .print-link {
	margin-top: 1em;
	padding: 1.2rem 2.4rem;
	background-color: #FAF4EF;
	transition: color 0.3s cubic-bezier(0, 0, 0.3, 1), background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 800px) {
	.session__header-meta .print-link {
		border-radius: 600px;
		margin-top: 0;
	}
}
.session__header-meta .print-link:hover {
	color: white;
	background-color: #0C140C;
}
.session__header-meta .blurb {
	width: 100%;
}
.session__header-meta .blurb p {
	max-width: 500px;
}
.session__video {
	background: #FAF4EF;
}
@media (min-width: 800px) {
	.session__video {
		padding-bottom: 9rem;
	}
}
.session__video h2 {
	margin: 0 auto 1.5em;
	text-align: center;
}
.session__video .video-container {
	max-width: 896px;
	position: relative;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}
.session__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.session__section {
	margin-top: 2.4rem;
	border-top: 1px solid #0C140C;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "DM Sans", sans-serif;
	font-size: 2rem;
	line-height: 4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-optical-sizing: auto;
}
@media (min-width: 800px) {
	.session__section {
		margin-top: 6rem;
	}
}
.session__section-title {
	padding: 3.6rem 2.4rem;
	width: 100%;
}
@media (min-width: 520px) {
	.session__section-title {
		padding: 6rem 4.8rem;
	}
}
.session__section-title.with-highlight {
	background-color: rgba(247, 235, 113, 0);
	transition: background-color 0.6s cubic-bezier(0, 0, 0.3, 1);
	margin-bottom: 3.6rem;
	padding: 3.6rem 2.4rem;
}
@media (min-width: 520px) {
	.session__section-title.with-highlight {
		padding: 3.6rem 4.8rem;
	}
}
@media (min-width: 800px) {
	.session__section-title.with-highlight {
		margin-bottom: 9rem;
	}
}
.session__section-title.with-highlight.in-view {
	background: #F7EB71;
}
.session__section-title h3 {
	margin: 0 auto;
	max-width: 892px;
	text-align: center;
}
.session__section-title + h4 {
	margin-top: 0;
}
.session__section h4, .session__section h5, .session__section h6 {
	font-size: 1.2em;
}
.session__section p, .session__section ul, .session__section ol, .session__section h4, .session__section h5, .session__section h6 {
	line-height: 1.8em;
	margin-bottom: 2em;
	width: calc(100% - 4.8rem);
	max-width: 424px;
	letter-spacing: 0.02em;
}
@media (min-width: 520px) {
	.session__section p, .session__section ul, .session__section ol, .session__section h4, .session__section h5, .session__section h6 {
		width: calc(100% - 9.6rem);
		max-width: 800px;
	}
}
.session__section .pop-out {
	border-radius: 20px;
	padding: 2.4rem;
	margin: 2.4rem 2.4rem 6rem;
	max-width: 896px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 520px) {
	.session__section .pop-out {
		padding: 4.8rem;
	}
}
.session__section .pop-out h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.session__section .pop-out p {
	max-width: none;
	width: 100%;
}
.session__section .pop-out p:last-child {
	margin-bottom: 0;
}
.session__section .pop-out--orange {
	background: #FFF3E7;
}
.session__section .pop-out--orange h4 {
	color: #F57F00;
}
.session__section .pop-out--blue {
	background: #EFF5FF;
}
.session__section .pop-out--blue h4 {
	color: #3970F0;
}
.session__end {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.session__end .cta {
	background: #0C140C;
	color: white;
	padding: 2.4rem 3.6rem;
	border-radius: 600px;
	transition: background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.session__end .cta:hover {
	background-color: #1CAB75;
}
.session__end .cta svg {
	transform: rotate(-90deg);
}

.session__video + .session__section {
	margin-top: 0;
}

.tml input {
	padding: 2.4rem 3.6rem;
	border: 1px solid #ddd;
	border-radius: 600px;
}
.tml input:focus {
	outline: #1CAB75;
}
.tml ul.tml-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	margin: -1.2rem 0;
}
@media (min-width: 650px) {
	.tml ul.tml-links {
		flex-direction: row;
		margin: 0 -1.2rem;
	}
}
.tml ul.tml-links li {
	margin: 1.2rem 0;
}
@media (min-width: 650px) {
	.tml ul.tml-links li {
		margin: 0 1.2rem;
	}
}
.tml ul.tml-links li a, .tml ul.tml-links li a:link {
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}
.tml ul.tml-links li a:hover, .tml ul.tml-links li a:link:hover {
	color: #1CAB75;
}
.tml .tml-button {
	background-color: #1CAB75;
	color: white;
	padding: 2.4rem 4.8rem;
	border: none;
	border-radius: 600px;
	cursor: pointer;
	transition: background-color 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.tml .tml-button:hover {
	background-color: #0C140C;
}
.tml .tml-indicator-wrap {
	display: none;
}

.cta-button:hover {
	background-color: #0C140C;
	color: white;
}

@media only screen and (max-width: 949px) {
	.hide-below-desktop {
		display: none !important;
	}
}

@media only screen and (min-width: 650px) {
	.hide-above-small-tablet {
		display: none !important;
	}
}

@media only screen and (min-width: 800px) {
	.hide-above-tablet {
		display: none !important;
	}
}

@media only screen and (min-width: 950px) {
	.hide-above-desktop {
		display: none !important;
	}
}