.NewCovidTextLabel
{
	display:none;
}

body {
    font-family: "Roboto";
    color: #36424a;
    background-color: #fff;
    margin: 0 auto;
}

.mha-hidden {
    display: none;
}

::-webkit-input-placeholder {
    color: #a5acb0;
}

::-moz-placeholder {
    color: #a5acb0;
}

:-ms-input-placeholder {
    color: #a5acb0;
}

:-moz-placeholder {
    color: #a5acb0;
}

.mha__button--group .btn {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1em;
    padding: .5em 1em;
    font-size: 20px;
    color: #fff;
}

.btn {
    min-width: 180px !important;
}

.btn-primary {
    color: #fff;
    background-color: #005072;
    border-color: #005072;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #77b800;
        border-color: #77b800;
    }
/* use the hex value (#5f6a72) for inactive buttons */
.btn-secondary {
    color: #fff;
    background-color: #5f6a72;
    border-color: #5f6a72;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #77b800;
        border-color: #77b800;
    }

.mha__button--group {
    padding-top: 2em;
    padding-bottom: 2em;
}

    .mha__button--group .btn:first-child {
        margin-right: 3em;
    }

a {
    color: #005071;
    text-decoration: none;
    transition: all 0.3s linear;
}

    a:hover {
        text-decoration: underline;
        color: #005072;
    }

h1 {
    line-height: 1.2 !important;
    font-size: 38px;
    font-weight: 900 !important;
    padding-top: 36px;
    padding-bottom: 28px;
    color: #333 !important;
}

h2 {
    font-size: 28px;
    line-height: 44px !important;
	font-weight: bolder;
}

h3 {
    font-size: 22px;
    color: #333 !important;
    line-height: 36px !important;
    font-weight: bolder;
}

h4, h5 {
    font-size: 18px;
    line-height: 28px !important;
    font-weight: bold;
}

p {
    font-size: 18px;
    line-height: 28px !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #333 !important;
    font-family: 'Roboto';
}

    h1.main__title {
        font-weight: bold;
        margin-bottom: 1em;
        color: #005072;
    }

    h3.main__subtitle {
        margin-bottom: 0.5em;
    }

* {
    box-sizing: border-box;
}

#anonymousDropdownContent a.mha-hr-nav-a {
   display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10.5px 12px;
    background-color: #016893;
    font-weight: 700;
}

.uam-navbar {
    display: none;
}

#anonymousDropdownContent {
    margin: 0 10px;
}

.maintenance-bar {
    padding: 24px;
    background: rgba(249, 198, 66, .15);
    border-bottom: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    font-size: 16px;
    color: #333;
    border-top: 4px solid #f9c642;
    border-bottom: 1px solid #dcdcdc;
}

