/*
Theme Name: Illuminate
Theme URI:
Author: Stephen Dickinson
Author URI:
Description: Illuminate is a clean, fully responsive theme that's versatile enough to be used for any kind of blog.
Version: 1.0.4
License: GNU General Public License
License URI: license.txt
Text Domain: illuminate
Domain Path: /languages/
Tags: blue, gray, one-column, two-columns, right-sidebar, responsive-layout, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

I typically stick with Foundation's default typography. It makes fonts a lot easier to figure out because the font styles are all in one place. By default, editor-style.css matches Foundation's typography settings, but if there are any typography changes in this file, then editor-style.css should be altered to match this file's settings instead.
*/

/* =Common Overrides
-------------------------------------------------------------- */

/* These are the most common ways I customize Foundation's features to suit my themes. */

#site-navigation .callout {
	margin-bottom: 0px;
}

#colophon .callout {
	margin-top: -20px;
}

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

/* =HTML tags
-------------------------------------------------------------- */

/* Text meant only for screen readers */
a.skip-link.screen-reader-text,
.screen-reader-text {
	display: none;
}

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

address {
	margin-bottom: 1.25rem;
}

body {
	font-family: "Open Sans", sans-serif;
	background: #BDBDBD;
	font-size: 0.813rem;
	font-size: 13px;
}

code, kbd, tt, var {
	font-size: 0.813rem;
	font-size: 13px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: black;
}

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

p {
	font-size: 0.813rem;
	font-size: 13px;
}

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

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

sub {
	top: 0.5ex;
}

sup {
	bottom: 1ex;
}

ul, ol, dl {
	font-size: 0.813rem;
	font-size: 13px;
}

ul li ul, ul li ol {
	font-size: 0.813rem;
	font-size: 13px;
}

/* =Header
----------------------------------------------- */

/* Site header: Overall banner, nav menu */
#masthead {
	color: #8E8E8E;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#masthead .site-title > a {
	color: #8E8E8E;
	text-shadow: 2px 2px 2px black;
}

.site-description {
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	text-shadow: 2px 2px 2px black;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#masthead input[type="search"] {
	margin-bottom: 0px;
	padding: 0px;
}

#masthead .button {
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif;
}

/* Entry header: Blog posts */
.entry-header {
	display: block;
}

.entry-title {
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* Page header: 404, search results, static pages, archive */
.page-header {
	display: block;	
}

.page-title {
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* =Menu
----------------------------------------------- */

div[class$="menu-container"] {
	margin-top: 5px;
}

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-family: "Open Sans", sans-serif;
}

.main-navigation .menu-toggle,
.toggled .menu-toggle {
	text-align: center;
	text-transform: uppercase;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 1rem;
	font-size: 16px;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin-right: 1.5rem;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #0079A1
}

.main-navigation ul ul {
	border-style: solid;
	border-width: 1px;
	border-color: #BAEFFF;
	margin-bottom: 1.25rem;
	padding: 5px;
	background: #EDFBFF;
	-moz-box-shadow: 0 0 1px 2px #888;
	-webkit-box-shadow: 0 0 1px 2px #888;
	box-shadow: 0 0 1px 2px #888;
	display: none;
	left: 0;
	position: absolute;
	top: 1.4rem;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	font-size: 1rem;
	width: 300px;
}

.main-navigation ul ul a:hover {
	color: #0079A1;
	text-decoration: underline;
}

.main-navigation ul li:hover > ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* =Comments
----------------------------------------------- */

a.comment-reply-link:hover {
	text-decoration: none;
}

#foundation-submit {
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 0.875rem;
	padding-right: 1.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 1.75rem;
	font-size: 0.8125rem;
	background-color: #008CBA;
	border-color: #0079A1;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	padding-top: 1.0625rem;
	padding-bottom: 1rem;
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#foundation-submit:hover {
	background-color: #0079A1;
	color: white;
}

p.label {
	margin-bottom: 1.25rem;
}

.label {
	font-size: 1rem;
}

ol.comment-list {
	list-style: none;
}

.comment-list li {
	margin-bottom: 20px;
}

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

.comment-list .children li {
	margin-left: 30px;
}

.comment-list ul ul {
	margin-left: 30px;
}

/* =Media
----------------------------------------------- */

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

