﻿body {
    min-width: 320px;
    background: #fff;
    font-family: 'Calluna Sans', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

p {
    font-size: 20px;
}



.wrapper {
    min-height: 100vh;
}

input[type=text],
select,
textarea {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

input[type=text] {
    font-size: 20px;
}

.header {
    display: block;
}

.header .header__entry {
    background-size: cover;
    background-position: center center;
}

.header .header__entry-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 29px 0 32px 0;
    background-size: cover;
    background-position: center center;
}

.header .header__inner {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 306px;
    flex: 0 0 306px;
    max-width: 306px;
    height: 100px;
    margin-top: 30px;
    padding: 14px 0 20px 2px;
    text-align: center;
}

.header-logo {
    display: inline-block;
}

    .header-logo .header-logo__image {
        display: inline-block;
        width: 304px !important;
        height: 114px;
        background-size: cover;
        font-size: 0;
        line-height: 0;
    }
/* Mobile */
@media (max-width: 767px) {
    .header-logo .header-logo__image {
        display: block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 200px;
        height: 86px;
    }
}
.socials{
    font-size: 1em;
    font-weight: bold;
}
.shell {
    max-width: 1360px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}


.accordion-button {
    color: #00B288 !important;
    font-size: 24px;
}

@media (max-width: 767px) {
    .footer {
        margin-top: 20px;
        padding: 20px 0;
    }
}

@media print {
    .row {
        flex: none;
    }

    #hideHeader,
    #hideButtons,
    #hideFinanceLink,
    #hideHospitalLink,
    #hideLinks,
    #pills-tab,
    #hideChargeInfo,
    #accordion,
    .footer {
        display: none;
    }

    .financeInfo {
        page-break-before: always;
    }

    .PageBreak {
        page-break-before: always;
    }
}
.img-circle75 {
    border-radius: 75px;
    padding: 20px;
}

@media only screen and (min-width: 1000px) {
    #mobileSearch,
    #headerinnermobile,
    #hideHomeLogo,
    #hidelogosm {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    #desktopSearch,
    #hidebanner {
        display: none;
    }
}

@media only screen {
    #hideFinancials,
    #PrintLogo,
    #hideDetailedCharges,
    #hideIETG,
    #accordionMobile {
        display: none;
    }
}
nav {
    display: block;
}

footer,
header,
section {
    display: block;
}

.service-categories img {
    max-width: 100%;
}

.NV-primary {
    color: #1d4261 !important;
}

.NV-secondary {
    color: black;
}

.bg-NV-primary {
    background-color: #1d4261;
}

.NV-text-secondary {
    font-size: 16px;
}

.NV-heading {
    color: #1d4261 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.nav-link {
    font-size: 22px;
    font-weight: 600;
    color: #fff !important;
    margin-right: 20px;
    border: solid;
    border-width: 1px;
    border-color: #fff;
}

    .nav-link:hover {
        background-color: #52bc7d;
    }

a.NV-link-button {
    background-color: #ced6bd;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #136691;
    color: #136691;
    margin: 20px;
}

a.NV-address-block {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 306px;
    flex: 0 0 306px;
    max-width: 400px;
    height: 200px;
    margin-top: 30px;
    margin-left: 50px;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    color: #1d4261;
    border: solid;
    border-radius: 6px;
}

.NV-btn-section {
    background-color: #638fc2;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
}

.NV-btn {
    background-color: #52bc7d;
    border-radius: 10px;
    color: #1d4261;
    font-size: 22px;
    border: solid;
    border-width: 1px;
    border-color: #3d9760;
}
    .NV-btn:hover {
        color: white;
        background-color: #1d4261;
        text-decoration: none;
    }

a.NV-action-btn {
    background-color: #002e5d;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

a.NV-action-btn:hover {

    text-decoration: underline;
}

a.NV-btn {
    text-decoration: none;
}

.NVTitle {
    font-size: 2.5em; /* 40px/16=2.5em */
    color: #002E5D !important;
    font-weight: bold;
}


.NVTextBlock {
    font-size: 2.0em; /* 40px/16=2.5em */
    background-color: #002E5D !important;
    font-weight: bold;
    color: white !important;
    padding: 10px 15px 10px 15px;
}

.NVTextBold {
    font-size: 1.5em; /* 40px/16=2.5em */
    font-weight: bold;
    color: #002E5D !important;
}

.NVTextColorBlock {
    margin: auto;
    text-align: center;
    font-size: 1.5em; /* 40px/16=2.5em */
    font-weight: bold;
    background-color: #002E5D !important;
    color: white !important;
}

.NVTextColorBlock a {
    color: white !important
}

/* Navigation container */
.nav-container {
    width: 250px;
    height: 700px;
}

/* Main navigation items */
.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #1d4261;
}

    .nav-menu li {
        position: relative;
    }

    .nav-menu > li > a {
        display: block;
        color: white;
        padding: 12px;
        text-decoration: none;
        background-color: #144439;
    }

        .nav-menu > li > a:hover {
            background-color: #144439;
        }

    /* Dropdown menu */
    .nav-menu li ul {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 100%;
        top: 0;
        background-color: #144439;
        min-width: 250px;
    }

    .nav-menu li:hover ul {
        display: block;
    }

    .nav-menu li ul li a {
        padding: 10px;
        color: white;
        text-decoration: none;
        display: block;
    }

    .nav-menu li ul li a:hover {
        background-color: #666;
    }