.maintenance-bar-content:before {
    content: "";
    background-image: url(/uam/MyHealthRecords/SiteAssets/img/importantnotificationicon.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    font-weight: 900;
    position: absolute;
    z-index: 1000;
    margin-left: -40px;
    top: 10px;
    font-size: 32px;
	z-index:0;
}

.maintenance-bar p {
    color: #000000;
    margin-bottom: 0;
}

.maintenance-bar-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.new-features-bar {
    padding: 24px;
    background: #EEE;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    text-align: left;
    font-size: 16px;
    color: #333;
    border-top: 4px solid #3D90D9;
    border-bottom: 1px solid #dcdcdc;
}

.feat-header {
    border-bottom: 1px solid #3D90D9;
}

.feature-content {
    padding-bottom: 24px;
    width: 100%;
    margin-left: 0;
}

.new-features-bar-content.feat-desc {
    padding-top: 24px;
}

    .new-features-bar-content.feat-desc ul li {
        padding: 0 96px 24px 0;
    }

.feature-content:before {
    content: "";
    background-image: url(/uam/MyHealthRecords/SiteAssets/img/informationnotification.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    font-weight: 900;
    position: absolute;
    z-index: 1000;
    margin-left: -40px;
    top: -4px;
    font-size: 32px;
}

.new-features-bar p {
    color: #000000;
    margin-bottom: 0;
}

.new-features-bar-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

hr.hrule {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.form-control {
    padding-left: 0;
    border: 0 solid #ced4da;
    border-bottom: 2px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

::-webkit-input-placeholder {
    color: #00aad2;
}

::-moz-placeholder {
    color: #00aad2;
}

:-ms-input-placeholder {
    color: #00aad2;
}

:-moz-placeholder {
    color: #00aad2;
}

.form__img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #c5c5c5;
}
/* ----------------------------------------- Header -----------------------------------------*/
.page__header--wrap {
    background-color: #36424a;
    border-bottom: 5px solid #77b800;
    text-align: center;
    padding: 2em 0;
}

.page__header--logo img {
    max-width: 240px;
    width: 100%;
    height: auto;
}

.portal__header {
    background-color: #36424a;
    color: #fff;
    padding: 0.5em 0;
}

.user__ribbon {
    background: #1692d0;
    padding: 12px;
    font-weight: bold;
    color: #005072;
    text-align: right;
}

    .user__ribbon span {
        font-weight: normal;
        font-size: 13px;
    }
/* ----------------------------------------- Sidebar -----------------------------------------*/
.sidebar__column {
    background-color: #fbfbfb;
    min-height: 100vh;
    border-right: 1px solid #e5e5e5;
    position: relative;
    transition: all 0.4s cubic-bezier(.17,.67,.83,.67);
    transform-origin: center left;
}

.sidebar__column {
    min-width: 250px;
    max-width: 250px;
}

    .sidebar__column.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

        .sidebar__column.active span {
            margin-left: 0;
            visibility: hidden;
            display: none;
        }

        .sidebar__column.active .sidebar__nav a {
            padding: 1.75em 0.5em 1.75em 0.5em;
        }

.sidebar__brand {
    margin-top: 2.5em;
}

.sidebar__nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block
}

    .sidebar__nav i {
        color: #36424a;
        text-align: right;
    }

    .sidebar__nav a:hover i {
        color: #fff;
    }

    .sidebar__nav li {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #a9d44f;
    }

        .sidebar__nav li:first-child {
            border-top: 1px solid #a9d44f;
        }

    .sidebar__nav a {
        display: block;
        color: #005072;
        font-weight: bold;
        text-decoration: none;
        padding: 1.75em 0.5em 1.75em 2em;
    }

        .sidebar__nav a:hover {
            display: block;
            color: #005072;
            background: #c8c8c8;
            border-left: 8px solid #005072;
        }

    .sidebar__nav li.current {
        display: block;
        color: #005072;
        background: #c8c8c8;
        border-left: 8px solid #005072;
    }

    .sidebar__nav span {
        margin-left: 1.5em;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

.dashboard__toggle {
    position: relative;
    text-align: center;
    padding-top: 2em;
    font-size: 1.5em;
    cursor: pointer;
}

    .dashboard__toggle #toggleOn {
        font-weight: bold;
        color: #a9d54a;
        color: #005072;
    }

    .dashboard__toggle #toggleOff {
        font-weight: bold;
        color: #36424a;
        display: none;
    }

.sidebar__column.active .dashboard__toggle #toggleOn {
    font-weight: bold;
    color: #a9d54a;
    display: none;
}

.sidebar__column.active .dashboard__toggle #toggleOff {
    font-weight: bold;
    color: #36424a;
    display: inline-block;
}
/* ----------------------------------------- Main Content -----------------------------------------*/
/* MHA CSS*/
.main__section {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.main__column {
    padding: 7.5em 3em 3em;
    width: 100%;
    /*min-height: 100vh;*/
    transition: all 0.3s;
    background: #fff;
}

.main {
    background-color: #00507; 
    height: 100%;
}

.main__content--inner {
    padding: 2em 0 1em;
}

.item__title {
    font-weight: bold;
    color: #005072;
    text-align: right;
}

.item__title, .item__entry {
    line-height: 1;
    margin-bottom: 1em;
}

.column__content h3 {
    font-weight: bold;
    color: #4b4b4b;
}

.column__content ul {
    list-style-type: none;
    margin: 1.5em 0;
    padding: 0;
}
/* ----------------------------------------- Collapsible -----------------------------------------*/
.mha__collapsible .card {
    text-align: left
}

.mha__collapsible h5 {
    color: #005072;
    font-weight: bold;
    font-size: 1rem;
}

    .mha__collapsible h5.mb-0:after {
        content: "\f078";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        color: #005072;
        position: absolute;
        right: 16px;
    }

    .mha__collapsible h5.mb-0.collapsed:after {
        content: "\f077";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        color: #005072;
        position: absolute;
        right: 16px;
    }

.mha__collapsible .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0;
}

.mha__collapsible .card:nth-child(even) .card-header {
    background-color: #e9e8e8;
}

.mha__collapsible .card:nth-child(odd) .card-header {
    background-color: #c8c8c8;
}

h5.mb-0.mha__status--read {
    color: #868383;
    font-weight: normal;
}

span.card__date {
    padding: 0 0.75em;
}

span.notification__count {
    border-radius: 10px;
    background-color: #a9d44f;
    display: inline-block;
    text-align: center;
    color: #005072;
    padding: 0 5px;
    box-sizing: border-box;
}
/* MHR Collapsible */
.feature__wrap .panel-heading {
    padding: 0;
    border: 0;
    background: #E5E5E5;
}

.feature__wrap .panel-title > a, .panel-title > a:active {
    /* display: block; */
    /* padding: 8px 15px; */
    /* font-weight: bold; */
    text-transform: normal;
    /* letter-spacing: 1px; */
    /* word-spacing: 3px; */
    /* text-decoration: none; */
    /* color: #005072; */
}

.feature__wrap .panel-heading a:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f077";
    float: right;
    transition: all 0.5s;
    font-weight: 900;
}