nav.post-navigation.row {
	margin-bottom: 30px;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	line-height: 1.6rem;
	text-align: left;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

[class*="navigation"] .nav-next {
	line-height: 1.6rem;
	text-align: right;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

nav#comment-nav-above {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* =Meta
----------------------------------------------- */

.genericon:before,
.entry-meta .attached:before,
.entry-meta .sticky:before,
.entry-meta .date:before,
.entry-meta .author:before,
.entry-meta .zoom:before,
.entry-meta .category:before,
.entry-meta .tag:before,
.entry-meta .comment:before,
.entry-meta .edit-link:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	margin-right: 2px;
	vertical-align: text-bottom;
}

.entry-meta .attached:before {
	content: '\f416';
}

.entry-meta .sticky:before {
	content: "\f308";
}

.entry-meta .date:before {
	content: '\f303';
}

.entry-meta .author:before {
	content: '\f304';
}

.entry-meta .zoom:before {
	content: '\f402';
}

.entry-meta .category:before {
	content: '\f301';
}

.entry-meta .tag:before {
	content: '\f302';
	position: relative;
	top: -1px;
}

.entry-meta .comment:before {
	content: '\f108';
	position: relative;
}

.entry-meta .edit-link:before {
	content: '\f411';
	position: relative;
	top: -1px;
}

footer .entry-meta {
	clear: both;
	margin-top: 15px;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit the container */
.widget select {
	max-width: 100%;
}

/* Hide search button */
.widget_search .search-submit {
	display: none;
}

/* Calendar */

.widget_calendar table {
	width: 100%;
	border-collapse: collapse;
}

.widget_calendar th {
	text-align: center;
}

.widget_calendar td#next {
	text-align: right;
}

/* =Content
----------------------------------------------- */

.sticky {}

.bypostauthor {}

/* NEW PRODUCT CSS */
.newproduct_subtitle-p {
	color: #fff;
	font-size: 1.5rem;
}



.subpage.page-template-page_newproduct main#content .content.padding {
	padding: 5rem 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
/*     flex-direction: column; */
}

.subpage.page-template-page_newproduct #commitment .content {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}

.subpage.page-template-page_newproduct #commitment .content > section {
    background-color: #000A50;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: start;
    align-items: center;
    flex: 1;
    min-width: 200px;
}

.subpage.page-template-page_newproduct #commitment .content > * {
    padding: 40px;
}

@media screen and (max-width: 1138px) {
    .subpage.page-template-page_newproduct #commitment .content {
        flex-direction: column;
    }
    .subpage.page-template-page_newproduct #commitment .content > * {
        margin: 40px;
    }
}


.subpage.page-template-page_newproduct #commitment .content > section h3 {
	color: #fff;
}

.subpage.page-template-page_newproduct #commitment .content > section img {
	width: fit-content;
}

.subpage.page-template-page_newproduct #commitment .content > section p {
    font-size: 1rem;
}

@media only screen and (min-width: 40.063em) {
	.subpage.page-template-page_newproduct #commitment .content > section p {
		font-size: 1.5rem;
	}
}


.subpage.page-template-page_newproduct main#content section.content.single.intro {
	padding: 60px 30px 30px;
}

.subpage.page-template-page_newproduct main#content section.content.single {
	padding: 30px 10%;
}

.subpage.page-template-page_newproduct main#content section.content.single p {
	padding-top: 15px;
	font-size: 1.5rem;
}

.subpage.page-template-page_newproduct main#content h2 {
	padding-bottom: 1.5rem;
}

.subpage.page-template-page_newproduct main#content a#contact-cta{
	text-transform: uppercase;
	font-weight: 600!important;
	color: #000A50;
	font-size: 1rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	background-color: #FAD860;
	border-radius: 50px;
	text-decoration: none;
	margin: 0 auto;
}



.subpage.page-template-page_newproduct main#content a {
	text-decoration: none;
	width: fit-content;
}

.subpage.page-template-page_newproduct main#content a#contact-cta:hover {
	background-color: #000A50;
	color: #fff;
	text-decoration: none;
}


.subpage.page-template-page_newproduct main#content .assessment h2 {
	padding-bottom: 0.5rem;
}

.subpage.page-template-page_newproduct main#content .assessment p {
    font-size: 1.5rem;
    line-height: 1.6;
}

.subpage.page-template-page_newproduct main#content .assessment > div ul li {
    font-size: 1.5rem;
    line-height: 1.6;
}

@media screen and (max-width: 1220px) {
    .subpage.page-template-page_newproduct main#content .assessment > div ul li,
	.subpage.page-template-page_newproduct main#content .assessment p {
        font-size: 1.25rem;
        font-weight: 300;
    }
}


.subpage.page-template-page_newproduct main#content .assessment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
	padding: 10% 10px;
    flex-wrap: wrap;
}

.subpage.page-template-page_newproduct main#content .assessment > div {
    flex: 0 0 50%;
}

.subpage.page-template-page_newproduct main#content .assessment img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .subpage.page-template-page_newproduct main#content .assessment {
        flex-direction: column;
        gap: 1.5rem;
    }

    .subpage.page-template-page_newproduct main#content .assessment > div {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.subpage.page-template-page_newproduct main#content #assessment {
	position: relative;
}

.subpage.page-template-page_newproduct main#content #assessment::before {
    content: "";
    height: 212px;
    background: url(/wp-content/uploads/2024/03/Shape-orangetriangle.png) no-repeat;
    width: 212px;
    position: absolute;
    top: 0;
    right: 0;
	transform: rotateY(180deg);
}

@media (max-width: 870px) {
   .subpage.page-template-page_newproduct main#content #assessment::before {
        background-size: 50%;
    }
}

