body {
    background: #4d4d4d;
    margin: 0;
    padding: 0;
}

body.cascadia-landing {
    background: #111;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#form1 {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.1;
    font-weight: 500;
    font-family: atrament-web, sans-serif;
}

h1 {
    font-size: 5.0rem;
    font-weight: 600;
}

.cascadia-landing h1,
.cascadia-landing h2,
.cascadia-landing h3,
.cascadia-landing h4,
.cascadia-landing h5,
.cascadia-landing h6{
    color:#fff;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1;
    margin-bottom 1rem;
    text-transform: capitalize;
font-family: "Georgia", "Times New Roman", Times, serif;
}

.cascadia-landing h1 {
    font-weight: 800 !important;
    letter-spacing: .3rem;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        text-transform: uppercase;
}

h2 {
    font-size: 4.2rem;
}

h3 {
    font-size: 4.2rem;
}

h4 {
    font-size: 3rem;
    color: #828282;
}

h5 {
    font-size: 3rem;
}

h6 {
    font-size: 2.4rem;
}

body.show-sched {
    overflow: hidden;
}

/* LANDING HEADER */
.landing-header {
    background: #fff;
    position: fixed;
    z-index: 700;
    width: 100%;
    padding: 1rem 0;
    box-sizing: border-box;
    height: 100px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-top: 1rem solid #387512;
}

.cascadia-landing .landing-header {
    display: none;
}

.landing-header .logo {
    position: relative;
    box-sizing: border-box;
    position: absolute;
    width: 100px;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.landing-header .logo img {
    margin: 0 auto;
    display: block;
    width: 100px;
}

.landing-header .phone {
    position: absolute;
    width: 150px;
    top: 50%;
    text-align: center;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    padding: 1rem;
    color: #387512;
    border: 2px solid #387512;
    border-radius: 10rem;
    box-sizing: border-box;
    font-family: sans-serif;
}

@media (min-width: 400px) {
    .landing-header .logo {
        position: relative;
        box-sizing: border-box;
        position: absolute;
        width: 200px;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .landing-header .logo img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .landing-header .logo {
        position: relative;
        box-sizing: border-box;
        position: absolute;
        width: 240px;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .landing-header .logo img {
        margin: 0 auto;
        display: block;
    }

    .landing-header .phone {
        position: absolute;
        width: 240px;
        top: 50%;
        text-align: center;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2.5rem;
        padding: 1rem;
        color: #387512;
        border: 2px solid #387512;
        border-radius: 10rem;
        box-sizing: border-box;
        font-family: sans-serif;
    }
}

.landing-header .phone a {
    color: #387512;
    display: block;
    line-height: 1;
    text-decoration: none;
}

.landing-header .schedule-title {
    margin: 0;
    position: absolute;
    z-index: 300;
    width: calc(100% - 640px);
    top: 50%;
    text-align: center;
    left: 310px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.landing-header h1 {
    font-size: 2.4rem;
    margin: 0;
}

.landing-hero {
    position: relative;
    margin-top: 100px;
    width: 100%;
    box-sizing: border-box;
    height: 30vw;
    min-height: 400px;
    max-height: 600px;
}

.cascadia-landing .landing-hero {
    margin: 0;
}

.intro-lead-in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 300;
    color: #fff;
    padding: 0 2rem;
}

.intro-lead-in nobr {
    white-space: normal;
}

.intro-lead-in h1, .intro-lead-in h4 {
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.intro-lead-in h4 {
    font-size: 2.5rem;
    margin: 2rem 0;
}

.intro-lead-in h1 {
    font-size: 2.4rem;
    line-height: 1;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 400px) {
    .intro-lead-in nobr {
        white-space: nowrap;
    }

    .intro-lead-in {
        padding: 0 4rem;
    }

    .intro-lead-in h1 {
        font-size: 3rem;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .intro-lead-in {
        padding: 0;
        left: 50%;
        max-width: 700px;
        box-sizing: border-box;
        margin-left: -350px;
    }

    .intro-lead-in h4 {
        font-size: 3.5rem;
        margin: 2rem 0;
    }

    .intro-lead-in h1 {
        font-size: 4rem;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1000px) {
    .intro-lead-in {
        left: 50%;
        max-width: 800px;
        box-sizing: border-box;
        margin-left: -400px;
    }

    .intro-lead-in h1 {
        font-size: 6rem;
    }
}

.intro-lead-in .button {
    font-size: 3rem;
    padding: 2rem 3rem;
    line-height: 1;
    height: auto;
    background: #387512;
    white-space: normal;
}

.intro-lead-in .button:empty {
    display: none;
}

/* SECTION HEADER */
.landing-hero .site-bg {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #fff url(../Userfiles/template/site-bg.jpg);
    background-size: cover;
    background-position: center;
    transition: opacity ease 1s;
    opacity: 0.4;
}

.cascadia-landing .landing-hero .site-bg {
    opacity: 0.5;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 500px) {
    .landing-hero:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        transform: skew(-15deg);
        transform-origin: top;
        width: 10%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
        opacity: 1;
        z-index: 1;
    }

    .landing-hero:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100vw;
        transform: skew(-15deg);
        transform-origin: top;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.87);
        opacity: 1;
        z-index: 1;
    }
}

.cascadia-landing .landing-hero:before, .cascadia-landing .landing-hero:after {
    display: none;
}

body.show-sched .site-bg {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 1;
}

.social {
    position: relative;
    z-index: 300;
    margin: 0 auto;
    margin: 2rem 0;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
}

.social a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: all ease .3s;
    color: #387512;
    border-radius: 10rem;
    font-size: 1.2rem;
    text-decoration: none;
    background: #387512;
    color: #fff;
}

.social svg {
    fill: #fff;
    height: 13px;
}

.social a:hover {
    background: #C24413;
}

.mep-logo {
    width: 80px;
}

.schedule-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 0px;
    width: 200px;
    color: #fff;
    transition: all ease 0.3s;
    cursor: pointer;
    z-index: 33000;
    transition: all ease 0.3s;
    background: #387512;
}

.schedule-wrap:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    width: 300px;
    height: 100vh;
    background: #387512;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0%, -30% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, -30% 100%, 0% 100%);
}

