html {
    scroll-behavior: smooth;
        height: 100%:
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%:
    padding-top: env(safe-area-inset-top, 20px);
    padding-bottom: env(safe-area-inset-bottom, 20px);
}

#form1 {
    margin: 0;
    padding: 0;
    height: 100%:
    overflow:auto;
    overflow-x: clip;
}

#errmsg {
    color: #C24413;
    line-height: 1;
    color: #C24413;
    padding: 2rem;
    border: 1px solid #C24413;
    margin-bottom: 2rem;
    border-radius: .5rem;
    font-weight: 600;
    font-size: 2rem
}

#errmsg br {
display: none;
}

#errmsg:empty {
    display: none
}

body.show-sched {
    overflow: hidden
}

.scroll-to {
    transition: opacity ease .3s;
    z-index: 2300;
    font-size: 3rem;
    opacity: 1;
    margin: 0 auto;
    padding-top: 4rem;
    height: 40px;
    transition: all ease 0.3s;
}

.hide-scroll-to .scroll-to {
    opacity: 0;
}

.scroll-to a {
    display: block;
    color: #fff;
    position: relative;
    transition: all ease .3s;
    background: #C24413;
    width: 30px;
    height: 30px;
    border-radius: 10rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.scroll-to svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.scroll-to a:hover {
    background: #323232;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 800;
    background: rgba(255, 255, 255, .9);
    text-align: right;
    border-top: 1rem solid #387512;
    display: none !important
}

.header h1 {
    font-size: 2rem;
    padding: 1rem;
    margin: 0;
    font-weight: 400;
    letter-spacing: .2rem;
    color: #272726;
    text-transform: uppercase;
    font-family: atrament-web, sans-serif
}

.search-wrap {
    float: right;
    cursor: pointer;
    position: relative
}

.search-wrap .search-icon {
    cursor: pointer;
    position: relative;
    line-height: 30px;
    padding: 0 2rem;
    padding-right: 0;
    color: #272726
}

.search-wrap:hover .search-icon {
    color: #C24413
}

.search-wrap .search-input {
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
    border-radius: 0 0 .25rem .25rem;
    padding: 1rem 2rem;
    transition: all ease .3s;
    box-sizing: border-box;
    right: -2rem;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

.search-wrap:hover .search-input {
    opacity: 1;
    width: 300px;
    height: 60px
}

.search-wrap .search-input input {
    position: relative;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    background: transparent;
    border: 0
}

.header-links {
    float: right
}

.header-links a {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    color: #272726;
    font-weight: 400;
    margin: .5rem;
    text-transform: uppercase transition: all ease .3s;
    font-size: 1.4rem;
    z-index: 2;
    padding: 0 1rem
}

.site-bg {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200px;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
}

.site-bg:after {
    content: "";
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 0;
    height: 300px;
    background: rgba(56, 117, 18, 0.7);
    -webkit-backdrop-filter: grayscale(100%);
    backdrop-filter: grayscale(100%);
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .site-bg {
        height: 100vh;
    }

    .site-bg:after {
        height: 600px;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: linear-gradient(to bottom, rgba(56, 117, 18, 1) 20%, rgba(0, 0, 0, 0) 100%)
    }
}

.page-pages .site-bg,
.page-pages.content-in-view .site-bg {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    transition: opacity ease 1s;
}

body.show-sched .site-bg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1
}

.site-side {
    width: 100%;
    padding: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: #fff;
    border-top: 1rem solid #387512;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.sidebar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}


/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .site-side {
        width: 380px;
        padding: 2rem 2rem;
        background: none;
        border: 0;
        box-shadow: none;
    }

    .sidebar>div {
        margin: 0;
    }

    .site-side:after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 1);
        width: 1000px;
        height: 4000px;
        left: -1330px;
        top: -400px;
        transform: rotate(22.7deg);
        box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
        outline: 1rem solid rgba(255, 255, 255, 0.2);
    }

    .sidebar {
        position: relative;
        flex-direction: column;
        align-items: start;
    }
}

.page-pages .site-side:after {
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 1);
}

.logo {
    position: relative;
    z-index: 300;
    box-sizing: border-box;
}

.logo a {
    display: block;
    margin: 0 auto;
    position: relative;
}

.logo img {
    width: auto;
    height: 40px;
}

.social {
    padding-top:2rem;
    padding-top: 1.75rem;
    position: relative;
    z-index: 300;
    display: flex;
    gap: .5rem;
    display: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .logo img {
        height: 60px;
    }

    .social {
        display: flex;
    }

}