.subpage.page-template-page_newproduct main#content #assessment::after {
	content: "";
	height: 6.25rem;
	background: url(/wp-content/uploads/2025/01/assessment_shapes.png) no-repeat;
	width: 12.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: contain;
}

@media (min-width:936px) {
	.subpage.page-template-page_newproduct main#content #assessment::after {
		content: "";
		height: 12.5rem;
		background: url(/wp-content/uploads/2025/01/assessment_shapes.png) no-repeat;
		width: 25rem;
		position: absolute;
		bottom: 0;
		left: 0;
		background-size: contain;
	}
}

.subpage.page-template-page_newproduct main#content div ul {
	margin-left: 3rem;
}

.subpage.page-template-page_newproduct main#content div ul li {
	font-size: 1.5rem;
    line-height: 1.6;
}

@media screen and (max-width: 1220px) {
    .subpage.page-template-page_newproduct main#content div ul li {
        font-size: 1.25rem;
        font-weight: 300;
    }
}

@media (max-width: 936px) {
	.subpage.page-template-page_newproduct main#content .content.padding.imgRight #partnership {
		flex-direction: column;
	}
	.subpage.page-template-page_newproduct main#content .content.padding #partnership {
		flex-direction: column;
	}
}

.subpage.page-template-page_newproduct main#content section#partnership {
	flex-direction: row-reverse;
}

@media (max-width: 938px) {
	.subpage.page-template-page_newproduct main#content section#partnership {
		flex-direction: column;
	}
	
	.subpage.page-template-page_newproduct main#content section#partnership > div {
		width: 100%;
		justify-content: center;
	}
}

.subpage.page-template-page_newproduct main#content video#jumboVideo {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
	margin: 3rem auto;
}

/*=========== Video styling =============*/


.subpage.page-template-page_newproduct main#content #groupVideos {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
}

.subpage.page-template-page_newproduct main#content #groupVideos > div video {
	width: 100%;
/* 	max-width: 300px; */
	height: auto;
}

.subpage.page-template-page_newproduct main#content #groupVideos > div p {
	font-size: 1.2rem;
}

.subpage.page-template-page_newproduct main#content #groupVideos > div {
	width: 30%; /*gap 20px*/
}

@media (max-width: 1024px) {
	.subpage.page-template-page_newproduct main#content #groupVideos > div {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.subpage.page-template-page_newproduct main#content #groupVideos > div p {
		text-align: center;
		max-width: 600px;
	}
}

@media (max-width: 600px) {
	.subpage.page-template-page_newproduct main#content #groupVideos > div {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	div#videoWrapper {
		margin: 4% 0;
	}
}

#groupVideos h3 {
    padding-top: 4%;
}
img#videoThumbnail1,
img#videoThumbnail2,
img#videoThumbnail3 {
	width: 450px;
	height: 260px;
}


@media (min-width: 1025px) and (max-width: 1427px) {
	img#videoThumbnail1, img#videoThumbnail2, img#videoThumbnail3 {
		height: 220px;
	}
}

/* ============ NEW PRODUCT UPPERNAVBAR ========== */

.subpage.page-template-page_newproduct .upperNavbar {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #000A50;
	color: #fff;
	display: flex;
	justify-content: end;
	align-items: center;
	flex-direction: row;
	font-size: 1rem;
	font-weight: 500;
}

header#masthead .container .main-navigation .menu-main-header-container ul li:last-child a {
    background-color: #FAD860;
    border-radius: 50px;
}

header#masthead .container .main-navigation .menu-main-header-container ul li:last-child a:hover {
    background-color: #000A50;
    color: #fff;
}

@media (max-width: 1200px) {
	header#masthead .container .main-navigation .menu-main-header-container ul li:last-child a {
	    width: fit-content;
		padding: 0 20px;
		margin: 0 auto 10px auto;
	}
}

@media (max-width: 420px) {
	.subpage.page-template-page_contact .content.single.mobile-padding {
		padding: 30px 5% !important;
	}
}


.subpage.page-template-page_contact .form .content {
	padding-top: 40px;
	text-align: left;
}

#contactUsForm input.wpcf7-form-control {
	border-radius: 8px;
	box-shadow: none;
	padding: 10px;
	width: 100%;
	height: 45px;
	font-size: 16px;
	margin: 0;
	border: 2px solid #999;
}

#contactUsForm label {
    font-size: 1rem;
}

select.wpcf7-form-control.wpcf7-select {
	border-radius: 8px;
	box-shadow: none;
	padding: 10px;
	width: 100%;
	height: 45px;
	font-size: 16px;
	margin: 0;
	border: 2px solid #999;
}

select.wpcf7-form-control.wpcf7-select,
select.wpcf7-form-control.wpcf7-select option {
  font-weight: 150;
}

span.wpcf7-list-item-label {
    font-weight: 300;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-weight: 300;
}

.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: baseline;
	gap: 5px;
	margin-bottom: 0.5rem;
}

.wpcf7-checkbox .wpcf7-list-item label input {
	width: 20px;
}

.wpcf7-form br {
    display: none;
}

