﻿html {
    font-size: 16px;
}

.client .fade {
    opacity: 1 !important;
}

.modal-backdrop.fade.show {
    opacity: .5 !important;
}

.panel-arrow, .icon-map, .icon-video, .mainContent a .view-switch.active, a.paginationLink > .circle-link, .moreLocations a, .view-controls a.active {
    color: #008EAA !important;
}
#rightContent .profileLink:hover {
    color: #000306 !important;
}

.view-controls a:hover {
    color: #777;
}

.nav-link {
    display: block;
    padding: .5rem 1rem !important
}

.navbar {
    border: none !important;
    min-height: 0 !important;
}

.locations h2 a {
    color: #00829b;
}

.locations h3 {
    margin-bottom: 0;
    color: #977000;
    font-size: 1.2em;
}

.client .modal-backdrop.in {
    opacity: .5 !important;
}

.headlineHolder h1 {
    margin: 0.67em 0;
    font-weight: 700;
    margin-bottom: 10px
}

.top-search > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}


#main .form-control::placeholder {
    color: #ccc;
    opacity: 10
}

#main a.moreBoxHeaderMore, #main a.lessBoxHeaderMore {
    color: #23527c;
}

.refineableSearch a.searchlink {
    font-weight: 500;
    color: #666666;
    text-decoration: none
}

#Distance {
    background-color: #fff;
    padding: 3px 10px 3px 3px;
    color: #008EAA !important;
    border: 1px solid #00225e;
    line-height: 15px;
    font-size: 15px;
}

#main .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    #main .form-control:focus {
        border: 2px solid #002855;
        background-color: #fff !important;
        outline: none;
    }

#main .btn {
    font-size: 14px;
    line-height: 1.42857143;
}

#org-level-med-center {
    position: absolute;
    right: 0;
    margin-top: 9px;
}



@media (min-width: 768px) {
    header .wordmark {
        z-index: 0;
        position: relative;
        text-align: initial;
        margin-top: auto;
        width: auto;
        min-width: unset;
        float: none;
    }
}

footer {
    background-color: rgb(230, 236, 247);
    padding: 0px;
    font-size: 1em;
}
.client footer li a {
    font-weight: 400 !important;
}
.client footer li a:hover {
    color: #fff;
}
.client footer h3, .client footer .h3 {
    font-size: 16px;
    font-weight: 600 !important
}
.paginationBarResults {
    margin-bottom: 64px;
}

@media (max-width: 767px) {
    header {
        margin-top: 0;
        padding: 0;
    }

    .wordmark img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: unset;
        min-width: 72px;
    }
}


@media screen and (max-width: 500px) {
    .paginationBarResults {
        box-shadow: none;
    }
}