.social a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 2,5rem;
    height: 2.5rem;
    transition: all ease .3s;
    color: #387512;
    border-radius: 10rem;
    text-decoration: none;
    background: #387512;
    color: #fff;
}

.social svg {
    fill: #fff;
    height: 1.5rem;
}

.social a:hover {
    background: #C24413;
}

.mep-logo {
    width: 80px
}

.covid19-button {
    position: fixed;
    left: 0;
    display: block;
    bottom: 60px;
    width: 240px;
    color: #fff;
    transition: all ease .3s;
    cursor: pointer;
    z-index: 33000;
    padding: 0 2rem;
    font-family: atrament-web, sans-serif;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: .2rem;
    transition: all ease .3s;
    box-sizing: border-box;
    text-decoration: none
}

/*
.sub-side {
    width: 900px;
    height: 100%;
    padding: 2rem 2rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: -900px;
    z-index: 0;
    opacity: 0;
    box-sizing: border-box;
    clip-path: polygon(44.5% 0%, 100% 0%, 55% 100%, 0% 100%);
    background: rgba(56, 117, 18, .9);
    transition: background ease .3s;
    transition: all ease .3s
}

.sub-side-inner {
    color: #fff;
    position: absolute;
    left: 400px;
    top: 9.5rem;
    width: 300px
}

.sub-side-inner ul, .sub-side-inner li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff
}

.sub-side-inner li a {
    color: #fff;
    padding: .25rem 0;
    padding-right: 2rem;
    display: block;
    text-decoration: none;
    opacity: 1;
    transition: all ease .3s
}

.sub-side-inner li a:hover {
    opacity: .7
}

.sub-side-inner .l1 a {
    display: none
}

.show-subs .sub-side {
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 2900
}

*/
/* Hide covid resources */
#navmenu .covid-19-resources-for-manufacturers, .efi-mobile-menu .covid-19-resources-for-manufacturers {
    display: none !important;
}

.covid19-button:hover {
    color: #fff;
    width: 260px;
    text-decoration: none
}

.covid19-button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #C24413;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3)
}

.schedule-wrap {
    position: fixed;
    right: 0rem;
    top: 2rem;
    width: 180px;
    color: #fff;
    padding: 0 2rem;
    box-sizing: border-box;
    transition: all ease .3s;
    cursor: pointer;
    z-index: 2300;
    transition: all ease .3s;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.7);
    background: #C24413;
    overflow: hidden;
    clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 0% 100%);

}

.schedule-wrap {
    top: 76px;
}

.schedule-wrap:hover {
    right: -1rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .schedule-wrap {
        top: 2rem;
    }

    .page-pages .schedule-wrap {
        top: 50px;
    }
}

body.show-sched .schedule-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    z-index: 3300;
    border-radius: 0;
    background: rgba(50, 50, 50, 1);
    clip-path: none;
}

body.show-sched .schedule-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 4;
    opacity: .05;
    box-sizing: border-box;
    background-image: url(../Userfiles/template/impact-icon-white.svg);
    background-size: 70%;
    background-position: 120% bottom;
}

@media (min-width: 800px) {
    body.show-sched .schedule-wrap {
        height: 100%;
        width: 50%;
        max-width: 800px
    }
}

body.show-sched .overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(56, 117, 18, 0.7);
    height: 100%;
    width: 100%;
    z-index: 500;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

body.show-sched section,
body.show-sched .content-top,
body.show-sched .footer {
    opacity: 0
}

.schedule-wrap .schedule-title {
    height: 45px;
    opacity: 1;
    line-height: 0.9;
    padding: 0 2rem;
    transition: all ease .3s;
    position: relative;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
}

.schedule-wrap .schedule-title::after {
    content: attr(data-title);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #C24413;
    height: 100%
}

/* If data-title is empty */
.schedule-wrap .schedule-title[data-title='']::after {
    display: none
}

.schedule-wrap .schedule-title br {
    display: none;
}

body.show-sched .schedule-title {
    display: none;
}

.schedule-form-wrap {
    height: 0;
    opacity: 0;
    padding: 2rem 2rem
}

.schedule-form-wrap:empty {
    display: none;
}

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: 0;
    font-size: 3rem;
    transition: all ease 1s
}

.schedule-form-wrap .close-schedule:hover {
    opacity: .7
}

@media (min-width: 1000px) {
    .schedule-form-wrap {
        padding: 2rem 4rem
    }
}

