:root {
	--global--color-primary: #333795;
	--global--color-secondary: #272561;
	--button--color-background: var(--global--color-secondary);
	--button--color-text-hover: var(--global--color-white, #fff);
	--button-default--color-background: #6E6E6E;
	/**Logo**/
	--branding--logo--max-width: 360px;
	--branding--logo--max-height: 110px;
	--branding--logo--max-width-mobile: 200px;
	--branding--logo--max-height-mobile: 96px;
	--global--font-size-page-title: var(--global--font-size-xl);
	--2024-color-dark-grey: #6d6e70;
	--2024-color-light-grey: #9d9e9d;
	--2024-color-orange: #e2711e;
	--2024-color-bright-blue: #333694;
	--2024-color-dark-blue: #282561;
}

/**Theme**/
.site-header {
	--global--spacing-vertical: 10px;
}
.site-header .site-branding {
	display: none;
}
.site-header > .site-logo {
	padding-bottom: 0;
	border-bottom: 0;
}

.primary-navigation {
	margin-left: auto;
	margin-right: auto;
}
.primary-navigation a {
	padding: var(--primary-nav--padding);
}
.primary-navigation a:hover, .primary-navigation a:focus {
	text-decoration: none !important;
	background: var(--button--color-background);
	color: var(--wp--style--color--link, var(--global--color-white));
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.custom-logo-link) {
	background: var(--button--color-background);
}

/*body, html {
    height: 100%;
}*/
body {
	background-color: #f7fcff;
	background-image: url(https://coachestoolchest.com/wp-content/uploads/2021/04/bk.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
body .site {
	background: rgba(255, 255, 255, 0.9);
	min-height: 100vh;
}

.site-main {
	padding-top: 0;
	padding-bottom: calc(0.75 * var(--global--spacing-vertical));
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}
.site-main > article > .entry-footer {
	padding-top: 0;
	padding-bottom: var(--global--spacing-vertical);
	max-width: 100%;
}

.singular .entry-header {
	border: 3px solid var(--global--color-border);
	border-left: 0;
	border-right: 0;
	padding: calc(0.4 * var(--global--spacing-vertical)) 15px calc(0.5 * var(--global--spacing-vertical));
	margin-bottom: var(--global--spacing-vertical);
	line-height: 1;
}
.singular .entry-title {
	text-align: center;
}

.widget-area {
	padding-top: calc(var(--global--spacing-vertical) / 2);
	margin-top: 0;
}

.site-footer {
	--branding--logo--max-width: 160px;
	--branding--logo--max-height: 50px;
}
.site-footer .powered-by {
	font-size: 0.85em;
}
.site-footer > .site-info {
	padding-top: calc(var(--global--spacing-vertical) / 2);
	margin-top: calc(var(--global--spacing-vertical) / 2);
	margin-bottom: calc(var(--global--spacing-vertical) / 2);
}
@media only screen and (max-width: 821px) {
	.site-footer > .site-info {
		text-align: center;
	}
}

/**Test List***/
.test-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	margin: 0 -15px !important;
	padding: 0;
	max-width: none !important;
	width: auto;
}
.test-list, .test-list * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.test-list__item {
	padding: 15px;
	-webkit-box-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	.test-list__item {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		min-width: 300px;
		max-width: 50%;
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.test-list__item {
		width: 33.33%;
		max-width: 33.33%;
	}
}
.test-list.test-list-minimal {
	margin: 0 -5px !important;
}
.test-list.test-list-minimal .test-list__item {
	padding: 5px;
}
.test-list.test-list-minimal .test-list__item.has-status .test-item__link {
	padding: 15px 10px 30px;
}
.test-list.test-list-minimal .test-item__link {
	min-height: 3em;
	height: 100%;
	font-size: 1.25rem;
	padding: 10px;
}
.test-list.test-list-minimal .test-item__link:hover .test-item__icon, .test-list.test-list-minimal .test-item__link:focus .test-item__icon {
	opacity: 0.1;
}
.test-list.test-list-minimal .test-item__icon {
	width: 3em;
	height: 3em;
	opacity: 0;
}
.test-list.test-list-minimal .test-status {
	padding: 0.25em 0.5em 0.25em;
	font-size: 12px;
}

.test-item__link {
	display: block;
	border: 0;
	padding: 30px 15px 40px;
	font-size: 1.5rem;
	text-decoration: none;
	letter-spacing: -0.02em;
	position: relative;
	min-height: 7em;
	background: var(--global--color-primary);
	border: 1px solid var(--global--color-primary);
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.test-item__link:hover, .test-item__link:focus {
	background: var(--button--color-background);
}
.test-item__link.link--disabled {
	background: #3c3c3c !important;
	opacity: 0.9;
	cursor: not-allowed;
	text-decoration: none !important;
	pointer-events: none;
	border-color: #3c3c3c !important;
}
.test-item__icon {
	display: block;
	width: 6em;
	height: 6em;
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	opacity: 0.1;
	z-index: 0;
}
.test-item__title {
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	z-index: 1;
}
.test-item .test-status {
	color: var(--global--color-primary);
	background: #fff;
	border: 0;
	padding: 0.5em 0.5em 0.25em;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: -3px;
	left: -3px;
	right: -3px;
	z-index: 1;
}
.test-item .test-status__icon {
	margin-left: -0.75em;
}

.test-info {
	background: var(--global--color-primary);
	color: #fff;
	padding: 15px;
	font-size: 1.15em;
}

.test-info-heading {
	font-size: var(--heading--font-size-h3);
	margin: 0;
	margin-bottom: calc(0.3 * var(--global--spacing-vertical));
}

.test-action-buttons .button + .button {
	margin-left: 5px;
}

table thead {
	text-align: left;
}
table thead td {
	background: var(--global--color-primary);
	border-color: var(--global--color-primary);
	color: #fff;
}

.test-status {
	line-height: 1;
	font-weight: 700;
}
.test-status__icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	position: relative;
	top: -0.15em;
}
.test-status__info {
	font-weight: normal;
}
.test-status--fail .test-status__icon,
.test-status--fail .test-status__status {
	color: #f44336;
}
.test-status--pass .test-status__icon,
.test-status--pass .test-status__status {
	color: #4caf50;
}

.question-item {
	margin-bottom: 40px;
}

.question-div {
	margin-bottom: 20px;
	line-height: 1.2;
	background: var(--global--color-primary);
	color: #fff;
	padding: 0.5em;
	font-weight: 300;
}
.question-div b {
	font-weight: 600;
}

.answer-div {
	margin-bottom: 10px;
}
.answer-div:after {
	content: "";
	display: block;
	clear: both;
}
.answer-div input[type=radio] {
	opacity: 0;
	position: absolute;
	left: -999em;
}
.answer-div input[type=radio] ~ * {
	cursor: pointer;
}
.answer-div input[type=radio]:checked ~ .answer_label {
	background: var(--global--color-primary);
	color: #fff;
}
.answer-div input[type=radio]:checked ~ label:not(.answer_label) {
	font-weight: 700;
}
.answer-div input[type=radio]:focus ~ .answer_label {
	outline-offset: 2px;
	outline: 2px dotted var(--global--color-primary);
}
.answer-div .answer_label {
	font-weight: bold;
	display: inline-block;
	border-radius: 50%;
	background: var(--form--color-text);
	position: relative;
	width: 1.65em;
	height: 1.65em;
	border: var(--form--border-width) solid var(--form--border-color);
	background: var(--global--color-white);
	font-size: 15px;
	text-align: center;
	line-height: 1.15em;
	margin-right: 0.5em;
	padding: 0;
	vertical-align: baseline;
	float: left;
	margin-top: 0.05em;
	margin-right: -1.65em;
}
.answer-div label:not(.answer_label) {
	float: left;
	width: 100%;
	padding-left: 1.8em;
	line-height: 1.4;
}

.site .button {
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.site .button.button-default {
	background-color: var(--button-default--color-background) !important;
}
.site .button.button-default:hover, .site .button.button-default:focus {
	background-color: transparent !important;
	border-color: currentColor;
	color: var(--button-default--color-background) !important;
}

.entry-content > .no-spacing {
	margin-top: 0;
	margin-bottom: 0;
}

/*****/
.svg_icon {
	display: inline-block;
	width: 1.35em;
	height: 1.35em;
	vertical-align: middle;
	position: relative;
	top: -0.15em;
}

/**Resources***/
.resources_heading {
	font-size: 1.5em;
	margin-bottom: 8px;
}

.resources_subheading {
	font-size: 1em !important;
	margin: 0 !important;
	margin-bottom: 6px !important;
	float: left;
	background: var(--global--color-primary);
	color: #fff;
	padding: 2.5px 0.5em 5px;
	/*text-transform: uppercase;*/
	letter-spacing: -0.5px;
	line-height: 1;
}
.resources_subheading + * {
	clear: left;
}

.resource_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0;
	margin-bottom: 25px;
}
.resource_links a.resource_link:last-child {
	margin-bottom: 0;
}

a.resource_link {
	margin-bottom: 8px;
}
a.resource_link .svg_icon {
	width: 1em;
	height: 1em;
}

.resources_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px !important;
	max-width: none !important;
}
.resources_wrap .resources_col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 100%;
	        flex: 0 1 100%;
	padding: 15px;
}
@media (min-width: 968px) {
	.resources_wrap .resources_col {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 50%;
		        flex: 0 1 50%;
	}
}

/******Tippy******/
.tippy-box[data-placement^=top] > .tippy-svg-arrow {
	bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-svg-arrow::after,
.tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
	top: 16px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
	top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
	bottom: 16px;
}
.tippy-box[data-placement^=left] > .tippy-svg-arrow {
	right: 0;
}
.tippy-box[data-placement^=left] > .tippy-svg-arrow::after,
.tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	top: calc(50% - 3px);
	left: 11px;
}
.tippy-box[data-placement^=right] > .tippy-svg-arrow {
	left: 0;
}
.tippy-box[data-placement^=right] > .tippy-svg-arrow::after,
.tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	top: calc(50% - 3px);
	right: 11px;
}

