/* Import Rules */
 @import url("https://use.typekit.net/fwh7ttu.css");

/* Variables.css | Jun 27, 2025 @1:33:46 PM  */

:root {

--body-font: "open-sans", sans-serif;
--accent-font: 'brandon-grotesque', sans-serif;

--body-background-color: rgb(255,255,255);
--header-background-color: #FFF;

    --brand-color: #256d35;
--brand-color-rgb: 68,163,64;
--brand-color-secondary: #228cae;
--brand-color-secondary-rgb: 34,140,174;
--link-color: var(--brand-color);

    --btn-text-color:#FFF;
    --btn-background-color:var(--brand-color);
    --btn-border:none;

    --btn-text-color-hover: var(--btn-text-color);
    --btn-background-color-hover: var(--brand-color);
    --btn-border-hover: var(--btn-border);

    --btn-alt-text-color: var(--brand-color);
    --btn-alt-background-color: #FFF;
    --btn-alt-border:none;

    --btn-alt-text-color-hover: var(--brand-color);
    --btn-alt-background-color-hover: #FFF;
    --btn-alt-border-hover: var(--btn-alt-border);

    --wrapper-width:1024px;
    --wrapper-width-slim:660px;
    --wrapper-width-thin:900px;
    --wrapper-width-wide:1240px;


--item-gap: 3rem;
--border-radius: 8px;
--transition: 0.2s ease all;
--transition-slow: 0.5s ease all;

--section-padding: 6rem;
--column-padding:2rem;

--negative-item-padding: calc(var(--item-padding) * -1);
}/* Typography.css | Jun 27, 2025 @12:58:12 PM  */

body {
font-family:var(--body-font);
font-weight: 300;
}

a {
color: var(--brand-color);
text-decoration: underline;
}

p:last-child {
margin: 0;
}

.module-intro-text p {
font-weight: normal;
}

/* Buttons */

.btn {
position: relative;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: none !important;
padding: 15px 25px;
border-radius: 100px;
font-family:var(--accent-font);
white-space:nowrap;
margin:0;
}

.btn:not(.alt) {
color: #FFF;
background: var(--btn-background-color);
}

.btn:not(.alt):hover {
color: #FFF;
background: var(--btn-background-color);
}

.btn.alt,
.btn.alt:hover {
color: var(--brand-color);
background: var(--btn-alt-background-color);
}

.btn::after {
content: "";
display: block;
position: absolute;
bottom: -3px;
left: 30px;
border-radius: 100px;
width: 0;
height: 6px;
background-color: var(--brand-color);
transition: 0.2s ease all;
}

.btn:hover::after {
width: calc(100% - 60px);
background-color: var(--brand-color-tertiary);
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
line-height: 1.25em;
font-family:var(--accent-font);
&:has(+p){
margin-bottom:0.5em;
}
}

.column-widget .module-intro-text h2:only-child {
margin: 0;
}

nav{
font-family:var(--accent-font);
}/* General.css | Jun 27, 2025 @1:07:04 PM  */

body {
background: var(--body-background-color);
overflow-x: hidden;
}

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

main .content-module p > img {
border-radius: 20px;
overflow: hidden;
}
.wrapper {
max-width: var(--wrapper-width-wide);
margin: auto;
padding: var(--column-padding);
}

hr {
margin: 2rem auto;
padding: 0;
width: 100%;
height: 2px;
background-color: var(--brand-color);
border: none;
opacity: 0.5;
}

/* Header & Navigation */

.include-header {
position: relative;
z-index: 10;
}
header {
width: 100%;
display: block;
background-color: var(--header-background-color);
box-shadow: 0 3px 50px rgba(0,0,0,0.3);

.wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}

.site-logo {
display: flex;
width: 100%;
max-width: 290px;
padding: 0 2rem;
}

