.page-id-202 #side-by-side-wrapper .health-landing__link-icon {
    fill: #BA7D03;
}

.page-id-239 #side-by-side-wrapper .health-landing__trigger-icon {
    fill: #BA7D03;
}

*:not(#my_nav):not(#my_m_nav) p a {
     text-decoration: underline; 
}

*:not(#my_nav):not(#my_m_nav) p a:hover {
    text-decoration: underline;
}

.tabbed-section-tabs .tab-item.selected {
    background-color: #E02A06;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

#main {
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.modal-play-button .modal-button:focus figure:after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156.08 156.08"><defs><style>.cls-1{fill:%23fff;}.cls-2{fill:none;stroke:%230562af;stroke-miterlimit:10;stroke-width:8px;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Main"><circle class="cls-1" cx="78.04" cy="78.04" r="78.04"/><circle class="cls-2" cx="78.04" cy="78.04" r="59.96"/><polygon class="cls-2" points="103.15 78.04 62.26 54.43 62.26 101.65 103.15 78.04"/></g></g></svg>');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tabbed-section-tabs .tab-item:focus {
    color: black !important;
    background: #ffffff;
    border-radius: 200px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 7%);
}

.oxilab-flip-box-flip:focus .oxilab-flip-box-front {
    transform: rotateX(180deg) !important;
    z-index: 1 !important;
}

.oxilab-flip-box-flip:focus .oxilab-flip-box-back {
    transform: rotateX(0deg) !important;
}

.modal-container:not(.active-modal) {
    visibility: hidden !important;
}

.modal-container:not(.active-modal) + * {
    visibility: hidden !important;
}

.remodal-wrapper:not(.remodal-is-opened) {
    visibility: hidden !important;
}

.remodal-is-locked * {
    user-select: none;
}

.wp-block-cgb-threemw-graph-block {
    position: relative;
}

.wp-block-cgb-threemw-graph-block table {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.tile__front.cell-open {
    transform: translateY(-100%);
    opacity: 0;
}

.tile__back.cell-open {
    transform: translateY(0);
    opacity: 1;
}