
:root {
    --primary-color: #003594;
    --secondary-color: #93c90f;
    --primary-accent: #3571bb;
    --text-color: #555555;
    --main-font: "Roboto", sans-serif;
    --heading-font: "Saira", sans-serif
}

button:disabled, button:disabled:hover, button[disabled], button[disabled]:hover {
    cursor: not-allowed
}

* {
    box-sizing: border-box;
    font-family: inherit;
    color: inherit
}

#skipToContent, body {
    background-color: #fff
}

#headerimg {
    background-image: url(show_image.jpg)
}

body {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--main-font);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#skipToContent {
    position: absolute;
    left: -1000px
}

h1, h2, h3, h4, h5, h6 {
    font-size: initial
}

a:focus {
    outline: 1px solid #3297fd
}

#cookie_buttons {
    color: #000 !important
}

strong {
    font-weight: 500
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

#mobile-menu {
    display: none;
    color: var(--primary-color);
    background-color: #fff;
    width: 100%;
    max-width: 320px
}

.mobile-menu-close {
    background-color: var(--secondary-color)
}

    .mobile-menu-close button {
        border: 0;
        background: 0 0
    }

    .mobile-menu-close i {
        color: var(--primary-color);
        font-size: 1.875rem;
        padding: 6px
    }

#mobile-menu-body li {
    background-color: #fff;
    border-bottom: 1px solid var(--secondary-color);
    font-weight: 700
}

#mobile-menu-body a, #mobile-menu-body span {
    text-decoration: none;
    padding: 12px;
    display: block;
    cursor: pointer
}

    #mobile-menu-body a:focus, #mobile-menu-body a:hover, #mobile-menu-body span:focus, #mobile-menu-body span:hover {
        background-color: var(--primary-accent);
        color: #fff
    }

#mobile-menu-body > li:nth-child(1), #mobile-menu-body > li:nth-child(2) {
    color: #fff;
    background-color: var(--primary-color);
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase
}

#mobile-menu-body > li:nth-child(2) {
    border-bottom: none
}

#mobile-menu-body > li:nth-child(1) i, #mobile-menu-body > li:nth-child(2) i {
    color: var(--secondary-color)
}

header .phone {
    color: var(--secondary-color);
    font-size: 1.25rem;
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700
}

.header, header {
    position: relative
}

.header {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255,255,255,.95)
}

.mobile-top {
    display: none
}

.header-logos {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    gap: 12px;
    align-items: center;
    padding: 16px 0 16px 8px
}

    .header-logos a {
        display: block
    }

.header-nav__info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    position: relative
}

    .header-nav__info::before {
        content: url(header-swoosh.png);
        position: absolute;
        top: 0;
        left: -180px
    }

    .header-nav__info > * {
        margin: 0 16px
    }

    .header-nav__info a, .header-nav__links a {
        text-decoration: none;
        position: relative
    }

    .header-nav__info .info-links i {
        color: var(--secondary-color);
        margin-left: 5px
    }

.header-nav__links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--primary-color);
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 10px 15px 10px 10px
}

    .header-nav__links ul {
        margin: 0;
        padding: 0
    }

    .header-nav__links .link {
        display: inline;
        margin: 0 20px;
        position: relative
    }

    .header-nav__links button:focus i, .header-nav__links button:hover i {
        color: var(--primary-color)
    }

    .header-nav__links i {
        color: var(--primary-accent);
        font-size: 1.875rem
    }

    .header-nav__info a::after, .header-nav__links .link > a::after, .mobile-top__right a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        transform: scaleX(0);
        background-color: var(--secondary-color);
        transition: transform .3s ease-in-out
    }

    .header-nav__info a:focus::after, .header-nav__info a:hover::after, .header-nav__links .link > a:focus::after, .header-nav__links .link > a:hover::after, .mobile-top__right a:focus::after, .mobile-top__right a:hover::after {
        transform: scaleX(1)
    }

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

    .sf-menu li ul {
        position: absolute;
        display: none;
        top: 122%;
        left: -105px;
        z-index: 99999;
        min-width: 18em;
        border: 1px solid var(--secondary-color)
    }

        .sf-menu li ul li {
            white-space: nowrap;
            position: relative;
            margin: 0;
            display: block;
            background-color: var(--primary-accent);
            color: #fff;
            border-bottom: 1px solid #fff;
            text-transform: capitalize;
            font-size: 1rem
        }

            .sf-menu li ul li:last-child {
                border-bottom: 1px solid var(--primary-accent)
            }

            .sf-menu li ul li a:focus, .sf-menu li ul li a:hover {
                background: var(--primary-color)
            }

            .sf-menu li ul li a {
                display: block;
                padding: 6px 12px
            }

