/*
Theme Name: Ryzer
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: Ryan Magsino, Nico Di Fiore
Author URI: https://www.ryzer.com/
Description: Customized theme for Ryzer
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/

/* ----------------------
Noto
---------------------- */

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url('inc/fonts/webfonts/NotoSans-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url('inc/fonts/webfonts/NotoSans-Italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url('inc/fonts/webfonts/NotoSans-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url('inc/fonts/webfonts/NotoSans-SemiBoldItalic.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url('inc/fonts/webfonts/NotoSans-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url('inc/fonts/webfonts/NotoSans-BoldItalic.woff2') format('woff2');
}

/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
/* stylelint-disable selector-list-comma-newline-after  */
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 {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
	color: #000000;
}


/* Avoid breaking sticky elements */
@media (max-width: 320px) {
    body {
        overflow-x: visible;
    }
    #page,
    .site-content {
        overflow-x: hidden;
    }
}

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

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

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

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

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

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
html {
	font-size: 16px;
}

body,
button {
	color: #000000;
	font-family: 'Noto Sans';
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.6;
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 1rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Noto Sans';
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 3rem;
}

@media (max-width: 600px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 8%;
	}
}

/* Fallback title styles */
h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}

@media (max-width: 1000px) {
	.comments-area blockquote {
		font-size: 16px;
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f2f2f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.comments-area pre {
	background: #d7dee5;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.highlight {
	background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul,
ol {
	margin: 0 0 1.4em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0.6em 0 0.6em 1.5em;
}

.hide-sub {
	display: none !important;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.8em;
}

.entry-content li {
	margin-bottom: 0.5rem;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

/* Tables */
table {
	font-size: 100%;
	margin-bottom: 2rem;
	padding: 0;
	width: 100%;
}

table thead {
	background: #f2f2f2;
}

table thead th {
	font-weight: 700;
	border-bottom: 3px solid #ddd;
	vertical-align: bottom;
}

table td,
#content table th {
	padding: 15px;
}

table td {
	border-bottom: solid 1px #ddd;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #f2f2f2;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */
a {
	color: #00853F;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */
.entry-header .entry-title,
.editor-post-title__input {
	/* The blog title in the block editor. */
	font-size: 42px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 16px;
	position: relative;
	z-index: 5;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header .entry-title a,
.editor-post-title__input a {
	color: #00853F;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.entry-header .entry-title,
	.editor-post-title__input {
		font-size: 40px;
	}
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
button,
input:not(input[type="radio"]),
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
	background: #0072e5;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 20px;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.comment-navigation a {
		padding: 10px 16px;
		font-size: 16px;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
	width: auto;
}

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

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

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

.searchform {
	position: relative;
}

.searchform .search-input {
	width: 100%;
	font-size: 16px;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: transparent !important;
	background-color: none !important;
	color: #627083;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 1.4;
}

.searchform .searchsubmit:hover {
	color: #272c30;
}

.searchform .searchsubmit i {
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	font-size: 16px;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.searchform .searchsubmit i {
		line-height: 1;
	}
}

@media (max-width: 1000px) {
	.searchform .searchsubmit span {
		display: none;
	}
}

.results-search {
	background: #fff;
	padding: 3% 5% 4% 5%;
	margin-top: 9%;
	box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
	margin-top: 5%;
}

.results-search h4 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
	font-size: 24px;
}

@media (max-width: 1000px) {
	.results-search .searchform #s,
	.results-search .searchsubmit {
		font-size: 16px;
	}
}

.results-search .searchsubmit {
	padding-top: 0;
	padding-bottom: 0;
}

.results-search .searchsubmit span {
	display: none;
}

.results-search .searchsubmit i {
	font-size: 24px;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.results-search .searchsubmit i {
		line-height: 1.7;
	}
}

.search-results .entry-content {
	font-size: 18px;
}

form {
	display: inline-block;
	width: 100%;
}

.field-wrap {
	margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
	.field-wrap {
		margin-bottom: 1em;
	}
}

select {
	padding-right: 45px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
	color: #62707c;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 15px;
	border: solid 1px #d4dde5;
	transition: 0.1s ease-in-out;
	border-radius: 2px;
	font-size: 100%;
	width: 100%;
}

@media (max-width: 1000px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="tel"],
	input[type="time"],
	input[type="month"],
	input[type="tel"],
	textarea,
	select,
	.select2-container .select2-selection--single {
		padding: 12px 10px;
		font-size: 100%;
	}
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
	width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inset 0 0 4px 2px #f4f8fb;
	border-color: #abb4bb;
	color: #272c30;
}

select {
	background: #fff url(images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 1rem top  50%;
}

select:hover {
	border-color: #d5dde4;
	cursor: pointer;
}

@media (max-width: 1000px) {
	select {
		background-position: right 15px top 17px;
	}
}

select::after {
	content: "x";
}

select[multiple] {
	background: none;
}

@media (max-width: 1000px) {
	input[name="post_password"] {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
}

textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
}

fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

form label {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #97a7b5;
}

:-moz-placeholder {
	color: #97a7b5;
}

::-moz-placeholder {
	color: #97a7b5;
}

:-ms-input-placeholder {
	color: #97a7b5;
}

#main .contact-form {
	display: inline-block;
	width: 100%;
}

#main .contact-form label {
	font-weight: 300;
}

#main .contact-form label span {
	color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
	margin-bottom: 4%;
	width: 100%;
	max-width: 100%;
}

#main .contact-form textarea {
	margin-bottom: 4%;
	width: 100%;
}

#main .contact-form .contact-submit {
	margin-bottom: 0;
}

.contact-column {
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 0;
}

.contact-column:last-child {
	margin-left: 4%;
}

@media (max-width: 1000px) {
	.contact-column {
		width: 100%;
	}
	.contact-column:last-child {
		margin-left: 0;
	}
}

.index-posts.archive-posts .post {
	width: 100%;
	margin-right: 0;
	padding-bottom: 5%;
	border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
	display: inline-block;
	width: 68%;
	padding-left: 3.5%;
	vertical-align: top;
}

#page .more-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 16px;
	box-shadow: none;
	font-weight: 600;
	color: #272c30;
	border: solid 2px;
}

#page .more-link:hover {
	color: #0072e5;
}

.index-posts .more-link {
	float: right;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.home-nav {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
	font-size: 17px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	transition: transform 400ms linear;
	transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
	.home-nav {
		display: none;
	}
}

.home-nav a {
	color: #272c30;
}

.home-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav li {
	display: inline-block;
}

.home .home-nav a {
	padding: 20px 0;
	margin: 0 15px;
	display: inline-block;
	border-bottom: solid 3px transparent;
	margin-bottom: -1px;
	transition: 0.4s ease;
}

.home .home-nav a:hover {
	border-bottom-color: #c4cdd3;
}

.home .home-nav a:active, .home .home-nav a:focus {
	outline: none;
}

.home-nav .active,
.home-nav .active:hover {
	border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .home-nav {
		top: 46px;
	}
}

.show-nav {
	transform: translateY(0%);
}

.single-nav {
	padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.button-toggle {
	background: none;
	padding: 0;
	color: #000;
}

.button-toggle span:not(:first-child) {
	display: none;
}

.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
	box-shadow: none;
	color: #000;
}

.drawer-menu-toggle {
	display: none;
}

@media (max-width: 1200px) {
	.drawer-menu-toggle {
		display: inline-block;
	}
}

.drawer-toggle-switch span:first-child {
	display: none;
}

.drawer-toggle-switch span:last-child {
	display: block;
}

.main-navigation {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	width: 70%;
	vertical-align: top;
	transition: 0.3s ease;
}

@media (max-width: 1100px) {
	.main-navigation {
		font-size: 14px;
	}
}

@media (max-width: 1000px) {
	.main-navigation {
		display: none;
	}
}

.top-navigation .main-navigation {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.top-navigation .cta-navigation {
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media (max-width: 1000px) {
	.top-navigation .main-navigation {
		display: none;
		border-bottom: none;
	}
}

.top-navigation .login-navigation {
	display: flex;
	height: 100%;
}

/* The header sits in a shorter container than the rest of the body, so its
   buttons are the one place that needs the smaller default .btn size back. */
.top-navigation .login-navigation .btn,
.mobile-login-menu .btn {
	height: 2.5rem;
}

.top-navigation .login-navigation ul li {
	padding: 0;
}


@media (max-width: 600px) {
	.top-navigation .login-navigation {
	display: none;
	}
}

.top-navigation .login-navigation .menu,
.top-navigation .login-navigation .login-nav {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.top-navigation .login-navigation .login-nav .item{
	width: max-content;
}

.top-navigation .login-navigation .tagline {
	display: block;
	width: max-content;
	font-style: italic;
	font-size: 14px;
	color:#3F4443;
	margin-top: -4px;
}

.top-navigation .login-navigation li ul a:hover {
	text-decoration: none;
}

.top-navigation .login-navigation li ul a:hover .item {
	text-decoration: underline;
}

.top-navigation .login-navigation li.login-nav{
	padding: 0 0.5rem;
	display: flex;
	align-items: center;
}

.site-header .container {
	display: block;
}

@media (max-width: 1000px) {
	.site-header .container {
		padding: 0 2% 0 4%
	}
}

.header-text {
	position: relative;
	z-index: 5;
	margin: 5% auto;
	text-align: center;
	max-width: 70%;
}

.header-text:empty,
.blog .header-text {
	display: none;
}

@media (max-width: 1000px) {
	.header-text {
		max-width: 100%;
		margin-bottom: 6%;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.header-text {
		margin-bottom: 8%;
	}
}

.header-text:empty {
	margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
	color: #272c30;
	font-size: 34px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 600;
}

@media only screen and (max-width: 500px) {
	.header-text h1,
	.header-text .browsing {
		font-size: 28px;
	}
}

.header-text p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	margin: 0 0 0 0;
}

@media (max-width: 1000px) {
	.header-text p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.header-text p {
		font-size: 16px;
		margin-top: 3%;
	}
}

.header-text a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.header-text a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
	margin-top: 1%;
	width: 100%;
}

.archive.author .browsing {
	display: none;
}

.search-results .browsing {
	display: none;
}

.text-empty {
	display: none;
}

.header-text h2:empty,
.header-text p:empty {
	display: none;
}

.top-navigation {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
}

.top-navigation-center {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

/* Match the gap before the Login/Find a camp block to the gap between the
   primary nav's own items (0.75rem li padding x2 = 1.5rem), instead of
   letting flex:1's leftover space set it. */
.top-navigation-center #site-navigation {
	margin-right: 1.5rem;
}

.header-column {
	display: flex;
	justify-content: end;
	gap: 0.5rem;
	align-items: center;
	flex-shrink: 0;
}

.header-column .mobile {
	display: none;
}

.header-column .desktop {
	display: inline-block;
	margin-right: 4px;
}

@media (max-width: 1000px) {
	.header-column .desktop {
		display: none;
	}
	.header-column .mobile {
		display: inline-block;
		margin-right: 4px;
	}
}

/* Get Started Modal */

.get-started-modal {
	background: #F2F2F1;
	max-width: 900px;
	padding: 2.5rem;
	width: fit-content;
}

#secondary-navigation {
	display: inline-block;
	width: 60%;
}

.drawer #secondary-navigation {
	width: 100%;
	font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
	font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
	font-size: 14px;
}

@media (max-width: 1000px) {
	.top-navigation #secondary-navigation {
		display: none;
	}
}

.top-navigation .secondary-navigation ul li {
	font-size: 14px;
	margin-right: 15px;
	padding: 0;
}

.top-navigation .secondary-navigation ul li a {
	padding: 12px 0;
	border-bottom-width: 0;
	margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
	padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
	background: #272c30;
	top: 52px;
	left: -15px;
	border: none;
}

.secondary-navigation ul.sub-menu li {
	margin-right: 0;
	padding: 0;
}

.secondary-navigation ul.sub-menu li a {
	font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
	color: #fff;
	opacity: 1;
}

.main-navigation a {
	color: #272c30;
}

.main-navigation a:hover {
	color: #00853F;
	text-decoration: underline;
}

.main-navigation ul {
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 1rem;
	position: relative;
	transition: 0.3s ease;
}

.main-navigation ul li.login-nav-menu {
	display: none;
}

@media (max-width: 1100px) {
	.main-navigation ul li {
		padding: 0 4px;
	}
}

.main-navigation ul li a {
	display: inline-block;
	line-height: 2;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a,
.main-navigation ul li.current-menu-parent a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-page-parent a,
.main-navigation ul li.current-page-ancestor a {
	color: #00853F;
}

/* The login nav's items are buttons (.btn-green, .btn-white, etc.) with
   their own deliberate text color — being the current page shouldn't
   override that the way it does for a plain text nav link. Restated at
   matching specificity per button class, since "inherit" can't know which
   color each one is supposed to be. */
.top-navigation .login-navigation li.current-menu-item a.btn-green,
.top-navigation .login-navigation li.current-page-item a.btn-green,
.mobile-login-menu li.current-menu-item a.btn-green,
.mobile-login-menu li.current-page-item a.btn-green {
	color: #fff;
}

.top-navigation .login-navigation li.current-menu-item a.btn-white,
.top-navigation .login-navigation li.current-page-item a.btn-white,
.mobile-login-menu li.current-menu-item a.btn-white,
.mobile-login-menu li.current-page-item a.btn-white {
	color: #171B1D;
}

.top-navigation .login-navigation li.current-menu-item a.btn-outline-white,
.top-navigation .login-navigation li.current-page-item a.btn-outline-white,
.mobile-login-menu li.current-menu-item a.btn-outline-white,
.mobile-login-menu li.current-page-item a.btn-outline-white {
	color: #fff;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
	color: #272c30;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
	color: #00853F;
}

.main-navigation .menu-cta a {
	border-radius: 5px;
	color: #fff;
	padding: 4px 12px;
	background: #272c30;
}

.main-navigation .menu-cta a:hover {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
	line-height: 3;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
	position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
	position: relative;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
	content: " ";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-weight: 400;
	padding-left: 5px;
	right: 0;
	font-size: 13px;
}

@media (max-width: 1200px) {
	.site-header .menu-item-has-children > a::after,
	.site-header .page_item_has_children > a::after {
		display: none;
		pointer-events: none;
	}
}

.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
	content: "\e906";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
	display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
	color: #a6b5c1;
	top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 13px 0;
	line-height: 1.4;
	text-align: center;
	z-index: 75;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: transparent;
	border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
	box-shadow: none;
	color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
	cursor: pointer;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
	animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
	position: absolute;
	padding: 1rem 0 0.25rem 0;
	width: 200px;
	top: 48px;
	text-align: left;
	font-weight: 400;
	font-size: 0.75rem;
	margin: 0;
	background: #FFFFFF;
	left: -999em;
	z-index: 100;
	border-radius: 6px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	border-bottom: solid 8px #00853F;
}