.tippy-svg-arrow {
	position: absolute;
	width: 16px;
	height: 16px;
	fill: #333;
	text-align: initial;
}
.tippy-svg-arrow > svg {
	position: absolute;
}

.tippy-box {
	border: 1px transparent;
}
.tippy-box[data-placement^=top] > .tippy-arrow::after {
	border-top-color: inherit;
	border-width: 8px 8px 0;
	bottom: -8px;
	left: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow::after {
	border-bottom-color: inherit;
	border-width: 0 8px 8px;
	top: -8px;
	left: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow::after {
	border-left-color: inherit;
	border-width: 8px 0 8px 8px;
	right: -8px;
	top: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow::after {
	border-width: 8px 8px 8px 0;
	left: -8px;
	top: 0;
	border-right-color: inherit;
}
.tippy-box[data-placement^=top] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	top: 17px;
}
.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	bottom: 17px;
}
.tippy-box[data-placement^=left] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	left: 12px;
}
.tippy-box[data-placement^=right] > .tippy-svg-arrow > svg:first-child:not(:last-child) {
	right: 12px;
}

.tippy-arrow {
	border-color: inherit;
}
.tippy-arrow::after {
	content: "";
	z-index: -1;
	position: absolute;
	border-color: transparent;
	border-style: solid;
}