.search-container {
    display: none;
    position: absolute;
    right: 0;
    background-color: var(--primary-accent);
    padding: 10px;
    width: 320px;
    z-index: 2
}

    .search-container form {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        border: 0;
        background-color: #fff
    }

    .search-container input {
        margin: 0;
        padding: 6px;
        border: 0;
        box-shadow: none
    }

    .search-container button {
        border-left: 1px solid var(--primary-accent);
        border: 0;
        background: 0 0
    }

    .search-container i {
        font-size: 1rem;
        color: var(--primary-accent);
        margin: 0 4px
    }

.parallax-container {
    position: fixed;
    width: 100%
}

.body-info::before, .parallax-image {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%
}

.parallax-image {
    left: 0;
    background-position: center center;
    background-size: cover
}

.parallax-inline {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    z-index: 2
}

.parallax-inline-image {
    background-attachment: fixed;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax-inline-sizer {
    height: 400px
}

.SliderArrow, .hero-hed {
    position: absolute;
    text-align: center;
    color: #fff
}

.hero-hed {
    bottom: 60px;
    width: 100%;
    font-size: 60px;
    font-weight: 900;
    filter: drop-shadow(0 0 7px #4a7729) drop-shadow(3px 3px 7px #4a7729) drop-shadow(-3px -3px 7px #4a7729);
    text-transform: uppercase
}

.home .hero-hed {
    text-transform: none !important;
    color: #4a7729 !important;
    filter: drop-shadow(0 0 7px #fff) drop-shadow(3px 3px 7px #fff) drop-shadow(-3px -3px 7px #fff) !important
}

.SliderArrow {
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 10px rgb(255 255 255/45%)
}

    .SliderArrow i {
        vertical-align: middle;
        color: var(--primary-color);
        font-size: 1.875rem;
        top: 12px
    }

    .SliderArrow i, .body-info, main {
        position: relative
    }

main {
    background: #fff
}

.body-info {
    padding: 50px 12px;
    margin-bottom: 50px;
    z-index: 0
}

    .body-info::before {
        content: url(../images/backgrounds/main-bg.jpg);
        background-size: contain;
        left: -21%;
        height: 100%;
        z-index: -1
    }

.body-info__title {
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    text-align: center;
    line-height: 1.05
}

    .body-areas h1, .body-info__title h1 {
        color: var(--primary-accent);
        font-size: 2.5rem;
        margin: 10px 0 5px
    }

    .body-info__title h2 {
        font-size: 1.75rem;
        margin: 5px 0 30px
    }

.body-info__container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    gap: 64px
}

.body-info__about {
    border-right: 1px solid var(--secondary-color);
    padding: 0 25px 12px 0
}

.body-info__about--medium {
    display: none
}

.body-info__location img {
    width: 293px
}

.body-areas {
    border-top: 1px solid var(--secondary-color);
    margin-bottom: 80px;
    padding: 12px;
    position: relative
}

    .body-areas h1 {
        font-family: var(--heading-font);
        font-style: italic;
        font-weight: 700;
        margin: 0;
        position: relative;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 0 15px;
        width: max-content;
        text-transform: uppercase
    }

        .body-areas h1 strong, .body-info__title h2 {
            color: var(--primary-color)
        }

.body-areas__card--container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    align-items: end;
    gap: 24px;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
    max-width: 960px
}

.body-areas__card a {
    text-decoration: none;
    display: block;
    transform: translateY(0)
}

    .body-areas__card a:focus, .body-areas__card a:hover {
        transform: translateY(-10px)
    }

.body-areas__title {
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    border-right: 15px solid var(--secondary-color);
    background-color: var(--primary-color);
    background: -moz-linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    background: -webkit-linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    background: linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    color: #fff;
    min-height: 75px;
    line-height: 1.12;
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative
}

    .body-areas__title h2 {
        margin: 0;
        font-size: 1.125rem;
        text-transform: uppercase
    }

    .body-areas__title i {
        position: absolute;
        right: -11px;
        color: var(--primary-color);
        font-size: 1.5rem
    }

.parallax1 {
    background-image: url(../images/parallax/parallax1.jpg)
}

.body-services {
    margin: 80px 0
}

.body-services__container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    align-items: end;
    margin: 0 auto
}

