html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Open Sans', sans-serif;
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 1000px;
}

.card-deck .card {
    min-width: 220px;
}

.single {
    /* height: calc(100vh); */
    min-height: 768px;
    display: block;
}

.single-landing {
    height: calc(100vh) !important;
}

.single-landing-college {
    height: calc(100vh - 60px) !important;
}

.bg-doctors {
    position: relative;
    background-image : url('/assets/img/doctors.jpeg');
    background-size: cover;
    /*opacity: 0.3;*/
}

.bg-doctors::after {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1e21;
    opacity: .8;
}

.bg-doctors > * {
    z-index: 100;
}

.bg-doctors .blockquote {
    color: #FFFFFF;
    /*text-shadow: #1b1e21;*/
}

.bg-doctors .blockquote-footer {
    color: #b3d7ff;
}

.bg-custom-green {
    background-color: #2374be;
    color: white;
}

.filter-bw {
    /*filter: grayscale(100%);*/
}

.filter-brs {
    /*filter: brightness(40%);*/
}

.groups-nav .nav-item .nav-link {
    color: #f8f9fa;
}

.logo-bar {
    /*max-width: 150px;*/
    max-width: 116px;
    /*max-height: 40px;*/
}

.logo-pa {
    max-width: 230px;
    /*max-width: 240px;*/
    max-height: 40px;
}

.logo-nets {
    max-width: 180px;
    max-height: 54px;
}

.logo-pmd {
    /*width: 180px;*/
    height: 50px;
    max-width: 260px;
    max-height: 60px;
}

.logo-im {
    max-width: 210px;
    /*max-width: 230px;*/
    max-height: 60px;
}

.logo-hbk {
    max-width: 60px;
}

.logo-ctd {
    max-width: 190px;
}

.warningActive {
    margin-top: 3rem;
}

@media (min-width: 0) and (max-width: 600px) {
    .logo-bar {
        /*max-width: 104px;*/
        /*max-width: 64px;*/
        max-width: 70px;
        /*max-height: 40px;*/
    }

    .logo-pa {
        max-height: 60px;
        /*max-width: 114px;*/
        max-width: 116px;
    }

    .logo-nets {
        /*max-height: 32px;*/
        max-height: 35px;
        /*max-height: 45px;*/
        max-width: 60px;
    }

    .logo-im {
        /*max-height: 40px;*/
        /*max-width: 153px;*/
        max-width: 90px;
    }

    .logo-pmd {
        /*width: 180px;*/
        height: 20px;
        max-width: 260px;
        max-height: 60px;
    }

    .logo-hbk {
        max-width: 30px;
    }

    .logo-ctd {
        max-width: 100px;
    }
}

.navbar-toggler {
    border: 0;
}

#loading-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1b1e21;
    opacity: .8;
    z-index: 1032;
    top: 0;
    right: 0;
    left: 0;
}

#loading-overlay::after {
    background: url('/assets/img/spinner.gif') no-repeat center center;
    background-size: 100px 100px;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.dropdown-toggle.nocaret:after { content: none }
