/* NAVIGATION START */

ul.nav-subnav.clearfix {
    margin-top: 0;
}

/* NAVIGATION END */

/* BILLBOARD START */
.scroller-wrapper .scroller {
    margin-left: -50px;
    background-position: center;
}

.billboard-heading {
    padding-bottom: 85px !important;
}

.multiple-btns {
    display: flex;
    justify-content: center;
}

.billboard-heading h1:before {
    display: none !important;
}

/* p.billboard-heading-wrapper {
    margin-left: 60px;
    margin-right: 60px;
} */

ol.billboard-heading-wrapper {
    margin: 0 auto;
    margin-bottom: 45px;
    list-style: order;
    list-style-position: inside;
    text-align: left;
    width: fit-content;
}
@media only screen and (max-width: 480px) {
    .billboard-heading-wrapper {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .billboard-heading-wrapper {
        margin-top: 0 !important;
    }
}

/* BILLBOARD END */

/* HOME PAGE START */

.intro-section, .team-section, .niche-section, .quote-section, .footer-billboard-content {
    display: none;
}

.blog-cta {
    margin-top: 12px;
}

.blog-cta button {
    text-transform: uppercase;
}

*/ HOME PAGE END */

/* BIO AND BLOG SPACING START */

.footer-social .social-container {
    text-align: center;
    padding: 20px 0;
}

.ftr-cta-wrapper {
    margin: 0px;
}

ol.list-spacing, li.list-spacing {
    margin-bottom: 35px;
}

p.list-spacing {
    margin-top: 30px;
}

ol {
    list-style: auto;
    padding-left: 40px;
    margin: 20px 0;
}

ul {
    list-style: disc;
    padding-left: 40px;
    margin: 20px 0;
}

.blog-detail-copy-wrapper p, .blog-detail-copy-wrapper span, .blog-detail-copy-wrapper ul li, .blog-detail-copy-wrapper ol li {
    list-style: unset !important;
}

/* BIO AND BLOG SPACING END */

.footer-sub-btn a{
    display: inline-flex;
    padding: 0px 40px;
    border: 1px solid #ffffff !important;
    margin: 10px 0 40px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.footer-sub-btn a:hover{
    border: 1px solid #c5daea !important;
    color: #c5daea !important;
}

.footer-social .social-container {
    text-align: center;
    padding: 20px 0;
}

.ftr-cta-wrapper {
    margin: 0px;
}

/* CONTACT PAGE START */

.contact-links {
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.contact-address {
    margin-top: -30px;
}

.icon-container .social-link {
    margin: 0 1em 0 0;
}

.contact-map {
    margin: 40px auto 20px;
}

/* CONTACT PAGE END */
