:root {
    --primary: #0b5ba5;
    --secondary: #ddb945;
    --secondary-dark: #a38833;
    --secondary-light: #ddc67b;
    --light: #e4e1e1;
    --xlight: #f7f2f2;
    --font-sans: 'Lato', sans-serif;
    --font-serif-400: garvis-pro, serif;
    font-weight: 400;
    font-style: normal;
    --font-serif-700: garvis-pro, serif;
    font-weight: 700;
    font-style: normal;
}

/* Main */

body {
    font-size: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: var(--font-serif-700);
    color: var(--primary);
    line-height: 1.3;
}

.h1,
.h2 {
    font-weight: 700;
    font-family: var(--font-serif-700);
    color: var(--primary);
}

.h4 {
    line-height: 1.5;
}

a {
    color: var(--primary);
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #0069d9;
}

p,
div {
    font-family: var(--font-sans);
}

.alt-subhead {
    font-family: var(--font-sans);
}

.navbar-nav {
    font-family: var(--font-serif-400);
    font-style: italic;
}

.nav-link {
    color: var(--primary) !important;
    font-weight: 400;
}

#alert {
    margin-bottom: 2rem;
}

#content {
    background: #fff url(img/watermark-tree-center.png) no-repeat;
    background-position: 120% 100%;
    background-size: 70%;
    padding-bottom: 5rem;
}

#content .h4 {
    line-height: 1.5;
}

#content.my-practice {
    background-image: none;
}

#content.profile-page {
    background-position: 100% 30%;
    background-size: 40%;
    margin-bottom: 0;
    padding-bottom: 3rem;
}

.content-header {
    max-width: 1800px;
    margin: 0 auto;
}

#arc-attach {
    display: block;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

#arc-attach-yellow {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.content-menu.list-group a {
    color: var(--primary);
}

.list-group a {
    font-family: var(--font-serif-700);
    font-style: italic;
}

.list-group a:active {
    color: var(--secondary) !important;
}

.list-group a:focus {
    color: var(--secondary);
}

.main-copy {
    margin-top: -2rem;
    background: #fff url(img/watermark-tree-center.png) no-repeat;
    background-position: 50% -15%;
    background-size: 70% auto;
}

.main-copy h1 {
    text-align: center;
    margin: 1rem 0;
}

.main-copy p {
    font-size: 1.5rem;
}

.services {
    font-size: 1.5rem;
    color: white;
}

.carousel-mobile {
    line-height: 1.2;
}

.carousel-mobile a {
    font-size: 1rem;
}

#staff-photos {
    max-width: 150px;
}

.contact-map iframe {
    width: 100%;
    height: 450px;
}

iframe {
    width: 100%;
}

/* Specialty Section */

#specialty-area h2 {
    color: var(--primary);
}

#specialty-area p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
}

#google-map iframe {
    width: 100%;
    min-height: 400px;
}

/* Staff */

#staff .container {
    padding-top: 9rem;
    padding-bottom: 4rem;
}

/* Review Section */

.review-content {
    margin: 0 auto;
    margin-top: 9rem;
}

.review-copy {
    color: white;
}

#review-arc-section {
    position: relative;
    background: url(img/review-arcs.svg);
    background-color: var(--light);
    background-repeat: no-repeat;
    background-size: cover;
}

#review-section h2 {
    color: var(--primary);
    margin-bottom: 2rem;
}

.review-doc-title {
    font-family: var(--font-serif-700);
    font-size: 1.4rem;
}

.review-photo img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    border-radius: 50%;
    object-fit: cover;
    width: 250px;
    height: 250px;
}

.reviewer {
    color: var(--secondary);
    font-style: italic;
    font-family: var(--font-serif-700);
    margin-top: 1rem;
}

.review-btn {
    text-align: center;
    margin-top: -2rem;
}

/* Service Cards */

#service-cards {
    padding: 8rem 1.125rem;
    background: #fff url(img/watermark-tree-center.png) no-repeat;
    background-position: 120% 100%;
    background-size: 70%;
}

/* Location Area */

#location-feature {
    position: relative;
}

.location-info {
    font-size: 1.75rem;
    color: var(--primary);
}

.location-img {
    z-index: -1;
}

/* Footer */

#footer-wrap-home {
    background-color: transparent;
}

#footer-wrap {
    background-color: white;
}

.footer-top {
    background: url(img/blue-arc-top.png) no-repeat scroll center center;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 6vw;
    margin-left: 3rem;
    margin-right: 3rem;
    position: relative;
    background-color: transparent;
}

.footer-top h3 {
    font-family: var(--font-serif-700);
    text-align: center;
    width: 100%;
    color: #fff;
    font-style: italic;
    position: absolute;
    bottom: -1rem;
    left: 0;
}

.footer-bottom {
    border-left: 3rem solid #ddb945;
    border-right: 3rem solid #ddb945;
}

.footer-bottom h3 {
    font-family: var(--font-sans);
}

.footer-bottom .h4 {
    line-height: 1.5;
}

.main-logo-footer {
    width: 80%;
    padding: .25rem;
}

.footer-links {
    text-align: center;
    color: white;
    line-height: 2;
    font-size: 1.75rem;
}

.footer-links a {
    color: white;
    padding: 0 2rem;
}


/* Pop up */
.modal-dialog {
    max-width: 800px;
} 

/* Background */

.bg-primary {
    background-color: var(--primary) !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: var(--secondary) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: var(--light) !important;
}