.main-navigation .company-nav .sub-menu {
	display: grid;
	grid-template-rows: repeat(4, auto);
	grid-auto-flow: column;
	grid-auto-columns: auto;
	width: max-content;
	margin-left: 0 !important;
}

.main-navigation .company-nav .sub-menu li a {
	white-space: nowrap;
}

.main-navigation .company-nav .sub-menu > li:nth-child(-n+4) {
	padding-right: 0.75rem;
}

.main-navigation .company-nav .sub-menu > li:nth-child(n+5) {
	padding-left: 0.75rem;
}

.main-navigation .company-nav .sub-menu > li:nth-child(4n+5)::after {
	content: '';
	position: absolute;
	left: 0;
	top: 1.8rem;
	height: 5.4rem;
	width: 1px;
	background: #D9D9D6;
}


.main-navigation .company-nav > a::after {
	content: " ";
}

.main-navigation .resources-nav .sub-menu {
	width: 200px;
	margin-left: 0 !important;
}

.main-navigation .resources-nav > a::after {
	content: " ";
}

.main-navigation .login-nav > a::after {
	content: " ";
}

.main-navigation .login-nav .sub-menu {
	width: fit-content;
	margin-left: -0.5rem !important;
}

.main-navigation li ul {
	z-index: 100;
}

.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.3s ease;
}

.main-navigation li ul li:hover {
	background: rgba(255, 255, 255, 0.02);
	border-top: none;
}

.main-navigation li ul li:hover ul {
	left: 100%;
}

.main-navigation li ul li:last-child a {
	border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
	width: 100%;
	display: inline-block;
	padding: 0px 1rem;
	margin: 0;
	font-weight: 500;
	text-transform: none;
	color: #272c30;
	font-size: 1rem;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
	color: #00853F;
	text-decoration: underline;
}

.main-navigation li ul li ul {
	padding: 0;
}

.main-navigation ul ul {
	top: 0;
}

.main-navigation ul ul ul {
	left: -999em;
}

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
	top: 0;
	margin: 0;
	z-index: 50;
	position: absolute;
	margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
	display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
	left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:focus-within > ul {
	left: 100%;
}

.site-header .sub-menu::before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	content: " ";
	display: block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}

/* Mobile navigation */
.mobile-navigation {
	display: none;
	align-items: center;
	gap: 12px;
	background: transparent !important;
	transition: 0.2s ease;
	text-align: center;
}

.mobile-navigation button {
	width: 48px;
	height: 48px;
	color: #000000;
}

.mobile-navigation button:hover {
	color: #00853F;
}

.mobile-login-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Only the first item (Login) shows next to the menu icon. */
.mobile-login-menu li:not(:first-child) {
	display: none;
}

@media (max-width: 1000px) {
	.mobile-navigation {
		display: flex;
	}
}

/* The Login button next to the menu icon only shows once the header itself
   goes to its black background (<=600px) — outline-white to match. */
@media (max-width: 600px) {
	.mobile-login-menu {
		display: flex;
	}

	.mobile-login-menu a {
		background: #000;
		color: #fff;
		border: solid 2px #fff;
	}

	.mobile-login-menu a:hover {
		background: #3A4045;
		color: #fff;
	}

	.button-toggle,
	.button-toggle:hover,
	.button-toggle:active,
	.button-toggle:focus {
		color: #fff;
	}
}

@media (max-width: 600px) {
	.top-navigation {
		background-color: #000;
	}

	.mobile-navigation button {
		color: #fff;
	}

	.mobile-navigation button:hover {
		color: #00DB68;
	}
}

.toggle-active {
	background: #0072e5;
}

.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}

@media (max-width: 1000px) {
	.drawer .drawer-navigation {
		font-size: 17px;
		display: inline-block;
	}
}

.drawer .drawer-navigation .menu {
	margin: 0;
}

.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}

.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}

.drawer .drawer-navigation ul li.login-nav-menu {
	display: none;
}

@media (max-width: 1200px) {
	.drawer .drawer-navigation ul li.login-nav-menu {
		display: list-item;
	}
}

.drawer .drawer-navigation ul li:hover {
	border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}

.drawer .drawer-navigation ul li a {
	display: inline-block;
	padding: 15px 10px 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
}

.drawer .drawer-navigation a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
	line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
	color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
	display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
	padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
	border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
	padding: 2% 0 0 0;
}

.drawer-cta {
	display: none;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.drawer-cta li:first-child {
	display: none;
}

.drawer-cta .btn {
	width: 100%;
	justify-content: center;
}

@media (max-width: 600px) {
	.drawer-cta {
		display: block;
	}
}

/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
}

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

/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */
.entry-content .meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.entry-content .meta-list li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .meta-list a {
	font-weight: 300;
	color: #0072e5;
}

.entry-content .meta-list a:hover {
	color: #272c30;
}

/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */
.author-profile {
	position: relative;
	margin-top: 5%;
	padding: 5%;
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
}

@media (max-width: 600px) {
	.author-profile {
		padding: 8% 4%;
	}
}

.archive .author-profile {
	margin-top: 0;
	margin-bottom: 5%;
}

.author-columns .author-profile {
	margin: 0;
	border-top: none;
	border: solid 1px #cbcbcb;
	padding: 35px;
	transition: 0.2s ease;
}

@media (max-width: 1000px) {
	.author-columns .author-profile {
		padding: 30px 0;
	}
}

.author-columns .author-profile .author-profile-title {
	font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
	font-size: 14px;
	padding-left: 100px;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-info {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-links {
	margin-top: 15px;
	font-weight: 600;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-links {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-avatar img {
	transition: 0.2s ease;
}

.author-columns .author-profile:hover .author-profile-avatar img {
	transform: scale(1.1);
}

.author-profile-avatar {
	display: block;
	margin: 0 auto;
}

.author-profile-avatar img {
	border-radius: 100px;
}

.author-profile-avatar {
	position: absolute;
}

.author-profile-info {
	padding: 0 0 0 90px;
	font-size: 16px;
	line-height: 1.6;
}

.author-profile-links {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

.author-profile-links a {
	background: #272c30;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}

.author-profile-links a:hover {
	opacity: 0.8;
}

.author-profile-links a:first-child {
	margin-right: 5px;
}

.author-profile-links i {
	font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
	margin-bottom: 10px;
}

.author-profile-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

@media (max-width: 600px) {
	.author-profile-title {
		font-size: 18px;
	}
}

.archive .author-profile-title {
	font-size: 24px;
}

/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */
.pagination {
	display: inline-block;
	width: 100%;
	margin-top: 8%;
}

.pagination a {
	color: #272c30;
}

.pagination a,
.pagination span {
	background: #f2f2f2;
	padding: 10px 20px;
	transition: 0.2s ease-in-out;
	display: inline-block;
	color: #272c30;
	font-weight: 600;
	text-align: center;
	line-height: 1.9;
	vertical-align: middle;
	height: 50px;
}

@media (max-width: 600px) {
	.pagination a,
	.pagination span {
		padding: 10px 15px;
	}
}

.pagination .next,
.pagination .prev {
	font-size: 0;
	line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-size: 18px;
}

.pagination .next {
	text-indent: 3px;
}

.pagination .next::after {
	content: "\e906";
}

.pagination .prev {
	text-indent: -3px;
}

.pagination .prev::after {
	content: "\e905";
}

@media (max-width: 600px) {
	.pagination .next::after,
	.pagination .prev::after {
		font-size: 17px;
	}
}

.page-numbers {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 600px) {
	.page-numbers {
		font-size: 17px;
	}
}

.page-numbers.current,
.page-numbers:hover {
	background: #0072e5;
	color: #fff;
}

span.page-numbers.dots {
	background: transparent;
	color: #272c30;
}

.post-navigation {
	margin-top: 10%;
	line-height: 1.4;
	width: 100%;
	display: block;
	font-weight: 600;
}

.post-navigation::before, .post-navigation::after {
	content: "";
	display: table;
}

.post-navigation::after {
	clear: both;
}

.post-navigation a {
	color: #272c30;
}

.post-navigation a:hover .post-title {
	color: #0072e5;
}

.post-navigation span {
	vertical-align: top;
}

.post-navigation .meta-title {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.post-navigation .post-title {
	font-size: 20px;
	transition: 0.3s ease;
}

@media (max-width: 600px) {
	.post-navigation .post-title {
		font-size: 16px;
	}
}

.nav-next,
.nav-previous {
	display: inline-block;
	float: left;
	width: 49%;
	vertical-align: top;
}

@media (max-width: 600px) {
	.nav-next,
	.nav-previous {
		width: 100%;
	}
}

.nav-previous + .nav-next {
	text-align: right;
	float: right;
}

@media (max-width: 600px) {
	.nav-previous + .nav-next {
		text-align: left;
		margin-top: 15px;
	}
}

.nav-previous i {
	margin-right: 6px;
}

/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */
#page .alignleft {
	display: inline;
	float: left;
	margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
	#page .alignleft {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignleft img {
		width: 100%;
	}
}

#page .alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
	#page .alignright {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignright img {
		width: 100%;
	}
}

#page .aligncenter {
	clear: both;
	margin: 0 auto 1.5em auto;
}

.wp-caption {
	margin: 0.5em 0 1.5em 0;
	max-width: 100%;
	text-align: left;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	padding-top: 10px;
	margin-top: 0;
	width: 100%;
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
	border-left-color: #a6b5c1;
}

#main .tiled-gallery {
	margin-bottom: 1.2em;
}

#main .tiled-gallery p {
	margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
	margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5%;
	visibility: hidden;
}

/* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */
#calendar_wrap {
	background: #fff;
	border-right: none;
	border-bottom: none;
	color: #272c30;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
	font-size: 16px;
	margin: 0;
	max-width: 100%;
}

#wp-calendar caption {
	text-align: center;
	background: #f2f2f2;
	padding: 5px 10px;
	font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
	text-align: center;
}

#wp-calendar tr th {
	background: #272c30;
	color: #fff;
	margin: -10px -10px 10px -10px;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 0;
}

#wp-calendar tbody tr td {
	padding: 2px 0;
	border-right: solid 1px #f2f2f2;
	border-top: solid 1px #f2f2f2;
}

#wp-calendar tfoot td {
	border-top: solid 1px #f2f2f2;
	border-right: solid 1px #d9dee3;
	padding: 7px 0 5px 0;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}

#wp-calendar a {
	color: #272c30;
}

#wp-calendar a:hover {
	color: #62707c;
}

.widget_rss li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget_rss li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_rss li .rsswidget {
	display: inline-block;
	width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
}

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
.comment-navigation {
	font-size: 16px;
	margin: 0 0 6% 0;
}

.comment-navigation .button {
	display: inline-block;
}

.comment-navigation .button:empty {
	display: none;
}

.comment-navigation .nav-previous a::before {
	content: "\e904";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

.comment-navigation .nav-next a::after {
	content: "\e903";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-left: 10px;
}

.comments-area {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 10%;
	padding-top: 10%;
	border-top: solid 3px #eee;
}

@media (max-width: 1000px) {
	.comments-area {
		margin-top: 7%;
	}
}

.comment-list + .no-comments {
	margin-top: 1.2em;
	text-align: center;
	position: relative;
}

.comment-list + .no-comments span {
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 0 30px;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments span {
		padding: 0 20px;
	}
}

.comment-list + .no-comments::after {
	content: " ";
	display: inline-block;
	height: 2px;
	background: #eee;
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 5;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments::after {
		top: 14px;
	}
}

h3.comment-reply-title {
	font-size: 32px;
	margin-bottom: 5%;
	position: relative;
	font-weight: 600;
}

@media (max-width: 600px) {
	h3.comment-reply-title {
		font-size: 22px;
	}
}

h3.comments-title {
	margin-bottom: 10%;
}

#commentform,
#respond form {
	display: inline-block;
	width: 100% !important;
	min-width: 100%;
}

.comment-list #commentform {
	margin-top: 2%;
}

.comment-info {
	display: inline-block;
	margin: 0;
}

@media (max-width: 1000px) {
	.comment-info {
		line-height: 2;
	}
}

.comment-content {
	font-size: 18px;
	line-height: 1.6;
	background: #f2f2f2;
	padding: 30px;
	position: relative;
	border-radius: 5px;
}

.comment-content::after {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
}

@media (max-width: 1000px) {
	.comment-content {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	.comment-content {
		padding: 20px;
	}
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.entry-content .comment-list,
.entry-content .comment-list li {
	margin-left: 0;
	padding-left: 0;
	counter-reset: li;
}

.comment-list > li {
	list-style-type: none;
	margin-bottom: 6%;
}

.comment-list .children {
	margin: 5% 0 0 0;
	padding-left: 25px;
}

@media (max-width: 600px) {
	.comment-list .children {
		padding-left: 15px;
	}
}

.comment-list .children li {
	margin-bottom: 6%;
}

.comment-list .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-list .children > li {
	list-style: none;
}

.comment-list .reply {
	margin-bottom: 0;
	font-size: 14px;
}

.comment-list .avatar {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	border-radius: 100px;
	vertical-align: top;
	width: 40px;
	position: relative;
}

@media (max-width: 600px) {
	.comment-list .avatar {
		margin-top: 3px;
	}
}

.comment-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.comment-cite {
	font-style: normal;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 600px) {
	.comment-cite {
		font-size: 18px;
	}
}

.comment-cite a {
	color: #272c30;
}

.comment-time,
.comment-edit-link {
	color: #62707c;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 11px;
	vertical-align: top;
	line-height: 1;
}

.comment-list .comment-reply-title {
	margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}

.comments-closed p.reply {
	display: none;
}

.comments-closed p:nth-last-child(2) {
	margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
	margin-bottom: 2%;
	display: none;
	color: #62707c;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.comment-notes {
	display: none;
}

.required {
	color: #f35959;
}

.logged-in-as a {
	color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	display: inline-block;
	width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment {
		width: 100%;
		margin-right: 0;
	}
}

.comment-list #respond {
	display: inline-block;
	margin-top: 4%;
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-url {
		margin-bottom: 1em;
	}
}

.form-submit {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.comment-form #submit {
	margin-top: 10px;
	width: auto;
}

@media (max-width: 600px) {
	.comment-form #submit {
		margin: 0;
		width: 100%;
	}
}

.comment-list .comment-respond #submit {
	margin-top: 0;
}

.form-allowed-tags {
	display: none;
}

.comment-subscription-form {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
}

.comment-subscription-form label {
	font-weight: 300;
	font-size: 14px;
}

.comment-subscription-form + .comment-subscription-form {
	margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
	width: 100% !important;
}

.comment-awaiting-moderation {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
}