.tippy-box[data-theme~=light] {
	border-radius: 0;
	-webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--global--color-secondary);
	background-color: #fff;
	color: var(--global--color-secondary);
	/* The border */
	/* The fill */
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
	border-top-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
	border-bottom-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
	border-left-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
	border-right-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-svg-arrow > svg:first-child {
	fill: var(--global--color-secondary);
}
.tippy-box[data-theme~=light] > .tippy-svg-arrow > svg:last-child {
	fill: #fff;
}
.tippy-box[data-theme~=light] .tippy-content {
	position: relative;
	padding: 15px;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}

/*****/
/**Dna pages layout fixes**/
#dna_all_forms .account-menu {
	background-color: var(--global--color-secondary);
	border: 1px solid var(--global--color-primary);
	color: #fff;
}
#dna_all_forms .account-menu li.active > a,
#dna_all_forms .account-menu li > a:hover,
#dna_all_forms .account-menu li > a:focus {
	background-color: var(--global--color-primary);
}
#dna_all_forms .navbar-link {
	color: inherit;
}
#dna_all_forms input[type=button], #dna_all_forms input[type=button].btn-block,
#dna_all_forms input[type=submit],
#dna_all_forms input[type=submit].btn-block {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	background-image: none;
	background-color: #333795;
	background-color: var(--e-global-color-a734cf7, var(--global--color-primary));
	color: #fff;
	border: initial;
	border-style: solid;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	padding: 25px 50px;
	height: auto;
	line-height: 1;
	fill: #fff;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#dna_all_forms input[type=button]:hover, #dna_all_forms input[type=button]:focus, #dna_all_forms input[type=button].btn-block:hover, #dna_all_forms input[type=button].btn-block:focus,