@media screen and (max-width: 870px) {
    .page-template-page_contact .form .col.textbox input[type="checkbox"] {
        width: auto !important;
    }
}

.swiper {
    width: 100%;
    padding: 20px 0;
	z-index: 0 !important;
}

.swiper-slide img {
    width: 198px;
    height: auto;
    border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}



/*============== Footer Styling =============*/
footer.global .container .menu-shared-menu-container ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: right;
}

footer.global .container .menu-shared-menu-container ul li {
    display: flex;
    justify-content: right;
}

footer.global .container .menu-shared-menu-container ul li a {
    display: flex;
    width: 147px;
    height: 50px;
    color: #fff;
    align-items: center;
 }

footer.global .container .menu-shared-menu-container ul li a:hover {
	color: #ECCA69;
    text-decoration: none;
}

footer.global .container section.end-menu {
	max-width: 160px;
}

@media screen and (max-width: 870px) {
    footer.global .container section .menu-shared-menu-container ul li {
        width: 100%;
    }
	
	footer.global .container section .menu-shared-menu-container ul {
        width: 100%;
        margin-left: 0;
    }
	
	footer.global .container section .menu-shared-menu-container ul li a {
        display: block;
        width: 100%;
        text-align: center;
    }
	footer.global .container section.end-menu {
		max-width: 100%;
	}
}

footer.global .container section {
    width: auto !important;
	flex: 1;
}

footer.global .container div.flex-right {
	display: flex;
	flex: 1 1;
}

/* Upper Nav Styling */
.upper-nav-container {
    background-color: #000A50;
    height: 50px;
	/*height: 80px;*/
	top: 0;
    position: sticky;
    z-index: 2;
}

.upper-nav-container .upper-nav-width {
	max-width: 1220px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
	height: inherit;
}

.upper-nav-container .upper-nav-width .menu-shared-menu-container {
	margin-top: 0;
}

.upper-nav-container ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.upper-nav-container li {
    margin: 0 15px;
}

.upper-nav-container a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 30px 0;
	text-align: center;
}

.upper-nav-container a:hover {
    color: #FAD860;
}

@media screen and (max-width: 768px) {
    .upper-nav-container {
        height: auto;
    }
	
	#videoWrapper {
		margin: 4% 0;
	}
}

/*================= 9 GRID ICONS============= */

.subpage.page-template-page_newproduct #products {
  position: relative;
}
.subpage.page-template-page_newproduct #products::before {
  content: "";
  height: 212px;
  background: url(/wp-content/uploads/2024/03/Shape-orangetriangle.png) no-repeat;
  width: 212px;
  position: absolute;
  top: 0;
  left: 0;
}
.subpage.page-template-page_newproduct #products .text {
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 0;
}
.subpage.page-template-page_newproduct #products .text p {
  font-size: 1.5rem;
  text-align: center;
}
.subpage.page-template-page_newproduct #products .content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.subpage.page-template-page_newproduct #products .content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  list-style: none;
  padding: 0;
}
.subpage.page-template-page_newproduct #products .content ul li {
  list-style: none;
  margin-bottom: 70px;
}
.subpage.page-template-page_newproduct #products .content ul li .imgcontainer,
.subpage.page-template-page_newproduct #products .content ul li .imgcontainer.twoline{
  height: 180px;
}