.comment-awaiting-moderation::before {
	content: "\e90a";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */
.post-cats,
.entry-cats {
	margin-bottom: 1.5%;
	position: relative;
	z-index: 10;
}

@media (max-width: 1000px) {
	.post-cats,
	.entry-cats {
		margin-bottom: 5%;
	}
}

.post-cats a,
.entry-cats a {
	background-color: #0072e5;
	padding: 4px 8px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
	.post-cats a,
	.entry-cats a {
		font-size: 11px;
		padding: 3px 4px;
	}
}

.entry-byline {
	color: #62707c;
	font-size: 15px;
	margin-bottom: 0;
}

.search-results .entry-byline {
	margin-bottom: 5px;
}

.entry-byline a {
	color: #62707c;
}

.entry-byline a:hover {
	color: #272c30;
}

.entry-byline img {
	border-radius: 100px;
	width: 22px;
	vertical-align: top;
	margin-right: 3px;
}

.meta-avatar {
	position: absolute;
}

.meta-avatar img {
	width: 24px;
	border-radius: 50px;
	margin-right: 5px;
	vertical-align: top;
}

.index-text {
	position: relative;
	z-index: 10;
	margin: 0 5%;
	background: #fff;
	padding: 0 4% 6% 4%;
	border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
	margin-top: -10%;
	padding-top: 4%;
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-2%, 0, 0);
		visibility: visible;
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
	transition: 0.3s ease;
}

.site-header-bg-wrap {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.background-effect {
	position: absolute;
	z-index: -999998;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-header-bg.background-effect {
	background-attachment: scroll;
}

/* --------------------------------------------------------------
Media
-------------------------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.site-main .gallery {
	margin-bottom: 1.2em;
}

@media (min-width: 1000px) {
	.has-wide-image .featured-image,
	.has-wide-image .featured-video {
		width: 90vw;
		margin-left: calc(50% - 90vw / 2);
	}
}

.featured-image .gallery {
	margin-bottom: 0;
}

.featured-gallery {
	background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

.gallery a img {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}

.gallery dd,
.gallery figcaption {
	font-size: 15px;
	text-align: left;
	margin: 0;
}

.gallery-item {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

embed,
iframe,
object {
	max-width: 100%;
	border-width: 0;
}

#content .wp-playlist-light {
	color: #55626d;
	padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
	background: none;
}

#content .mejs-container:not(.mejs-video) {
	margin-bottom: 1em;
	height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
	border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
	background: transparent;
}

#content .wp-playlist {
	border: none;
	background: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content .wp-playlist-tracks {
	margin-top: 3.5%;
}

#content .wp-playlist-item {
	border-bottom: dotted 1px #cad1d8;
	padding: 0;
}

#content .wp-playlist-item:last-child {
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
	padding: 2%;
}

@media (max-width: 1000px) {
	#content .wp-playlist-item .wp-playlist-caption,
	#content .wp-playlist-item-length {
		padding: 4%;
	}
}

#content .wp-playlist-item .wp-playlist-caption {
	color: #272c30;
	display: inline-block;
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
	background: none;
	border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-caption,
	#content .wp-playlist-item-title {
		font-size: 16px;
	}
}

#content .wp-playlist-current-item {
	height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
	margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
	display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
	color: #272c30;
	font-size: 26px;
	font-weight: 500;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-title {
		font-size: 22px;
	}
}

#content .wp-playlist-current-item .wp-playlist-item-album {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-album {
		font-size: 16px;
	}
}

#page .mejs-controls {
	background: #272c30;
}

@media (max-width: 1000px) {
	#page .mejs-controls {
		padding: 0 10px;
	}
}

#page .mejs-controls .mejs-button button:hover {
	background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
	height: 40px;
}

#page .mejs-video .mejs-time {
	height: 35px;
	padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
	margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
	margin: 12px 5px;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.drawer-wrap {
	position: absolute;
	width: 100%;
	z-index: 10;
}

.drawer {
	padding: 10px 0 15px 0;
	background: #22262a;
	background: rgba(21, 23, 26, 0.7);
	font-size: 16px;
	display: none;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
	transition: 0.2s;
}

/*
@media only screen and (min-width: 1200px) {
	.drawer {
		display: none !important;
	}
}
*/

.drawer-menu-explore {
	padding-top: 0;
	padding-bottom: 0;
	background: #272c30;
	padding: 15px 5% 30px 5%;
}

@media (max-width: 1200px) {
	.drawer-menu-explore {
		background: #272c30;
		padding: 15px 5% 30px 5%;
	}
}

.drawer-menu-explore .container {
	padding: 0;
}

.show-drawer {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
	margin-top: 35px;
}

.site-header {
	padding: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 100;
	background: #fff;
}

body.admin-bar .is-sticky .site-header {
	margin-top: 32px;
}

.site-identity {
	display: flex;
	padding: 24px 0;
	position: relative;
	z-index: 8;
}

@media (max-width: 1000px) {
	.site-identity {
		padding: 25px 0;
	}
}

@media (max-width: 600px) {
	.site-identity {
		padding: 15px 0;
	}
}

.site-title-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 250px;
	width: 100%;
	position: relative;
	align-self: center;
}

@media (max-width: 1000px) {
	.site-title-wrap {
		max-width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 1000px) {
	.titles-wrap {
		padding-top: 8px;
	}
}

.titles-wrap.has-description {
	padding-top: 0;
}

.site-title {
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-right: 8px;
	line-height: 1.2;
}

.site-title a {
	color: #272c30;
	transition: 0.1s ease-in;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title {
		margin: 0;
	}
}

@media (max-width: 600px) {
	.site-title {
		font-size: 24px;
	}
}

.site-description {
	color: #272c30;
	font-size: 14px;
	line-height: 1.4;
	margin: -2px 0 0 0;
	display: inline-block;
	width: 100%;
	position: absolute;
}

@media (max-width: 1000px) {
	.site-description {
		position: relative;
		display: block;
	}
}

.site-avatar {
	display: inline-block;
	text-align: center;
	width: 100%;
	vertical-align: top;
}

.site-avatar img {
	border-radius: 500px;
	margin-bottom: 15px;
	width: 85px;
	transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
	transform: scale(1.1);
}

.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}

.site-logo:not(img):empty {
	margin: 0;
}

.custom-logo-link img {
	display: block;
	max-height: 48px;
	width: auto;
}

.site-logo-mobile {
	display: none;
	max-height: 48px;
	width: auto;
}

@media (max-width: 1000px) {
	.custom-logo-link {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
}

@media (max-width: 600px) {
	.custom-logo-link {
		display: none;
	}

	.site-logo-mobile {
		display: block;
	}

	.custom-logo-link img {
		max-height: 40px;
		padding-right: 24px;
	}
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 8%;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.container {
		padding: 0 4%;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0 30px;
	}
}

.container::before, .container::after {
	content: "";
	display: table;
}

.container::after {
	clear: both;
}

.error404 .entry-header {
	margin-bottom: 0;
}

.archive-box {
	margin-top: 30px;
}

.archive-box ul ul {
	margin-left: 30px;
	margin-top: 0;
}

.archive-box ul li {
	margin-bottom: 0;
}

.archive-box ul a {
	border-bottom: dotted 1px #c7d6e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.archive-box ul a:hover {
	border-bottom: dotted 1px #c7d6e4;
	color: #62707c;
}

.single #page {
	margin: 0 auto;
}

#primary {
	margin: 0 auto;
	display: block;
}

@media (max-width: 1000px) {
	#primary {
		width: 100%;
	}
}

article.page,
article.post {
	padding: 65px 0;
}

@media (max-width: 600px) {
	article.page,
	article.post {
		padding: 35px 0;
	}
}

.error404 #primary {
	display: block;
	margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#main .entry-content .page-links {
	clear: both;
	margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
	border: none;
	padding: 0 2px;
	color: #62707c;
}

#main .entry-content .page-links a:hover {
	border: none;
	color: #272c30;
}

#page .more-link + .page-links {
	margin-top: 20px;
}

.featured-image,
.featured-video {
	margin-bottom: 5%;
	width: 100%;
	z-index: 50;
	position: relative;
}

@media (max-width: 600px) {
	.featured-image,
	.featured-video {
		margin-bottom: 1.2em;
	}
}

.featured-image img,
.featured-video img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.07s ease-in-out;
	border-radius: 1rem;
}

.featured-video iframe {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

#page {
	padding-top: 6%;
	max-width: 100%;
	width: 100%;
	padding: 0;
}

@media (max-width: 600px) {
	#page {
		padding-top: 0%;
	}
}

.site-content {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 10;
}

.blog .content-area {
	width: 100%;
	display: block;
	vertical-align: top;
}

.post .entry-header {
	position: relative;
	margin-bottom: 32px;
}

.post .entry-header h2 {
	font-size: 24px;
}

.archive-header {
	margin-top: -30px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.archive-header .entry-subtitle {
	font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
	margin-bottom: 0;
}

.taxonomy-description {
	font-size: 17px;
	color: #62707c;
}

@media (max-width: 600px) {
	.taxonomy-description {
		font-size: 15px;
		line-height: 1.4;
	}
}

.taxonomy-description p:last-child {
	margin-bottom: 0;
}

.entry-cats {
	font-size: 16px;
}

.full-post-header .entry-title {
	font-size: 58px;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.full-post-header .entry-title {
		font-size: 46px;
	}
}

@media (max-width: 600px) {
	.full-post-header .entry-title {
		font-size: 34px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
}

.full-post-header .entry-title a {
	color: #272c30;
	text-decoration: none;
	transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
	color: #62707c;
}

.byline {
	color: #62707c;
	margin-top: 3%;
	font-size: 16px;
}

@media (max-width: 600px) {
	.byline {
		display: inline-block;
		margin-top: 0;
		font-size: 12px;
	}
}

.byline img {
	width: 24px;
	border-radius: 50px;
	vertical-align: top;
	margin-right: 5px;
}

.byline a {
	color: #62707c;
	border-bottom: 2px solid transparent;
	transition: 0.2s ease;
	padding-bottom: 2px;
}

.byline a:hover {
	border-bottom: 2px solid #e3eaf0;
}

.entry-content {
	vertical-align: top;
}

.entry-content p a,
.entry-content li a {
	color: #00853F;
	box-shadow: inset 0 -1px 0 #00853F;
	transition: 0.3s ease;
}

.entry-content p a:hover,
.entry-content li a:hover {
	box-shadow: inset 0 -2px 0 #00853F;
	color: #00853F;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
	border-bottom: none;
}

.excerpt-more {
	display: inline-block;
	width: 100%;
}

.single-attachment .site-main .post .entry-content {
	padding-left: 0;
}

.single-attachment .author-profile {
	display: none;
}

.page-content {
	margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
	width: 100%;
	display: inline-block;
	position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
	margin-bottom: 8%;
	padding-bottom: 10%;
	border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
	margin-bottom: 5%;
	padding-bottom: 6%;
}

.fade-out {
	animation-name: fadeOut !important;
	animation-duration: 0.2s !important;
	animation-fill-mode: both !important;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
	padding: 0 0 1.5% 0;
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #ffffff;
	color: #000000;
}

.site-footer a {
	color: #000000;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .footer-navigation a {
	color: #000000;
}

@media (max-width: 1000px) {
	.site-footer {
		padding-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.site-footer {
		font-size: 15px;
	}
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
	margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
	border-top: none;
}

.post-navigation + .site-footer {
	box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
	.post-navigation + .site-footer {
		box-shadow: none;
	}
}

.footer-padding {
	padding-top: 15%;
	opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
	font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
	border-bottom: none;
	padding: 0;
}

.footer-widgets {
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
}

@media (max-width: 1000px) {
	.footer-widgets {
		padding-top: 40px;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}
}

.footer-widgets .footer-column {
	width: 22%;
	float: left;
	padding-top: 40px;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s ease-in-out;
}

.footer-widgets .footer-column:last-child {
	margin-right: 0;
	color: #E9E186;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column {
		width: 100%;
		margin-bottom: 2rem;
		padding-top: 0;
		margin-right: 0;
		text-align: center;
	}

	/* Order */

	.footer-widgets #footer-column-1 {
		order: 1;
	}

	.footer-widgets #footer-column-2 {
		order: 2;
	}

	.footer-widgets #footer-column-3 {
		order: 3;
	}

	.footer-widgets #footer-column-4 {
		order: 4;
	}

	.footer-widgets .footer-column:last-child {
		text-align: center;
	}
}

@media (max-width: 600px) {
	.footer-widgets .footer-column {
		padding-right: 0;
		margin-bottom: 2rem;
	}
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
	width: 48%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
		width: 100%;
	}
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) {
	flex: 1;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
	width: auto;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
		width: 100%;
	}
}

.footer-widgets .widget_nav_menu a{
	color: #000000;
}

.footer-widgets .footer-column:last-child .widget_nav_menu a{
	color: #00853F;
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
	font-size: 14px;
}

.footer-widgets ul.wp-block-social-links {
	font-size: 1.25rem;
	flex-wrap: nowrap;
}

.footer-widgets ul li {
	padding: 0 0 0.5rem 0;
	margin-bottom: 0;
}

.footer-widgets ul li::before {
	content: '';
}

.footer-widgets ul li:last-child {
	padding-bottom: 0;
}

.footer-widgets ul ul li {
	list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
	padding-bottom: 0;
}

.footer-widgets ul.children, .footer-widgets ul.sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
	padding-bottom: 15px;
}

.footer-widgets .sub-menu {
	margin-left: 20px;
}

.footer-widgets .widget_text a {
	border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section + section {
	margin-top: 24px;
}

.footer-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding-top: 2%;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.footer-widgets + .footer-bottom {
		padding-top: 0;
		text-align: center;
		flex-direction: column;
	}
}

.footer-tagline {
	display: inline-block;
	width: 30%;
}

@media (max-width: 1200px) {
	.footer-tagline {
		float: none;
		width: 100%;
	}
}

.footer-navigation + .footer-tagline {
	float: right;
}

.footer-tagline a {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	padding-bottom: 1px;
}

.site-footer .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #272c30;
}

@media (max-width: 1000px) {
	.site-footer .widget-title {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.site-footer .widget-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.footer-logo img{
	max-height: 48px;
	width: auto;
}

.footer-navigation {
	display: inline-block;
}

@media (max-width: 1200px) {
	.footer-navigation {
		margin-top: 1rem;
	}
}

.footer-navigation ul {
	margin: 0;
}

.footer-navigation li {
	display: inline-block;
	list-style: none;
	margin-right: 12px;
}

.footer-navigation li::after {
	content: "|";
	margin-left: 12px;
}

@media (max-width: 600px) {
	.footer-navigation li {
		margin-right: 0px;
		display: block;
		margin-bottom: 0.5rem;
	}

	.footer-navigation li:last-child {
		margin-bottom: 0;
	}
	
	.footer-navigation li::after {
		margin-left: 0px;
		content: "";
	}
}

.footer-navigation li:last-child:after{
	content: "";
	margin-left: 0;
}

@media (max-width: 1000px) {
	footer .wp-block-social-links {
		justify-content: center;
	}
}



/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
	display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */
::selection {
	background: rgba(255, 244, 147, 0.8);
	color: #272c30;
}

#wpstats {
	display: none;
}

.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.compat-object-fit img {
	opacity: 0;
}

.post-password-form label {
	display: inline-block;
	width: 40%;
}

.post-password-form input[type="submit"] {
	display: inline-block;
}

.not-found {
	text-align: center;
}

.blog .post.sticky {
	background: #fff;
	padding: 4%;
	border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.page-template-full-width #page .entry-header {
	padding: 5% 2% 0;
}

.page-template-full-width .site-content {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}

.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
	padding-left: 0;
}