.schedule-form-wrap h3 {
    text-transform: uppercase;
    line-height: 1;
    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, .1);
    color: #fff;
    padding: 0 0;
    margin: 0;
    resize: none;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.schedule-form-wrap select {
    width: 100%;
    max-width: 100%;
}

.schedule-form-wrap select option {
    color:#323232;
}

.schedule-form-wrap ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

.schedule-form-wrap ::-moz-placeholder {
    color: rgba(255, 255, 255, .3)
}

.schedule-form-wrap ::-ms-placeholder {
    color: rgba(255, 255, 255, .3)
}

.schedule-form-wrap ::placeholder {
    color: rgba(255, 255, 255, .3)
}

.site-body {
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    z-index: 1;
    height: auto;
    margin-top: 200px;
    background: #fff;

}

@media (min-width: 800px) {
    .site-body {
        margin: 0;
        background: none;
    }

    .header {
        box-sizing: border-box
    }

    .header .container {
        min-height: 30px
    }
}

@media (min-width: 800px) {
    .content-top {
        padding-left: 400px
    }

    .site-body {
        padding-left: 380px
    }

    .page-home .site-body {
        padding-left: 360px
    }
}

@media (min-width: 1000px) {
    .site-body {
        padding-left: 520px
    }

    .page-home .site-body {
        padding-left: 360px
    }
}

@media (min-width: 1200px) {
    .site-body {
        padding-left: 620px
    }
}

@media (min-width: 1600px) {
    .site-body {
        padding-left: 720px
    }
}

.site-body section {
    opacity: 1;
    transition: opacity ease .3s
}

.site-top {
    position: relative;
    z-index: 500;
    text-align: center;
    padding-top: 4rem;
}

.site-top .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}


@media (min-width: 800px) {

    .site-top .container {
        height: 100%;
    }


    .feature-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .site-top {
        height: 100vh;
        min-height: 800px;
        text-align: left;
        padding: 0;
    }
}

.feature {
    margin-left: auto;
    box-sizing: border-box;
    font-size: 2rem;
    padding: 0 2rem;
}



@media (max-width: 400px) {
    .feature h1 {
        font-size: 8vw;
    }
}

.story {
    box-sizing: border-box;
    position: relative;
    padding: 2rem;
    line-height: 1;
    background: rgba(77, 77, 77, .1);
    border-radius: 1rem 1rem;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.story h2 {
    box-sizing: border-box;
    text-transform: capitalize;
    max-width: 100%;
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1;
    font-weight: 300;
    color: black;
}

.story-content-wrap {
    display: flex;
}

.story-content {
    width: 70%;
}

.story .story-featured-image {

    margin-bottom: 1rem;
}

.story .story-featured-image img {

    width: 100%;
    max-width: 100%;
    object-fit:cover;
    border-radius: 1rem;
}

.focus-wrap {
    color: #fff;
    position: relative;
    z-index: 500;
    font-weight: 300;
    margin-top: 2rem
}

.focus {
    width: 100%
}

.focus h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    display: none
}

.focus p {
    display: none
}

.focus h3 {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: ibm-plex-sans, sans-serif;
}

.focus img {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(56, 117, 18, 1);
    border-radius: 1.2rem;
    padding: .5rem;
    margin-bottom: 1rem
}

.focus ul,
.focus li {
    list-style: none;
    padding: 0;
    margin: 0
}

.focus li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem
}

.focus ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

@media (min-width: 500px) {
    .focus ul {}

    .focus h3 {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 0;
        text-transform: capitalize;
        font-family: ibm-plex-sans, sans-serif;
        width: 200px;
    }
}

@media (min-width: 800px) {
    .focus ul {
        justify-content: end;
    }

    .focus h3 {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 0;
        text-transform: capitalize;
        font-family: ibm-plex-sans, sans-serif;
        width: 140px;
    }
}

@media (min-width: 900px) {
    .focus {}

    .focus ul {}

    .focus h3 {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 0;
        text-transform: capitalize;
        font-family: ibm-plex-sans, sans-serif;
        width: 80px;
    }
}

.partner-wrap {
    position: relative
}

.partner {
    right: 0;
    font-size: 2rem;
    box-sizing: border-box
}

.partner h2 {
    font-size: 4rem;
}

.content-top {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    z-index: 2;
}

.content-top .container {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 800px) {
    .content-top {
        position: fixed;
    }
}