.navigation-widget {
flex: 1;
text-align: right;

&.standard:not(.collapse) {
.l1 {

> a {
position: relative;
padding: 2rem 1.5rem;
font-size: 1.6rem;
font-weight: 700;
letter-spacing: 1px;
color: var(--brand-color);
text-transform: uppercase;

&::after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 30px;
border-radius: 100px;
width: 0;
height: 6px;
background-color: var(--brand-color);
transition: 0.2s ease all;
}
}

&.active > a::after {
width: calc(100% - 60px);
background-color: var(--brand-color-tertiary);
}

&:hover {
> a {
background: none;

&::after {
width: calc(100% - 60px);
background: var(--brand-color);
}
}
}

&.flyout a {
padding-right: 3rem;
}

&.item-login {
> a {
background-color: var(--brand-color);
color: #FFF;
border-radius: 2rem;
padding: 0.5rem 2rem;
}

&:hover > a {
background-color: var(--brand-color-secondary);
}
}

.submenu {
background-color: #FFF;
border-radius: 10px;
box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
padding: 1rem;

a {
color: var(--brand-color);
font-size: 1.4rem;
font-weight: 700;
}

.l2:hover > a {
color: var(--brand-color-secondary);
}
}
}
}
}
}

/* Tagline */

.tagline {
background: rgb(63,158,252);
background: var(--brand-color);
color: #FFF;
text-align: center;

.content-module {
position: relative;
display: inline-block;

&::before {
position: absolute;
content: "";
width: calc(100% + 20px);
height: calc(100% + 0px);
top: calc(50% + 10px);
left: calc(50% + 10px);
transform: translate(-50%, -50%) skew(-14deg);
background: rgba(255,255,255,0.3);
border-radius: 5px;
mix-blend-mode: soft-light;
}

p {
position: relative;
display: inline-block;
font-size: clamp(3rem, 3vw, 6rem);
font-style: ;
font-weight: 900;
line-height: 1em;
text-shadow: 3px 3px 20px rgba(0,0,0,0.2);
}
}
}

.column-widget {

/* Column Type - Thin */
&.thin {
.wrapper {
max-width: var(--wrapper-width-thin);
}
}

/* Column Type - Vertical (Centered) */
&.vertical {
.column-wrapper {
align-items: start;
}
}

/* Column Type - Brand Color */
&.brand-color {
.backdrop {
background: var(--brand-color) !important;
}

&:has(+ .column-widget.brand-color) {
padding-bottom: 0;
}

+ .column-widget.brand-color {
padding-top: 0;
}

.column {
border-radius: 20px;
}
}
}

/* Footer */

footer {
width: 100%;
background: var(--brand-color);

.wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}

.site-logo {
display: flex;
width: 100%;
max-width: 150px;
}

.navigation-widget {
flex: 1;
text-align: left;

&.standard:not(.collapse) {
.l1 {
> a {
color: #FFF;
text-transform: uppercase;
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 2px;
}

&:hover {
> a {
background: none;
color: var(--brand-color-tertiary);
}
}
}
}
}

.powered-by {
display: flex;
align-items: center;
justify-content: center;
background: #222;
padding: 8px;

span {
font-size: 1.2rem;
color: #EEE;
letter-spacing: 1px;
text-transform: uppercase;
margin-right: 10px;
}

a {
display: inline-flex;
}

img {
width: auto;
height: 25px;
}
}
}

#templatefooter {
display: none;
}/* Modules-Widgets.css | Jun 27, 2025 @1:31:05 PM  */

/* Learn Module */

.learn-module {
.hero-content .btn[href="#"] {
pointer-events
}

h4 {
line-height: 1em;
margin-bottom: 10px;
}
}

/* Photo Gallery Module */

.photo-module {
.breadcrumbs-widget,
.meta {
display: none;
}
}

/* Slider Widget */

.slider-widget {
.mSFrame {
min-height: 300px;
max-height: 400px;
}
.mSCaption {
background: none;
width: 100% !important;
text-align: center;

h2 {
position: relative;
display: inline-block;
font-family: var(--body-font);
font-size: clamp(3rem, 3vw, 6rem);
font-weight: 900;
line-height: 1em;
letter-spacing: 0;
text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
text-transform: none;

&::before {
display:none; 
position: absolute;
content: "";
width: calc(100% + 20px);
height: calc(100% + 0px);
top: calc(50% + 10px);
left: calc(50% + 10px);
transform: translate(-50%, -50%) skew(-14deg);
background: rgba(255, 255, 255, 0.3);
border-radius: 5px;
mix-blend-mode: soft-light;
}
}
}
}

/* Testimonials */

.testimonials-module a {
color: inherit;
}

.column-widget .testimonials-module .swiper-loaded .testimonial-item-list {
padding-bottom: 0;
}

.testimonials-module .speechbubble-card .item-header {
right: auto;
text-align: center;
}

.testimonials-module .item .item-profile-image {
display: none;
}

.testimonials-module .item-description {
line-height: 1.25em;
}