.feature__wrap .panel-heading a.collapsed:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    float: right;
    transition: all 0.5s;
    font-weight: 900;
}

.feature__wrap .panel-heading.active a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.feature__wrap .title__section h2 {
    font-weight: 500;
}

.feature__wrap .feature__block {
    margin-top: 0;
    margin-bottom: 0;
}

.feature__wrap .panel-body {
    background: #fafafa;
    padding: 1em 0;
}

.feature__wrap .panel.panel-default {
    margin-bottom: 0.5em;
}

.feature__wrap .title__content {
    padding: 0;
}

.feature__wrap .title__section {
    border-top: 0 solid #36424a;
    margin-top: 0;
    padding-top: 0;
}

.feature__wrap.page__accordion {
    margin: 0 0 6em 0;
}

.service__block {
    margin-bottom: 8em;
}

    .service__block h3.feature__subtitle {
        color: #005072;
        font-size: 210%;
        font-weight: 600;
    }

        .service__block h3.feature__subtitle em {
            font-weight: 500;
        }
/* MHR Collapsible */
/* ----------------------------------------- Help -----------------------------------------*/
.help__column {
    padding: 3em 0 1em;
}

.help__column--contact i {
    color: #36424a;
}

.help__column--contact span {
    color: #005072;
}
/* ----------------------------------------- Cards -----------------------------------------*/
.card {
    text-align: center;
    border: 0;
}

.card__header {
    position: relative;
    width: 100%;
    box-shadow: 0 4px 15px #bebebe;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
}

    .card__header:before {
        content: "";
        display: block;
        padding-top: 100%;
        position: relative;
    }

    .card__header:hover {
        box-shadow: none;
    }

.card__img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .card__img img {
        max-width: 100%;
        height: auto;
    }

.card__link {
    text-decoration: none;
}

    .card__link:hover {
        text-decoration: none;
    }

.card-body span {
    color: #4b4b4b;
}

.card-body h3 {
    font-weight: bold;
}

.card__link.card__inactive .card__header {
    background: #494949;
    box-shadow: none;
}
/* ----------------------------------------- Footer -----------------------------------------*/
.footer {
    background: #36424a;
    color: #fff;
    font-size: 13px;
}

.footer__top {
    background: #3d90d9;
}

.footer__bottom {
    padding: 3em 0;
}
/* ----------------------------------------- Footer Nav -----------------------------------------*/

.mha-global-hdr-nav {
    margin: 0;
    padding: 0;
    position: relative;
}
    .mha-global-hdr-nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .mha-global-hdr-nav li {
        display: inline-block;
        text-align: left;
    }

        .mha-global-hdr-nav li:first-child a {
            padding-left: 0;
        }

    .mha-global-hdr-nav a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 12px
    }

.mha-global-hdr a:hover, .mha-global-hdr a:focus {
    background: #1692d2;
    text-decoration: none
}

.mha-copyright {
    font-weight: bold;
}

.mha-footer-nav {
    color: #fff;
}

    .mha-footer-nav a {
        color: #fff;
    }

.mha-footer-logos {
    text-align: right;
	float:right;
}

    .mha-footer-logos a {
        margin-left: 2em;
    }
/* Top Nav Section */
.nav__container {
    background-color: #005072;
}

.mha-global-nav-ctrl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

div#mhaGlobalNav ul li {
    display: inline-block;
}

    div#mhaGlobalNav ul li a {
        display: block;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        padding: 12px;
        line-height: 1.4;
        font-size: 13px;
    }

.mha-global-nav-ctrl a:hover, .mha-global-nav a.selected {
    background: #1692d0;
}
/* Original signin */
.mha-global-nav-signin {
    visibility: hidden;
    display: none;
}
/* Prototype Nav and signin */
.navbar-toggler {
    padding: 16px;
    font-size: 1.25rem;
    line-height: 1;
    border: 0;
    border-radius: 0rem !important;
    min-width: auto;
}

.mha__nav--item.mha__user--signin a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10.5px 12px;
    font-size: 13px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.acctemail {
    font-size: 14px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar {
    padding: .5rem 1rem 2rem;
    border-bottom: 0;
}
/* Submit Buttoin */
input[type=submit].btn-primary {
    background-color: #005072;
    border-color: #005072;
    margin-left: 0;
}

    input[type=submit].btn-primary:hover {
        color: #fff;
        background-color: #77b800;
        border-color: #77b800;
    }

input[type=button][disabled], input[type=reset][disabled], input[type=submit][disabled], button[disabled][disabled] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.divRecordConfirm .item__title, .divRecordConfirm .item__entry {
    line-height: 1.2;
    margin-bottom: 1.25em;
}

.main__content label {
    margin-bottom: 0;
}

.main__content input[type=checkbox], .main__content input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}
/* myhealth record in dashboard*/
.myhealthrecordcolor {
    color: #00aad2 !important;
}
/*account settings Gender label */
.GenderAsterisk {
    color: red;
}
/* COLORBOX */
#cboxOverlay {
    background: #000;
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    height: 100%;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
}

