﻿.cmplz-document .page-banner-content {
    position: relative;
}

#masthead {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99999;
    right: 0;
    background-color: #ffffff;
    max-width: 100%;
}

.site-branding {
    z-index: 9;
}

.menu-toggle {
    top: -55px;
}

.menu-overlay {
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 50;
    background: #FFF;
}

    .menu-overlay.open,
    #site-navigation.toggled .menu-overlay {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .menu-overlay ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }


@media(max-height:575px) {
    .menu-overlay .main-links {
        overflow: auto;
        max-height: 350px;
    }
}

.menu-overlay ul a {
    padding: 15px 20px;
    display: block;
    color: #54565A;
    font-size: 20px;
    font-family: "FFDINWebProBold", sans-serif;
    text-transform: none !important;
}

.menu-overlay ul.contact a {
    background: #33647E;
    color: #FFF;
    font-family: "FFDINWebProRegular", sans-serif;
}

.menu-overlay .secondary-links {
    margin-top: 15px;
    position: relative;
}

    .menu-overlay .secondary-links:before {
        content: '';
        height: 1px;
        background: #dee2e6;
        width: 90%;
        margin: auto;
        top: 0;
        position: absolute;
        left: 0;
        right: 0;
    }

    .menu-overlay .secondary-links .subtitle {
        padding: 0 20px;
    }

    .menu-overlay .secondary-links .subtitle {
        padding-top: 25px;
    }

    .menu-overlay .secondary-links a {
        font-size: 16px;
        padding: 5px 20px;
    }

    .menu-overlay .secondary-links ul li:not(.subtitle) {
        display: inline-block;
    }


.menu-overlay .sub-links {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 50;
    background: #FFF !important;
    overflow: auto;
}

    .menu-overlay .sub-links.active {
        visibility: visible;
        opacity: 1;
    }

    .menu-overlay .sub-links .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

.menu-overlay .back {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 99999999;
    width: 20px;
    height: 30px;
    visibility: hidden;
    opacity: 0;
}

.admin-bar .menu-overlay .back {
    top: 81px;
}

.menu-overlay .back.active {
    visibility: visible;
    opacity: 1;
}

.menu-overlay .sub-links .back img {
    display: block;
}

.menu-overlay .sub-links .view-all {
    display: block;
    font-size: 14px;
    font-family: "FFDINWebProRegular",sans-serif;
}

.menu-overlay .sub-links .item {
    color: #33647E;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 30px;
}



.icon-holder .icon {
    z-index: 9999;
    cursor: pointer;
    position: relative;
    height: 25px;
    width: 35px
}

    .icon-holder .icon .text {
        display: block;
        line-height: 1.7
    }

    .icon-holder .icon .bar {
        display: inline-block;
        width: 100%;
        height: 4px;
        background: #33647E;
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        transition: 0.45s all ease
    }

        .icon-holder .icon .bar.middle {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .icon-holder .icon .bar.last {
            top: auto;
            bottom: 0
        }


@media (max-width:768px) {
    .menu-main-nav-container {
        display: none !important;
    }
}
/*--------------------------------------------------------------
        # Footer Section
        --------------------------------------------------------------*/

footer {
    padding-bottom: 20px;
}

    footer .col.info {
        min-width: 33%;
    }

        footer .col.info .logo {
            max-width: 175px;
            margin-bottom: 15px;
        }

    footer .headline {
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    footer .address {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    footer .menu-footer-main-nav-container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        footer .menu-footer-main-nav-container ul li {
            display: block;
            margin-bottom: 10px;
        }

            footer .menu-footer-main-nav-container ul li a {
                font-weight: 400;
            }

                footer .menu-footer-main-nav-container ul li a:hover,
                footer .menu-footer-main-nav-container ul li a:focus {
                    text-decoration: none;
                    color: #638C1C;
                }

    footer .row:last-child {
        text-align: right;
    }

    footer .menu-footer-utility-nav-container ul {
        margin-bottom: 10px;
    }

    footer .menu-footer-utility-nav-container .list-inline-item:not(:last-child) {
        margin-right: 4px;
    }

    footer .menu-footer-utility-nav-container a {
        font-size: 10px;
        text-decoration: none;
    }

    footer .menu-footer-utility-nav-container .list-inline-item:not(:last-child) a {
        border-right: 1px solid #54565A;
        padding-right: 8px;
    }

    footer .social svg {
        max-width: 15px;
        fill: #54565A;
    }

    footer .social li {
        margin-bottom: 1.5em;
    }

    footer .copyright {
        font-size: 10px;
        color: #979693;
        margin-bottom: 0;
    }

@media screen and (max-width:768px) {
    .col {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    footer .headline {
        margin-bottom: 10px;
    }

    footer .menu-footer-utility-nav-container ul {
        text-align: right !important;
    }

    footer .col.pt-6 {
        padding-top: 30px;
    }
}




#pi_tracking_opt_in_div {
    display: none !important;
}

p.entry-title {
    margin-bottom: 0.5rem;
    font-family: "FFDINWebProBold", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #33647E;
    font-size: 2.5rem;
    font-weight: 500;
    margin-left: 15px;
}

p.h1-style {
    margin-bottom: 0.5rem;
    font-family: "FFDINWebProBold", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #33647E;
    font-size: 2.5rem;
    font-weight: 500;
}

@media screen and (min-width: 850px) {
    .page-banner-content p.entry-title {
        font-size: 3em;
        margin-left: 4px;
    }
}

@media (min-width: 768px) {
    .page-banner-content p.entry-title {
        font-size: 2.5em;
    }
}



table.locust-bean-gum td {
    border: 1px solid #CCC;
    text-align: center;
    height: 50px;
}

table.locust-bean-gum thead td:nth-child(even) {
    background: #638c3d;
}

table.locust-bean-gum thead td:nth-child(odd):not(:first-child) {
    background: #93aa72;
}

table.locust-bean-gum thead td a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

table.locust-bean-gum tbody td:first-child {
    background: #f1f3f2;
}

table.locust-bean-gum tbody td:not(:first-child) {
    font-size: 8px;
    color: #638c3d;
}

table.locust-bean-gum thead td:not(:first-child) {
    width: 15%;
    line-height: 1;
    padding: 8px;
}

table.locust-bean-gum tbody td:first-child {
    text-align: left;
    padding: 8px;
    font-size: 14px;
}

@media (max-width: 768px) {
    div.locust-bean-gum {
        overflow: scroll;
    }

    table.locust-bean-gum {
        width: 550px;
        display: block;
    }

        table.locust-bean-gum tbody td:first-child {
            text-align: left;
            padding: 4px;
            font-size: 12px;
        }
}

@media (min-width: 768px) {
    .image-header img,
    .entry-header img {
        max-width: 800px;
    }
}