.body-services__card--container {
    text-align: center;
    border-right: 1px solid var(--secondary-color);
    padding: 0 12px
}

    .body-services__card--container:last-child {
        border-right: none
    }

.body-services__card {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 392px
}

.body-services__img {
    margin-bottom: 15px
}

.body-services__desc {
    max-width: 31ch;
    min-height: 192px;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 0 auto 24px;
    text-align: left
}

.ecommerce-content a {
    text-decoration: none
}

.addToCart, .body-services__link, .ecommerce-content input[type=button], .ecommerce-content input[type=submit], .responsive-buttons button, .responsive-buttons input[type=submit] {
    background-color: var(--primary-color);
    background: -moz-linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    background: -webkit-linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    background: linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    width: 100%;
    max-width: 350px;
    display: flex;
    border: solid 5px #fff;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    margin: 10px auto;
    position: relative;
    z-index: 1;
    text-decoration: none
}

    #submit::after, .body-services__link::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg,#3571bb 0,#1b53a8 37%,#003594 100%);
        transition: all .3s ease-in-out;
        z-index: 2;
        opacity: 0
    }

    #submit:focus::after, #submit:hover::after, .addToCart:focus::after, .addToCart:hover::after, .body-services__link:focus::after, .body-services__link:hover::after, .ecommerce-content input[type=button]:focus::after, .ecommerce-content input[type=button]:hover::after, .ecommerce-content input[type=submit]:focus::after, .ecommerce-content input[type=submit]:hover::after {
        opacity: 1;
        box-shadow: 0 0 2px 0 var(--primary-color)
    }

    #submit strong, .addToCart strong, .body-services__link strong {
        position: relative;
        z-index: 3
    }

    .addToCart i, .body-services__link i {
        color: var(--secondary-color);
        font-size: 1.875rem;
        position: relative;
        z-index: 3
    }

.right-pad-20 {
    padding-right: 20px
}

.need-to-pay {
    position: relative;
    text-decoration: none
}

    .need-to-pay:hover::after {
        content: none
    }

.cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    color: #fff;
    background: #000;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    border-radius: 8px
}

.cart-item {
    padding: 20px;
    border: solid 1px #999
}

.header-nav__info .need-to-pay a:hover::after, .mobile-top__right .cart a:hover::after {
    transform: scaleX(0)
}

.parallax2 {
    background-image: url(../images/parallax/parallax2.jpg)
}

.body-certifications {
    border-top: 1px solid var(--secondary-color);
    margin-top: 80px;
    padding: 12px 12px 80px
}

    #interior .ptitles, .body-certifications h1 {
        font-family: var(--heading-font);
        font-style: italic;
        font-weight: 700;
        font-size: 2.5rem
    }

    .body-certifications h1 {
        color: var(--primary-accent);
        margin: 0;
        position: relative;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        width: max-content;
        padding: 0 15px;
        text-transform: uppercase
    }

.body-certifications__container {
    display: grid;
    grid-template-columns: repeat(15,1fr);
    grid-template-rows: auto;
    gap: 12px;
    justify-items: center;
    align-items: center;
    margin: 0 auto;
    max-width: 960px
}

.body-certifications__img.grid1, .body-certifications__img.grid2, .body-certifications__img.grid3 {
    grid-column: span 5;
    grid-row: 1
}

.body-certifications__img.grid4, .body-certifications__img.grid5, .body-certifications__img.grid6, .body-certifications__img.grid7 {
    grid-column: span 4;
    grid-row: 2
}