#colorbox {
    outline: 0;
    background: #FFF;
}

#cboxWrapper {
    max-width: none;
}

#cboxMiddleLeft {
    width: 25px;
    background: #FFF;
}

#cboxMiddleRight {
    width: 25px;
    background: #FFF;
}

#cboxContent {
    background: #FFF;
    overflow: hidden;
}

#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: #FFF;
}

#cboxTopCenter {
    height: 25px;
    background: #FFF;
}

#cboxTopRight {
    width: 25px;
    height: 25px;
    background: #FFF;
}

#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: #FFF;
}

#cboxBottomCenter {
    height: 25px;
    background: #FFF;
}

#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: #FFF;
}
/* Account Settings: Close Account label */
p.info__box {
    display: inline-block;
    overflow: hidden;
    background: #e7f2fc;
    padding: 0.75em 1.25em;
    border-radius: 6px;
    font-weight: bold;
    color: #005072;
}

    p.info__box i {
        color: #1692d0;
        margin-right: 10px;
        font-size: 1.35em;
        vertical-align: middle;
    }

    p.info__box:before {
        content: "\f05a";
        color: #1692d0;
        margin-right: 10px;
        font-size: 1.35em;
        vertical-align: middle;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

.info__box--wrap {
    margin: 1em 0;
}
/* Info Box Caution */
p.info_box--caution {
    display: inline-block;
    overflow: hidden;
    background: #fdc688;
    padding: 0.75em 1.25em;
    border-radius: 6px;
    font-weight: bold;
    color: #c05017;
}

    p.info_box--caution i {
        color: #c05017;
        margin-right: 10px;
        font-size: 1.35em;
        vertical-align: middle;
    }

    p.info_box--caution:before {
        content: "\f071";
        color: #c05017;
        margin-right: 10px;
        font-size: 1.35em;
        vertical-align: middle;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }
/* for notofications table */
#NotificationsTable thead {
    color: #fff;
    background-color: #36424a;
}

#NotificationsTable.table.dataTable.no-footer {
    border-bottom: 0 solid #111;
}

#NotificationsTable.table-bordered {
    border: 1px solid #36424a;
}

#NotificationsTable.table.dataTable thead th, #NotificationsTable.table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0;
}

#NotificationsTable.table td, #NotificationsTable.table th {
    border-top: 0;
}

#NotificationsTable.table-bordered td, #NotificationsTable.table-bordered {
    border: 1px solid #dee2e6;
}

#NotificationsTable.table.dataTable.stripe tbody tr.odd, #NotificationsTable.table.dataTable.display tbody tr.odd {
    background-color: #c8c8c8 !important;
}

table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 0;
}
/*hide myhealthrecords button in myhealthrecords page - need to remove once we retrieve from the termstore*/
/* #ctl00_mhaGlobalNavCtrl ul li:last-child { */
    /* display: none !important; */
/* } */

.mha-footer-logos img {
    width: 148px;
    max-width: 100%;
}

a.telephone__no-break {
    white-space: nowrap;
}
/* MyChart InApp browser*/
.mychart-app .portal__header, .mychart-app .navbar, .mychart-app .page__banner--wrap .down__arrow {
    display: none;
}

.mychart-app .page__banner--wrap {
    display: block;
    height: 210px;
    font-size: 0.8rem;
}

.mychart-app .split__col--wrap {
    margin-top: auto;
}

.mychart-app .ms-rtestate-field .page__caption--wrap h1 {
    line-height: 1.2 !important;
}

.mychart-app .ms-rtestate-field .page__caption--wrap p {
    line-height: 1.2 !important;
}

.videoLink img {
    max-width: 100%;
}
/* ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/* User Style: Change the following styles to modify the appearance of ColorBox. They are ordered & tabbed in a way that represents the nesting of the generated HTML. */
#cboxContent {
    padding: 8px;
}

#cboxOverlay {
    background: url('/uam/MyHealthRecords/SiteAssets/img/overlay.png') repeat 0 0;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
}

#cboxMiddleLeft {
    width: 21px;
}

#cboxMiddleRight {
    width: 21px;
}

#cboxTopCenter {
    height: 21px;
}

#cboxBottomCenter {
    height: 21px;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxTitle {
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url('/uam/MyHealthRecords/SiteAssets/img/loading_background.png') no-repeat center center;
}

#cboxLoadingGraphic {
    background: url('/uam/MyHealthRecords/SiteAssets/img/loading.gif') no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    min-width: 25px;
}
    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('/uam/MyHealthRecords/SiteAssets/img/controls.png') no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url('/uam/MyHealthRecords/SiteAssets/img/controls.png') no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    background: url('/uam/MyHealthRecords/SiteAssets/img/closeicon_blue_24px.png');
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }
/* The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9. See: http://jacklmoore.com/notes/ie-transparency-problems/ */
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.bx-wrapper {
    max-height: 307px;
}

    .bx-wrapper * {
        box-sizing: content-box;
    }