.subpage.page-template-page_newproduct #products .content ul li p {
  font-size: 1rem;
}
.subpage.page-template-page_newproduct #products .content ul li.phonemic .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.phonemic .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.phonemic .imgcontainer .background {
  width: 110px;
  height: 110px;
  background-color: #30CFAA;
  transform: rotate(45deg);
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.phonemic .imgcontainer .background svg {
  transform: rotate(-45deg);
}
.subpage.page-template-page_newproduct #products .content ul li.phonemic:hover svg {
  transform: rotate(-45deg) scale(1.2) !important;
}
.subpage.page-template-page_newproduct #products .content ul li.decoding .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.decoding .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.decoding .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #FAD860;
  border-radius: 100px;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.decoding:hover svg {
  transform: rotate(-45deg) !important;
}
.subpage.page-template-page_newproduct #products .content ul li.chainging .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.chainging .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.chainging .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #F9B9DF;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.chainging:hover svg .bar1, .subpage.page-template-page_newproduct #products .content ul li.chainging:hover svg .bar3 {
  transform: translateY(-21px) scaleY(1.5);
}
.subpage.page-template-page_newproduct #products .content ul li.chainging:hover svg .bar2 {
  transform: translateY(-42px) scaleY(2);
}
@keyframes waveAnimation {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.subpage.page-template-page_newproduct #products .content ul li.formation .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.formation .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.formation .imgcontainer .background {
  width: 110px;
  height: 110px;
  background-color: #F68460;
  transform: rotate(45deg);
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.formation .imgcontainer .background svg {
  transform: rotate(-45deg);
  top: -6px;
  position: relative;
  /* left: -6px; */
}
.subpage.page-template-page_newproduct #products .content ul li.formation:hover svg .letter-a {
  animation: bounce 0.5s ease infinite alternate;
}
.subpage.page-template-page_newproduct #products .content ul li.formation:hover svg .letter-b {
  animation: bounce 0.7s ease infinite alternate;
}
.subpage.page-template-page_newproduct #products .content ul li.formation:hover svg .letter-c {
  animation: bounce 0.3s ease infinite alternate;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.subpage.page-template-page_newproduct #products .content ul li.soundspelling .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.soundspelling .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.soundspelling .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #30CFAA;
  border-radius: 100px;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.soundspelling:hover svg .curve1 {
  animation: waveAnimation 1s ease-in-out infinite;
}
.subpage.page-template-page_newproduct #products .content ul li.soundspelling:hover svg .curve2 {
  animation: waveAnimation 1s ease-in-out infinite 0.5s;
}
@keyframes waveAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.subpage.page-template-page_newproduct #products .content ul li.vocabulary .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.vocabulary .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.vocabulary .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #FAD860;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.vocabulary:hover svg .lettera {
  animation: scaleAndFadeAnimation 1s ease-in-out forwards;
}
.subpage.page-template-page_newproduct #products .content ul li.vocabulary:hover svg .letterb {
  animation: scaleAndFadeAnimation 1s ease-in-out forwards;
  animation-delay: 0.2s;
  /* Delay for .letterb */
}
.subpage.page-template-page_newproduct #products .content ul li.vocabulary:hover svg .letterc {
  animation: scaleAndFadeAnimation 1s ease-in-out forwards;
  animation-delay: 0.4s;
  /* Delay for .letterc */
}
@keyframes scaleAndFadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.subpage.page-template-page_newproduct #products .content ul li.print .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.print .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.print .imgcontainer .background {
  width: 110px;
  height: 110px;
  background-color: #F9B9DF;
  transform: rotate(45deg);
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.print .imgcontainer .background svg {
  transform: rotate(-45deg);
}
.subpage.page-template-page_newproduct #products .content ul li.print:hover svg {
  transform: rotate(-45deg) translateY(-5px) scale(0.8) !important;
}
.subpage.page-template-page_newproduct #products .content ul li.highfrequency .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.highfrequency .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.highfrequency .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #30CFAA;
  border-radius: 100px;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.highfrequency:hover svg .bar1 {
  animation: zoomAndFadeAnimation 1s ease-in-out forwards;
}
.subpage.page-template-page_newproduct #products .content ul li.highfrequency:hover svg .bar2 {
  animation: zoomAndFadeAnimation 1s ease-in-out forwards;
  animation-delay: 0.1s;
  /* Delay for .bar2 */
}
.subpage.page-template-page_newproduct #products .content ul li.highfrequency:hover svg .bar3 {
  animation: zoomAndFadeAnimation 1s ease-in-out forwards;
  animation-delay: 0.2s;
  /* Delay for .bar3 */
}
@keyframes zoomAndFadeAnimation {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100px);
    opacity: 0;
  }
}
.subpage.page-template-page_newproduct #products .content ul li.reading .imgcontainer {
  position: relative;
}
.subpage.page-template-page_newproduct #products .content ul li.reading .imgcontainer .icon {
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 24px;
}
.subpage.page-template-page_newproduct #products .content ul li.reading .imgcontainer .background {
  width: 130px;
  height: 130px;
  background-color: #F68460;
  top: 22px;
  left: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpage.page-template-page_newproduct #products .content ul li.reading:hover svg {
  transform: rotate(360deg);
  transition: transform 0.5s ease;
}

@media screen and (max-width: 870px) {
  .subpage.page-template-page_newproduct #products ul li .imgcontainer .background {
		position: relative !important;
		top: unset !important;
		left: unset !important;
		margin: 0 auto !important;
	}
	.subpage.page-template-page_newproduct #products .content ul {
        display: block;
        margin: 0;
    }
	
	.subpage.page-template-page_newproduct #products .content ul li {
        padding: 0 25px;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    header#masthead .container .main-navigation .menu-main-header-container {
		top: 90% !important;
	}
	
}
	
	.subpage.page-template-page_newproduct #commitment .content section.card2 div.showPrep.show p a {
		color: #FAD860!important;
	}

	.subpage.page-template-page_newproduct #commitment .content section.card2 div.showPrep.show p a:hover {
		color: #0079A1  !important;
	}

	*:focus {
		outline: none;
	}

#jump-to-top {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	background: #FAD860;
	color: #000A50;
	border-radius: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	cursor: pointer;
	display: none;
	z-index: 1000;
}

#jump-to-top:hover > span {
	transform: translateY(-5px);
}

@media screen and (max-width: 870px) {
    header#masthead {
        height: 90px !important;
    }
}

html.sticky #masthead, body.sticky #masthead {
    height: 115px !important;
}

video.video_format {
    width: 100%;
    max-width: 700px;
}

/* Hidden Acitvity Page */
.subpage.page-template-page_hidden main#content a#contact-cta{
	text-transform: uppercase;
	font-weight: 600!important;
	color: #000A50;
	font-size: 1rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	background-color: #FAD860;
	border-radius: 50px;
	text-decoration: none;
	margin: 0 auto;
}

