html {
    scroll-behavior: smooth;
    scroll-padding-top: 13rem;



}

body {

    font-family: ABCSocialMono, monospace;
    background-color: #f3f0f1;
    background-image: url("//2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/raw_assets/public/understory/images/bg.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;





}

a {

    text-decoration: none;
    transition: all 0.5s linear;

}

a:hover {


    opacity: 0.7;

}

@font-face {
    font-family: ABCSocialMono;
    src:url("//2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/raw_assets/public/understory/fonts/ABCSocialMono-Book.woff2") format("woff2"),
    url("//2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/raw_assets/public/understory/fonts/ABCSocialMono-Book.woff") format("woff");
    font-weight: 400;
    font-display: swap
}


.header {


    height: 120px;
    background-color: transparent;
    position: relative;
    z-index: 9999;
    transition: background-color 0.5s linear;

}

@media (max-width: 1120px) {


    .header {
        height: 90px;
    }

}

.sticky {

    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px) contrast(60%);

    background-color: rgba(206, 205, 202, 0.2);

    animation: slideDown 0.35s ease-out;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header__container {

    padding-top: 25px;

}

.logo svg {

    width: 200px;
    transition: background-color 0.1s linear;

}

.sticky .logo svg {

    fill: #241F21;

}

.body-container--home {

    margin-top: -160px;


}

/*Overrides*/
.dnd_area-row-1-background-color {

    background-color: transparent !important;
}

/*Navigation desktop*/


.menu--desktop:last-item {

    display: block;

}

a.cta-header {

    background-color: #241F21;
    padding: 15px 40px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 0.817rem;




}

a.cta-header:hover {
    opacity: 0.7;


}

.header a {

    letter-spacing: 1px;

}


/*Frontpage header style*/


/*video frontpage */

.hero-front-page {
    max-width: none !important;



}

video {
    object-fit: cover;
    width: 100%;
    min-height: 800px;
    height: 105vh;
    max-width: none !important;
    top: 0;
    margin: 0;
    padding: 0;
    left: 0;
    position: relative;
    opacity: 0.50;


}
.filter {


    object-fit: cover;
    width: 100%;
    min-height: 800px;
    height: 105vh;
    max-width: none !important;
    top: 0;
    margin: 0;
    padding: 0;
    left: 0;
    position: relative;
    background-color: #241F21;


}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.Frontpage {


    a.cta-header {

        background-color: #241F21;
        padding: 15px 40px 15px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        color: #fefefe;
        text-transform: uppercase;
        font-size: 0.817rem;




    }

    .sticky a.cta-header {



        background-color: #241F21;
        padding: 15px 40px 15px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        color: #fefefe;
        text-transform: uppercase;
        font-size: 0.817rem;






    }

    .logo svg,
    .logo {

        height: 40px;
        transition: background-color 0.1s linear;
        fill: #fefefe;

    }

    .sticky .logo svg {

        fill: #241F21;

    }

    .menu__item--depth-2 .menu__link {

        color: #241F21 !important;

    }

    @media (min-width: 1120px) {
        .menu__item--depth-1 .menu__link {

            color: #FFFEFE;

        }


        .sticky .menu__link {

            color: #241F21;

        }

        .menu__child-toggle-icon {
            border-top-color: #FFFEFE !important;

        }

        .sticky .menu__child-toggle-icon {

            border-top-color: #241F21 !important;


        }

        .logo svg {

            margin-top: 5px;

        }

    }



}


footer {

    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px) contrast(60%);
    background-color: rgba(206, 205, 202, 0.2)!important;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;


}



.footer-logo {

    padding-top: 50px;
    height: 100px;

}


.explore {

    display: block;
    border 1px solid red;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: center;
}

.explore a {

    font-size: 1.7em;
    color: #fff;
    text-decoration: none;
    position: relative;
    bottom: 40px;

}

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 40px;
    margin-top: 10px;
}