.content-wrap {
    padding: 4rem 0;
    position: relative;
    box-sizing: border-box;
    z-index: 400;
    background: #fff;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .content-wrap {
        position: relative;
        box-sizing: border-box;
        z-index: 400;
        background: none;
    }

    .page-pages .content-wrap {
        padding: 10rem 0;
        padding-right: 2rem;
    }

    .page-pages .content-wrap .container {
        max-width: 900px;
        margin-left: 0;
    }
}

@media (min-width: 800px) {
    .content-wrap:after {
        content: "";
        position: fixed;
        top: 0;
        left: -180px;
        width: 6000px;
        height: 4000px;
        z-index: 1;
        background: rgba(255, 255, 255, 0.9);
        -webkit-backdrop-filter: blur(7px) grayscale(100%);
        backdrop-filter: blur(7px) grayscale(100%);
        transform: rotate(22.7deg);
    }
}

@media (min-width: 1000px) {
    .content-wrap:after {
        left: -50px;
    }
}

@media (min-width: 1200px) {
    .content-wrap:after {
        left: 50px;
    }
}

@media (min-width: 1600px) {
    .content-wrap:after {
        left: 150px;
    }
}

.page-home .content-wrap:before,
.page-home .content-wrap:after {
    opacity: 0;
    transition: opacity ease .3s
}

.page-pages .content-wrap:before,
.page-pages.content-in-view .content-wrap:before,
.page-pages .content-wrap:after,
.page-pages.content-in-view .content-wrap:after {
    opacity: 1
}

.main {
    position: relative;
    z-index: 3;
    padding: 0;
    width: 100%;
    box-sizing: border-box
}

.page-home .main {
    max-width: 600px;
    margin: auto;
}

/* Underline Bold Links */
.main strong a, .main a strong {
    text-decoration: underline;
}
/* end underline */

.page-home .cta-wrap {
    margin-bottom: 10rem;
}

.page-pages .main {
    min-height: 600px
}

.main img {
    max-width: 100%;
    position: relative
}

.call-out td {
    position: relative;
    padding: 2rem 0;
    text-align: center;
}

.call-out td:after {
    content: "";
    position: absolute;
    top: 0;
    lefT: -800px;
    width: calc(100vw + 800px);
    height: 100%;
    z-index: -1;
    background: rgba(50, 50, 50, 0.5);
    color: #fff;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.call-out img {
    height: 100%;
    width: 100%;
    max-height: 300px;
    display: block;
    object-fit: cover;
    border-radius: 1rem;
    margin: 2rem 0
}

.call-out p {
    margin: 0
}

.call-out iframe {
    display: block;
    border-radius: 1rem;
    margin: 0
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.call-out h1,
.call-out h2,
.call-out h3,
.call-out h4,
.call-out h5 {
    font-size: 2.5rem;
    font-weight: 100;
    color: #fff;
    line-height: 150%;
}

.call-out h1:empty,
.call-out h2:empty,
.call-out h3:empty,
.call-out h4:empty,
.call-out h5:empty {
    display: none
}

.footer-cta {
    margin-bottom: 0
}

.footer-cta td {
    text-align: center;
    padding-top: 3rem;
    font-size: 3rem;
    background: #e7eae3;
    padding: 3rem;
    border-radius: .5rem;
    font-weight: 100;
    line-height: 1.2;
    color: #387512
}

.footer-cta td h5,
.footer-cta td b {
    font-size: 3rem;
    font-weight: 100
}

.footer-cta td p,
.footer-cta td .button {
    margin-bottom: 0
}

.footer-cta td .button {
    margin-bottom: 0;
    margin-top: 4rem
}
.footer-cta li {
    font-size: 2rem;
}

.third-nav {
    margin: 3rem 0;
    padding: 3rem;
    border-width: 0;
    border-top: 1px solid #b3c1a4;
    border-bottom: 1px solid #b3c1a4
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    z-index: 700;
    display: block;
    line-height: 1;
    box-sizing: border-box;
    transition: all ease .3s;
    background: rgba(51, 51, 51, 0.90);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.credits {
    position: relative;
    z-index: 300;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: .2px;
}

.footer .container {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 800px) {
    .footer {
        position: fixed;
        box-sizing: border-box
    }
}

.credits a {
    color: #fff;
    text-decoration: none
}

.success-stories-list-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem
}

@media (min-width: 800px) {
    .success-stories-list-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1200px) {
    .success-stories-list-wrap {
        grid-template-columns: repeat(3, 1fr)
    }
}

.success-stories-list-wrap a {
    position: relative;
    display: block;
    text-align: center;
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: .5rem;
    overflow: hidden
}

.success-stories-list-wrap a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(56, 117, 18, 0);
    transition: all ease .3s
}