.body-certifications__img.grid10, .body-certifications__img.grid11, .body-certifications__img.grid8, .body-certifications__img.grid9 {
    grid-column: span 4;
    grid-row: 3
}

#interior {
    min-height: 650px;
    padding: 40px 10px 80px 20px
}

#main-info-interior {
    padding-bottom: 50px
}

#interior .ptitles {
    margin-top: 0;
    color: var(--primary-color)
}

#results .ptitles {
    font-size: 1.5rem !important
}

.page_num {
    background: var(--primary-color) !important;
    color: #fff;
    padding: 5px !important;
    min-width: 25px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

    .page_num:focus, .page_num:hover {
        background: var(--primary-accent) !important;
        box-shadow: 0 0 2px 1px var(--primary-color)
    }

.active_page {
    color: var(--secondary-color) !important
}

.lm-page-titles {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: -62px;
    margin: 0;
    color: #fff;
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    font-size: 2.5rem;
    background-color: rgba(0,53,148,.9)
}

.titles {
    text-align: center;
    margin: 0;
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    font-size: 2.5rem;
}

#lm_container {
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid var(--secondary-color)
}

#lm_main_page, .lm_sub_page {
    display: block;
    text-decoration: none
}

#lm_main_page {
    color: var(--primary-accent);
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    font-size: 1.75rem;
    padding: 10px;
    position: relative
}

.lm_sub_page {
    padding: 15px 10px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color)
}

    #lm_main_page:focus, #lm_main_page:hover, .lm_sub_page:focus, .lm_sub_page:hover {
        background: var(--primary-accent);
        color: #fff
    }

#right_nav {
    padding: 0 10px 10px
}

#children_pages_button {
    font-size: 1rem;
    cursor: pointer;
    text-align: right
}

#map {
    width: 100%
}

#detailsTrigger, #mapTrigger {
    position: relative;
    top: -10px
}

#contactDetails {
    margin: 50px 0
}

#contactForm label, .label {
    margin-bottom: 3px;
    display: block
}

/*.g-recaptcha > div {
    margin: 0 0 0 15px !important
}*/

#contactForm .g-recaptcha > div {
    margin-left: 0 !important
}

#submit {
    width: 100%;
    max-width: 304px;
    background-color: var(--primary-color);
    background: -moz-linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    background: -webkit-linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    background: linear-gradient(90deg,#3571bb 0,#1b53a8 37%,#003594 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: var(--heading-font);
    font-style: italic;
    font-weight: 700;
    padding: 8px;
    position: relative;
    z-index: 1
}

#g-recaptcha {
    padding-left: 0 !important
}

#topButton i, footer {
    color: #fff;
    position: relative
}

footer {
    background: var(--primary-color);
    background-image: url(footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 12px;
    z-index: 2
}

#topButton {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primary-accent);
    box-shadow: 0 0 0 3px rgb(255 255 255);
    text-align: center;
    cursor: pointer
}

    #topButton i {
        vertical-align: middle;
        font-size: 1.875rem;
        top: 11px
    }

.footer-main__logos {
    display: grid;
    grid-template-columns: repeat(4,auto);
    margin: 35px 0 55px;
    gap: 12px;
    justify-content: center;
    align-items: center
}

.footer-main__info {
    font-size: 1rem;
    font-weight: 500
}

    .footer-main__info .info-bottom, .footer-main__info .info-top, .info-small {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0
    }

    .footer-main__info .bull {
        margin: 0 6px 0 9px
    }

    .footer-main__info i {
        color: var(--secondary-color);
        margin-right: 4px
    }

.footer-main__socials {
    display: flex;
    justify-content: flex-end;
    margin-top: -27px
}

    .footer-main__socials a {
        transform: translateY(0)
    }

        .footer-main__socials a:focus, .footer-main__socials a:hover {
            transform: translateY(-3px)
        }

    .footer-main__socials i {
        font-size: 1.625rem;
        color: #fff;
        margin: 0 5px
    }

.footer hr {
    margin: 20px 0
}