.schedule-wrap:hover {
    width: 270px;
}

body.show-sched .schedule-wrap {
    height: 100%;
    width: 100%;
    display: block;
}

body.show-sched .schedule-wrap:after {
    right: -300px;
    width: 300px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
}

.schedule-wrap:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    height: 100%;
    width: 90px;
    box-sizing: border-box;
    background: url(../Userfiles/template/impact-icon-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.2;
    transition: all ease 0.3s;
}

body.show-sched .schedule-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 4;
    opacity: 0.1;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    body.show-sched .schedule-wrap {
        height: 100%;
        width: 50%;
        max-width: 800px;
    }

    body.show-sched .schedule-wrap:before {
        content: "";
        box-sizing: border-box;
        background-image: url(../Userfiles/template/impact-icon-white.svg);
    }
}

body.show-sched .overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    z-index: 500;
}

.schedule-wrap .schedule-title {
    width: 300px;
    padding: 1rem 2rem;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    box-sizing: border-box;
    opacity: 1;
    transition: all ease 0.3s;
    position: relative;
    z-index: 300;
}

body.show-sched .schedule-title {
    display: none;
}

.schedule-form-wrap {
    height: 0px;
    opacity: 0;
}

body.show-sched .schedule-form-wrap {
    height: 100vh;
    opacity: 1;
    overflow: auto;
    position: relative;
    z-index: 200;
    padding-bottom: 100px;
    box-sizing: border-box;
}

body.show-sched .schedule-form-wrap p {
    margin: 0;
    margin-bottom: 1rem;
}

.schedule-form-wrap .close-schedule {
    position: absolute;
    right: 2rem;
    top: 0rem;
    font-size: 3rem;
    transition: all ease 1s;
}

.schedule-form-wrap .close-schedule:hover {
    opacity: 0.7;
}

.schedule-form-wrap {
    padding: 2rem 2rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1000px) {
    .schedule-form-wrap {
        padding: 2rem 4rem;
    }
}

.schedule-form-wrap h2 {
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #fff;
}

.schedule-form-wrap input[type=text], .schedule-form-wrap input[type=email], .schedule-form-wrap textarea {
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0rem 0;
    margin: 0;
    resize: none;
    width: 100%;
}