.success-stories-list-wrap .project-image {
    width: 100%;
    background-size: cover !important;
    background-position: center;
    padding-top: 53%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0 .5rem
}

.success-stories-list-wrap .project-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all ease .3s
}

.success-stories-list-wrap a:hover .project-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.success-stories-list-wrap a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(56, 117, 18, .8)
}

.success-stories-list-wrap h3 {
    text-transform: uppercase;
    position: absolute;
    font-size: 2rem;
    margin: 0;
    bottom: 0;
    padding: 2rem;
    width: 100%;
    text-align: left;
    z-index: 3;
    color: #fff;
    text-shadow: 0 0 30px #000;
    width: 90%;
    font-weight: 700
}

.sub-title {
    margin-bottom: 1rem;
    margin: 4rem 0;
    color: #272726
}

.project-testimonial {
    text-align: center;
    padding: 4rem;
    margin: 4rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 3rem;
    font-style: italic;
    line-height: 1.2
}

.project-testimonial strong {
    font-size: 2rem;
    font-style: normal;
    display: block;
    margin: 0;
    margin-top: 2rem
}

.project-testimonial p {
    margin: 0
}

.team-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem
}

.team-member {
    text-align: center;
    margin-bottom: 0
}

.team-headshot a {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 100rem;
    position: relative
}

.team-details h3 {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.team-details h3 a {
    display: flex;
    align-items: center;
    ;
    border-radius: 100rem;
    background: #387512;
    width: 4rem;
    height: 4rem;
    color: #fff;
}

.team-details h3 a svg {
    fill: #fff;
    margin: 0 auto;
}

@media (min-width: 400px) {
    .team-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 800px) {
    .team-headshot a {
        width: 200px;
        height: 200px
    }
}

@media (min-width: 1200px) {
    .team-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width: 1600px) {
    .team-list {
        grid-template-columns: repeat(4, 1fr)
    }
}

.team-headshot a:empty:after {
    content: "Image Coming Soon";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    line-height: 1;
    font-size: 10px;
    text-align: center
}

.team-headshot a:empty {
    background: #eee;
    display: block
}

.team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 100rem
}

.team-member h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400
}

.team-member h5 {
    font-weight: 300;
    margin: 0;
    font-size: 1.7rem;
    margin-bottom: .5rem
}

.bio-headshot {
    margin-left: 2rem;
    margin-bottom: 2rem;
    display: block;
    float: right
}

.bio-headshot img {
    width: 20vw;
    height: 20vw;
    max-width: 300px;
    max-height: 300px;
    min-width: 150px;
    min-height: 150px;
    border-radius: 100rem;
    object-fit: cover;
    object-position: top
}

.team-details .team-title {
    margin-bottom: 0
}

.team-details .team-location {
    margin-bottom: 2rem;
    display: block
}

.listings-nav {
    position: relative;
    z-index: 400;
    padding: 0
}

.listings-nav ul,
.listings-nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
    display: block
}

.listings-nav li:before {
    display: none
}

.listings-nav a {
    position: relative;
    text-decoration: none;
    font-weight: 400;
    display: block;
    line-height: 1;
    transition: all ease .3s;
    font-size: 1.5rem;
    padding: .5rem 1rem;
    padding-left: 0;
    color: #272726;
    opacity: 1
}

.listings-nav a:hover {
    opacity: .7
}

.listings-nav a.selected {
    opacity: 1;
    font-weight: 600;
    color: #b3c1a4
}

.listings-nav ul ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

span.naics {
    color: #828282;
}

.listing-address {
    color: #828282;
    margin-bottom: 5px;
}

@media (min-width: 320px) {
    .listings-nav {
        display: block
    }

    .listings-nav ul ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

/* @media (min-width: 1600px) {
    .listings-nav ul ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
} */
.listings-nav li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

body.page82815 #search {
    width: 100%;
    padding: 2rem 0;
    background: #fff;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: .5rem;
    margin: 1rem 0;
    border: 1px solid #ccc
}

body.page82815 #search input {
    display: block;
    width: 100%;
    margin: 0;
    background: #fff
}

body.page82815 #search .button {
    width: 100%
}

@media (min-width: 500px) {
    body.page82815 #search input {
        float: left;
        display: block;
        width: calc(100% - 200px);
        margin: 0;
        background: #fff
    }

    body.page82815 #search .button {
        float: left;
        display: block;
        width: 200px;
        margin: 0
    }
}