.alignfull,
.alignwide {
	margin-bottom: 2em;
	width: 100%;
}

@media (max-width: 600px) {
	.alignfull.wp-block-gallery,
	.alignwide.wp-block-gallery {
		margin-left: -8px;
		margin-right: -8px;
		width: inherit;
	}
}

.alignfull img,
.alignwide img {
	display: block;
}

.alignwide {
	max-width: none;
}

@media (min-width: 1000px) {
	.alignwide {
		width: 75vw;
		margin-left: calc(50% - 75vw / 2);
	}
}

.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}

/*--------------------------------------------------------------
Custom Elements
--------------------------------------------------------------*/
.btn {
	border-radius: 6px;
    width: max-content;
    display: flex;
    flex-direction: row;
    height: 3rem;
    font-size: 1rem;
	font-weight: 600;
    align-items: center;
    padding: 0 1.5rem;
	line-height: normal;
	transition: .2s;
}

.btn-green {
	background: rgba(0, 133, 63,1);
	color: white;
}

.btn-green:hover {
	background: rgba(0, 133, 63, 0.7);
	color: white;
}

.btn-green:active,
.btn-green:focus {
	color: white;
}

.btn-white {
	background: rgb(255, 255, 255);
	color: #171B1D;
	border: solid 2px rgba(0, 133, 63,1);
}

.btn-outline {
	background: rgb(255, 255, 255);
	color: #272c30;
	border: solid 2px rgba(39, 44, 48, 1);
}

.btn-outline:hover {
	background: #E9F5EF;
	color: #171B1D;
	border: solid 2px rgba(0, 133, 63, 1);
}

.btn-black {
	background: #171B1D;
	color: #fff;
}

.btn-black:hover {
	background: #3A4045;
	color: #fff;
}

.btn-solid-white {
	background: #fff;
	color: #171B1D;
}

.btn-solid-white:hover {
	background: #e9e9e9;
	color: #171B1D;
}

.btn-outline-white {
	background: #000;
	color: #fff;
	border: solid 2px #fff;
}

.btn-outline-white:hover {
	background: #3A4045;
	color: #fff;
}



/* .btn was designed for links outside .main-navigation. When a nav menu item
   carries .btn (e.g. the "Login Menu" location), ".main-navigation ul li a"
   and ".main-navigation a" are more specific and win the cascade, so restate
   the box-model + color here with matching specificity. */
.main-navigation ul li a.btn {
	display: flex;
	align-items: center;
	line-height: normal;
}

.main-navigation ul li a.btn:hover {
	text-decoration: none;
}

.main-navigation a.btn-outline:hover {
	color: #272c30;
}

.main-navigation a.btn-green,
.main-navigation a.btn-green:hover,
.main-navigation a.btn-green:focus,
.main-navigation a.btn-green:active {
	color: #fff;
}

.btn-white:hover {
	background: #E9F5EF;
	color: #171B1D;
	border-color: rgba(0, 133, 63,1);
}

.btn-white:active,
.btn-white:focus {
	color: #171B1D;
}

a.btn {
	text-decoration: none;
}

a.underline{
	font-weight: 700;
	margin-bottom: 0;
	font-size: 13px;
}

a.underline:hover{
	text-decoration: none; 
}

a.underline span{
    padding-bottom: 3px;
    transition: .2s;
}

.underline-green span {
	color: #00853F;
	box-shadow: inset 0 -2px #00853F;
}

.underline:hover span {
	box-shadow: none;
}

/*--------------------------------------------------------------
Homepage "Made for Coaches & Athletes" Cards
--------------------------------------------------------------*/
section.white.coaches-athletes h2 {
	text-align: center;
}

.coaches-athletes__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	transition: all ease;
}

@media (max-width: 1000px) {
	.coaches-athletes__grid {
		grid-template-columns: 1fr;
	}
}

.coaches-athletes__card {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	text-align: left;
    border-radius: 1rem;
    padding: 32px;
}

/* First card (Coaches): dark filled box. Second card (Athletes): plain, no box. */
.coaches-athletes__grid .coaches-athletes__card:nth-child(1) {
	background: #3F4443;
	color: #fff;
}

.coaches-athletes__grid .coaches-athletes__card:nth-child(2) {
	background: transparent;
	color: #171B1D;
}

