/* APPLY STYLING SPECIFIC TO THIS CLIENT HERE... */


#navigation-wrapper .navbar-brand > img {
    width: 100%;
    height: 100%;
    max-height: 50px;
}
#navigation-wrapper.exact-branding .navbar-brand {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
#navigation-wrapper.exact-branding .navbar-brand > img {
    max-height: calc(50px - 15px);
}
#navigation-wrapper.exact-branding .navbar-brand > img + * {
    font-size: 0.750rem;
    line-height: 15px;
}
@media(min-width: 411px) {
    #navigation-wrapper.exact-branding .navbar-brand {
        display: flex;
        flex-direction: row;
    }
    #navigation-wrapper.exact-branding .navbar-brand > img {
        max-height: 50px;
    }
    #navigation-wrapper.exact-branding .navbar-brand > img + * {
        margin-left: 1rem;
    }
}
@media(min-width: 768px) {
    #navigation-wrapper .navbar-brand > img,
    #navigation-wrapper.exact-branding .navbar-brand > img {
        max-height: 65px;
    }
    #navigation-wrapper.exact-branding .navbar-brand > img + * {
        font-size: 0.875rem;
        line-height: 20px;
    }
}
@media(min-width: 992px) {
    #navigation-wrapper.exact-branding .navbar-brand {
        display: flex;
        flex-direction: column;
    }
    #navigation-wrapper.exact-branding .navbar-brand > img {
        max-height: calc(65px - 20px);
    }
    #navigation-wrapper.exact-branding .navbar-brand > img + * {
        margin-left: 0px;
    }
}
@media(min-width: 1400px) {
    #navigation-wrapper .navbar-brand > img {
        max-height: 70px;
    }
    #navigation-wrapper.exact-branding .navbar-brand > img {
        max-height: calc(70px - 20px);
    }
}

#contactDropzone.dropzone-box {
    height: calc(100% - 30px);
}





/* STYLING FOR THE EXACT BENEFITS PAGE */

.exact-branding #content-group-1 {
    background-image: url(/img/exactmedicare/AdobeStock_186761266_TransparentGradient.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: 60%;
}
@media(min-width: 1400px) {
    .exact-branding #content-group-1 {
        background-position-x: 100%;
    }
}

/* .exact-branding footer {
    background-color: #B3B3B3;
} */

.exact-branding .video-wrapper {
    border: 3px solid #ffffff;
}

.content-box.flex-centered {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.icon-wrapper-round {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 0;
    padding: 0.75rem;
    border-radius: 50%;
    background-color: var(--bs-gray-300);
}
.content-box .icon-wrapper-round:not(:last-child),
.content-box .tag:not(:last-child) {
    margin-bottom: 0.5rem;
}
.icon-wrapper-round > i {
    font-size: 2rem;
    width: 2rem;
}

.flex-centered hr {
    width: 100%;
}
.color-dark {
    color: var(--bs-dark);
}

/* ----------------------------------- */