body.page82815 .listings-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem
}

@media (min-width: 600px) {
    body.page82815 .listings-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width: 1200px) {
    body.page82815 .listings-wrap {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width: 1600px) {
    body.page82815 .listings-wrap {
        grid-template-columns: repeat(4, 1fr)
    }
}

body.page82815 .listing-item {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: .25rem;
    padding-bottom: 40px;
    position: relative;
    transition: all ease .3s
}

body.page82815 .listing-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border: 1px solid #396278
}

body.page82815 .listings-wrap .listing-logo {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    border-radius: 1rem;
    background: #eee;
    position: relative
}

body.page82815 .listings-wrap .listing-logo:empty:after {
    content: "Image Coming Soon";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    line-height: 1;
    font-size: 10px;
    text-align: center
}

body.page82815 .listings-wrap .listing-logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    background: #fff
}

body.page82815 .listings-wrap .listing-name {
    line-height: 1;
    padding: 2rem 0;
    color: #272726
}

body.page82815 .listings-wrap .more-info-button {
    position: absolute;
    bottom: 0;
    lefT: 0;
    width: 100%;
    margin: 0;
    padding: 1rem 2rem;
    box-sizing: border-box;
    text-decoration: none
}

body.page82694 .listing-details-info .listing-contact-wrap {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: .25rem;
    position: relative;
    transition: all ease .3s
}

body.page82694 .listing-details-info .listing-logo {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc
}

body.page82694 .listing-details-info .listing-logo img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
    display: block
}

body.page82694 .listing-details-info .listing-contact-wrap a {
    color: #828282
}

body.page82694 .listing-details-info .listing-contact-wrap .button {
    margin-top: 2rem;
    color: #fff
}

body.page82694 .listing-details-info .listing-contact-wrap .listing-email {
    word-wrap: break-word;
}

body.page82694 .social-links div {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    gap: .5rem;
}

body.page82694 .social-links a {
    width: 24px;
    height: 24px;
    border-radius: 10rem;
    background: #323232;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

body.page82694 .social-links svg {
    height: 13px;
    fill: #fff;
}

.hide-on-mobile {
    display: none
}

#menu-button {
    font-size: 2rem;
    z-index: 3;
    color: #387512;
    height: 100%;
    padding: 0 1rem;
}

#menu-button svg {
    fill: #387512;
}

@media (min-width: 800px) {
    .hide-on-mobile {
        display: block
    }

    #menu-button {
        display: none;
    }
}

body.show-sched .schedule-form-wrap .fc-error {
    border: 0;
    margin: 0;
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, .2);
    display: inline-block
}

body.show-sched .schedule-form-wrap .fc-error p {
    margin: 0;
    color: #fff;
    line-height: 1
}

.contact-page-form p {
    margin: 0
}

.contact-page-form .close-schedule {
    display: none
}

.contact-page-form .fc-error,
.form-general .fc-error {
    border: 0;
    margin: 0;
    padding: 1rem 0;
    display: block;
    background: none
}

.contact-page-form .fc-error p,
.form-general .fc-error p {
    margin: 0;
    color: #C24413;
    line-height: 1
}

.form-general p {
    margin: 0
}

.form-general ul {
    padding: 0;
    margin: 0;
    margin-bottom: 2rem
}

.form-general li {
    padding: 0;
    margin: 0;
    list-style: none
}

.form-general ul.show-bullets li {
    margin-bottom: 1rem;
    margin-left: 2rem;
    list-style: disc
}

.form-general input[type=text],
.form-general select,
.form-general textarea {
    width: 100%;
    max-width: 600px
}

.form-general input[type=checkbox] {
    margin: 0;
    margin-right: .5rem
}

#mfgForm ul,
#mfgForm li {
    list-style: none;
    padding: 0;
    margin: 0
}

#mfgForm ul {
    margin-bottom: 1rem
}

#mfgForm ul label {
    margin-bottom: 1rem
}

#mfgForm li input[type=checkbox] {
    display: inline-block;
    margin: 0
}

#mfgForm li li input[type=checkbox]+label {
    display: inline-block;
    margin: 0
}

.news-signup td {
    display: block;
    padding: 0
}

.news-signup td {
    display: block;
    padding: 0
}

#ucPref1_grdNewsGroups td,
#ucSubscriptionDisplay760_grdGroup td {
    display: inline-block
}