.footer-copycred {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .footer-copycred .copycred {
        display: flex
    }

.copycred-links {
    margin-left: 5px
}

.bjm-logo a {
    display: inline-block
}

.bjm-logo img {
    width: 230px
}

@media screen and (max-width:90em) {
    .header-logos {
        grid-template-columns: repeat(2,1fr);
        padding: 2px 8px 9px;
        gap: 6px
    }

        .header-logos .logo1 img {
            width: 115px
        }

        .header-logos .logo2 img {
            width: 126px
        }

        .header-logos .logo3 img {
            width: 124px
        }

        .header-logos .logo4 img {
            width: 109px
        }

    .parallax-sizer {
        height: 500px
    }

    .title-block {
        display: block
    }

    .sub3 .title-bull {
        display: none
    }

    .body-info__location img {
        width: 220px
    }

    .body-services__container {
        max-width: 1080px
    }
}

@media screen and (max-width:64em) {
    header {
        margin-top: 30px
    }

    .header {
        display: block;
        background-color: #fff;
        -webkit-box-shadow: 0 12px 45px 50px #fff;
        box-shadow: 0 12px 45px 50px #fff
    }

    .mobile-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        padding: 8px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999
    }

    .mobile-top__menu {
        cursor: pointer;
        text-decoration: none
    }

        .mobile-top__menu i {
            font-size: 1.875rem;
            transform: scale(1.2,1);
            margin-right: 8px
        }

        .mobile-top__menu span {
            color: #fff
        }

    .mobile-top__menu, .mobile-top__right {
        display: flex;
        align-items: center
    }

        .mobile-top__right .phone {
            margin-right: 15px
        }

            .mobile-top__right .phone a {
                text-decoration: none;
                position: relative
            }

        .mobile-top__right i {
            font-size: 1.25rem
        }

    .header-logos {
        grid-template-columns: repeat(4,1fr);
        justify-items: center;
        padding: 24px 8px 0
    }

        .header-logos .logo1 img {
            width: 129px
        }

        .header-logos .logo2 img {
            width: 141px
        }

        .header-logos .logo3 img {
            width: 139px
        }

        .header-logos .logo4 img {
            width: 121px
        }

    .header-nav {
        display: none
    }

    .search-container {
        top: 16px
    }

    .parallax {
        background-attachment: fixed;
        background-size: auto
    }

    .parallax-sizer {
        height: 400px !important
    }

    .parallax-inline-image {
        background-attachment: inherit
    }

    .body-info::before {
        content: "";
        background-image: url(../images/backgrounds/main-bg-medium.jpg);
        left: 0
    }

    .body-info__title h1 {
        margin: 10px 0 25px
    }

    .body-info__about--medium {
        display: block
    }

    .body-info__about p:first-child {
        display: none
    }

    .body-areas {
        border-top: none
    }

    .body-areas-container {
        border-top: 1px solid var(--secondary-color)
    }

    .body-areas h1, .body-certifications h1 {
        font-size: 2rem;
        top: -28px
    }

    .body-areas__title h2 {
        font-size: .875rem
    }

    .body-services__container {
        grid-template-columns: repeat(2,1fr);
        row-gap: 24px;
        max-width: 700px
    }

    .body-services__card--container.grid3 {
        grid-column: 1/span 2
    }

    .body-services__card--container:nth-child(2) {
        border-right: none
    }

    .body-certifications {
        border-top: none
    }

    .body-certifications-container {
        border-top: 1px solid var(--secondary-color)
    }

    #interior .ptitles {
        font-size: 2rem
    }

    .lm-page-titles {
        font-size: 2rem;
        top: -50px
    }

    .titles {
        font-size: 2rem;
    }

    .footer-main__socials {
        justify-content: center;
        margin-top: 20px
    }

    .footer-copycred, .footer-copycred .copycred {
        display: block;
        text-align: center
    }

    .copycred-links {
        margin-left: 0
    }

    .pipe-hide-medium {
        display: none
    }

    .footer-copycred .bjm-logo {
        margin-top: 30px
    }
}