/* Text */

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.history-callout {
    font-style: italic;
    font-family: var(--font-serif-700);
    font-weight: 700;
}

/* Buttons */

.btn-primary {
    color: #fff;
    background-color: #0b5ba5;
    border-color: #0b5ba5;
    font-size: 1.25rem;
    padding: .875rem;
    font-weight: 700;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0b5ba5;
    border-color: #0b5ba5;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: var(--primary);
    background-color: var(--secondary);
    border-color: var(--secondary);
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: .875rem;
}

.btn-secondary:hover {
    color: var(--primary);
    background-color: var(--secondary-light);
    border-color: var(--secondary-light);
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: var(--primary);
    background-color: var(--secondary-light);
    background-color: var(--secondary-light);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: var(--secondary);
    background-color: var(--secondary);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--secondary-dark);
    background-color: var(--secondary-dark);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    box-shadow: none;
}

/* Accordion */
#main-accord {
    background: #fff url(img/watermark-tree-center.png) no-repeat;
    background-position: 120% 100%;
    background-size: 50%;
    padding-bottom: 5rem;
}

.accordion .title {
    width: 85%;
}

.arrow-outer {
    width: 10%;
}

.accordion-btn[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.accordion > .card > .card-header {
    margin-bottom: 0;
}

#arrow {
    transition: 300ms;
}

#headingOne,
#headingTwo,
#headingThree,
#headingFour,
#headingFive,
#headingSix,
#headingSeven,
#headingEight {
    border-radius: 10rem 0 0 10rem;
    z-index: 2;
}

.accordion .collapse {
    margin-top: -2rem;
}

.accordion .collapsing {
    margin-top: -2rem;
}

/* Slick */

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: var(--secondary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social {
    width: 35px;
    height: auto;
}

/* Media Queries */

/* Small and up */

@media (max-width: 768px) {
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.35rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    .h1 {
        font-size: 1.75rem;
    }

    .h2 {
        font-size: 1.5rem;
    }

    .h3 {
        font-size: 1.35rem;
    }

    .h4 {
        font-size: 1.25rem;
    }

    .navbar {
        background-color: var(--xlight);
        margin: 1rem 0;
    }

    .main-copy p {
        font-size: 1.25rem;
    }


    .main-copy h1 {
        font-size: 2rem;
    }

    .main-copy {
        padding: 4rem 1.125rem;
    }

    .main-logo-footer {
        margin: 1rem;
    }

    .footer-top h3 {
        bottom: auto;
        font-size: 1.25rem;
        padding: 1rem;
    }

    .footer-links {
        font-size: 1.25rem;
        margin-top: 1rem;
    }

    .footer-links a {
        padding: 0;
    }

    .fb-page iframe {
        width: 100% !important;
    }

    .list-group a {
        font-size: 1.25rem;
    }

    .content-header {
        padding: 2rem 1.5rem;
    }

    .review-content .slick-arrow {
        display: none;
    }

    #location-feature {
        padding: 2rem;
    }

    .location-img img {
        display: none;
    }

    .location-copy {
        text-align: center;
    }

    #footer-wrap-home {
        margin-top: 0rem;
    }

    #specialty-area h2 {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }

    #joint-accred img {
        margin-top: -7rem;
        width: 200px;
        height: 200px;
    }

    #review-section h2 {
        font-size: 2.25rem;
    }

    .review-copy {
        font-size: 1rem;
    }

    .review-btn .btn {
        border: 2px solid white;
    }

    #service-cards {
        padding: 4rem 1.125rem;
    }
    
    .slick-prev:before,
    .slick-next:before {
        font-size: 0 !important;
    }
    
}

/* Medium and up */
@media (min-width: 769px) and (max-width: 1023px) {
    #location-feature {
        padding: 2rem;
    }
    
    .location-img img {
        display: none;
    }

    .location-copy {
        text-align: center;
    }

    .main-copy h1 {
        font-size: 2.25rem;
    }

    .review-copy {
        font-size: 1.5rem;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 0 !important;
    }
}

/* Large and up */

@media (min-width: 1024px) {
    #page-title {
        font-size: 3rem;
    }

    .navbar-nav {
        font-size: 1.5rem;
        margin: 0 auto;
    }

    .nav-link::after {
        content: "\00a0\00a0\00a0\00a0/";
    }

    .nav-link {
        margin: 0;
        padding: 1rem 2rem;
    }

    .nav-link.last::after {
        content: " ";
    }

    .content-header {
        padding: 2rem 4rem;
    }

    #location-feature {
        margin-top: -9rem;
    }

    #footer-wrap-home {
        margin-top: -7.5rem;
    }

    .main-copy {
        padding: 8rem 1.125rem;
    }

    #specialty-area h2 {
        font-size: 3.25rem;
        margin-bottom: 3rem;
    }

    #joint-accred img {
        margin-top: -11rem;
    }

    #review-section h2 {
        font-size: 3.25rem;
    }
}

/* XLarge and up */
@media (min-width: 1366px) {

    .footer-top h3 {
        font-size: 2.5rem;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 50px;
    }

    .carousel-section .slick-prev.slick-arrow {
        display: inline-block !important;
    }

    .review-content {
        width: 70%;
    }

    .main-copy h1 {
        font-size: 3.25rem;
    }
}

/* XXLarge and up */
@media (min-width: 1600px) {
    .nav-link {
        margin: 1rem;
        font-size: 1.7rem;
    }
}

/* Container adjustments */

@media (min-width: 1200px) {
    .container {
        max-width: 1366px;
    }
}