.subpage.page-template-page_hidden main#content a {
	text-decoration: none;
	width: fit-content;
}

.subpage.page-template-page_hidden main#content a#contact-cta:hover {
	background-color: #000A50;
	color: #fff;
	text-decoration: none;
}


.subpage.page-template-page_hidden main#content #videoSection {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 70px 0;
}

.subpage.page-template-page_hidden main#content #videoSection h2 {
	text-align: center;
}

.subpage.page-template-page_hidden main#content section#exploreSection {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 70px 0;
}

.subpage.page-template-page_hidden main#content section#exploreSection div {
	width: 75%;
	display: flex;
	align-items: start;
	gap: 20px;
}

.subpage.page-template-page_hidden main#content section#exploreSection div.container {
	padding: 20px;
}

.subpage.page-template-page_hidden main#content section#exploreSection h2 {
	padding: 20px;
	text-align: left;
	font-size: 2.5rem;
	font-weight: 600;
}



@media (max-width: 935px) {
	.subpage.page-template-page_hidden main#content section#exploreSection div {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: start;
		gap: 20px;
	}

	.subpage.page-template-page_hidden main#content section#exploreSection div.container {
		padding: 10px;
	}


	.subpage.page-template-page_hidden main#content section.content .text {
		padding: 20px;
	}
}

@media (max-width: 600px) {
	.subpage.page-template-page_hidden main#content section.content .text {
		display: flex;
		flex-direction: column;
	}

	.subpage.page-template-page_hidden main#content section#exploreSection div {
		gap: 0;
	}

	.subpage.page-template-page_hidden main#content section.content#team,
	.subpage.page-template-page_hidden main#content section.content.single {
		padding: 30px 10%;
	}

	.subpage.page-template-page_hidden main#content section#exploreSection h2 {
		padding: 0 10px;
		text-align: left;
	}
}

.subpage.page-template-page_hidden main#content .videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 991px) {
	.subpage.page-template-page_hidden main#content .videos {
		gap: 20px;
		justify-content: center;
	}
}

.subpage.page-template-page_hidden main#content [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subpage.page-template-page_hidden main#content .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .subpage.page-template-page_hidden main#content .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .subpage.page-template-page_hidden main#content .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.subpage.page-template-page_hidden main#content .video-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s;
}

.subpage.page-template-page_hidden main#content .video-card:hover {
  transform: translateY(-4px);
}

.subpage.page-template-page_hidden main#content .video-card img.video-cover {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  cursor: pointer;
}

.subpage.page-template-page_hidden main#content .video-label {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.subpage.page-template-page_hidden main#content .video-card.empty {
  background: transparent;
  border: none;
  box-shadow: none;
}

.subpage.page-template-page_hidden main#content section.content .text-group {
	/* width: 100%; */
    display: flex;
    align-items: center;
    padding: 0px 50px 0px 40px;
    flex-direction: column;
    justify-content: center;
	margin: 0 auto;
}

.subpage.page-template-page_hidden main#content #groupVideos {
	padding: 70px 0;
}

.subpage.page-template-page_hidden main#content #groupVideos > div:not(:first-child) h3 {
    padding-top: 10%;
}

.subpage.page-template-page_hidden main#content section.content .text-group p {
	margin-bottom: 2rem;
}

.subpage.page-template-page_hidden main#content p.label {
	background-color: #000A50;
    padding: 20px;
    max-width: 450px;
	width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
}

.subpage.page-template-page_hidden main#content [id^="videoWrapper"] {
    display: flex;
	justify-content: center;
}

@media (min-width: 1025px) and (max-width: 1427px) {
    .subpage.page-template-page_hidden main#content [id^="videoThumbnail"] {
        height: 220px;
    }
}

.subpage.page-template-page_hidden main#content section.content {
	justify-content: center;
}

.subpage.page-template-page_hidden main#content section.content#team::before {
	content: "";
    height: 212px;
    background: url(/wp-content/uploads/2024/03/Shape-tealtriangle.png) no-repeat;
    width: 212px;
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: -1;
}

.subpage.page-template-page_hidden main#content .dashboard-group {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 40px 20px;
}

@media (max-width: 991px) {
	.subpage.page-template-page_hidden main#content .dashboard-group {
		gap: 20px;
		justify-content: center;
		padding: 20px;
	}
}

.subpage.page-template-page_hidden main#content #dashboardSection {
	display: flex;
	flex-direction: column;
	padding: 70px 0 90px 0;
}

.subpage.page-template-page_hidden main#content #dashboardSection h2 {
	padding: 20px;
}

.subpage.page-template-page_hidden main#content .dashboard-shape {
  position: relative;
  display: inline-block;
  text-align: center;
}

.subpage.page-template-page_hidden main#content .dashboard-shape img {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto; 
}

.subpage.page-template-page_hidden main#content .dashboard-shape span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  font-weight: 600;
  color: #000A50;
  z-index: 2;
}