#dna_all_forms input[type=submit]:hover,
#dna_all_forms input[type=submit]:focus,
#dna_all_forms input[type=submit].btn-block:hover,
#dna_all_forms input[type=submit].btn-block:focus {
	background-color: #272561;
	background-color: var(--e-global-color-bb4d9b0, var(--global--color-secondary));
}

.entry-content > #dna_all_forms {
	max-width: 100%;
	margin: 0;
}

body:not(.elementor-page) #dna_all_forms form.form-border.form-shadow {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid var(--global--color-primary);
}

.ctc_dna_form_wrap #dna_all_forms form {
	max-width: 500px;
	margin: auto;
}
.ctc_dna_form_wrap #dna_all_forms .form-shadow {
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0;
}
.ctc_dna_form_wrap #dna_all_forms .form-border {
	border: 0;
	padding: 0;
}
.ctc_dna_form_wrap #dna_all_forms .input-group-addon {
	background: #fff;
	border-radius: 0;
}
.ctc_dna_form_wrap #dna_all_forms .input-group-addon:first-child + .form-control {
	border-left: 0;
	height: 36px;
	border-radius: 0;
}
.ctc_dna_form_wrap #dna_all_forms input[type=submit] {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	background-image: none;
	background-color: #333795;
	background-color: var(--e-global-color-a734cf7);
	color: #fff;
	border: initial;
	border-style: solid;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	padding: 25px 50px;
	height: auto;
	line-height: 1;
	fill: #fff;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ctc_dna_form_wrap #dna_all_forms input[type=submit]:hover, .ctc_dna_form_wrap #dna_all_forms input[type=submit]:focus {
	background-color: #272561;
	background-color: var(--e-global-color-bb4d9b0);
}
.ctc_dna_form_wrap #dna_all_forms #dna-login .form-group label.dna-heading {
	font-size: 1em;
	font-weight: 600;
	text-align: left;
	display: block;
}
.ctc_dna_form_wrap #dna_all_forms input[type=checkbox],
.ctc_dna_form_wrap #dna_all_forms input[type=radio] {
	height: 25px;
	width: 25px;
	vertical-align: text-top;
}
.ctc_dna_form_wrap #dna_all_forms .package-box-main {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ctc_dna_form_wrap #dna_all_forms .package-box-main:hover, .ctc_dna_form_wrap #dna_all_forms .package-box-main:focus {
	background-color: #fff;
	border-color: #333795;
	border-color: var(--e-global-color-a734cf7);
}
.ctc_dna_form_wrap #dna_all_forms .package-box-main.package-box-active {
	background-color: #333795;
	background-color: var(--e-global-color-a734cf7);
	color: #fff;
	border-color: #333795;
	border-color: var(--e-global-color-a734cf7);
}
.ctc_dna_form_wrap #dna_all_forms .package-box-main.package-box-active .package-title {
	color: inherit;
}
.ctc_dna_form_wrap #dna_all_forms #displayTaxInfo {
	background-color: #333795 !important;
	background-color: var(--e-global-color-a734cf7) !important;
}
.ctc_dna_form_wrap #dna_all_forms label a {
	color: #333795;
	color: var(--e-global-color-a734cf7);
	text-decoration: underline;
}
.ctc_dna_form_wrap #dna_all_forms .form-group label {
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ctc_dna_form_wrap #dna_all_forms h3 {
	font-weight: bold;
}
.ctc_dna_form_wrap #dna_all_forms label {
	font-weight: 600;
}
.ctc_dna_form_wrap.ctc_dna_form_subscribe #dna_all_forms form {
	max-width: 100%;
}

