body { overflow: hidden; }
html, 
body { background: #fff; color: #213333; font-family: "Poppins", sans-serif; font-size: 18px; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 4px 0; }
ul li a:hover {text-decoration: underline;}
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
button { background: #666; border: 0; color: #fff; margin: 6px 0 6px; padding: 8px 14px 6px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { font-size: 1.4em; margin: 0; }
h2 { font-size: 2.8em; font-weight: 600; margin: 26px 0; }
h3 { font-size: 2.8em; font-weight: 600; margin: 26px 0; }
h4 { color: #136C63; font-size: 1.6em; font-weight: 600; margin: 46px 0 22px; }
h5 { font-size: 1.4em; font-weight: 600; margin: 26px 0 12px; }
h6 { font-size: 1.2em; margin: 46px 0 12px; }

/* Paragraphs & Lists */
p { line-height: 1.6em; margin: 24px 0; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

p a { color: #136C63; font-weight: 700; text-decoration: underline; }
p a:hover { color: #043530; text-decoration: underline; }

html,
body,
.container,
#introduction { height: 100%; width: 100%;}

#introduction { overflow: auto; }
#introduction > section { padding: 0; }
#introduction { background: #efece7; padding: 70px 6% 72px 56%; position: relative; }
#introduction h1 { font-size: 2.8em; font-weight: 600; line-height: 1em; margin: 0; text-align: left; }
#introduction h1 span { display: block; font-size: .45em; font-weight: 500; letter-spacing: .12em; line-height: 1.4em; margin-bottom: 0; }
#introduction p strong { color: #136C63; font-size: 1.2em; }
#introduction button { background: #136C63; border-radius: 8px; }

#project-areas { align-items: flex-end; display: flex; gap: 42px; }
#project-areas a { color: #000; display: block; font-weight: 700; line-height: 1.2em; text-align: center; }
#project-areas a img { display: block; margin-bottom: 12px; }

#logo-section { height: 100%; left: 0; position: fixed; top: 0; width: 50%; }
.acknowledged #logo-section { opacity: 0; top: -100%; transition: 1s; }
#logo-section:before { background-image: url("../images/landing_bg.jpg"); background-size: cover; background-position: center; content: ""; height: 100%; opacity: 0; position: absolute; transition: opacity 1s ease-in-out .3s; width: 100%; }
#logo-section:after { background-image: url("../images/logo-line.png"); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; content: ""; height: 100%; position: absolute; width: 100%; }
#logo-section img { left: 50%; opacity: 0; position: absolute; transform: translateX(-50%); top: 70px; width: 80%; z-index: 1; }
#logo-section img:nth-of-type(1) { margin-top: -12px; margin-left: -60px; transition: margin 1.2s ease-in-out .5s, opacity 1.1s ease-in-out .5s; }
#logo-section img:nth-of-type(2) { margin-top: -32px; margin-left: 60px; transition: margin 1.2s ease-in-out .65s, opacity 1.1s ease-in-out .65s; }
#logo-section img:nth-of-type(3) { margin-top: 42px; margin-left: 80px; transition: margin 1.2s ease-in-out .6s, opacity 1.1s ease-in-out .6s; }
#logo-section div { background: #efece7; bottom: 0; height: 100%; left: 0; position: absolute; transition: height .8s; width: 100%; z-index: 2; }

#logo-section.animate:before { opacity: 1; }
#logo-section.animate img { margin: 0 !important; opacity: 1; }
#logo-section.animate div { height: 0; }

#landing-logos { display: flex; margin-top: 64px; width: 100%; }
#landing-logos img { height: 42px; margin: 0 24px 18px 0; }

@media screen and (min-width: 2030px) {
    .landing-page { padding: 104px 6% 72px 1160px; }
    #logo-section { width: 1000px; }
    #logo-section img { width: 70%; }
    #landing-logos img { height: 56px; }
}

@media screen and (max-width: 1430px) { 
    #landing-logos img { height: 36px; margin: 0 14px 14px 0; }
}

@media screen and (max-width: 1260px) { 
    #landing-logos { margin-left: -20%; width: 120%; }
    #landing-logos img { height: 32px; margin: 0 12px 14px 0; }
}

@media screen and (max-width: 992px),(max-height: 880px) {
    #logo-section:after { background-size: 100% 120%; }
    #logo-section img { width: 64%; }
}
@media screen and (max-width: 992px),(max-height: 690px) {
    #logo-section { width: 40%;}
    #logo-section:after { background-size: 100% 100%; }
    #logo-section img { left: 58%; width: 50%; }
}
@media screen and (min-width: 2030px) and (max-height: 690px) {
    #logo-section:after { background-size: 100% 180%; }
    #logo-section img { left: 50%; width: 50%; }
}
@media screen and (max-width: 992px),(max-height: 550px) {
    #logo-section { width: 40%;}
    #logo-section:after { background-size: 100% 140%; }
    #logo-section img { left: 54%; width: 40%; }
}

@media screen and (max-width: 992px) {
    #introduction { padding: 260px 6% 44px; }
    #introduction h1 { font-size: 2.2em; }
    #introduction h1 span { font-size: .55em; }
    #introduction button { font-size: .9em; }

    #logo-section { height: 144px; left: 0; position: absolute; top: 0; width: 100%; }
    #logo-section:after { background-image: none; background-color: #213333; bottom: -50px; height: 68px; transform: skewY(2deg); }
    #logo-section img { left: 5%; position: absolute; top: 80px; transform: none; width: 180px; }
    #logo-section img:nth-of-type(1) { margin-top: -8px; margin-left: -26px; }
    #logo-section img:nth-of-type(2) { margin-top: -16px; margin-left: 34px; }
    #logo-section img:nth-of-type(3) { margin-top: 22px; margin-left: 34px; }
    #landing-logos { margin-left: 0; width: 100%; }
    #landing-logos img { height: 46px; }

    #logo-section div { position: absolute; top: 80px; transition: width .6s; }
    #logo-section.animate div { height: 120%; width: 0; }
    .mobile-reverse { flex-direction: column-reverse; display:flex; }
    .zoho-comment-form .side-by-side, #map-form .side-by-side {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    #introduction h1 { font-size: 1.8em; }
    #landing-logos img { height: 34px; margin: 0 8px 4px 0; }
}
@media screen and (max-width: 508px) {
    #landing-logos img { height: 24px; margin: 0 8px 4px 0; }
}
@media screen and (max-width: 368px) {
    #landing-logos { display: block; }
    #landing-logos img { display: block; height: auto; margin: 0 auto 14px; max-width: 94px; width: 100%; }

    #project-areas { flex-wrap: wrap; }
    #project-areas > div { width: 100%; }
    #project-areas a img { margin: 0 auto 8px; width: 120px; }
}

.error-page { background: #EFEBE6 url("../images/graphics/tan-bg.png"); background-size: 30px; display: flex; flex-direction: column; min-height: 100vh; }
.error-page #error-header { align-items: center; background: #fff; box-shadow: 0 4px 6px -4px #111; display: flex; justify-content: space-between; padding: 14px 4%; }
.error-page #error-header img { height: 80px; }
.error-page #error-header nav ul { list-style: none; margin: 0; padding: 0; }
.error-page #error-header nav li { display: inline-block; margin: 0 0 0 32px; }
.error-page #error-header nav a { color: #213333; font-weight: 600; }
.error-page a:hover,
.error-page a:focus { color: #fff!important; }
.error-content { align-items: center; display: flex; flex: 1; justify-content: center; padding: 90px 8%; text-align: center; }
.error-content > div { max-width: 720px; }
.error-code { color: #136C63; font-size: clamp(5rem, 15vw, 10rem); font-weight: 700; letter-spacing: .04em; line-height: .9; margin: 0; }
.error-content h1 { color: #213333; font-size: 2.5em; font-weight: 600; margin: 28px 0 16px; }
.error-content p { margin: 0 auto 26px; max-width: 560px; }
.error-content .pom-btn { margin: 10px 8px; }
.error-footer { background: #213333; color: #fff; padding: 20px 8%; text-align: center; }
.error-footer p { margin: 0; }
.error-footer a { color: #FCDE73; }

@media screen and (max-width: 680px) {
    .error-page #error-header { padding: 12px 6%; }
    .error-page #error-header img { height: 62px; }
    .error-page #error-header nav li { margin-left: 14px; }
    .error-page #error-header nav li:not(:last-child) { display: none; }
    .error-content { padding: 60px 8%; }
    .error-content h1 { font-size: 2em; }
    .error-content .pom-btn { display: block; margin: 14px auto; max-width: 260px; }
}

.pom-btn { background: #FCDE73; border-radius: 10px; color: #213333; display: inline-block; font-weight: 600; line-height: 1.2em; margin: 28px 0; padding: 10px 40px; text-decoration: none !important; transition: background .25s, color .25s, border-radius .6s; }
.pom-btn:hover { background: #213333; border-radius: 40px; color: #fff; transition: background .25s, color .25s, border-radius 1.4s; }