.swiper-pagination {
display: none;
}

/* Contact Form */

form.formWizForm h2 {
display: none;
}

form.formWizForm div.twFormFooter {
margin-top: 0;
line-height: 0;
}

form.formWizForm ul li.sectionbreak:last-child {
margin-bottom: 0;
}

.g-recaptcha {
margin-bottom: 20px;
}

/* Column Widget */

.column-widget {
&.two-columns.sidebar {
.primary {
width: 70% !important;
}
.last {
width: 30% !important;
}
}

&.full {
--section-padding: 0;

.wrapper {
padding: 0;
max-width: none;
}

.column {
padding: 0;
}

& + .column-widget {
padding-top: var(--section-padding) !important;
}
}

@media only screen and (max-width: 767px) {
--section-padding: 2rem;
}
}

.learn-module{
.description{
max-width:680px;
margin:0 auto;

> p:first-child,
> p:nth-child(2){
font-size:1.15em;
}
}
.item-list-grid .item .item-image img{
object-position:bottom right;
}
}

.column:not([data-max-width*="511"]){
.learn-module .item-list-grid .item:first-child{
--item-columns: 1;
> div {
display: flex;
flex-direction:row;
.item-category {
position: static;
translate: none;
margin-bottom: var(--item-gap);
}
.item-image {
flex:1;
min-width:auto;
margin:var(--negative-item-padding) var(--item-padding) var(--negative-item-padding) var(--negative-item-padding);
img {
height: 100%;
}
}
.item-footer{
min-width: 100%;
background-color: rgba(242, 242, 242, 0.5);
flex:1;
padding:var(--item-padding);
display: flex;
justify-content: end;
margin: var(--item-padding) var(--negative-item-padding) var(--negative-item-padding);

}
}
}
}

#templatefooter {
background-color: rgba(var(--brand-color-rgb),0.75);
padding: 20px 0;

.myaccount-widget {
display: inline-flex;
align-items: center;
gap: 10px;
background-color: #FFF;
padding: 10px 20px;
border-radius: 200px;
font-size: 0;
box-shadow: 0 3px 20px rgba(0,0,0,0.1);

a {
position: relative;
display: inline-flex;
align-items: center;
text-transform: uppercase;
text-decoration: none;
font-size: 1.2rem;
font-weight: 500;
bottom: -1px;

i {
position: relative;
margin-right: 5px;
font-size: 1.6rem;
top: -1px;
}
}

&::after {
display: none;
}
}
}/* Responsive.css | Jun 27, 2025 @12:58:12 PM  */

/* Mobile Navigation */

header {
.navigation-widget.collapse.hamburger .menu-toggle label {
padding: 1rem 3rem 1rem 1rem !important;
}

.navigation-widget.collapse.hamburger .menu-toggle label:hover::after {
color: var(--brand-color-tertiary);
}

.navigation-widget.collapse.hamburger .menu-toggle label span {
font-weight: 700;
}

.navigation-widget.collapse.hamburger .menu-toggle label::after {
font-size: 1.8em;
transition: 0.2s ease all;
margin-top: -2px;
}

.navigation-widget.collapse.hamburger nav .menu-toggle {
display: block;
}

.navigation-widget.collapse.hamburger input.menu-toggle-check:checked ~ nav {
background: var(--brand-color);
}

.navigation-widget.collapse.hamburger nav ul.menu {
width: 90vw;
margin: 5vw auto 0;
}

.navigation-widget.collapse.hamburger nav .l1 > a {
font-size: 3rem;
border-radius: 10px;
padding-left: 2rem;
}

.navigation-widget.collapse.hamburger nav .l1:hover > a {
background: var(--brand-color-secondary);
}
}

/* Footer Navigation */

@media only screen and (max-width:767px) {
footer {
.wrapper {
flex-direction: column;

.navigation-widget {
text-align: center;

&.collapse {
.l1 {
border: none;

a {
padding: 2px 0;
color: #FFF;
}

&:hover a {
background: none;
color: var(--brand-color-tertiary);
}
}
}
}
.site-logo {
margin-top: 3rem;
}
}
}
}

@media (max-width: 512px) {
.mobile-reverse {
.primary {
order: 2;
}

.last {
order: 1;
}
}

.testimonials-module {
.swiper-loaded {
padding: 0;
}

--swiper-navigation-sides-offset: -30px;
}
}