/****/
/**2024 Design**/
.page-template-page-2024 {
	--global--font-size-base: 1rem;
	--global--font-primary: Arial, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--heading--font-family: Arial, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-image: none;
	background-color: #fff !important;
}
.page-template-page-2024, .page-template-page-2024 ul, .page-template-page-2024 ol {
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

.color-orange {
	color: var(--2024-color-orange) !important;
}
.color-light-grey {
	color: var(--2024-color-light-grey) !important;
}
.color-dark-grey {
	color: var(--2024-color-dark-grey) !important;
}
.color-dark-blue {
	color: var(--2024-color-dark-blue) !important;
}
.color-bright-blue {
	color: var(--2024-color-bright-blue) !important;
}

.site-header-2024 {
	background: #fff;
	padding: 1em 0;
	z-index: 999;
	position: relative;
}
@media (max-width: 567px) {
	.site-header-2024 {
		font-size: 0.89em;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-header-2024 {
		font-size: 0.89em;
	}
}
.site-header-2024 .site-logo {
	margin: 0;
	--branding--logo--max-width: 200px;
}
@media (min-width: 568px) {
	.site-header-2024 .site-logo {
		--branding--logo--max-width: 350px;
	}
}
@media (min-width: 768px) {
	.site-header-2024 .site-logo {
		--branding--logo--max-width: 200px;
	}
}
@media (min-width: 992px) {
	.site-header-2024 .site-logo {
		--branding--logo--max-width: 250px;
	}
}
@media (min-width: 1100px) {
	.site-header-2024 .site-logo {
		--branding--logo--max-width: 320px;
	}
}
.site-header-2024 .site-header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1em;
}
@media (max-width: 414px) {
	.site-header-2024 .site-header-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (min-width: 768px) {
	.site-header-2024 .site-header-container {
		gap: 2em;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}
.site-header-2024 .header-links {
	width: 10em;
	max-width: 100%;
}
@media (min-width: 768px) {
	.site-header-2024 .header-links {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}
.site-header-2024 .header-links a {
	text-decoration: none;
	line-height: 1;
	padding: 0.5em;
	text-transform: uppercase;
	background: var(--2024-color-light-grey) !important;
	color: #fff !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header-2024 .header-links a:hover, .site-header-2024 .header-links a:focus {
	opacity: 0.85;
}
.site-header-2024 .header-links a.link-nav-toggle {
	background: var(--2024-color-dark-blue) !important;
	color: #fff !important;
}
.site-header-2024 .header-links a.link-nav-toggle.toggled {
	background: var(--2024-color-bright-blue) !important;
	opacity: 1;
}
.site-header-2024 .link-nav-toggle {
	text-align: center;
}
@media (min-width: 768px) {
	.site-header-2024 .link-nav-toggle {
		display: none;
	}
}
.site-header-2024 .link-nav-toggle .dropdown-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.site-header-2024 .link-nav-toggle .dropdown-icon .svg-icon {
	width: 1.5em;
	height: 1.25em;
	position: relative;
	top: -1px;
}
.site-header-2024 .link-nav-toggle:not(.toggled) .dropdown-icon.close {
	display: none;
}
.site-header-2024 .link-nav-toggle.toggled .dropdown-icon.open {
	display: none;
}

.login-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	gap: 5px;
}
.login-links.context--default {
	width: 12em;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.login-links a {
	text-decoration: none;
	line-height: 1;
	padding: 0.5em;
	text-transform: uppercase;
	background: var(--2024-color-light-grey) !important;
	color: #fff !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.login-links a:hover, .login-links a:focus {
	opacity: 0.85;
}
.login-links a.link-orange {
	background: var(--2024-color-orange) !important;
	color: #fff !important;
}

.primary-2024-navigation {
	display: none;
	width: 100%;
}
@media (min-width: 768px) {
	.primary-2024-navigation {
		display: block !important;
		width: auto;
	}
}

.primary-2024-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5em;
}
@media (min-width: 768px) {
	.primary-2024-menu {
		gap: 1em;
	}
}
@media (min-width: 1100px) {
	.primary-2024-menu {
		gap: 2em;
	}
}
@media (max-width: 767px) {
	.primary-2024-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		padding: 1em;
		border: 1px solid var(--2024-color-dark-grey);
	}
}
.primary-2024-menu .sub-menu-toggle {
	display: none;
}
.primary-2024-menu .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
	.primary-2024-menu .sub-menu {
		padding-left: 1em;
	}
	.primary-2024-menu .sub-menu li {
		border-bottom: 2px solid #fff;
	}
	.primary-2024-menu .sub-menu li:last-child {
		border-bottom: 0;
	}
	.primary-2024-menu .sub-menu a {
		background: var(--2024-color-light-grey) !important;
		color: #fff !important;
		display: block;
		line-height: 1.2;
	}
	.primary-2024-menu .sub-menu a:hover, .primary-2024-menu .sub-menu a:focus {
		color: var(--2024-color-dark-blue) !important;
	}
}
@media (min-width: 768px) {
	.primary-2024-menu .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		min-width: 12em;
	}
	.primary-2024-menu .sub-menu li {
		border-bottom: 2px solid #fff;
	}
	.primary-2024-menu .sub-menu li:last-child {
		border-bottom: 0;
	}
	.primary-2024-menu .sub-menu a {
		background: var(--2024-color-light-grey) !important;
		color: #fff !important;
		display: block;
		line-height: 1.2;
	}
	.primary-2024-menu .sub-menu a:hover, .primary-2024-menu .sub-menu a:focus {
		color: var(--2024-color-dark-blue) !important;
	}
	.primary-2024-menu .menu-item-has-children {
		position: relative;
	}
	.primary-2024-menu .menu-item-has-children:hover .sub-menu, .primary-2024-menu .menu-item-has-children:focus-within .sub-menu {
		display: block;
	}
}
.primary-2024-menu a {
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--2024-color-dark-grey) !important;
	text-decoration: none;
	padding: 0.5em;
	background: #fff !important;
}
.primary-2024-menu a:hover, .primary-2024-menu a:focus {
	color: var(--2024-color-orange) !important;
}