.subpage.page-template-page_hidden main#content .dashboard-group p {
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	margin-top: 10px;
}

.subpage.page-template-page_hidden main#content #dashboardButtons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	/* padding-top: 40px; */
	flex-wrap: wrap;
}

.subpage.page-template-page_hidden main#content #dashboardButtons div {
	width: 100%;
	align-items: end;
}

@media (max-width: 768px) {
	.subpage.page-template-page_hidden main#content #dashboardButtons div {
		width: 100%;
		align-items: center;
	}

	.subpage.page-template-page_hidden main#content #dashboardButtons div.text {
		flex-direction: column;
		gap: 20px;
	}
}


.subpage.page-template-page_hidden main#content #dashboardButtons h3 {
	text-align: center;
	padding: 20px 20px 0 20px;
}

.subpage.page-template-page_hidden main#content #dashboardButtons .roleButtons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.subpage.page-template-page_hidden main#content #dashboardButtons .roleButtons a {
	text-transform: uppercase;
	font-weight: 600!important;
	color: #000A50;
	font-size: 1rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	background-color: #FAD860;
	border-radius: 50px;
	text-decoration: none;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
.subpage.page-template-page_hidden main#content #dashboardButtons .roleButtons a:hover {
	background-color: #fff;
	color: #000A50;
	text-decoration: none;
}

/* ===================== Free Pilots =============== */
@media screen and (max-width: 870px) {
    .subpage.page-template-page_freepilots main#content section#header .image img.mobile {
        padding-top: 10%;
    }
}

.subpage.page-template-page_freepilots main#content ul.bullet-text,
.subpage.page-template-page_freepilots main#content ul.bullet-text li {
  font-size: 1.45rem;
  font-weight: 300 !important;
  font-variation-settings: "wght" 300 !important;
  margin-left: 20px;
}

@media (min-width: 768px) {
	.subpage.page-template-page_freepilots main#content ul.bullet-text,
	.subpage.page-template-page_freepilots main#content ul.bullet-text * {
	  font-size: 1.45rem;
	}
}

.subpage.page-template-page_freepilots main#content .bg-blue {
	background-color: #3735BC;
	color: #FFFFFF;
}

.subpage.page-template-page_freepilots main#content .bg-blue h2 {
	color: #FFFFFF !important;
}

.subpage.page-template-page_freepilots main#content section.content .text.form-col {
	align-items: start;
	padding: 40px 50px 0px 40px;
}


.subpage.page-template-page_freepilots main#content .about_us {
	color: #000A50;
	padding: 5% 10%;
}

.subpage.page-template-page_freepilots main#content .about_us h2,
.subpage.page-template-page_freepilots main#content .about_us p {
	text-align: left;
}

.subpage.page-template-page_freepilots main#content .about_us p {
	font-size: 1.5rem;
	font-weight: 300;
}

.subpage.page-template-page_freepilots main#content .bg-pink {
	background-color: #F9B9DF;
	color: #000A50;
	display: block;
    text-align: center;
	padding: 5% 10%;
}

@media (max-width: 425px) {
	.subpage.page-template-page_freepilots main#content .bg-pink {
		padding: 5% 1%;
	}
}

.subpage.page-template-page_freepilots main#content #videoWrapper {
	margin: 0 0 4% 0;
}


.subpage.page-template-page_freepilots main#content #quotes {
	color: #000A50;
	display: block;
    text-align: center;
	padding-bottom: 2.5%;
}

.subpage.page-template-page_freepilots main#content #quotes .swiper {
	width: 100% !important;
	height: 100%;
}

.subpage.page-template-page_freepilots main#content #quotes .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	height: auto;
}

.subpage.page-template-page_freepilots main#content #quotes .swiper h3 {
	width: 85%;
	font-style: italic;
	font-weight: 400;
}

.subpage.page-template-page_freepilots main#content #quotes .swiper p {
	font-size: 1.35rem;
    font-weight: bold;
}

.subpage.page-template-page_freepilots main#content .our_benefits {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5%;
}

@media (max-width: 870px) {
	.subpage.page-template-page_freepilots main#content .our_benefits {
		flex-direction: column;
		gap: 30px;
	}
}

.subpage.page-template-page_freepilots main#content .benefits-img {
	height: auto;
	object-fit: contain;
	flex-shrink: 0;
}

.subpage.page-template-page_freepilots main#content [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.subpage.page-template-page_freepilots main#content .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .subpage.page-template-page_freepilots main#content .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .subpage.page-template-page_freepilots main#content .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.subpage.page-template-page_freepilots main#content .our_process {
  display: flex;
  flex-direction: column;
  padding: 5% 5% 0 5%;
}

.subpage.page-template-page_freepilots main#content .our_process h2 {
  text-align: center;
  margin-bottom: 20px;
}

.subpage.page-template-page_freepilots main#content .our_process_grid h3 {
  margin-top: 20px;
}


.subpage.page-template-page_freepilots main#content .our_process_grid {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 40px 20px;
}

@media (max-width: 991px) {
	.subpage.page-template-page_freepilots main#content .our_process_grid {
		gap: 20px;
		justify-content: center;
		padding: 20px;
	}
}