@media screen and (max-width:40em) {
    .mobile-top__right .phone strong {
        display: none
    }

    .header {
        -webkit-box-shadow: 0 12px 42px 37px #fff;
        box-shadow: 0 12px 42px 37px #fff
    }

    .header-logos {
        grid-template-columns: repeat(3,1fr)
    }

        .header-logos .logo1 {
            grid-column: 1/span 3
        }

            .header-logos .logo1 img {
                width: 132px
            }

        .header-logos .logo2 img {
            width: 103px
        }

        .header-logos .logo3 img {
            width: 104px
        }

        .header-logos .logo4 img {
            width: 89px
        }

    .search-container {
        width: 100%;
        top: 14px
    }

    .header-nav__info a:focus::after, .header-nav__info a:hover::after, .header-nav__links .link > a:focus::after, .header-nav__links .link > a:hover::after, .mobile-top__right a:focus::after, .mobile-top__right a:hover::after {
        transform: scaleX(0)
    }

    .parallax-sizer {
        height: 350px !important
    }

    .parallax-container {
        position: absolute;
        left: 0
    }

    .parallax-image {
        top: 0
    }

    .parallax-inline-image {
        background-attachment: scroll
    }

    @media screen and (max-width:500px) {
        .hero-hed {
            top: 170px;
            font-size: 30px
        }
    }

    .body-info {
        padding-top: 30px;
        margin-bottom: 0
    }

        .body-info::before {
            background-image: url(../images/backgrounds/main-bg-small.jpg)
        }

    .body-info__title {
        text-align: left
    }

        .body-info__title h1 {
            font-size: 2rem
        }

        .body-info__title h2 {
            font-size: 1.375rem
        }

    .body-info__container {
        grid-template-columns: auto;
        grid-template-rows: 1fr auto;
        gap: 30px;
        justify-items: center
    }

    .body-info__about--medium {
        display: none
    }

    .body-info__about {
        border-right: none;
        border-bottom: 1px solid var(--secondary-color);
        padding: 0 0 25px
    }

        .body-info__about p:first-child {
            display: block
        }

    .sub1, .sub2, .sub3, .sub4 {
        display: block
    }

    .title-bull {
        display: none
    }

    .body-areas {
        margin-bottom: 60px
    }

        .body-areas h1 {
            top: 0;
            margin: 20px 0;
            padding: 0
        }

    .body-areas__card--container {
        grid-template-columns: repeat(2,1fr)
    }

    .body-services__container {
        grid-template-columns: repeat(1,1fr);
        row-gap: 36px
    }

    .body-services__card--container.grid3 {
        grid-column: unset
    }

    .body-services__card--container {
        border-right: none
    }

    .body-certifications {
        padding: 12px 12px 80px
    }

        .body-certifications h1 {
            top: -55px
        }

    .body-certifications__container {
        grid-template-columns: repeat(12,auto);
        row-gap: 24px
    }

    .body-certifications__img.grid1, .body-certifications__img.grid2 {
        grid-column: span 6;
        grid-row: 1
    }

    .body-certifications__img.grid3, .body-certifications__img.grid4 {
        grid-column: span 6;
        grid-row: 2
    }

    .body-certifications__img.grid5, .body-certifications__img.grid6 {
        grid-column: span 6;
        grid-row: 3
    }

    .body-certifications__img.grid7, .body-certifications__img.grid8 {
        grid-column: span 6;
        grid-row: 4
    }

    .body-certifications__img.grid10, .body-certifications__img.grid9 {
        grid-column: span 6;
        grid-row: 5
    }

    .body-certifications__img.grid11 {
        grid-column: span 15;
        grid-row: 6
    }

    #interior {
        padding: 40px 5px 20px
    }

    #main-body {
        padding-bottom: 30px
    }

    .lm-page-titles {
        top: 0;
        color: var(--primary-color);
        font-size: 1.5rem;
        background-color: transparent
    }

    .titles {
        font-size: 1.5rem;
    }

    .formWrapper, .formWrapper .column-padding, .formWrapper fieldset {
        padding-left: 0;
        padding-right: 0;
        border: 0
    }

    .footer-main__logos {
        grid-template-columns: repeat(1,auto)
    }

    .footer-main__info .info-bottom, .footer-main__info .info-top {
        display: block;
        text-align: center
    }

    .address .bull, .office-hours .bull {
        display: none
    }

    .footer-main__info .bull {
        margin: 0 4px
    }
}

