/*Virtual assistant*/
.enqAssistants_trigger {
    right: 10px !important;
}

/*MyChart Logo*/
.btnMyChart img {
    width: 111px;
    height: 29px;
}

/*Skip nav*/
#skipToContent {
    scroll-margin-top: 90px;
}

.skip-nav {
    line-height: 1.4;
    box-sizing: border-box;
    min-width: 200px;
    position: fixed;
    text-align: center;
    padding: 13px 20px;
    border-radius: 50px;
    text-decoration: none;
    background-color: #fff;
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    direction: ltr;
    border: solid 3px #1d9585;
    outline: solid 0 #fff;
}

    .skip-nav:focus {
        top: 15px !important;
        left: 20px !important;
        z-index: 222222222;
    }