#ucPref1_grdNewsGroups td input,
#ucSubscriptionDisplay760_grdGroup td input {
    display: inline-block;
    margin: 0;
    margin-right: 1rem
}

.news-signup .alertTxt {
    font-size: 3.2rem;
    margin-bottom: 3rem;
    display: block
}

.search-results-list tr:nth-of-type(odd) td {
    background: rgba(238, 238, 238, .4)
}

.search-results-list tr:last-of-type td {
    background: none
}

.news-signup input[type=text] {
    width: 100%;
    max-width: 400px
}

.trSubTitle,
.trSubPhone {
    display: none
}

.newsgroup-parent {
    margin-bottom: 2rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px
}

@media (min-width: 400px) {
    .newsgroup-parent {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width: 800px) {
    .newsgroup-parent {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.newsgroup-parent-wrap h3 {
    margin-bottom: 1rem
}

.newsgroup-parent div {
    position: relative;
    line-height: 1;
    margin-bottom: .65rem;
    padding-left: 2rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.newsgroup-parent div input {
    margin: 0;
    margin-right: 1rem;
    position: absolute;
    left: 0;
    top: 4px
}

.help-desk-table td {
    width: 33.3%;
    padding: 1rem
}

.help-desk-table img {
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem
}

.help-desk-table h3 {
    font-family: atrament-web, sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem
}

.data-form input[type=text] {
    width: 100%;
    max-width: 400px
}

.data-form select,
.data-form textarea {
    width: 100% !important;
    max-width: 400px
}

.data-form .listPanel.has-checkboxes {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    margin-bottom: 2rem
}

@media (min-width: 400px) {
    .data-form .listPanel.has-checkboxes {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width: 800px) {
    .data-form .listPanel.has-checkboxes {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.data-form .check-header {
    line-height: 1;
    color: #272726;
    font-family: 'atrament-web', sans-serif;
    text-transform: uppercase;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 1rem
}

.data-form .listPanel.has-checkboxes .checkbox-wrap,
.checkbox-list li {
    position: relative;
    line-height: 1;
    margin-bottom: .65rem;
    padding-left: 2rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.data-form .listPanel.has-checkboxes .checkbox-wrap input,
.checkbox-list input {
    position: absolute;
    left: 0;
    top: 4px
}

.grid-layout tbody {
    display: block;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.grid-layout tr {
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
    box-sizing: border-box;
    transition: all ease .5s;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.grid-layout tr:hover {
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
    box-sizing: border-box;
    transition: all ease .5s;
    margin-bottom: 0;
    background: rgba(56, 117, 18, 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.grid-layout td {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 2rem;
    height: 100%;
    box-sizing: border-box;
}

.grid-layout p:last-of-type {
    margin-top: auto;
    padding-top: 10px;
}

.profile-welcome span:empty {
    display: none
}

.profile-welcome span:before {
    content: ", "
}

.pwd-forgot-wrap table,
.pwd-reset-wrap table {
    width: 100%;
    max-width: 400px
}

.pwd-forgot-wrap td,
.pwd-reset-wrap td {
    display: block;
    padding: 0
}

.pwd-forgot-wrap td input,
.pwd-reset-wrap td input {
    width: 100%
}

.pwd-resetmessage {
    margin-top: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 2rem
}

.pwd-resetmessage .button {
    display: block;
    width: 100px;
    margin: 1rem auto;
    font-size: initial
}

.pwd-resetmessage .msg-success {
    display: block;
    padding: 2rem;
    background: #f2f4f0;
    border: 1px solid #b5c3a8;
    color: #387512
}

.pwd-resetmessage .msg-warn {
    margin-top: 1rem;
    display: block;
    padding: 2rem;
    background: #faeeea;
    border: 1px solid #C24413;
    color: #C24413
}

#shellfishForm h3 {
    margin: 2rem 0
}

#shellfishForm.form-general p {
    margin: 1rem 0
}


/* Home CTA Sectioms */
#home-cta table,
#home-cta tbody,
#home-cta tr,
#home-cta td,
#home-cta td p {
    margin: 0;
    padding: 0;
}

#home-cta>tbody>tr>td h2 {
    display: flex;
    max-width: 24ch;
    align-content: center;
    text-align: center;
    font-size: 2.2rem;
    height: 40px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'atrament-web', sans-serif;
}

#home-cta>tbody>tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

#home-cta>tbody>tr>td {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: calc(50% - 1rem);
    background: #fff;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: auto;
    cursor: pointer;
    line-height: 1.1;
}

#home-cta>tbody>tr>td img {
    width: 100%;
    height: 200px;
    padding-bottom: 2rem;
    box-sizing: border-box;
    display: block;
    object-fit: contain;
    object-position: center;
}

#home-cta>tbody>tr>td>table {
    position: absolute;
    top: -800px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 117, 18, 0.7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    transition: all ease 0.3s;
            border-radius: 1rem;
}


#home-cta>tbody>tr>td:hover table {
    top: 0;
}

#home-cta>tbody>tr>td>table tr {}

#home-cta>tbody>tr>td>table td {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: start;
    gap: 2rem;
    padding: 2rem;
    box-sizing: border-box;
    color: #fff;
    overflow: auto;

}

#home-cta>tbody>tr>td>table td a {
    color: #fff;
    font-weight: 600
}

/*
#home-cta>tbody>tr>td:nth-of-type(1)>table {
    background: rgba(244, 169, 77, 0.8);
}

#home-cta>tbody>tr>td:nth-of-type(2)>table {
    background: rgba(107, 88, 91, 0.8);
}

#home-cta>tbody>tr>td:nth-of-type(3)>table {
    background: rgba(158, 179, 121, 0.8);
}

#home-cta>tbody>tr>td:nth-of-type(4)>table {
    background: rgba(109, 155, 173, 0.8);
}
(/)
 /* Utility Functions for Table Layouts */


 /* Notification */
#notification {
    text-align: left;
    color: #fff;
        font-size: 1.5rem;
    line-height: 1;
    padding: 0 2rem;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    position: sticky;
    top:0;
    left:0;
    z-index: 2300;
    background: #c24413;
    height: 38px;
}


body.hide-notification #notification {
    display: none;
}