.light {
    font-weight: 300 !important
}

.regular {
    font-weight: 400 !important
}

.medium {
    font-weight: 500 !important
}

.semiBold {
    font-weight: 600 !important
}

.bold {
    font-weight: 500 !important
}

.extraBold {
    font-weight: 800 !important
}

.black {
    font-weight: 900 !important
}

.italic {
    font-style: italic !important
}

.uppercase {
    text-transform: uppercase !important
}

.underline, .underlineHover:hover {
    text-decoration: underline !important
}

.noUnderline, .underlineHover {
    text-decoration: none !important
}

.size16 {
    font-size: 16px !important
}

.size17 {
    font-size: 17px !important
}

.size18 {
    font-size: 18px !important
}

.size20 {
    font-size: 20px !important
}

.size22 {
    font-size: 22px !important
}

.size24 {
    font-size: 24px !important
}

.size26 {
    font-size: 26px !important
}

.size28 {
    font-size: 28px !important
}

.size30 {
    font-size: 30px !important
}

.size32 {
    font-size: 32px !important
}

.size36 {
    font-size: 36px !important
}

.size42 {
    font-size: 42px !important
}

.size48 {
    font-size: 48px !important
}

.textLeft {
    text-align: left !important
}

.textCenter {
    text-align: center !important
}

.textRight {
    text-align: right !important
}

.top {
    vertical-align: top !important
}

.middle {
    vertical-align: middle !important
}

.bottom {
    vertical-align: bottom !important
}

.hide {
    display: none !important
}

.block {
    display: block !important
}

.inline {
    display: inline !important
}

.inlineBlock, .inlineList li {
    display: inline-block !important
}

.floatLeft {
    float: left !important
}

.floatRight {
    float: right !important
}

.floatNone {
    float: none !important
}

.clearLeft {
    clear: left !important
}

.clearRight {
    clear: right !important
}

