﻿.footer-logo {
    max-width: 30%;
    margin-bottom: 20px;
}
.main-navigation ul li ul.submenu{
    background:#ffffff;
    border-radius:0;
}
.main-navigation ul li ul.submenu li{
    padding:0;
    border-bottom:none;
    margin-right:0;
}
.main-navigation ul li ul.submenu li a{
    color: #000000;
    font-weight:600;
}
.home-hero h1 em {
    font-style: normal;
}
.home-hero-cta-buttons{
    height:auto;
}
.home-hero-cta-buttons ul{
    margin-bottom:0;
}
.services-conditions-we-treat ul li a {
    color: #fff;
}
input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="file"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
.home-hero h1{
    margin-bottom:20px;
}
.home-hero h5 {
    margin-bottom: 40px;
    color: #fff;
}
.home-address-inner a svg {
    stroke: #000;
    margin-top:10px;
}

.team-member-details img {
    filter: none;
}
.locations ul li {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #555;
}
.locations ul li a,.locations p a{
    color:#555;
}
.contact-address-inner {
    background-color: #fff;
    color: #000;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    min-height: 200px;
}
.contact-address-inner h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-address-inner p {
    font-size: 1.4rem !important;
}
.contact-address-inner a{
    color: #000;
    text-decoration: none;
}
.contact-opening-inner {
    padding: 30px;
    color: #000;
}
.contact-opening-inner p {
    font-size: 1.4rem !important;
}
.anchor-link {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
    scroll-behavior: smooth;
}
/*.home-hero-cta-buttons {
    display: none;
}*/

.field-validation-valid, .field-validation-error {
    color: red;
}

.control-container {
    margin-bottom: 1.5rem;
}

.control-input {
    margin-bottom: 0;
}

.error-message {
    color: red;
}

.location-label {
    font-size: 1.5rem !important;
}
.back-to-teams{
    margin-bottom:50px;
}
.back-to-teams a{
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color:#222;
}
.breadcrumb {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.6rem;
}
.breadcrumb ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb ol li{
    align-items: center;
    display: flex;
    margin-bottom: 0;
}
.breadcrumb ol li a{
    text-decoration: none;
    font-weight: 300;
    color: #000;
}
.breadcrumb ol li .separator{
    margin: 0 .5em;
}
.breadcrumb ol li .breadcrumb-item{
    font-weight: 600;
}
.contact-locations {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contact-locations .location{
    display: flex;
    gap: 15px;
}
.contact-locations .location input{
    width: 30px;
    height: 30px;
}
.treatment-about img {
    height: 100px;
    width: auto;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1.5rem !important;
}
.mbr-1 {
    margin-bottom: 1rem !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-0{
    margin-left:0;
}

.pb-0 {
    padding-bottom: 0;
}
.pt-50{
    padding-top:50px;
}

@media (max-width: 768px) {
    .main-navigation ul li ul.submenu {
        background: #111;
    }
    .main-navigation ul li ul.submenu li a{
        color: #fff;
    }
    .home-hero-cta-buttons ul {
        justify-content: space-evenly;
    }
    .back-to-teams {
        margin-bottom: 20px;
    }
    .heading {
        font-size:3.6rem !important;
    }
    .link{
        font-size:2.5rem !important;
    }
    .breadcrumb {
        margin-bottom:20px;
    }
    .services-page-hero{
        margin-bottom:0;
    }
    .contact-locations {
        flex-direction: column;
        gap: 10px;
    }
    .hero-info {
        margin-top: 20px;
    }
}
.thank-you{
    text-align:center;
    margin-bottom:100px;
}
.microcopy {
    margin-top: 20px;
    font-size: 14px !important;
    color: #888;
}