.card-badge {
	display: inline-block;
	border: 2px solid #00DB68;
	color: #00DB68;
	border-radius: 6px;
	padding: 4px 12px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.coaches-athletes__grid .coaches-athletes__card:nth-child(2) .card-badge {
	border-color: #171B1D;
	color: #171B1D;
}

.card-heading {
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.bullet-list {
	list-style: none;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

.bullet-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.bullet-list li::before {
	content: "•";
	position: absolute;
	left: 0;
}

.coaches-athletes__card p.cta {
	margin-top: auto;
	margin-bottom: 0;
}

/* OWL Carousel */

.customer-logos .owl-stage {
    display: block;
}

.customer-logos .customer-item {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}

.customer-logos .customer-item .logo {
    display: inline-block;
    width: auto;
}

.customer-logos .customer-item .logo img {
    display: block;
    width: auto;
    height: 64px;
    max-width: none;
    margin: 0;
}

section.block {
	padding: 65px 0;
}

section.beige {
	background-color: #F1EFED;
}

section.white {
	background-color: #FFFFFF;
}

section.pale-lime {
	background-color: #F9F7E1;
}

/* Scroll Reveal */

[data-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].visible {
	opacity: 1;
	transform: translateY(0);
}

/* Header Slide Down */

@keyframes headerSlideDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.home #masthead {
	animation: headerSlideDown 0.5s ease forwards;
}

/* Section Background Reveal */

body:not(.old-design) .block:not(.bg-visible) {
	background: transparent !important;
	transition: background 0.8s ease;
}

.block {
	transition: background 0.8s ease;
}

/*--------------------------------------------------------------
Legacy 2-column hero (no longer used on Homepage — the hero is now
the carousel below. Still used by the Coaches page.)
--------------------------------------------------------------*/

section.block.hero {
	padding: 0;
}

section.hero {
	position: relative;
	color: #3F4443;
}

section.hero.hero-gradient {
	background: linear-gradient(#000000, #3F4443);
}

section.hero .entry-header .entry-title{
	margin-bottom: 40px;
}

@media (max-width: 1000px) {
	section.hero .entry-header .entry-title{
		text-align: left;
	}
}

section.hero .img-wrap.desktop {
	display: block;
}

@media (max-width: 1000px) {
	section.hero .img-wrap.desktop {
		display: none;
	}
}

section.hero .img-wrap.mobile {
	display: none;
}

@media (max-width: 1000px) {
	section.hero .img-wrap.mobile {
		display: flex;
		margin-left: -30px;
		margin-right: -30px;
	}
}

section.hero .hero-headline {
	text-transform: uppercase;
	color: #007DB4;
	font-weight: bold;
	font-size: 1.25rem;
}

@media (max-width: 1000px) {
	section.hero .hero-headline {
		text-align: left;
	}
}

section.hero .copy{
	width: 50%;
	padding: 100px 0;
	z-index: 1;
}

@media (max-width: 1000px) {
	section.hero .copy {
		width: 100%;
		padding: 80px 0;
	}
}

@media (max-width: 600px) {
	section.hero .copy {
		padding: 60px 0;
	}
}

section.hero .hero-copy{
	font-weight: normal;
	margin-bottom: 24px;
}

@media (max-width: 1000px) {
	section.hero .hero-copy {
		text-align: left;
	}
}

section.hero .image{
	position: relative;
	width: 50%;
}

@media (max-width: 1000px) {
	section.hero .image{
		width: 100%;
	}
}

section.hero .action {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	flex-wrap: wrap;
}

@media (max-width: 1000px) {
	section.hero .action {
    	align-items: center;
    	justify-content: center;
	}
}


section.hero .img-wrap .img {
	position: absolute;
    top: 0;
    right: -50%;
    left: 0%;
    bottom: 0%;
    height: 100%;
    width: auto;
    max-width: initial;
	object-fit: contain;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 85%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, black 20%, black 85%, transparent 100%);
}

@media (max-width: 1000px) { 
	section.hero .img-wrap img{
		max-width: 100%;
		position: relative;
		left: -5%;
	}
}

.cta-two-cols {
	display: flex;
	flex-direction: row;
}

@media (max-width: 1000px) {
	.cta-two-cols {
		flex-direction: column;
		text-align: center;
	}
}

/*--------------------------------------------------------------
Homepage Hero Carousel
--------------------------------------------------------------*/
section.block.hero-carousel-section {
	padding: 0;
	position: relative;
}

.hero-carousel .owl-stage-outer,
.hero-carousel .owl-stage,
.hero-carousel .owl-item {
	height: 100%;
}

.hero-slide {
	position: relative;
	display: flex;
	align-items: center;
	height: 480px;
	background-image: var(--hero-bg);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* Letterbox color (where the image doesn't cover the full width) matches
   the opposite of the slide's text color, so it blends with the theme. */
.hero-slide--text-dark {
	background-color: #fff;
}

.hero-slide--text-light {
	background-color: #000;
}

.hero-slide .container {
	display: flex;
	width: 100%;
}

.hero-slide--copy-left .container {
	justify-content: flex-start;
}

.hero-slide--copy-right .container {
	justify-content: flex-end;
}

.hero-slide__copy {
	max-width: fit-content;
	width: 100%;
	opacity: 0;
	transform: translateY(16px);
}

/* Owl clones slides for the loop effect, so this can't rely on the
   IntersectionObserver-based [data-reveal] system — clones are created
   after that observer has already scanned the DOM and never get revealed.
   Keying off Owl's own .active class works for both the real slide and
   its clones since it re-triggers per node, not per one-time scan. */
.owl-item.active .hero-slide__copy {
	animation: heroSlideCopyReveal 0.6s ease 0.3s forwards;
}

@keyframes heroSlideCopyReveal {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Below 600px the photo can't carry the text reliably at any crop, so the
   copy sits on a solid block (color matching the slide's theme) and the
   photo only shows in the remaining space below it. */
@media (max-width: 600px) {
	.hero-slide {
		flex-direction: column;
		align-items: stretch;
		height: auto;
		min-height: 700px;
		background-image: var(--hero-bg-mobile, var(--hero-bg));
		background-size: 100% auto;
		background-position: center -120px;
	}

	.hero-slide .container {
		padding: 0;
	}

	.hero-slide__copy {
		max-width: 100%;
		padding: 32px;
	}

	.hero-slide--text-dark .hero-slide__copy {
		background: linear-gradient(to bottom, #fff 0%, #fff 70%, transparent 100%);
	}

	.hero-slide--text-light .hero-slide__copy {
		background: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
	}

	.hero-slide__ctas {
		flex-direction: column;
	}

	.hero-slide__ctas .btn {
		width: 100%;
		justify-content: center;
	}

	.hero-carousel .owl-nav {
		display: none;
	}
}

.hero-slide__eyebrow {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.hero-slide--text-dark .hero-slide__eyebrow {
	color: #00853F;
}

.hero-slide--text-light .hero-slide__eyebrow {
	color: #00DB68;
}

.hero-slide__heading {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.hero-slide__heading {
		font-size: 2rem;
	}
}


.hero-slide--text-dark .hero-slide__heading span {
	color: #00853F;
}

.hero-slide--text-light .hero-slide__heading span {
	color: #00DB68;
}

.hero-slide__body {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.75rem;
	max-width: 480px;
}

.hero-slide__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.hero-slide--text-dark .hero-slide__heading,
.hero-slide--text-dark .hero-slide__body {
	color: #171B1D;
}

.hero-slide--text-light .hero-slide__heading,
.hero-slide--text-light .hero-slide__body {
	color: #fff;
}

/* Owl arrows + dots, styled so they read on any slide image */
.hero-carousel .owl-nav button.owl-prev,
.hero-carousel .owl-nav button.owl-next {
	/* left/right are set by JS (positionHeroNav in custom.js), measured off
	   the actual rendered width of .owl-dots so this keeps working no matter
	   how many dots there end up being. */
	position: absolute;
	bottom: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: transparent;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	text-shadow: 0 1px 4px rgba(0,0,0,0.45);
	padding: 0;
	margin: 0;
}

.hero-carousel .owl-dots {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0.5rem;
}

.hero-carousel .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.6);
	margin: 0;
}

.hero-carousel .owl-dots .owl-dot.active span {
	background: #00853F;
}

/*--------------------------------------------------------------
Homepage Stats Banner
--------------------------------------------------------------*/
section.block.stats-banner {
	padding: 0;
}

.gradient {
	background: linear-gradient(135deg, #00853F 0%, #002000 100%);
	background-size: 150% 150%;
	animation: gradient-shift 8s ease-in-out infinite;
	border-radius: 16px;
	padding: 32px;
	text-align: center;
}

@keyframes gradient-shift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@media (prefers-reduced-motion: reduce) {
	.gradient {
		animation: none;
	}
}

.stats-banner__headline {
	color: #fff;
	margin-bottom: 32px;
}

.stats-banner__headline br {
	display: none;
}

@media (min-width: 1024px) {
	.stats-banner__headline br {
		display: inline;
	}
}

.stats-banner__row {
	display: flex;
	justify-content: center;
	gap: 4rem;
	flex-wrap: wrap;
}

.stats-banner__number {
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 8px;
}

.stats-banner__label {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

@media (max-width: 600px) {
	.gradient {
		padding: 32px 24px;
	}

	.stats-banner__row {
		flex-direction: column;
		gap: 2rem;
	}
}

/* Homepage: college logos carousel section */
.home section.white.college-logos {
	padding-bottom: 65px;
}

section.white.college-logos {
	padding-bottom: 0;
}

section.white.college-logos.college-logos--bottom {
	padding-bottom: 65px;
}

section.white.college-logos h2 {
	text-align: center;
}

/*--------------------------------------------------------------
Homepage Coach Testimonials
--------------------------------------------------------------*/
section.coach-testimonials h2 {
	text-align: center;
}

.coach-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 2rem;
}

@media (max-width: 1000px) {
	.coach-testimonials__grid {
		grid-template-columns: 1fr;
	}
}

section.coach-testimonials {
	background: #F4F4F4;
}

.coach-testimonials__card {
	display: block;
	background: #fff;
	border: 2px solid #eeeeee;
	border-radius: 16px;
	padding: 24px;
	color: inherit;
	transition: .2s;
}

.coach-testimonials__card:hover,
.coach-testimonials__card:focus,
.coach-testimonials__card:active {
	background: #fff;
	border-color: #00853F;
	text-decoration: none;
}

.coach-testimonials__photo {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.coach-testimonials__photo img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .3s ease;
}

.coach-testimonials__card:hover .coach-testimonials__photo img {
	transform: scale(1.05);
}

.coach-testimonials__quote {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.coach-testimonials__byline {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.coach-testimonials__icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	filter: brightness(0);
}

.coach-testimonials__name {
	font-weight: 700;
	margin: 0;
}

.coach-testimonials__role {
	color: #3F4443;
	font-size: 0.85rem;
	margin: 0;
}

/*--------------------------------------------------------------
"Bottom CTA" section styles — no longer used on the Homepage
(removed in favor of Coach Testimonials being the last section),
but still used by the Coaches page.
--------------------------------------------------------------*/
section.block.bottom-cta {
	background-repeat: no-repeat;
	background-position: center;
}

section.block.bottom-cta h2{
	margin-bottom: 2rem;
}

section.block.bottom-cta .cta-two-cols h2 {
	margin-bottom: 2rem;
}

section.block.bottom-cta .cta-two-cols .copy {
	flex: 50%;
	padding-right: 5%;
}

@media (max-width: 600px) {
	section.block.bottom-cta .cta-two-cols .copy {
		padding-right: 0;
	}
}

section.block.bottom-cta .cta-two-cols .image {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 50%;
}

section.block.bottom-cta .cta-two-cols .action {
	margin: 1.5rem 0;
	text-align: center;
	display: flex;
	justify-content: start;
}

@media (max-width: 1000px) {
	section.block.bottom-cta .cta-two-cols .action {
		justify-content: center;
	}
}

section.block.bottom-cta .cta-two-cols .logos {
	margin: 1.5rem 0;
}

section.block.bottom-cta .cta-two-cols .logos img{
	max-width: 540px;
	width: 100%;
}

section.block.bottom-cta .cta-two-cols .image img {
	max-width: 440px;
	width: 100%;
}

@media (max-width: 1000px) {
	section.block.bottom-cta .cta-two-cols .image img {
	max-width: 320px;
	}
}

/* =============================================
   Guides Page
   ============================================= */

/* --- Guide Cards --- */

.guides-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 360px));
	justify-content: center;
	gap: 3rem;
}

@media (max-width: 1000px) {
	.guides-grid {
		grid-template-columns: 1fr;
	}
}

.guide-card {
	display: grid;
	grid-row: span 5;
	grid-template-rows: subgrid;
	text-align: center;
	justify-items: center;
	background: white;
    border-radius: 1rem;
    padding: 2rem;
	gap: 0;
}

@media (max-width: 1000px) {
	.guide-card {
		display: flex;
		flex-direction: column;
		grid-template-rows: none;
		align-items: center;
		grid-row: auto;
	}
}

.guide-card__image {
	width: 100%;
	margin-bottom: 1.5rem;
	align-self: start;
}

.guide-card__image a {
	display: block;
}

.guide-card__image img {
	width: 100%;
	border-radius: 1rem;
	display: block;
}

.guide-card__category {
	color:#007DB4;
	font-weight: bold;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.guide-card__title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.guide-card__title a {
	color: inherit;
	text-decoration: none;
}

.guide-card__copy {
	font-size: 0.9375rem;
	margin-bottom: 2rem;
}

.guide-card__copy p {
	margin-bottom: 0;
}

/* --- Guide Stats Numbers --- */
section.block.guides-stats h2 {
	text-align: center;
}

section.block.guides-stats .stats-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	section.block.guides-stats .stats-row {
		flex-direction: column;
	}
}

section.block.guides-stats .stat-item {
	flex: 1;
	text-align: center;
	padding: 0 40px;
}

@media (max-width: 768px) {
	section.block.guides-stats .stat-item {
		padding: 24px 0;
		width: 100%;
	}
}

section.block.guides-stats .stat-item + .stat-item {
	border-left: 1px solid #eeeeee;
}

@media (max-width: 768px) {
	section.block.guides-stats .stat-item + .stat-item {
		border-left: none;
		border-top: 1px solid #eeeeee;
	}
}

section.block.guides-stats .stat-item__number {
	font-size: 2rem;
	font-weight: 700;
	color: #007DB4;
}

section.block.guides-stats .stat-item__label {
	font-size: 1rem;
	color: #333;
}

/* --- Recruiting Guides Grid --- */
section.block.recruiting-guides {
	text-align: center;
}

section.block.recruiting-guides h2{
	margin-bottom: 1rem;
}

section.block.recruiting-guides p {
	margin-bottom: 0;
}

.recruiting-guides-grid {
	display: grid;
	grid-template-columns: repeat(6, 9rem);
	gap: 3rem;
	margin-top: 3rem;
	justify-content: center;
}

@media (max-width: 1000px) {
	.recruiting-guides-grid {
		grid-template-columns: repeat(3, 9rem);
	}
}

@media (max-width: 768px) {
	.recruiting-guides-grid {
		grid-template-columns: repeat(2, 9rem);
	}
}

.sport-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1rem;
	border: 2px solid #00853F;
	background-color: #F7FAF8;
	border-radius: 1rem;
	width: 100%;
}

a.sport-item {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.sport-item__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 0.75rem;
}

.sport-item__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sport-item__name {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}

.sport-item__count {
	font-size: 0.75rem;
	color: #007DB4;
}

.sport-item--coming-soon.sport-item {
	cursor: default;
	border-color: #eeeeee;
	background-color: #FFF;
}

.sport-item--coming-soon .sport-item__icon img {
	filter: grayscale(100%) opacity(30%);
}

.sport-item--coming-soon .sport-item__count,
.sport-item--coming-soon .sport-item__name { 
	color: #999;
}

/* =============================================
   Hub Page
   ============================================= */

section.block.hub {
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

/* Breadcrumb (duplicated from .hub-guide-breadcrumb, scoped so it can change independently) */
.hub-page-breadcrumb {
    font-size: 14px;
    font-style: italic;
    color: #3F4443;
    margin-bottom: 1rem;
}

.hub-page-breadcrumb a {
    color: #007DB4;
}

.hub-page-breadcrumb a:hover {
    color: #007DB4;
    text-decoration: underline;
}

.hub-page-breadcrumb span[aria-hidden="true"] {
    margin: 0 0.4rem;
}

section.block.hub .copy {
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 1rem;
	margin: 4rem 0;
	width: 55%;
	transition: width 0.5s;
}

@media (max-width: 1200px) {
	section.block.hub .copy {
		width: 65%;
	}
}

@media (max-width: 1000px) {
	section.block.hub .copy {
		width: 100%;
		margin-top: 1rem;
	}
}

section.block.hub .copy .subheadline {
	margin-bottom: 0rem;
}

section.block.hub .copy .last-updated {
	font-style: italic;
	color: #00853F;
	font-size: 0.75rem;
	margin-bottom: 2rem;
}

section.block.hub .hero-copy,
section.block.hub .hero-copy p:last-child {
	margin-bottom: 0;
}

/* Guides Grid */

.hub-guides-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}

@media (max-width: 1000px) {
	.hub-guides-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.hub-guides-grid {
		grid-template-columns: 1fr;
	}
}

.hub-guide-card__image {
	width: 100%;
	margin-bottom: 1.5rem;
}

.hub-guide-card__image img {
	width: 100%;
	border-radius: 1rem;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.hub-guide-card__category {
	display: block;
	text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
	text-align: center;
	color: #007DB4;
	margin-bottom: 0.75rem;
}

.hub-guide-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1rem;
	text-align: center;
	color:#3F4443;
}

.hub-guide-card__title a {
	color: #3F4443;
}

.hub-guide-card__title a:hover {
	text-decoration: underline;
}

.hub-guide-card__copy {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 0;
	text-align: center;
}

/* Hub Guide */

.hub-guide-breadcrumb {
    font-size: 14px;
    font-style: italic;
    color: #3F4443;
    margin-bottom: 1rem;
}

.hub-guide-breadcrumb a {
    color: #007DB4;
}

.hub-guide-breadcrumb a:hover {
    color: #007DB4;
    text-decoration: underline;
}

.hub-guide-breadcrumb span[aria-hidden="true"] {
    margin: 0 0.4rem;
}

/* Layout */
.hub-guide-layout {
    display: flex;
}

/* Sidebar */
.hub-guide-sidebar {
    width: 33%;
    flex-shrink: 0;
}

.hub-guide-sidebar__inner {
    width: 256px;
    position: sticky;
    top: 60px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.hub-guide-sidebar__inner:hover {
    scrollbar-color: #ccc transparent;
}

.hub-guide-sidebar__inner::-webkit-scrollbar {
    width: 4px;
}

.hub-guide-sidebar__inner::-webkit-scrollbar-track {
    background: transparent;
}

.hub-guide-sidebar__inner::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
    transition: background-color 0.5s ease;
}

.hub-guide-sidebar__inner:hover::-webkit-scrollbar-thumb {
    background: #ccc;
}

.hub-guide-sidebar__panel {
    background-color: #f2f2f2;
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
}

.hub-guide-sidebar__title {
    font-weight: 700;
    text-transform: uppercase;
    color: #007DB4;
    margin-bottom: 1rem;
}

.hub-guide-sidebar__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.hub-guide-sidebar__nav-item {
    margin-bottom: 0.75rem;
}

.hub-guide-sidebar__nav-item:last-child {
	margin-bottom: 0;
}

.hub-guide-sidebar__nav-item > a {
    color: #272c30;
    line-height: 1.4;
    display: block;
}

.hub-guide-sidebar__nav-item.is-active {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    margin: 0.5rem 0;
}

.hub-guide-sidebar__nav-item.is-active:last-child {
	margin-bottom: 0;
}

.hub-guide-sidebar__nav-title {
    display: block;
    font-weight: 700;
    color: #272c30;
    margin-bottom: 0.75rem;
}

.hub-guide-sidebar__index {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.hub-guide-sidebar__index li {
    margin-bottom: 0.75rem;
}

.hub-guide-sidebar__index li:last-child {
	margin-bottom: 0;
}

.hub-guide-sidebar__index a {
    color: #007DB4;
    line-height: 1.4;
    display: block;
}

.hub-guide-sidebar__index a:hover,
.hub-guide-sidebar__index li.active a {
    text-decoration: underline;
}

/* Sidebar CTA */
.hub-guide-sidebar__cta {
    background-color: #00853F;
    border-radius: 1rem;
    max-width: 256px;
    padding: 1.25rem;
    margin-top: 1rem;
    text-align: left;
    color: #fff;
}

.hub-guide-sidebar__cta .cta-title {
    font-weight: 700;
    color: #E9E186;
    margin-bottom: 0.5rem;
}

.hub-guide-sidebar__cta .cta-copy,
.hub-guide-sidebar__cta .cta-copy p {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

/* Main content */
article.post.hub-guide-article {
	padding-bottom: 0;
}

.hub-guide-main {
    flex: 1;
    min-width: 0;
}

.hub-guide-main h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
    .hub-guide-main h1 {
        font-size: 32px;
    }
}

.hub-guide-main__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3F4443;
    display: block;
    margin-bottom: 0.75rem;
}

.hub-guide-main__meta {
    font-size: 14px;
    font-style: italic;
    color: #3F4443;
    margin-bottom: 1.5rem;
}

.hub-guide-main__intro {
    margin-bottom: 2rem;
}

.hub-guide-main .featured-image {
    margin-bottom: 2.5rem;
}

.hub-guide-main .featured-image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

/* Content blocks */
.hub-guide-body h2 {
    font-weight: 600;
    color: #068939;
    margin-bottom: 1rem;
}

.hub-guide-body h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* Related Guides */
section.block.hub-guide-related {
	padding-top: 0;
}

.hub-guide-related h2 {
    text-align: center;
    color: #068939;
}

.hub-guide-body .text-block {
    margin-bottom: 3rem;
    scroll-margin: 2rem;
    overflow: hidden;
}

.hub-guide-body .text-block:last-child {
    margin-bottom: 0;
}

.hub-guide-body .text-block p:last-child {
    margin-bottom: 0;
}

.hub-guide-body .green-block {
	border-top: 1px solid #068939;
    border-bottom: 1px solid #068939;
    padding: 3rem;
    margin: 3rem 0;
    color: #068939;
}

.hub-guide-body .green-block .quote-copy {
	font-size: 1.50rem;
    font-weight: 200;
}

.hub-guide-body .green-block .quote-author {
    font-size: 14px;
}

/* Mobile TOC (duplicate of the sidebar nav, shown only ≤1000px between featured image and body) */
.hub-guide-mobile-toc {
    display: none;
    margin-bottom: 2rem;
}

@media (max-width: 1000px) {
    .hub-guide-layout {
        flex-direction: column;
    }

    .hub-guide-sidebar {
        display: none;
    }

    .hub-guide-mobile-toc {
        display: block;
    }
}

.hub-guide-body .thoughts-block {
	border-top: 1px solid #068939;
}

.hub-guide-body .thoughts-block .thoughts-copy {
    font-size: 1rem;
	font-style: italic;
	padding-top: 3rem;
}

/* Advantage Banner override (hub_guide only) */
body.single-hub_guide section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .image-wrap.desktop {
    background-size: cover;
    background-position: 30% center;
	background-repeat: no-repeat;
}

@media (max-width: 600px) {
    body.single-hub_guide section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .image-wrap.mobile {
        background-position: center top;
    }
}

/* Advantage Banner */

section.block.advantage.banner-cta .advantage-wrap {
	background-color: #F1EFED;
    border-radius: 1rem;
    overflow: hidden;
	transition: all 0.5s;
}

section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .copy-wrap {
	padding: 3rem;
}

@media (max-width: 1000px) { 
	section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .copy-wrap {
		padding: 2rem;
	}
}

section.block.advantage.banner-cta .advantage-wrap h2,
section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .copy-wrap .copy {
	margin-bottom: 2rem;
}

section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .copy-wrap .copy p:last-child {
	margin-bottom: 0;
}

section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .image-wrap.mobile {
	display: none;
}

section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .image-wrap.desktop {
    background-position: 6% center;
}

@media (max-width: 1000px) { 
	section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .image-wrap.desktop {
		display: none;
	}
}

@media (max-width: 600px) {
	section.block.advantage.banner-cta .cta-two-cols.advantage-wrap .image-wrap.mobile {
		display: block;
		background-position: 5% top;
        min-height: 400px;
        background-repeat: no-repeat;
	}
}

/* About Us */

/* Hero (duplicated from section.hero, scoped so it can change independently) */
.about-hero {
	background: linear-gradient(#FFFFFF, #ECF5FA);
}

.about-hero .entry-header .entry-title {
	margin-bottom: 40px;
}

@media (max-width: 1000px) {
	.about-hero .entry-header .entry-title {
		text-align: left;
	}
}

.about-hero .img-wrap.desktop {
	display: block;
}

@media (max-width: 1000px) {
	.about-hero .img-wrap.desktop {
		display: none;
	}
}

.about-hero .img-wrap.mobile {
	display: none;
}

@media (max-width: 1000px) {
	.about-hero .img-wrap.mobile {
		display: flex;
		margin-left: -30px;
		margin-right: -30px;
	}
}

.about-hero .hero-headline {
	text-transform: uppercase;
	color: #007DB4;
	font-weight: bold;
	font-size: 1.25rem;
}

@media (max-width: 1000px) {
	.about-hero .hero-headline {
		text-align: left;
	}
}

.about-hero .copy {
	width: 50%;
	padding: 100px 0;
	z-index: 1;
}

@media (max-width: 1000px) {
	.about-hero .copy {
		width: 100%;
		padding: 80px 0;
	}
}

@media (max-width: 600px) {
	.about-hero .copy {
		padding: 60px 0;
	}
}

.about-hero .hero-copy {
	font-weight: normal;
	margin-bottom: 24px;
}

@media (max-width: 1000px) {
	.about-hero .hero-copy {
		text-align: left;
	}
}

.about-hero .image {
	position: relative;
	width: 50%;
}

@media (max-width: 1000px) {
	.about-hero .image {
		width: 100%;
	}
}

.about-hero .img-wrap .img {
	position: absolute;
    top: 0;
    right: -50%;
    left: 0%;
    bottom: 0%;
    height: 100%;
    width: auto;
    max-width: initial;
	object-fit: contain;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 85%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, black 20%, black 85%, transparent 100%);
}

@media (max-width: 1000px) {
	.about-hero .img-wrap img {
		max-width: 100%;
		position: relative;
		left: -5%;
	}
}

/* Eyebrow (shared across About Us sections) */
.about-eyebrow {
	text-transform: uppercase;
	color: #007DB4;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 1rem;
}

/* What We Do */
.about-we__layout {
	display: flex;
	gap: 4rem;
	align-items: flex-start;
}

@media (max-width: 1000px) {
	.about-we__layout {
		flex-direction: column;
		gap: 2rem;
	}
}

.about-we__copy {
	flex: 1;
	min-width: 0;
	position: sticky;
	top: 60px;
	align-self: flex-start;
}

@media (max-width: 1000px) {
	.about-we__copy {
		position: static;
	}
}

.about-we__boxes {
	width: 320px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

@media (max-width: 1000px) {
	.about-we__boxes {
		width: 100%;
	}
}

.about-we__box {
	background-color: #F1EFED;
	border-radius: 1rem;
	padding: 2rem;
}

.about-we__box-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #00853F;
	margin-bottom: 1rem;
}

.about-we__box-copy {
	color: #3F4443;
}

.about-we__body .text-block {
	margin-bottom: 3rem;
	scroll-margin: 2rem;
	overflow: hidden;
}

.about-we__body .text-block:last-child {
	margin-bottom: 0;
}

.about-we__body .text-block p:last-child {
	margin-bottom: 0;
}

.about-we__body .green-block {
	border-top: 1px solid #068939;
	border-bottom: 1px solid #068939;
	padding: 3rem;
	margin: 3rem 0;
	color: #068939;
}

.about-we__body .green-block .quote-copy {
	font-size: 1.75rem;
	font-weight: 200;
	text-align: center;
	margin-bottom: 1.5rem;
}

.about-we__body .green-block .quote-author {
	font-size: 1rem;
	text-align: center;
	color: #3F4443;
}

/* Leadership */
.about-leadership {
	padding-top: 0;
}

.about-leadership__header {
	text-align: center;
	margin: 0 auto 3rem;
}

.about-leadership__copy {
	color: #3F4443;
	margin-top: 1rem;
}

.about-member-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
}

.about-member {
	flex: 0 0 calc(25% - 2.25rem);
}

@media (max-width: 1000px) {
	.about-member {
		flex: 0 0 calc(50% - 1.5rem);
	}
}

@media (max-width: 600px) {
	.about-member {
		flex: 0 0 100%;
	}
}

.about-member {
	text-align: center;
}

.about-member__photo {
	width: 200px;
	height: 200px;
	margin: 0 auto 1rem;
	border-radius: 50%;
	overflow: hidden;
}

.about-member__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-member__name {
	font-size: 1.25rem;
	font-weight: 700;
	color: #3F4443;
	margin-bottom: 0.25rem;
}

.about-member__position {
	font-size: 1rem;
}

/* Employee Spotlights */
.about-employees {
	padding-top: 0;
}

.about-employees__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2rem;
}

.about-employees__header h2 {
	margin-bottom: 0;
}

.about-spotlights {
	margin-top: 3rem;
}

.about-spotlights__avatars {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 3rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.about-spotlights__avatars::-webkit-scrollbar {
	display: none;
}

.about-spotlights__avatar {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0;
	width: 160px;
	flex-shrink: 0;
	scroll-snap-align: start;
}

.about-spotlights__avatar.is-active {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(0, 133, 63, 0.09) 50%, #FFFFFF 99%);
}

.about-spotlights__controls {
	display: none;
}

.about-spotlights__arrow {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	border: none;
	background: #00853F;
	color: #fff;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.about-spotlights__arrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: #fff;
	border-width: 0 2px 2px 0;
}

.about-spotlights__arrow--prev::before {
	transform: rotate(135deg);
}

.about-spotlights__arrow--next::before {
	transform: rotate(-45deg);
}

.about-spotlights__avatar-photo {
	width: 125px;
	height: 125px;
	margin: 0 auto 0.75rem;
	border-radius: 50%;
	overflow: hidden;
}

.about-spotlights__avatar-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-spotlights__avatar-name {
	font-weight: 700;
	color: #3F4443;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.about-spotlights__avatar.is-active .about-spotlights__avatar-name {
	color: #00853F;
}

.about-spotlights__avatar-position {
	display: block;
	font-size: 0.75rem;
	margin-bottom: 1rem;
	color: #3F4443;
}

.about-spotlights__quotes {
	text-align: center;
}

.about-spotlights__quote-divider {
	position: relative;
	border-top: 1px solid #eeeeee;
	margin-bottom: 2.5rem;
}

.about-spotlights__quote-divider--bottom {
	margin-top: 2.5rem;
	margin-bottom: 0;
}

.about-spotlights__quote-icon {
	position: absolute;
	top: 0;
	left: 80px;
	transform: translate(-50%, -50%);
	padding: 0 1rem;
	display: inline-flex;
}

.about-spotlights__quote-icon img {
	display: block;
	width: 48px;
	height: 48px;
}

.about-spotlights__quote {
	display: none;
	text-align: left;
}

.about-spotlights__quote.is-active {
	display: block;
}

.about-spotlights__quote p {
	font-size: 1.25rem;
	font-style: italic;
	color: #3F4443;
}

/* Our Values */
.about-values {
	padding-top: 0;
}

.about-values__layout {
	display: flex;
	gap: 4rem;
	align-items: flex-start;
}

@media (max-width: 1000px) {
	.about-values__layout {
		flex-direction: column;
	}
}

.about-values__grid {
	flex: 1;
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}

@media (max-width: 600px) {
	.about-values__grid {
		grid-template-columns: 1fr;
	}
}

.about-values__item {
	border: 1px solid #eeeeee;
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
}

.about-values__icon {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.about-values__icon img {
	width: 100px;
	height: 100px;
}

.about-values__title {
	font-weight: 700;
	color: #00853F;
	margin-bottom: 0.5rem;
}

.about-values__copy {
	font-size: 1rem;
	color: #3F4443;
}

.about-values__copy-wrap {
	width: 320px;
	flex-shrink: 0;
	position: sticky;
	top: 60px;
}

@media (max-width: 1000px) {
	.about-values__copy-wrap {
		width: 100%;
		position: static;
		order: -1;
	}
}

.about-values__copy-wrap .copy {
	color: #3F4443;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

/* Careers / Bottom CTA */
.about-careers .cta-two-cols {
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.about-careers h2 {
	margin-bottom: 2rem;
}

/* Careers (page) */

/* Hero (duplicated from section.hero, scoped so it can change independently) */
.careers-hero {
	background: linear-gradient(#FFFFFF, #ECF5FA);
}

.careers-hero .entry-header .entry-title {
	margin-bottom: 40px;
}

@media (max-width: 1000px) {
	.careers-hero .entry-header .entry-title {
		text-align: left;
	}
}

.careers-hero .img-wrap.desktop {
	display: block;
}

@media (max-width: 1000px) {
	.careers-hero .img-wrap.desktop {
		display: none;
	}
}

.careers-hero .img-wrap.mobile {
	display: none;
}

@media (max-width: 1000px) {
	.careers-hero .img-wrap.mobile {
		display: flex;
		margin-left: -30px;
		margin-right: -30px;
	}
}

.careers-hero .hero-headline {
	text-transform: uppercase;
	color: #007DB4;
	font-weight: bold;
	font-size: 1.25rem;
}

@media (max-width: 1000px) {
	.careers-hero .hero-headline {
		text-align: left;
	}
}

.careers-hero .copy {
	width: 50%;
	padding: 100px 0;
	z-index: 1;
}

@media (max-width: 1000px) {
	.careers-hero .copy {
		width: 100%;
		padding: 80px 0;
	}
}

@media (max-width: 600px) {
	.careers-hero .copy {
		padding: 60px 0;
	}
}

.careers-hero .hero-copy {
	font-weight: normal;
	margin-bottom: 24px;
}

@media (max-width: 1000px) {
	.careers-hero .hero-copy {
		text-align: left;
	}
}

.careers-hero .image {
	position: relative;
	width: 50%;
}

@media (max-width: 1000px) {
	.careers-hero .image {
		width: 100%;
	}
}

.careers-hero .img-wrap .img {
	position: absolute;
	top: 0;
	right: -50%;
	left: 0%;
	bottom: 0%;
	height: 100%;
	width: auto;
	max-width: initial;
	object-fit: contain;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 85%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, black 20%, black 85%, transparent 100%);
}

@media (max-width: 1000px) {
	.careers-hero .img-wrap img {
		max-width: 100%;
		position: relative;
		left: -5%;
	}
}

/* Eyebrow (shared across Careers sections) */
.careers-eyebrow {
	text-transform: uppercase;
	color: #007DB4;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 1rem;
}

/* Trust Badges */

.careers-trust__row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3rem;
}

.careers-trust__badge {
	height: 120px;
	width: auto;
}

.careers-trust__card {
	flex: 1 1 280px;
	max-width: 360px;
	perspective: 1000px;
}

.careers-trust__card-inner {
	position: relative;
	width: 100%;
	min-height: 180px;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.careers-trust__card:hover .careers-trust__card-inner {
	transform: rotateY(180deg);
}

.careers-trust__card-front,
.careers-trust__card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	backface-visibility: hidden;
	border-radius: 1rem;
	border: 1px solid #eeeeee;
	padding: 2rem;
	box-sizing: border-box;
}

.careers-trust__card-back {
	transform: rotateY(180deg);
	text-align: center;
	color: #3F4443;
}

.careers-trust__card-back p {
	margin-bottom: 0;
}

/* Mission */
section.block.careers-mission {
	padding: 0;
}

.careers-mission__box {
	background-color: #F1EFED;
	border-radius: 1rem;
	padding: 3rem;
	text-align: center;
}

.careers-mission__box h2 {
	margin-bottom: 2rem;
}

.careers-mission__box p {
	color: #3F4443;
	margin-bottom: 0;
}

/* What We Believe */
.careers-believe {
	padding-top: 0;
}

.careers-believe__title {
	text-align: center;
}

.careers-believe__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	margin-bottom: 3rem;
}

@media (max-width: 1000px) {
	.careers-believe__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.careers-believe__grid {
		grid-template-columns: 1fr;
	}
}

.careers-believe__item {
	border: 1px solid #eeeeee;
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
}

.careers-believe__icon {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.careers-believe__icon img {
	width: 100px;
	height: 100px;
}

.careers-believe__item-title {
	font-weight: 700;
	color: #00853F;
	margin-bottom: 0.5rem;
}

.careers-believe__item-copy {
	font-size: 1rem;
	color: #3F4443;
}

.careers-believe__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.careers-believe__cta p {
	color: #3F4443;
	margin-bottom: 1rem;
}

/* Life at Ryzer (unused: careers page removed) */
.careers-life {
	background-color: #EDF6F3;
}

.careers-life__header {
	margin: 0 auto 3rem;
	text-align: center;
}

.careers-life__header p:not(.careers-eyebrow) {
	color: #3F4443;
}

.careers-life__intro {
	display: flex;
	align-items: stretch;
	margin-bottom: 3rem;
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
}

.careers-life__image {
	flex: 0 0 33.333%;
	min-width: 0;
	position: relative;
	min-height: 260px;
}

.careers-life__image-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	transition: opacity 1s ease;
}

.careers-life__image-slide.is-active {
	opacity: 1;
}

@media (max-width: 1000px) {
	.careers-life__intro {
		flex-direction: column;
	}

	.careers-life__image {
		flex: none;
		min-height: 320px;
	}

	.careers-life__image-slide {
		border-radius: 1rem 1rem 0 0;
	}
}

.careers-life__info {
	flex: 1;
	min-width: 0;
	padding: 2rem;
	align-self: center;
}

.careers-life__info h3 {
	color: #00853F;
	margin-bottom: 2rem;
}

.careers-life__info p {
	color: #3F4443;
	margin-bottom: 0;
}

.careers-life__benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem 3rem;
	margin-bottom: 3rem;
}

@media (max-width: 600px) {
	.careers-life__benefits {
		grid-template-columns: 1fr;
	}
}

.careers-life__benefit {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.careers-life__benefit-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-top: 0.25rem;
}

.careers-life__benefit h4 {
	margin-bottom: 0.25rem;
}

.careers-life__benefit p {
	color: #3F4443;
	margin-bottom: 0;
}

.careers-life__quote-row {
	display: flex;
	gap: 3rem;
	align-items: center;
	border-top: 1px solid #BBBCBC;
	padding-top: 3rem;
}

@media (max-width: 1000px) {
	.careers-life__quote-row {
		flex-direction: column;
	}

	.careers-life__quote-copy {
		flex: none;
		width: 100%;
	}

	.careers-life__quote-copy .careers-eyebrow,
	.careers-life__quote-copy h3 {
		text-align: center;
	}

	.careers-life__quote-copy p:not(.careers-eyebrow) {
		text-align: center;
	}

	.careers-life__quote-card {
		width: 100%;
	}
}

.careers-life__quote-copy {
	flex: 0 0 calc((100% - 3rem) * 0.333);
	min-width: 0;
}

.careers-life__quote-copy p:not(.careers-eyebrow) {
	color: #3F4443;
}

.careers-life__quote-card {
	flex: 0 0 calc((100% - 3rem) * 0.667);
	min-width: 0;
	background-color: #fff;
	border-radius: 1rem;
	padding: 2rem;
}

.careers-life__quote-body {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
}

.careers-life__quote-icon {
	flex-shrink: 0;
	height: 64px;
}

.careers-life__quote-content {
	flex: 1;
	min-width: 0;
}

.careers-life__quote-text {
	font-style: italic;
	color: #3F4443;
	margin-bottom: 1.5rem;
}

.careers-life__quote-author {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.careers-life__quote-author img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
}

.careers-life__quote-author-name {
	font-weight: 700;
	color: #3F4443;
}

/* Greenhouse Job Board */
.careers-jobs {
	padding-top: 0;
}

.careers-jobs__header {
	text-align: center;
	margin: 0 auto 2rem;
	max-width: 900px;
}

.careers-jobs__header p {
	color: #3F4443;
}

.careers-jobs__spinner {
	display: none;
	justify-content: center;
	padding: 3rem 0;
}

.careers-jobs__spinner.is-visible {
	display: flex;
}

.careers-jobs__spinner-ring {
	width: 44px;
	height: 44px;
	border: 3px solid #e0e0e0;
	border-top-color: #00853f;
	border-radius: 50%;
	animation: careers-spin 0.7s linear infinite;
}

@keyframes careers-spin {
	to { transform: rotate(360deg); }
}

/* Bottom CTA */
.careers-bottom-cta .cta-two-cols {
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.careers-bottom-cta h2 {
	margin-bottom: 1rem;
}

/*--------------------------------------------------------------
Coaches Page Hero
--------------------------------------------------------------*/
section.block.coaches-hero {
	background-color: #000;
	background-image: radial-gradient(circle at 0% 0%, rgba(0, 219, 104, 0.45), transparent 35%);
	background-size: 150% 150%;
	background-repeat: no-repeat;
	animation: gradient-shift 8s ease-in-out infinite;
	min-height: 480px;
	display: flex;
	align-items: stretch;
}

section.block.coaches-hero .container {
	width: 100%;
}

@media (max-width: 1000px) {
	section.block.coaches-hero {
		height: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	section.block.coaches-hero {
		animation: none;
	}
}

.coaches-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: stretch;
	height: 100%;
}

.coaches-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1000px) {
	.coaches-hero__grid {
		grid-template-columns: 1fr;
		align-items: center;
		height: auto;
	}
}

.coaches-hero__eyebrow {
	color: #00DB68;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.coaches-hero__heading {
	color: #fff;
	margin-bottom: 1rem;
}

.coaches-hero__heading span {
	color: #00DB68;
}

.coaches-hero__body {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.75rem;
	max-width: 480px;
}

.coaches-hero__cta {
	margin: 0;
}

.coaches-hero__image {
	overflow: hidden;
	border-radius: 16px;
	height: 100%;
	min-width: 0;
	transition: box-shadow .15s ease, opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.coaches-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	transition: transform .3s ease;
}

@media (max-width: 1000px) {
	.coaches-hero__image {
		height: auto;
	}
}

.coaches-hero__image:hover img {
	transform: scale(1.05);
}

/*--------------------------------------------------------------
Coaches Page Feature Sections
--------------------------------------------------------------*/
.feature-section + .feature-section {
	padding-top: 0;
}

.feature-section + .feature-section .feature-section__grid {
	border-top: 1px solid #eeeeee;
	padding-top: 64px;
}

.feature-section__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.feature-section--image-left .feature-section__image {
	order: -1;
}

@media (max-width: 1000px) {
	.feature-section__grid {
		grid-template-columns: 1fr;
	}

	/* Copy always on top, image always below, regardless of the
	   left/right setting used on desktop. */
	.feature-section--image-left .feature-section__image {
		order: initial;
	}
}

.feature-section__eyebrow {
	color: #00853F;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.feature-section__heading {
	line-height: 1.25;
	margin-bottom: 1rem;
}

.feature-section__heading span {
	color: #00853F;
}

.feature-section__body {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.feature-section__image {
	overflow: hidden;
	border-radius: 16px;
}

.feature-section__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition: transform .3s ease;
}

.feature-section__image:hover img {
	transform: scale(1.05);
}

/*--------------------------------------------------------------
Company Page Hero
--------------------------------------------------------------*/
.company-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.company-hero--image-left .company-hero__image {
	order: -1;
}

@media (max-width: 1000px) {
	.company-hero__grid {
		grid-template-columns: 1fr;
	}

	.company-hero--image-left .company-hero__image {
		order: initial;
	}
}

.company-hero__eyebrow {
	color: #00853F;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.company-hero__heading {
	line-height: 1.25;
	margin-bottom: 1rem;
}

.company-hero__heading span {
	color: #00853F;
}

.company-hero__body {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.company-hero__image {
	overflow: hidden;
	border-radius: 16px;
	min-width: 0;
	transition: box-shadow .15s ease, opacity 0.6s ease, transform 0.6s ease;
}

.company-hero__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition: transform .3s ease;
}

.company-hero__image:hover img {
	transform: scale(1.05);
}

/*--------------------------------------------------------------
Company Page — What We Do
--------------------------------------------------------------*/
section.block.company-what {
	background: #F4F4F4;
}

.company-what__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

@media (max-width: 1000px) {
	.company-what__grid {
		grid-template-columns: 1fr;
	}

	.company-what__copy {
		order: -1;
	}
}

.company-what__image {
	overflow: hidden;
	border-radius: 16px;
}

.company-what__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition: transform .3s ease;
}

.company-what__image:hover img {
	transform: scale(1.05);
}

.company-what__eyebrow {
	color: #00853F;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.company-what__heading {
	line-height: 1.25;
	margin-bottom: 1rem;
}

.company-what__body {
	font-size: 1rem;
	line-height: 1.5;
}

/*--------------------------------------------------------------
Company Page — Our Mission
--------------------------------------------------------------*/
.company-mission__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

@media (max-width: 1000px) {
	.company-mission__grid {
		grid-template-columns: 1fr;
	}
}

.company-mission__eyebrow {
	color: #00853F;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.company-mission__heading {
	line-height: 1.25;
	margin-bottom: 1rem;
}

.company-mission__body p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.company-mission__body p:last-child {
	margin-bottom: 0;
}

.company-mission__quote {
	margin: 0;
	padding: 0;
	border: none;
}

.company-mission__quote-text {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.company-mission__quote-text p {
	margin: 0;
	text-indent: -0.5em;
}

.company-mission__quote-text span {
	color: #00853F;
}

.company-mission__quote-attribution {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	color: inherit;
}

/*--------------------------------------------------------------
Company Page — Features
--------------------------------------------------------------*/
section.block.white.company-features {
	padding-top: 0;
}

.company-features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

@media (max-width: 1000px) {
	.company-features__grid {
		grid-template-columns: 1fr;
	}
}

.company-features__card {
	background: #F4F4F4;
	border-radius: 16px;
}

.company-features__image {
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}

.company-features__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px 16px 0 0;
	transition: transform .3s ease;
}

.company-features__image:hover img {
	transform: scale(1.05);
}

.company-features__content {
	padding: 24px;
}

.company-features__title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.company-features__body {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Company Page — Scorability Banner
--------------------------------------------------------------*/
section.block.company-scorability {
	background: #000;
}

.company-scorability__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

@media (max-width: 1000px) {
	.company-scorability__grid {
		grid-template-columns: 1fr;
	}
}

.company-scorability__image {
	overflow: hidden;
	border-radius: 16px;
}

.company-scorability__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition: transform .3s ease;
}

.company-scorability__image:hover img {
	transform: scale(1.05);
}

.company-scorability__heading {
	color: #fff;
	margin-bottom: 1rem;
}

.company-scorability__body {
	color: #D5D5D5;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
Company Page — Employee Spotlights
--------------------------------------------------------------*/
section.block.white.company-spotlights {
	text-align: center;
}

.company-spotlights__eyebrow {
	color: #00853F;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.company-spotlights__heading {
	margin-bottom: 2rem;
}

.company-spotlights__carousel {
	position: relative;
	text-align: left;
	padding-bottom: 3.5rem;
}

/* Prev/next sit at the same row as the dots, flanking them — left/right
   are set by JS (positionSpotlightsNav in custom.js), measured off the
   actual rendered width of .owl-dots, same technique as the homepage
   hero carousel. */
.company-spotlights__carousel .owl-nav button.owl-prev,
.company-spotlights__carousel .owl-nav button.owl-next {
	position: absolute;
	bottom: 5px;
	transform: translateY(50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: transparent;
	color: #171B1D;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0;
	margin: 0;
}

/* Owl doesn't equalize item heights on its own — stretch the stage/items
   so cards with shorter quotes match the tallest one in view. */
.company-spotlights__carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.company-spotlights__carousel .owl-item {
	display: flex;
	height: auto;
}

.company-spotlights__card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 2px solid #E3EAB0;
	border-radius: 16px;
	padding: 24px;
	height: 100%;
	transition: border-color .2s;
}

.company-spotlights__card:hover {
	border-color: #00853F;
}

.company-spotlights__card:hover .company-spotlights__name {
	color: #00853F;
}

.company-spotlights__quote {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	text-indent: -0.3em;
}

.company-spotlights__byline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
}

.company-spotlights__photo {
	width: 48px !important;
	height: 48px !important;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.company-spotlights__name {
	font-weight: 700;
	margin: 0;
}

.company-spotlights__role {
	font-size: 0.875rem;
	color: #3F4443;
	margin: 0;
}

.company-spotlights__carousel .owl-dots {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 50%);
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.company-spotlights__carousel .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #D5D5D5;
	margin: 0;
}

.company-spotlights__carousel .owl-dots .owl-dot.active span {
	background: #00853F;
}

/*--------------------------------------------------------------
Company Page — Our Values
--------------------------------------------------------------*/
section.block.white.company-values {
	padding-top: 0;
	text-align: center;
}

.company-values__eyebrow {
	color: #00853F;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.company-values__heading {
	margin-bottom: 3rem;
}

.company-values__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	text-align: center;
}

@media (max-width: 1000px) {
	.company-values__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.company-values__grid {
		grid-template-columns: 1fr;
	}
}

.company-values__icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 1rem;
}