.clearBoth {
    clear: both !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.fixed {
    position: fixed !important
}

.static {
    position: static !important
}

.center {
    margin-left: auto !important;
    margin-right: auto !important
}

.absoluteCenter {
    left: 50% !important;
    transform: translateX(-50%) !important
}

.pointer {
    cursor: pointer !important
}

.grab {
    cursor: grab !important
}

.move {
    cursor: move !important
}

.margin0 {
    margin: 0 !important
}

.marginTop0 {
    margin-top: 0 !important
}

.marginBottom0 {
    margin-bottom: 0 !important
}

.marginLeft0 {
    margin-left: 0 !important
}

.marginRight0 {
    margin-right: 0 !important
}

.margin5 {
    margin: 5px !important
}

.marginTop5 {
    margin-top: 5px !important
}

.marginBottom5 {
    margin-bottom: 5px !important
}

.marginLeft5 {
    margin-left: 5px !important
}

.marginRight5 {
    margin-right: 5px !important
}

.margin8 {
    margin: 8px !important
}

.marginTop8 {
    margin-top: 8px !important
}

.marginBottom8 {
    margin-bottom: 8px !important
}

.marginLeft8 {
    margin-left: 8px !important
}

.marginRight8 {
    margin-right: 8px !important
}

.margin10 {
    margin: 10px !important
}

.marginTop10 {
    margin-top: 10px !important
}

.marginBottom10 {
    margin-bottom: 10px !important
}

.marginLeft10 {
    margin-left: 10px !important
}

.marginRight10 {
    margin-right: 10px !important
}

.margin15 {
    margin: 15px !important
}

.marginTop15 {
    margin-top: 15px !important
}

.marginBottom15 {
    margin-bottom: 15px !important
}

.marginLeft15 {
    margin-left: 15px !important
}

.marginRight15 {
    margin-right: 15px !important
}

.margin18 {
    margin: 18px !important
}

.marginTop18 {
    margin-top: 18px !important
}

.marginBottom18 {
    margin-bottom: 18px !important
}

.marginLeft18 {
    margin-left: 18px !important
}

.marginRight18 {
    margin-right: 18px !important
}

.margin20 {
    margin: 20px !important
}

.marginTop20 {
    margin-top: 20px !important
}

.marginBottom20 {
    margin-bottom: 20px !important
}

.marginLeft20 {
    margin-left: 20px !important
}

.marginRight20 {
    margin-right: 20px !important
}

.margin25 {
    margin: 25px !important
}

.marginTop25 {
    margin-top: 25px !important
}

.marginBottom25 {
    margin-bottom: 25px !important
}

.marginLeft25 {
    margin-left: 25px !important
}

.marginRight25 {
    margin-right: 25px !important
}

.pad0 {
    padding: 0 !important
}

.padTop0 {
    padding-top: 0 !important
}

.padBottom0 {
    padding-bottom: 0 !important
}

.padLeft0 {
    padding-left: 0 !important
}

.padRight0 {
    padding-right: 0 !important
}

.pad5 {
    padding: 5px !important
}

.padTop5 {
    padding-top: 5px !important
}

.padBottom5 {
    padding-bottom: 5px !important
}

.padLeft5 {
    padding-left: 5px !important
}

.padRight5 {
    padding-right: 5px !important
}

.pad8 {
    padding: 8px !important
}

.padTop8 {
    padding-top: 8px !important
}

.padBottom8 {
    padding-bottom: 8px !important
}

.padLeft8 {
    padding-left: 8px !important
}

.padRight8 {
    padding-right: 8px !important
}

.pad10 {
    padding: 10px !important
}

.padTop10 {
    padding-top: 10px !important
}

.padBottom10 {
    padding-bottom: 10px !important
}

.padLeft10 {
    padding-left: 10px !important
}

.padRight10 {
    padding-right: 10px !important
}

.pad15 {
    padding: 15px !important
}

.padTop15 {
    padding-top: 15px !important
}

.padBottom15 {
    padding-bottom: 15px !important
}

.padLeft15 {
    padding-left: 15px !important
}

.padRight15 {
    padding-right: 15px !important
}

.pad18 {
    padding: 18px !important
}

.padTop18 {
    padding-top: 18px !important
}

.padBottom18 {
    padding-bottom: 18px !important
}

.padLeft18 {
    padding-left: 18px !important
}

.padRight18 {
    padding-right: 18px !important
}

.pad20 {
    padding: 20px !important
}

.padTop20 {
    padding-top: 20px !important
}

.padBottom20 {
    padding-bottom: 20px !important
}

.padLeft20 {
    padding-left: 20px !important
}

.padRight20 {
    padding-right: 20px !important
}

.pad25 {
    padding: 25px !important
}

.padTop25 {
    padding-top: 25px !important
}

.padBottom25 {
    padding-bottom: 25px !important
}

.padLeft25 {
    padding-left: 25px !important
}

.padRight25 {
    padding-right: 25px !important
}

.inlineList {
    list-style-type: none !important;
    margin: 0;
    padding: 0
}

    .inlineList li {
        margin: 0;
        padding: 0
    }

.ease {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.zoom:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.site-width, .siteWidth {
    width: 100%;
    max-width: 1400px
}

#youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 50px
}

    #youtube embed, #youtube iframe, #youtube object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.cboxElement img {
    padding: 0 5px;
    margin: 5px 0
}

#at4-share, #at4m-mobile-container, #cboxCurrent, #cboxNext, #cboxPrevious, #cboxTitle {
    display: none !important
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

@media only screen and (max-width:40em),(max-device-width:48em) {
    table, tbody, td, th, thead, tr {
        display: block;
        width: 100% !important;
        height: auto !important
    }

    td {
        border: 0;
        position: relative;
        padding: 2% 0 2% 1% !important;
        text-align: center !important
    }

    table {
        padding-bottom: 1em
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }

    td:after {
        content: " ";
        clear: both
    }
}

@media print {
    #children_pages_button, #lm_container, .SliderArrow, .body-areas, .body-certifications, .body-info::before, .body-info__location img, .body-services, .parallax-container, .parallax-sizer, footer, header {
        display: none !important
    }

    .body-info__about {
        border: 0
    }

    .lm-page-titles {
        top: 0
    }
}