#notification a {
    color: #fff;
    text-decoration: underline;
}

#notification p {
    margin: 0;
    padding: 0;
    text-align: center;
}

#notification strong {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

#notification span {
    font-weight: 700;
    cursor: pointer;
    font-size: 2rem;
    width: 20px;
    height: 20px;
    displaY: inline-block;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/* Expandable */
table.expandable-container {
    padding: 2rem;
    border-radius: 1rem;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.expandable-container .expandable-hidden {
  display: none;
}
.expandable-container.expanded .expandable-hidden {
  display: block;
}

.expandable-container span.expand-button {
  cursor: pointer;
  color: #387512;
  font-weight: bold;
}

.expandable-container.expanded span.expand-button {

}
/* End Expandable */


/* Banner */
#banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
    padding: 4rem;
    width: 100%;
    color: #fff;
    background: url(../Userfiles/template/banner-bg.png);
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);
    z-index: 600;
    transition: all ease 0.3s;
    border-radius: 1rem;
    margin: 0 auto;
    margin-bottom: 4rem;
    min-height: 100px;
    text-align: center;
    text-wrap: balance;
    z-index: 100;
}

#banner h2 {
    color: #fff;
}

#banner.hide-banner {
    margin: 0;
    opacity: 0;
    padding: 0;
    height: 0;
    min-height: 0;
    z-index: -100;
}

#banner .button {
    margin-top: 2rem;
    color: rgba(56, 117, 18, 1) !important;
    background: #fff;
}

#banner p {
    text-align: center;
    margin: 0;
}

#banner .close-button {
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    line-height: 1;
    color: #fff;
    font-weight: 200;
    cursor: pointer;
    font-size: 2rem;
    height: 3rem;
    width: 3rem;
    transition: all ease 0.3s;
    background: #fff;
    color: rgba(56, 117, 18, 1);
    border-radius: 10rem;
}

#banner .close-button:hover {
    opacity: 0.5;
}

/* Accordion FAQs */
.expandable-section {
  width: 100%;
}

td.question-row {
}

.expandable-section td.question-row, .expandable-section blockquote, .expandable-section h5 {
  
}

.expandable-section blockquote {
  margin: 0;
  padding: 2rem;
  padding-bottom: 0;
}

.expandable-section h5 {
  padding: 2rem;
  margin: auto 0;
  cursor: pointer;
  line-height: 1;
  font-size: 2.2rem;
  border-top: 1px solid #363636;
  position: relative;
}

.expandable-section {
  padding-right: 20px;
  font-weight: normal;
  display: inline-block;
  position: relative
}

.expandable-section h5:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 3rem;
  right: -3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.expandable-section h5.active:after {
  content: "\f0d7";
}
.expandable-section h5.active {
  color: #397513;
}
blockquote td {
  text-align: center;
}