/** * BxSlider v4.1.2 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2014 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com */
/** RESET AND LAYOUT ===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }
    /** THEME ===================================*/
    .bx-wrapper .bx-viewport {
        /* -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
    */
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 20px;
        right: 5%;
        cursor: pointer;
    }
    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../../../PHP.MHA/images/icons/loading.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    /* PAGER */
    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: "Roboto";
        font-weight: bold;
        color: #666;
        padding-top: 20px;
        z-index: 9999;
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #fff;
            text-indent: -9999px;
            display: block;
            width: 8px;
            height: 8px;
            margin: 0 1px;
            outline: 0;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #e15a1a;
            }
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../../../PHP.MHA/images/buttons/btn-slider.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(../../../PHP.MHA/images/buttons/btn-slider.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        /*z-index: 9999;
   */
        /*MHA prenetwork*/
        z-index: 99;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }
    /* AUTO CONTROLS (START / STOP) */
    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../../../PHP.MHA/images/buttons/btn-slider.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(../../../PHP.MHA/images/buttons/btn-slider.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }
    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: "Roboto";
            display: block;
            font-size: .85em;
            padding: 10px;
        }

.mha-videoWrapper {
    position: relative;
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
}

    .mha-videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

#HWVideoTitle h1 {
    text-transform: none;
}

#HWVideoArea h3 {
    font-size: 1.2em;
    padding: 0;
    font-weight: bold;
    color: #D76500;
    margin-bottom: .5em;
}

.mha-videoMoreInfo {
    text-align: right;
}

    .mha-videoMoreInfo a {
        font-weight: bold;
        color: rgb(28, 148, 196);
    }

#TranscriptDisclaimerCreditLinks {
    position: relative;
    padding: 4px 6px 4px 0;
    margin: 0;
    border: 1px solid #b8b8b8;
    border-top: 0px;
    font-family: "Roboto";
    font-size: 10pt;
    text-align: right;
    background-color: #FFF;
}

.LinkSeperator {
    border-left: solid 1px #000;
}

#HwVideoCredits, #HwVideoDisclaimer {
    font-family: "Roboto";
    font-size: 9pt;
    background-color: #000;
    color: white;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.HwVideoCloseCircle {
    background: url(/uam/MyHealthRecords/SiteAssets/img/close.png) no-repeat 0 0;
    height: 37px;
    width: 39px;
    padding: 0;
    margin: 0 0 0 10px;
    vertical-align: top;
    float: right;
    border: none;
}

.HwLogo {
    width: 133px;
    padding: 10px 0 0 20px;
}

#HwVideoDisclaimer p, .HwContentInformation p {
    padding: 0 10px 5px;
}

.HwContentInformation {
    border-top: 1px solid #CBCBCB;
    padding-top: 10px;
}

.mha-video-buttonset {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

    .mha-video-buttonset button {
        margin-top: 5px;
    }
#MyPersonalRecords, #MyAHSConnect, #ChildrenCOVIDLookup{
	padding-bottom:48px;
}
.coid19-bar {
    padding: 24px;
    background: #E8F2FC;
    border-bottom: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    font-size: 16px;
    color: #333;
    border-top: 4px solid #e8f2fc;
    border-bottom: 1px solid #e8f2fc;
	display:none;
}

.COVID19-bar-content:before {
    content: "";
    background-image: url(/uam/MyHealthRecords/SiteAssets/img/covid-barcode.png);
    background-size: 135px 135px;
    background-repeat: no-repeat;
    width: 135px;
    height: 135px;
    font-weight: 900;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 5px;
    font-size: 32px;
}

.COVID19-bar-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    position: relative;
}

a.portal__logo:hover {
    background: none !important;
}
/* Icon 1 */

 .navbar-toggler:hover { 
     background-color: transparent !important; 
 } 

/*#mhamobileNavbar {
    background-color: #fff;
}*/

button.navbar-toggler.first-button.btnInit {
    border-color: rgba(0,0,0,.1);
    border: 0;
    background-color: transparent !important;
}

/* button.navbar-toggler.first-button {
    border-color: #fff;
    border: 1px solid #fff;
    background-color: #fff !important;
} */

    button.navbar-toggler.first-button.collapsed {
        border-color: rgba(0,0,0,.1);
        border: 0;
        background-color: transparent !important;
    }