.arrows path {
    stroke: rgba(255, 255, 255, 0.7);
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 3s infinite;
    -webkit-animation: arrow 3s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
    {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari 和 Chrome */
}

@media (max-width: 772px) {

    footer {

        text-align: center;
        padding: 1em;

    }

    .slogan {

        float: none;

        svg {

            width: 300px;

        }

    }

    .understory {

        float: none;

        svg {

            width: 200px;

        }

    }
}

.hero-content {

    position: absolute;
    z-index: 666;
    top: 30%;
    max-width: 1240px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;





}



.slogan {

    float: left;

    svg {

        width: 300px;

    }

}

.understory {

    float: right;

    svg {

        width: 200px;

    }

}

.hero-content {

    position: absolute;
    z-index: 666;
    top: 30%;
    max-width: 1240px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;



}

.hero-content {
    padding-left: 1em;


}





.hero-content p {

    max-width: 900px;

}

.hero-front-page {

    position: relative;
    color: #fefefe;

    h1 {

        font-size: 4.5em;
        font-weight: 300;
    }

    h3 {

        margin-bottom: 0px;

    }


}

@media (max-width: 772px) {


    .hero-front-page {

        position: relative;
        color: #fefefe;

        h1 {

            font-size: 2rem;
            font-weight: 300;
        }

        p {

            font-size: 0.9rem!important;
            line-height: 28px;
            margin-right: 20px;

        }
        h3 {

            font-size: 1.4rem;

        }

        .hero-content {

            position: absolute;
            z-index: 666;
            top: 20%;
            max-width: 1240px;
            left: 0px;
            right: 0px;
            margin-left: auto;
            margin-right: auto;



        }


        html,
        body {
            width: 100%;
            overflow: hidden;
        }


    }

}







.cta-box-front {

    border: 1px solid #E1E1E1;
    padding: 50px;
    margin-bottom: 10px;
    min-height: 550px;
    transition: all 0.3s linear;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;



}

@media (max-width: 772px) {


    .cta-box-front {

        border: 2px solid #d5d4d4;
        padding: 50px;
        margin-bottom: 10px;
        min-height: 500px;
        transition: all 0.3s linear;


    }

}

.cta-box-front:hover {

    opacity: 0.7;
    box-shadow: rgb(81, 113, 147) 0px 20px 30px -10px;
    border: 2px solid #F4F0F1;
}

footer a {

    color: #241F21;


}

/*Linker*/

.cta-arrow-dark {


    font-weight: bold;
    color: #241F21;
    font-size: larger;
    text-decoration: none;
    background-image: url("//2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/raw_assets/public/understory/images/link-arrow.svg");
    background-position: center right;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-size: 50px 40px;

}

.cta-arrow-light {


    font-weight: bold;
    color: #fefefe;
    font-size: larger;
    text-decoration: none;
    background-image: url("//2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/raw_assets/public/understory/images/link-arrow-white.svg");
    background-position: center right;
    padding-right: 35px;
    background-repeat: no-repeat;
    background-size: 20px 15px;
    text-decoration: none !important;
    transition: all 0.5s;

}

.cta-box-front .cta-arrow-dark {

    float: left;
    position: absolute;
    bottom: 60px;
    right: 40px;

}


.cta-box-front {

    position: relative;


}



.coral-button {


    background-color: #241F21;
    padding: 15px 40px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fefefe;
    font-size: larger;
    font-weight: bold;


}

.coral-button:hover {
    box-shadow: rgb(81, 113, 147) 0px 20px 30px -10px !important;


}

@media (max-width: 772px) {


    .cta-box-front .cta-arrow-dark {

        float: none;
        position: relative;
        bottom: auto;
        right: auto;

    }

}

form {

    background-color: transparent !important;

}


.lock-icon {

    display: inline-block;
    width: 35px;
    height: 40px;
    background-image: url("//2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/raw_assets/public/understory/images/lock.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px 24px;

}

.download-cta {

    background-color: #241F21;
    padding: 15px 40px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fefefe;
    font-size: larger;
    font-weight: bold;



}

.download-cta:hover {
    opacity: 0.7;
    box-shadow: rgb(81, 113, 147) 0px 20px 30px -10px !important;

}

.download-cta:after {

    content: url("//2731004.fs1.hubspotusercontent-na1.net/hubfs/2731004/raw_assets/public/understory/images/download.svg");
    padding-left: 10px;



}

.contact-cta {


    background-color: #241F21;
    padding: 15px 40px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fefefe;
    font-size: larger;
    font-weight: bold;

}

.hs-image-widget {

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vet-breadcrumbs {

    margin-left: -40px;

    ul {

        list-style: none;
        margin: 0!important;
        margin-left: 0!important;


    }
     
    li {

        list-style: none;
        display: inline;
 
    }

}
.contact-h4 {

    margin-bottom:10px;
    height: 60px;
    


}
a.anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
}