.subpage.page-template-page_freepilots main#content .our_process_items {
  display: flex;
  flex-direction: column;
}


.subpage.page-template-page_freepilots main#content .pilots-form {
	background-color: #000A50;
	padding: 5% 10%;
	color: #fff;
	border-radius: 20px;
	margin: 5%;
}

.subpage.page-template-page_freepilots main#content .pilots-form input.wpcf7-form-control.wpcf7-submit {
	background-color: #FAD860;
	color: #000A50;
	border: none;
	padding: 15px 30px;
	border-radius: 50px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	margin-top: 30px;
	text-transform: uppercase;
}

.subpage.page-template-page_freepilots main#content .pilots-form input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #3735BC;
	color: #fff;
}

.subpage.page-template-page_freepilots main#content .pilots-form label,
.subpage.page-template-page_freepilots main#content .pilots-form p {
	margin-bottom: 0;
	color: #fff;
	font-size: 1rem;
}

.subpage.page-template-page_freepilots main#content .pilots-form h2  {
	color: #fff;
	margin-bottom: 20px;
}

.subpage.page-template-page_freepilots main#content .pilots-form select.wpcf7-form-control.wpcf7-select,
 .subpage.page-template-page_freepilots main#content .pilots-form select.wpcf7-form-control.wpcf7-select option,
.subpage.page-template-page_freepilots main#content .pilots-form input,
.subpage.page-template-page_freepilots main#content .pilots-form .wpcf7-form-control.wpcf7-textarea {
	font-weight: 400;
}

.subpage.page-template-page_freepilots main#content .pilots-form input[type=tel]:not([type=radio]) {
	border: 2px solid #999;
    border-radius: 8px;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    margin: 0;
}


/* ================== FAQ =============== */
body.subpage.page-template-page_faq {
    overflow-x: hidden;
}

.subpage.page-template-page_faq main#content #faq_header {
	justify-content: center;
    align-items: center;
    text-align: center;
	background-color: #636DFB;
	color: #fff;
	padding: 5% 0;
	margin-bottom: 5%;
}

.subpage.page-template-page_faq main#content section#header {
	margin-bottom: 5%;
}

.subpage.page-template-page_faq main#content section.cta.secondary {
	margin-top: 5%;
}

.subpage.page-template-page_faq main#content #faq_header h1 {
	color: #fff;
}

.subpage.page-template-page_faq main#content .page_desc {
	font-size: 1.25rem; 
	color: #fff;
}


.subpage.page-template-page_faq main#content .faq-section h2 {
	padding-bottom: 20px;
	/* white-space: normal !important; */
	font-weight: 500;
}

/* .subpage.page-template-page_faq main#content h2 {
    white-space: normal !important;
} */

.faq-answer a {
    word-break: break-word;
    overflow-wrap: break-word;
}


.subpage.page-template-page_faq main#content .faq-section .text {
	width: 100%;
	/* justify-content: center; */
    align-items: start;
}

@media screen and (max-width: 870px) {
    .subpage.page-template-page_faq main#content section.content .text {
        width: 100%;
        padding: 0 50px 0 40px;
    }
}

.subpage.page-template-page_faq main#content .faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.subpage.page-template-page_faq main#content .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.subpage.page-template-page_faq main#content .faq-question h3 {
  font-weight: 400;
  margin: 0;
  color: #222222;
  /* color: #000A50; */
}

.subpage.page-template-page_faq main#content .faq-icon {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.subpage.page-template-page_faq main#content .icon-up {
  display: none;
}

.subpage.page-template-page_faq main#content .faq-item.active .icon-down {
  display: none;
}

.subpage.page-template-page_faq main#content .faq-item.active .icon-up {
  display: inline;
}

.subpage.page-template-page_faq main#content .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  /* color: #000A50; */
  font-weight: 400;
}

.subpage.page-template-page_faq main#content section.content .text .faq-answer p span, 
.subpage.page-template-page_faq main#content .faq-answer ul li span {
    font-weight: 300 !important;
}

.subpage.page-template-page_faq main#content .faq-item.active .faq-answer {
  max-height: 1200px; /* Adjust as needed */
  opacity: 1;
  margin-top: 0.5rem;
}

.subpage.page-template-page_faq main#content section.content .text .faq-answer ul li {
    font-size: 1.5rem;
    font-weight: 300;
}

.subpage.page-template-page_faq main#content section.content .text .faq-answer ul {
    margin-left: 3%;
}

@media screen and (max-width: 1220px) {
    .subpage.page-template-page_faq main#content section.content .text .faq-answer ul li {
        font-size: 1.25rem;
        font-weight: 300;
    }

	.subpage.page-template-page_faq main#content section.content .text .faq-answer ul {
    	margin-left: 6%;
	}
}

/* FAQ About */
.subpage.page-template-page_faq main#content .faq-section h2,
.subpage.page-template-page_faq main#content .faq-icon svg {
  color: #017863;
  fill: #017863;
}

