.footer5 {
    padding-top:87px;
    background-color: rgba(17,17,17, 0.96);
    color: #fff;
    text-align: center;
}
.footer5 *:focus, .footer5 a:focus, .footer5 .dropdown-toggle:focus {outline-color: #fff !important;}
.footer5 p, .footer5 a {
    color: #fff;
}
.footer5 h2, .footer5 h3, .footer5 h2 a, .footer5 h3 a,
.footer5 .h2, .footer5 .h3, .footer5 .h2 a, .footer5 .h3 a {
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0px;
}
.footer5 hr {
    max-width: 319px;
    border-color: #fff;
    opacity: .16;
    margin: 0 auto 40px;
}
.footer5 .appointment-request{margin-bottom: 40px;}
.footer5 .main-site-link{margin-bottom: 8px;}
.footer5 .copyright{font-size: 12px; line-height: 16px; margin: 0 auto 29px; max-width: 319px;}
.footer5 .brand-mark {width: 52px; margin-bottom: 40px;}
.footer5 .form-input-wrap {position: relative;width: 319px;margin-left:auto;margin-right:auto;}
.footer5 .form-input-wrap button {position: absolute;right: 0;top: 0;height: 58px;background:none;border:none;overflow: hidden;width: 45px;}
.footer5 .form-input-wrap button span {opacity: 0;}
.footer5 input[type="text"].footer-search {
    display: inline;
    width: 100%;
    height: 58px;
    padding: 14px 50px 14px 24px;
    border: none;
    background: rgba(255, 255, 255, 0.08) url(/wp-content/themes/velocity/Public/images/search_white.png) 95% center no-repeat;
    background-size: 16px;
    margin-bottom: 40px;
    border-radius: 29px;
}
.footer5 input[type="text"].footer-search:focus, .footer5 input[type="text"].footer-search:active {
    background: #fff url(/wp-content/themes/velocity/Public/images/search_dark.png) 95% center no-repeat;
    background-size: 16px;
    color: #111;
}
@media (min-width: 1000px) {
    .footer5 {
        padding-top:104px;
    }
    .footer5 h2, .footer5 h3, .footer5 h2 a, .footer5 h3 a,
    .footer5 .h2, .footer5 .h3, .footer5 .h2 a, .footer5 .h3 a, {
        margin-bottom: 52px;
    }
    .footer5 hr {
        max-width: 572px;
        margin: 0 auto 52px;
    }
    .footer5 .appointment-request{margin-bottom: 52px;}
    .footer5 .main-site-link{margin-bottom: 16px;}
    .footer5 .copyright{margin: 0 auto 52px; max-width: 572px;}
    .footer5 .brand-mark {width: 52px; margin-bottom: 52px;}
    .footer5 .form-input-wrap {width: 572px;}
    .footer5 .form-input-wrap button {height: 52px;}
    .footer5 input[type="text"].footer-search {
        display: inline;
        height: 52px;
        margin-bottom: 52px;
    }
}
@media (max-width:377px) {
    .footer5 .form-input-wrap {width: 100%;}
    .footer5 input[type="text"].footer-search {width: 100%;}
}

@media only print {
    .footer5 {padding-top: 10px;}
    .footer5 .search {display: none;}
    .footer5 .main-site-link {display: none;}
    .footer5 > .container > h2, .footer5 > .container > .h2 {display: none;}
    .footer5 > .container > h3, .footer5 > .container > .h3 {display: none;}
    .footer5 > .container > hr {display: none;}
    .footer5 > .container > .appointment-request {display: none;}
    .footer5 > .container > img {display: none;}
}