.site-footer-2024 {
	background: var(--2024-color-dark-blue);
	color: #fff;
	padding: 3em 0;
	font-size: 1.5em;
}
.site-footer-2024 .widget > *:not(:first-child) {
	margin-top: 8px;
}
.site-footer-2024 .widget h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.site-footer-2024 .widget ul li {
	line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}
.site-footer-2024 .widget p {
	color: var(--2024-color-light-grey);
}
.site-footer-2024 a {
	background: none !important;
	color: var(--2024-color-light-grey) !important;
	text-decoration: none;
}
.site-footer-2024 a.wp-block-social-link-anchor {
	color: #fff !important;
}
.site-footer-2024 a:hover, .site-footer-2024 a:focus {
	color: var(--2024-color-orange) !important;
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	height: 1.25em;
	width: 1.25em;
	fill: currentColor;
	color: currentColor;
}

.footer-widgets-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 1em;
}
@media (min-width: 568px) {
	.footer-widgets-row {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 768px) {
	.footer-widgets-row {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
}

.partnerships-section,
.testimonials-section {
	padding: 3em 0;
}
.partnerships-section h2.section-title,
.testimonials-section h2.section-title {
	text-align: center;
	margin: 0 0 15px;
	font-size: 2em;
	text-transform: uppercase;
	color: var(--2024-color-dark-grey);
}

ul.partnerships-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 0;
}
ul.partnerships-grid li {
	max-width: 400px;
	padding: 8px 25px;
}
ul.partnerships-grid img {
	max-width: 100%;
}

.slider-testimonial {
	--swiper-pagination-bullet-size: 15px;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-theme-color: var(--2024-color-orange);
	--swiper-pagination-bullet-inactive-color: var(--2024-color-dark-grey);
	--swiper-pagination-bullet-inactive-opacity: 1;
	position: relative;
	margin-top: 30px;
}
.slider-testimonial .swiper-container {
	padding-bottom: 50px;
}
.slider-testimonial .slide-testimonial {
	text-align: center;
	font-size: 1.35em;
	color: var(--2024-color-dark-grey);
	max-width: calc(100% - 3em - 3em);
	margin: 0 3em;
}
@media (max-width: 767px) {
	.slider-testimonial .slide-testimonial {
		max-width: calc(100% - 1.75em - 1.75em);
		margin: 0 1.75em;
	}
}
.slider-testimonial .testimonial-body {
	max-width: 100%;
	width: 25em;
	margin: auto;
}
.slider-testimonial .testimonial-title {
	font-size: 0.85em;
	margin-top: 10px;
}
.slider-testimonial .ctc-slider-nav button {
	z-index: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-top: -25px;
	background: none !important;
	padding: 0;
	color: var(--2024-color-dark-grey) !important;
	font-size: 3em;
	border: 0;
	display: block;
	line-height: 1;
}
@media (max-width: 767px) {
	.slider-testimonial .ctc-slider-nav button {
		font-size: 1.75em;
	}
}
.slider-testimonial .ctc-slider-nav button[data-target=prev] {
	left: 0;
}
.slider-testimonial .ctc-slider-nav button[data-target=next] {
	right: 0;
}
.slider-testimonial .ctc-slider-nav button.swiper-button-disabled {
	opacity: 0.5;
}
.slider-testimonial .ctc-slider-nav button .svg-icon {
	width: 1.5em;
	height: 1.5em;
}