.schedule-form-wrap ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.schedule-form-wrap ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.schedule-form-wrap ::-ms-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.schedule-form-wrap ::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Form Validation Styles */
body.show-sched .schedule-form-wrap .fc-error {
    border: 0;
    margin: 0;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
}

body.show-sched .schedule-form-wrap .fc-error p {
    margin: 0px;
    color: #fff;
    line-height: 1;
}

/* SECTION CONTENT */
.content-wrap {
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.cascadia-landing .content-wrap {
    background: none;
    color: #fff;
    padding: 8rem 0;
}

.main {
    position: relative;
    z-index: 3;
    min-height: 300px;
    box-sizing: border-box;
}

.cascadia-landing .main {
    margin: 0 auto;
    max-width: 800px;
}

.landing-section {
    position: relative;
    margin: 0;
}

.landing-section h3 {
    text-align: center;
}

.landing-section:after {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    width: 200vw;
    height: 100%;
    background: #fff;
}

.landing-section:nth-of-type(even):after {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    width: 200vw;
    height: 100%;
    background: rgba(65, 99, 28, 0.1)
}

.landing-section > tbody > tr > td {
    position: relative;
    z-index: 3;
    padding: 4rem 0;
    min-height: 300px;
    box-sizing: border-box;
}

.landing-section.testimonial-section td {
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    color: #777;
    line-height: 1.2;
}

.landing-section.cta-section td p,
.landing-section.cta-section td h3 {
    color: #fff;
}

.landing-section.cta-section h3 nobr {
    white-space: normal;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    .landing-section.cta-section h3 nobr {
        white-space: nowrap;
    }
}

.landing-section.testimonial-section td strong {
    font-size: 2rem;
}

.landing-section.cta-section:after {
    background: #387512;
    color: #fff;
}

.landing-section.cta-section .button, .landing-section.cta-section .button:hover {
    padding: 2rem;
    text-decoration: none;
    border: 2px solid #fff;
    background: none;
}

.landing-section.cta-section td {
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    color: #777;
    line-height: 1.2;
    padding: 10rem 0;
}

.landing-section.cta-section td strong {
    font-size: 2rem;
}

.landing-section.has-icons td li img {
    margin: 0 auto;
    border: 0;
    margin-bottom: 2rem;
    max-height: 100px;
}

.landing-section.has-icons td ul {
    padding: 0;
    margin: 6rem 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 800px) {
    .landing-section.has-icons td ul {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem;
    }
}

.landing-section.has-icons td ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    min-height: 200px;
}

.main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: .25rem;
    position: relative;
}

.benefit-boxes div {
    padding: 15px;
}

table.landing-page-events tbody {
    gap: 2rem;
    display: flex
    ;
    flex-direction: column;
}

table.landing-page-events tr {
    display: flex;
    gap: 2rem;
    align-items: stretch;
    flex-wrap: wrap;
}

table.landing-page-events td {
    flex: 1 1 calc(50% - 3rem);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
    table.landing-page-events td {
        flex: none;
    }
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    z-index: 700;
    display: block;
    line-height: 1;
    box-sizing: border-box;
    transition: all ease 0.3s;
    background: #4d4d4d;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 3rem 0;
}

.cascadia-landing .footer {
    background: none;
}

.credits {
    position: relative;
    z-index: 300;
    text-align: center;
    color: #A3A3A2;
    font-size: 1.5rem;
}

.credits a {
    color: #A3A3A2;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .hide-on-mobile {
        display: block;
    }
}

.cascadia-form p {
    margin: 0;
}

.cascadia-form .form-footer,
.g-recaptcha div {
    margin: 0 auto;
    text-align: center;
}

.cascadia-form label {
display: none;
}

.cascadia-landing input[type="email"], .cascadia-landing input[type="number"], .cascadia-landing input[type="search"], .cascadia-landing input[type="text"], .cascadia-landing input[type="tel"], .cascadia-landing input[type="url"], .cascadia-landing input[type="password"], textarea, select {
    padding: 1rem;
    height: 5rem;
    background-color: none
    box-shadow: none;
    line-height: 1.2;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: .5rem;
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
    min-width: 240px;
    max-width: 50vw;
    transition: border ease 0.3s;
}

.cascadia-landing textarea {
    min-height: 165px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.cascadia-landing input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 2px solid #fff;
    outline: 0;
}