.navbar-collapse {
    margin-left: -15px;
}
/*new css*/
.tab-container {
    max-width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

/* .main-tab { */
    /* border-bottom: 1px solid #B6B6B6; */
/* } */

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item .nav-link {
    /* border: 1px solid white; */
    color: #005071;
    /* background: #fff; */
    padding: 12px 12px;
    font-size: 18px;
    border-radius: unset;
}

.nav-tabs .nav-link:focus {
    border: 1px solid #333333;
    background: #fff;
    color: #333333;
}

.nav-tabs .nav-link:hover {
    border: 1px solid #005071;
    background: #E8F2FC;
    color: #333333;
    border-bottom: 4px solid #E8F2FC;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid white;
    color: #333333;
    background-color: #dcdcdc;
    border-bottom: 4px solid #333333;
	border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-bottom: 0px !important;
}

.mobile-tab {
    border-bottom: 1px solid #B6B6B6;
}

.mobile_active_tab {
    width: 49%;
    display: inline-block;
}

.more_menu {
    width: 49%;
    display: inline-block;
}

.mobile_active_tab .nav-item {
    width: 100%;
}

.mobile_active_tab .nav-link {
    border: 1px solid white;
    color: #333333;
    background-color: #fff;
    text-align: center;
    border-bottom: 4px solid #333333;
    font-weight: bold;
}

.more_dropdown {
    color: #005071;
    position: relative;
    background: #fff;
    white-space: nowrap;
    padding: 11px 16px;
    width: 100%;
    text-align: center;
}

    .more_dropdown a.more_button, .more_dropdown a.less_button {
        color: #005071;
    }

a.more_button:after {
    content: "";
    background-image: url(/uam/MyHealthRecords/SiteAssets/img/arrow-back-ios-down.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    font-weight: 900;
    position: absolute;
    /* z-index: 1000; */
    font-size: 32px;
    margin-left: 4px;
    top: 15px;
}

a.less_button:after {
    content: "";
    background-image: url(/uam/MyHealthRecords/SiteAssets/img/arrow-back-ios-up.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    font-weight: 900;
    position: absolute;
    z-index: 1000;
    font-size: 32px;
    margin-left: 4px;
    top: 15px;
}

.more_dropdown:hover {
    color: #333333;
    background-color: #E8F2FC;
}

    .more_dropdown:hover a:link, .more_dropdown:hover a:visited, .more_dropdown:hover a:hover, .more_dropdown:hover a:active {
        text-decoration: none;
    }

.more_button span {
    vertical-align: -6px;
}

.dropdown-content {
    Display: none;
    position: absolute;
    background-color: #ffffff;
    /* min-width: 145px; */
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    /* padding: 12px 0; */
    z-index: 999;
    border-radius: 5px;
    border: 1px solid #ededed;
    right: 0px;
    top: 99%;
    height: 226px;
    width: 100%;
}

.more_dropdown ul {
    margin: 0px;
    padding: 0px;
}

.more_dropdown .nav-link {
    padding: 16px 12px;
    color: #005071;
    text-align: left;
    border-bottom: 2px solid #EEE;
    font-weight: bold;
}

.inline-icon {
    vertical-align: bottom;
    margin-right: 4px;
}

.main-tab {
    display: block;
    padding-top: 48px;
    font-weight: 600;
}

.mobile-tab {
    display: none;
}

.mhr-tool-container {
    background-color: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mhr-tool-inner-container {
    padding: 48px 0;
    max-width: 920px;
    width: 100%;
}

h5.list__card--title {
    color: #333;
}

.list_content p {
   /* margin-top: 28px*/
}

.get-started-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-started-inner-container {
    padding: 48px 0;
    max-width: 920px;
    width: 100%;
}

a.content-link {
    cursor: pointer;
    text-decoration: underline;
    color: #005071;
	font-weight: bold;
	font-size:18px;
}

img.playstoreicons {
    max-width: 49%;
    height: auto;
    padding: 3px;
}

.video-container {
    background-color: #e3f2fc;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
	display:none;
}

.video-inner-container {
    padding: 56px 16px;
    max-width: 920px;
    width: 100%;
}

.mha-videoArea {
    margin-top: 24px;
    max-width: 920px;
}

.add-resources-inner-container {
    padding: 56px 0;
    max-width: 920px;
    width: 100%;
}

.contact-info-container {
    /* background-color: #eee; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info-inner-container {
    padding: 30px 16px;
    max-width: 920px;
}

.add-resources-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.need-help-container {
    background-color: #e3f2fc;
    /* margin-top:56px;
    */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.need-help-inner-container {
    padding: 48px 0;
    max-width: 920px;
    width: 100%;
}

.panel-title a {
    display: block;
    position: relative;
    padding: 10px 60px 10px 15px;
    font-weight: 800;
    font-size: 16px;
    color: #333333;
    background: #E8F2FC;
}

    .panel-title a:hover {
        text-decoration: none;
    }

.panel-group .panel {
    margin-bottom: 5px;
}

.panel-group .panel-heading {
    overflow: hidden;
    padding: 0;
}

.panel-title .expand-icon-wrap {
    font-family: 'Material Icons';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.panel-group .expand-icon-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.panel-title .expand-icon {
    padding: 0 12px;
    font-size: 20px;
    vertical-align: middle;
}

    .panel-title .expand-icon:before {
        content: "";
        background-image: url(/uam/MyHealthRecords/SiteAssets/img/remove_FILL0_wght400_GRAD0_opsz48.png);
        background-size: 24px 24px;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        font-weight: 900;
        position: absolute;
        z-index: 1000;
        left: -8px;
        font-size: 32px;
        top: 12px;
    }

.panel-group .drop-accordion .panel-body {
    position: relative;
}

.panel-group .collapsed .expand-icon:before {
    content: "";
    background-image: url(/uam/MyHealthRecords/SiteAssets/img/add_FILL0_wght400_GRAD0_opsz48.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    font-weight: 900;
    position: absolute;
    z-index: 1000;
    left: -8px;
    font-size: 32px;
    top: 12px;
}

/* .accordion-group .collapse.show {
    padding-top: 36px;
} */

.feature-group .accordion-group.accordion-mobile {
    display: none;
}

.feature-group button {
    position: relative;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    border: 1px solid #DCDCDC;
    color: #005071;
    font-weight: 500;
}

.feature-group .expand-icon-wrap {
    /* font-family:'Material Icons';
    */
    position: absolute;
    right: 30px;
    /*top: 0;
    bottom: 0;
    */
}

    .feature-group .expand-icon-wrap:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.feature-group button.btn.dropdown {
    height: 72px;
	font-weight: bold;
}

button.btn.dropdown:hover {
    border: 1px solid #005071;
    color: #333;
    background-color: #E8F2FC
}
.btn.dropdown[aria-expanded='true']{
    border: 2px solid #333;
    color: #333;
    background-color: #EEE;
    box-shadow: none;
}
.feature-group-row{
	height: 72px;
    margin-bottom: 48px;
}
.feature-group .expand-icon {
    padding: 0 12px;
    font-size: 36px;
    vertical-align: middle;
}

    .feature-group .expand-icon:before {
        content: "";
        background-image: url(/uam/MyHealthRecords/SiteAssets/img/arrow-back-ios-up.svg);
        background-size: 24px 24px;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        font-weight: 900;
        position: absolute;
        z-index: 1000;
        left: 18px;
        font-size: 32px;
        top: 6px;
    }

.feature-group .collapsed .expand-icon:before {
    content: "";
    background-image: url(/uam/MyHealthRecords/SiteAssets/img/arrow-back-ios-down.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    font-weight: 900;
    position: absolute;
    z-index: 1000;
    left: 18px;
    font-size: 32px;
    top: 6px;
}

.tab-container h2, .tab-container h3, .tab-container h3 {
    color: #333 !important;
}

h2, h3, h3, h4 {
    margin-bottom: 24px;
}

.first-title-tab {
    margin-top: 35px;
}

.last-title-tab {
    margin-bottom: 28px !important;
}

.get-started-content {
    /*padding: 0 100px;*/
	padding-left:100px;
}
.mhr-tool-inner-container-txt
{
	/* padding: 0 240px; */
	text-align:center;
}
.hilite {
    display: flex;
    background-color: rgba(232, 242, 252);
    ;
    border-top: 4px solid #005071;
    padding: 24px;
    border-radius: 2px;
    font-size: 18px;
    margin-top: 36px !important;
}

.step-header {
    font-size: 36px;
    font-weight: bold;
    color: #00838F !important;
}

.step-title {
    padding-bottom: 28px;
    color: #333;
}

.step-btn {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__body ol {
    padding-left: 24px;
}

.new-features-bar.one-feature {
    display: none;
}

.new-features-bar.multiple-feature {
    display: none;
}

.container-padding {
    padding: 56px 16px;
}

.feature-group .container {
    padding: 0;
}

ul.support-topics-list {
    list-style: none;
    margin: 0;
    padding: 2px;
    list-style-type: none;
    text-align: center;
    display: block;
}

.support-topics .support-topics-list li {
    display: inline-block;
    text-align: center;
    background: none;
    width: 32.5%;
}

.support-topics ul li {
    padding: 0.2em 0 0.2em 1em;
    position: relative;
}

.support-topics-list li a {
    text-decoration: none !important;
    font-weight: bold;
    width: 100%;
}

span.support-linkicon img {
    margin-left: 4px;
}

span.support-linkicon {
    display: inline-block;
    vertical-align: middle;
}

span.support-linktext {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
}

.support-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

    .support-ul li {
        float: left;
        padding: 0 96px 24px 0;
    }

a[aria-expanded="true"] {
    border: 1px solid #005071;
    color: #005071;
}

.tab-cont [role=button] {
    color: #005071 !important;
}

#showFeatureBtn, #showAccessTab {
    color: #fff !important;
}

.panel-body {
    background-color: #fff;
}

    .panel-body p {
        padding: 24px;
        /* padding-bottom: 0; */
    }

    .panel-body .second-par {
        padding: 0 24px 24px;
    }

    .panel-body ul {
        padding-bottom: 24px;
    }

.support-contact {
    width: 50%;
    height: 265px;
    float: left;
    position: relative;
    /* background-color: #eee; */
    margin-left: -15px;
}

.support-contact-title {
    font-weight: bold;
    font-size: 12px;
    color: #000;
    align-items: center;
    height: 28px;
}

.support-contact-header {
    padding-left: 16px;
    padding-bottom: 0 !important;
}

.support-contact-info {
    position: absolute;
    left: 8px;
    /* width: 200px;
    */
    height: 60px;
    padding-left: 16px;
    padding-bottom: 0 !important;
}

.support-contact-email, .support-contact-phone, .support-contact-hours {
    padding-top: 24px;
}

.tab-container p {
    /* margin-bottom: 28px; */
    line-height: 28px;
}

.user_login .btn__Login_group, .user_login .navbar_btn__Login_group {
    display: none;
}

.support-ul span.support-linkicon:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    float: right;
    transition: all 0.5s;
    font-weight: 900;
    margin-right: 4px;
}
.need-help-container span.contact-info-span {
    display:block;
}
.contact-info-span {
  display:inline;
}
.contact-info-span img {
    margin-right: 4px;
}

#MSOZoneCell_WebPartWPQ1 {
    margin-bottom: 0;
}

.child-lookup-feature {
    display: flex;
}

.feature-group .child-expand:before {
    top: -32px !important;
}

.icon-to-the-left {
    margin-right: 4px;
}

.icon-to-the-right {
    margin-left: 4px;
}
.nav-bar-row .col-10 {
    display: none;
}

.welcomeCSS {
	padding-top: 10px;
	padding-right: -11px;
    float: right;
	}

.navbar_btn__Login_group {
	padding-top: 16px;
	}
	
	
	
.iosicon
{
	content: url(/uam/MyHealthRecords/SiteAssets/img/download-on-the-app-store.png);
}
.androidicon		
{
	content: url(/uam/MyHealthRecords/SiteAssets/img/get-it-on-google-play.png);			
}
		

@media screen and (max-width: 896px){
    .feature-group .accordion-group.accordion-dsc, #anonymousDropdownContent {
        display: none;
    }
.feature-group-row{
	height:100%;
}
    .feature-group .accordion-group.accordion-mobile {
        display: block;
		/* margin-top: 36px; */
    }
}

@media only screen and (max-width: 540px) {
    /* .main-tab { */
        /* display: none; */
    /* } */
	
	.nav-tabs {
		border-bottom: none;
	}
	
	.nav-tabs > li.nav-item {
		border-bottom: 2px solid #dee2e6;
		flex: 1 0 auto;
	}
	
	/* .nav-tabs > li.nav-item:last-child */
	/* { */
		/* border-bottom:none; */
	/* } */
	
    .mobile-tab {
        display: block;
        padding-top: 56px;
        font-weight: 500;
    }
	.mhr-tool-inner-container-txt
		{
			padding: 0;
			text-align:center;
		}
		
		.iosicon
		{
			content: url(/uam/MyHealthRecords/SiteAssets/img/applestore.png);
		}
		.androidicon		
		{
			content: url(/uam/MyHealthRecords/SiteAssets/img/googleplay.png);			
		}
		

img.playstoreicons {
    max-width: 49%;
}
}

@media screen and (max-width: 340px) {
    div#HwVideoCredits, div#HwVideoDisclaimer {
        font-size: 6pt;
    }
}

@media screen and (max-width: 400px) {
    div#HwVideoCredits, div#HwVideoDisclaimer {
        font-size: 8pt;
    }
}
/* iPhone 4/4S */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
    div#HwVideoCredits, div#HwVideoDisclaimer {
        font-size: 7.1pt;
    }

    #HwVideoDisclaimer p {
        padding: 0 10px 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
    div#HwVideoCredits, div#HwVideoDisclaimer {
        font-size: 6.9pt;
    }
}
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    div#HwVideoCredits, div#HwVideoDisclaimer {
        font-size: 8.7pt;
    }
}





/*Below is for modal popup menu for mobile view for dashboard*/
body {
    padding: 0px !important;
}

.newcontainer {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    .newcontainer .modal.modal-rel {
        position: absolute;
        z-index: 51;
    }

    .newcontainer .modal-backdrop.modal-rel-backdrop {
        position: absolute;
        z-index: 50;
        width: 100%;
        height: 100%;
    }

    .newcontainer .modal-body {
        padding: 0.3rem !important;
		background-color: #F7F7F7;
		font-weight: 600;
    }

    .newcontainer .modal-dialog {
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .newcontainer .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        border: 0;
    }
	
	
	
	


   div.mha-global-nav-ctrl + div {	   
        max-width: 200px;
		width:auto;
        float: right;
        margin-top: 0px;
    }
	
	
	#anonymousDropdownContent {
    float: right;
    margin:  0px 0px !important;
}



#topLevelWW {
    display: flex;
}

.txtcenter
{
	padding-left:100px;
}

.btnalign
{
	padding-right:100px;
}

.page__caption--wrap .btn__Login_group {
    text-align: end ;
}
.page__banner--wrap hr {
   opacity:1;
}
@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}