.company-values__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.company-values__title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.company-values__body {
	font-size: 1rem;
	color: #3F4443;
	line-height: 1.5;
	margin: 0;
}

/*--------------------------------------------------------------
Company Page — Closing CTA
--------------------------------------------------------------*/
section.block.company-closing-cta {
	background-color: #000;
	background-image: url("images/bigcta_bg.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

.company-closing-cta__content {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

.company-closing-cta__heading {
	color: #00DB68;
	margin-bottom: 1rem;
}

.company-closing-cta__body {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.company-closing-cta__cta {
	display: flex;
	justify-content: center;
}

/*--------------------------------------------------------------
Dark CTA (shared: black background with chevrons flanking both
sides and fading toward the center, used on Coaches and Athletes
as the closing "bottom CTA" section)
--------------------------------------------------------------*/
section.block.dark-cta {
	background-color: #000;
	background-image: url("images/bigcta_bg.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

.dark-cta__content {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

.dark-cta__heading {
	color: #00DB68;
	margin-bottom: 1rem;
}

.dark-cta__copy {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.75rem;
}

.dark-cta__cta {
	display: flex;
	justify-content: center;
	margin: 0;
}

/*--------------------------------------------------------------
Athletes Page Hero
--------------------------------------------------------------*/
section.block.athletes-hero {
	background-color: #fff;
	border-top: 1px solid #eeeeee;
	min-height: 480px;
	display: flex;
	align-items: stretch;
}

section.block.athletes-hero .container {
	width: 100%;
}

@media (max-width: 1000px) {
	section.block.athletes-hero {
		height: auto;
	}
}

@media (max-width: 600px) {
	section.block.athletes-hero {
		border-top: none;
	}
}

.athletes-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: stretch;
	height: 100%;
}

.athletes-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1000px) {
	.athletes-hero__grid {
		grid-template-columns: 1fr;
		align-items: center;
		height: auto;
	}
}

.athletes-hero__eyebrow {
	color: #00853F;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.athletes-hero__heading {
	margin-bottom: 1rem;
}

.athletes-hero__heading span {
	color: #00853F;
}

.athletes-hero__body {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.75rem;
}

.athletes-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.athletes-hero__image {
	overflow: hidden;
	border-radius: 16px;
	height: 100%;
	min-width: 0;
	transition: box-shadow .15s ease, opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.athletes-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	transition: transform .3s ease;
}

@media (max-width: 1000px) {
	.athletes-hero__image {
		height: auto;
	}
}

.athletes-hero__image:hover img {
	transform: scale(1.05);
}

/*--------------------------------------------------------------
Athletes Page — Scorability for Athletes
--------------------------------------------------------------*/
section.block.scorability-for-athletes {
	background-color: #F4F4F4;
}

.scorability-for-athletes__card {
	background-color: #fff;
	border-radius: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 48px;
	padding: 24px;
}

@media (max-width: 1000px) {
	.scorability-for-athletes__card {
		grid-template-columns: 1fr;
	}

	.scorability-for-athletes__image {
		height: auto;
	}
}

@media (max-width: 600px) {
	.scorability-for-athletes__card {
		gap: 24px;
	}
}

.scorability-for-athletes__image {
	overflow: hidden;
	border-radius: 12px;
	height: 100%;
	min-width: 0;
}

.scorability-for-athletes__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	transition: transform .3s ease;
}

.scorability-for-athletes__image:hover img {
	transform: scale(1.05);
}

.scorability-for-athletes__eyebrow {
	color: #007DB4;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.scorability-for-athletes__heading {
	line-height: 1.3;
	margin-bottom: 0.75rem;
}

.scorability-for-athletes__body {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.scorability-for-athletes__link {
	color: #007DB4;
	font-weight: 700;
}

.scorability-for-athletes__link:hover,
.scorability-for-athletes__link:focus,
.scorability-for-athletes__link:active {
	color: #007DB4;
	text-decoration: underline;
}

/*--------------------------------------------------------------
Athletes Page — Ryzer Powers (rotating sport heading)
--------------------------------------------------------------*/
.ryzer-powers__heading {
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0;
}

.ryzer-powers__pill-group {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.ryzer-powers__sport-pill {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border: 2px solid #00853F;
	border-radius: 999px;
	padding: 0px 16px;
	margin: 0 4px;
	vertical-align: middle;
}

.ryzer-powers__sport-pill .gbi {
	color: #000000;
	font-size: 24px;
}

.ryzer-powers__sport-text {
	display: inline-block;
	overflow: hidden;
	width: 150px;
	height: 1.4em;
	line-height: 1.4em;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	transition: width .35s ease;
}

.ryzer-powers__sport-text-inner {
	display: block;
	white-space: nowrap;
	transition: transform .35s ease, opacity .35s ease;
}

.ryzer-powers__line2 {
	color: #00853F;
}

section.block.ryzer-powers-video {
	padding: 0;
	overflow: hidden;
}

.ryzer-powers-video__el {
	display: block;
	width: 100%;
	aspect-ratio: 32 / 9;
	object-fit: cover;
}

@media (max-width: 1000px) {
	.ryzer-powers-video__el {
		aspect-ratio: auto;
		height: auto;
	}
}

/*--------------------------------------------------------------
Athletes Page — Stats Row
--------------------------------------------------------------*/
.athletes-stats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	text-align: center;
}

@media (max-width: 600px) {
	.athletes-stats__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
}

.athletes-stats__number {
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 12px;
}

.athletes-stats__label {
	display: inline-block;
	background-color: #E3EAB0;
	border-radius: 6px;
	padding: 4px 16px;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
Athletes Page — Go To Camps
--------------------------------------------------------------*/
section.block.go-to-camps {
	background-color: #F4F4F4;
}

.go-to-camps__heading {
	text-align: center;
	margin-bottom: 1rem;
}

.go-to-camps__heading span {
	color: #00853F;
}

.go-to-camps__subtitle {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 24px;
}

.go-to-camps__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 48px;
	justify-items: center;
	text-align: center;
}

@media (max-width: 1000px) {
	.go-to-camps__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.go-to-camps__grid {
		grid-template-columns: 1fr;
	}
}

.go-to-camps__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 180px;
}

.go-to-camps__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
}

.go-to-camps__icon img {
	width: 56px;
	height: 56px;
}

.go-to-camps__item-title {
	font-size: 1rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.go-to-camps__item-body {
	font-size: 1rem;
	color: #3F4443;
	margin: 0;
}

/*--------------------------------------------------------------
Legal Page (Terms of Use, Privacy Policy, etc.)
--------------------------------------------------------------*/
body.page-template-legal-page {
	background: #F4F4F4;
}

section.block.legal-page {
	background: #F4F4F4;
}

.legal-page__layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 64px;
	align-items: start;
}

.legal-page__sidebar {
	position: sticky;
	top: 64px;
	min-width: 0;
}

.legal-page__content {
	min-width: 0;
	overflow-wrap: break-word;
}

.legal-page__body [id] {
	scroll-margin-top: 40px;
}

.legal-sidebar-nav__label {
	margin-bottom: 24px;
}

.legal-sidebar-nav__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.legal-sidebar-nav__list a {
	color: #3F4443;
	font-weight: 400;
}

/* Only the top-level items get bolded from WP's own current-page detection —
   anchor sub-items point at the same page as their parent, so WP marks them
   "current" too regardless of scroll position. Those are bolded separately,
   via .in-view, as their section scrolls into view (see custom.js). */
.legal-sidebar-nav__list > li.current-menu-item > a,
.legal-sidebar-nav__list > li.current_page_item > a {
	color: inherit;
	font-weight: 700;
}

.legal-sidebar-nav__list ul {
	list-style: none;
	margin: 8px 0;
	padding-left: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.legal-sidebar-nav__list li.in-view > a {
	color: inherit;
	font-weight: 700;
}

.legal-page__title {
	margin-bottom: 8px;
}

.legal-page__updated {
	color: #3F4443;
	font-weight: 700;
	margin-bottom: 2rem;
}

.legal-page__body h2{
	margin-bottom: 0.5rem;
}

.legal-page__body h3 {
	margin-bottom: 0.5rem;
}

.legal-page__section {
	margin-bottom: 2.5rem;
}

.legal-page__section:last-child {
	margin-bottom: 0;
}

.legal-page__body table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background: #fff;
	margin-bottom: 1.2em;
}

.legal-page__body th,
.legal-page__body td {
	text-align: left;
	padding: 12px 16px;
	border: 1px solid #D5D5D5;
	word-wrap: break-word;
}

.legal-page__body th {
	background: #fff;
	font-weight: 700;
}

.legal-page__body table tr:nth-child(even) {
	background: transparent;
}

.legal-page__body table tr:last-child td {
	border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 600px) {
	.legal-page__body table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1000px) {
	.legal-page__layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.legal-page__sidebar {
		position: static;
	}
}

/*--------------------------------------------------------------
Support Page
--------------------------------------------------------------*/
section.block.support-title {
	text-align: center;
}

.support-title__title {
	margin-bottom: 16px;
}

.support-title__subtitle {
	max-width: 720px;
	margin: 0 auto;
}

section.block.support-cards {
	background: #F4F4F4;
}

.support-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

@media (max-width: 1000px) {
	.support-cards__grid {
		grid-template-columns: 1fr;
	}
}

.support-cards__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 2px solid #E0E0E0;
	border-radius: 16px;
	padding: 32px;
	transition: border-color .2s, opacity 0.6s ease, transform 0.6s ease;
}

.support-cards__card .btn {
	margin-top: auto;
}

.support-cards__card:hover {
	border-color: #00853F;
}

.support-cards__title {
	margin-bottom: 16px;
}

.support-cards__body {
	margin-bottom: 24px;
}

section.block.support-form {
	text-align: center;
}

.support-form__title {
	margin-bottom: 16px;
}

.support-form__subtitle {
	max-width: 720px;
	margin: 0 auto 32px;
}

.support-form__embed {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

/*--------------------------------------------------------------
Get Started Page
--------------------------------------------------------------*/
section.block.get-started-title {
	text-align: center;
}

section.block.get-started-form {
	padding-top: 0;
}

.get-started-title__title {
	margin-bottom: 16px;
}

.get-started-title__title span {
	color: #00853F;
}

.get-started-title__subtitle {
	max-width: 720px;
	margin: 0 auto;
}

.get-started-form__layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 64px;
	align-items: start;
}

.get-started-form__sidebar {
	position: sticky;
	top: 64px;
	background: #E3EAB0;
	border-radius: 6px;
	padding: 32px;
}

@media (max-width: 1000px) {
	.get-started-form__layout {
		grid-template-columns: 1fr;
	}

	.get-started-form__sidebar {
		order: -1;
		position: static;
	}
}

.get-started-form__sidebar-title {
	margin-bottom: 16px;
}

.get-started-form__sidebar-steps {
	margin: 0;
	padding-left: 20px;
}

.get-started-form__sidebar-steps li {
	margin-bottom: 16px;
}

.get-started-form__sidebar-steps li:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Events Page
--------------------------------------------------------------*/
section.block.events-title {
	background: #F4F4F4;
	text-align: center;
}

.events-title__title {
	margin-bottom: 16px;
}

.events-title__title span {
	color: #00853F;
}

.events-title__subtitle {
	max-width: 720px;
	margin: 0 auto;
}

.events-embed__iframe {
	display: block;
	width: 100%;
	height: 1820px;
	border: none;
}

/*--------------------------------------------------------------
HubSpot Forms — "Developer" embed (non-iframe)

This is HubSpot's newer form renderer (loaded from
hsforms.net/forms/embed/developer/*.js), used site-wide for any
non-iframe HubSpot form embed — not scoped to one page's field, since
any future page could embed a form this way too.

It renders its own component classes (.hsfc-Button, .hsfc-TextInput,
etc.) and themes them entirely through CSS custom properties
(--hsf-*) that HubSpot injects inline, scoped to a per-form
[id="..."][data-hsfc-id="Renderer"] selector. That selector's
specificity (an ID) beats anything we can write without knowing the
random per-form id, so these overrides need !important to win.

This replaces trying to style .hs-form-field/.hs-input/.hs-button
directly (those are the OLD "classic" embed's classes and don't
exist in this renderer's markup at all).
--------------------------------------------------------------*/
[data-hsfc-id="Renderer"] {
	--hsf-global__font-family: 'Noto Sans', sans-serif !important;

	/* Label-to-input gap (applied as margin-bottom between a field's own
	   children) and the gap between separate field rows. */
	--hsf-module__vertical-spacing: 8px !important;
	--hsf-row__vertical-spacing: 16px !important;
	--hsf-background__padding: 0 !important;

	--hsf-heading__font-family: 'Noto Sans', sans-serif !important;
	--hsf-heading__color: #171B1D !important;

	--hsf-richtext__font-family: 'Noto Sans', sans-serif !important;
	--hsf-richtext__color: #3F4443 !important;

	--hsf-field-label__font-family: 'Noto Sans', sans-serif !important;
	--hsf-field-label__color: #171B1D !important;
	--hsf-field-label__font-size: 1rem !important;

	--hsf-field-input__font-family: 'Noto Sans', sans-serif !important;
	--hsf-field-input__color: #171B1D !important;
	--hsf-field-input__background-color: #fff !important;
	--hsf-field-input__border-color: #D5D5D5 !important;
	--hsf-field-input__border-radius: 6px !important;
	--hsf-field-input__placeholder-color: #3F4443 !important;

	--hsf-field-textarea__font-family: 'Noto Sans', sans-serif !important;
	--hsf-field-textarea__color: #171B1D !important;
	--hsf-field-textarea__background-color: #fff !important;
	--hsf-field-textarea__border-color: #D5D5D5 !important;
	--hsf-field-textarea__border-radius: 6px !important;

	--hsf-button__font-family: 'Noto Sans', sans-serif !important;
	--hsf-button__color: #fff !important;
	--hsf-button__background-color: #171B1D !important;
	--hsf-button--hover__background-color: #3A4045 !important;
	--hsf-button__border-radius: 6px !important;
	--hsf-button__width: 100% !important;

	--hsf-erroralert__color: #D32F2F !important;
	--hsf-erroralert__font-size: 0.875rem !important;
	--hsf-global__error-color: #D32F2F !important;
	--hsf-field-label-requiredindicator__color: #D32F2F !important;
}

[data-hsfc-id="Renderer"] .hsfc-NavigationRow__Alerts {
	display: none !important;
}

/* No CSS variable exposes input height directly (it's sized by padding
   only) — match the .btn height (3rem) explicitly on the actual input
   classes instead. */
[data-hsfc-id="Renderer"] .hsfc-TextInput,
[data-hsfc-id="Renderer"] .hsfc-PhoneInput__FlagAndCaret {
	height: 3rem !important;
	box-sizing: border-box !important;
}

/*--------------------------------------------------------------
FAQ Page
--------------------------------------------------------------*/
section.block.faq-page-title {
	text-align: center;
}

.faq-page-title__title {
	margin-bottom: 16px;
}

.faq-page-title__subtitle {
	max-width: 720px;
	margin: 0 auto;
}

section.block.faq-page-form {
	padding-top: 0;
	position: relative;
	z-index: 2;
}

.faq-page-form__embed {
	max-width: 800px;
	margin: 0 auto;
}

.faq-page-form__embed .hsfc-PostSubmit {
	text-align: center;
}

section.block.faq-page-cta {
	padding: 0 0 65px 0;
	position: relative;
	z-index: 1;
}

.faq-page-cta__row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	background: #E3EAB0;
	border-radius: 6px;
	padding: 32px;
}

@media (max-width: 600px) {
	.faq-page-cta__row {
		flex-direction: column;
		align-items:center;
		gap: 24px;
	}
}

.faq-page-cta__text {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
}

.faq-page-cta__row .btn-outline,
.faq-page-cta__row .btn-outline:hover {
	background: transparent;
}

section.block.faq-page-faq {
	background: #F4F4F4;
	text-align: center;
}

.faq-page-faq__title {
	margin-bottom: 16px;
}

.faq-page-faq__subtitle {
	max-width: 560px;
	margin: 0 auto 3rem;
}

.faq-page-faq__category-group {
	margin-bottom: 3rem;
}

.faq-page-faq__category-group:last-child {
	margin-bottom: 0;
}

.faq-page-faq__category {
	text-align: left;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.faq-page-faq__grid {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	text-align: left;
}

.faq-page-faq__column {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

@media (max-width: 1000px) {
	.faq-page-faq__grid {
		flex-direction: column;
	}
}

.faq-page-faq__item {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
}

.faq-page-faq__item:hover,
.faq-page-faq__item--open {
	border: 1px solid #00853F;
}

.faq-page-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	background: none;
	border: none;
	padding: 24px;
	font-family: inherit;
	font-size: 1rem;
	text-align: left;
	cursor: pointer;
	color:#000000;
	font-weight: normal;
}

/* A global legacy rule (button:hover/:focus/:active in the "Form Elements"
   section) puts a white overlay + white text on any <button> — reset it
   here since this accordion trigger is a real <button> element. */
.faq-page-faq__question:hover,
.faq-page-faq__question:focus,
.faq-page-faq__question:active {
	background: none;
	box-shadow: none;
	color: #000000;
}

.faq-page-faq__question:active {
	color:#000000;
	background-color: #fff;
}

.faq-page-faq__question:hover {
	color:#000000;
}

.faq-page-faq__question i {
	flex-shrink: 0;
	transition: transform .2s ease;
}

.faq-page-faq__item--open .faq-page-faq__question i {
	transform: rotate(180deg);
}

.faq-page-faq__answer {
	height: 0;
	overflow: hidden;
	transition: height .2s ease;
}

.faq-page-faq__answer-inner {
	padding: 0 24px 20px;
	font-size: 0.875rem;
}

.faq-page-faq__answer-inner p:last-child {
	margin-bottom: 0;
}

.faq-page-faq__answer-inner li {
	margin-bottom: 1rem;
}

.faq-page-faq__answer-inner li:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
CTA arrow spacing (shared helper — wrap the arrow character/entity
in a <span class="cta-arrow"> to space it from the label, on any
link or button, on any page).
--------------------------------------------------------------*/
.cta-arrow {
	display: inline-block;
	margin-left: 0.3em;
	text-decoration: none;
}

/*--------------------------------------------------------------
Responsive <br> helpers (shared: usable in any rich-text field —
add class="mobile-hide"/"desktop-hide" directly on a <br> tag).
Remember to type a literal space before the <br> in the content so
the words don't run together once the break is hidden.
--------------------------------------------------------------*/
@media (max-width: 600px) {
	br.mobile-hide {
		display: none;
	}
}

@media (min-width: 1024px) {
	br.desktop-hide {
		display: none;
	}
}

/*--------------------------------------------------------------
WYSIWYG Content Grid (shared helper — usable in any rich-text field,
not tied to one page/template)
--------------------------------------------------------------*/
.two-col-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	align-items: center;
	justify-items: center;
}

@media (max-width: 600px) {
	.two-col-grid {
		grid-template-columns: 1fr;
	}
}

.athlete-type-box {
	margin-bottom: 24px;
}

.athlete-type-box:last-child {
	margin-bottom: 0;
}

.athlete-type-box__header {
	background: #B5473B;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 16px;
}

.athlete-type-box__body {
	color: #3F4443;
	margin: 0;
}

.match-level-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

@media (max-width: 600px) {
	.match-level-grid {
		grid-template-columns: 1fr;
	}
}

.match-level-box {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	text-align: center;
}

.match-level-box img {
	display: block;
	margin: 0 auto 16px;
	width: 150px;
	height: auto;
}

.match-level-box__title {
	color: #B5473B;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 4px;
}

.match-level-box__subtitle {
	font-style: italic;
	color: #3F4443;
	margin: 0 0 12px;
}

.match-level-box__body {
	color: #3F4443;
	margin: 0;
}


