﻿/* common.css */
.mha-custom {
    border: solid 1px #444;
    font-size: 0.85em;
    border-collapse: collapse;
}

    .mha-custom td:first-child {
        width: 120px;
    }

    .mha-custom td {
        padding: 6px;
        border: solid 1px #444;
    }


/* ----------------------------------------------------------  ACCORDION   ---------------------------------------------------------- */

.mha-learn-objectives-collapsible {
    position: relative;
    margin: 30px 0;
}

.mha-learn-objectives-content {
    display: none;
    /* prevent FOUC */
}

.mha-learn-objectives-title {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin-top: -1px;
    font-weight: bold;
    color: #1692d1;
    padding: 10px 0;
    position: relative;
    padding-right: 2rem;
    box-sizing: border-box;
    /* sanjit addition */
    cursor: pointer;
}

    .mha-learn-objectives-title:before {
        content: "+";
        font-weight: bold;
        color: #1692d1;
        width: 32px;
        display: inline-block;
        position: absolute;
        right: -12px;
        font-size: 24px;
        top: 2px;
    }

    .mha-learn-objectives-title.active:before {
        content: "-";
        font-weight: bold;
        color: #1692d1;
        width: 32px;
        display: inline-block;
        position: absolute;
        right: -12px;
        font-size: 24px;
        m
    }

    .mha-learn-objectives-title.active {
        border-top: 1px solid #1692d1;
        border-bottom: 1px solid #1692d1;
    }

/* ux team additions (sanjit) */

.category_link_healthy {
    color: #01c4b6;
}

.category_link_living {
    color: #f55d0f;
}

.category_link_healthy::before {
    color: #01c4b6;
    content: "\f061 ";
    font-family: FontAwesome;
    left: -5px;
    text-decoration: none;
}

/* surgery page links - temp */
div.ht-col-4.columns a {
    line-height: 30px;
}

mha-learn-objectives-content > .row {
    margin-top: 14px;
    margin-bottom: 14px;
}

li.links-arrow::before {
    color: #01c4b6;
    content: "\f061 ";
    font-family: FontAwesome;
    left: -5px;
    text-decoration: none;
}

i.fa-li {
    color: #f55d0f;
}
/* temporary! */
i.fa.fa-arrow-right.category_link_living {
    margin-left: -15px;
}

i.fa.fa-arrow-right.category_link_healthy {
    margin-left: -15px;
}

ul li p.no-bullets::before {
    content: "";
    list-style-type: none;
}

/* New CR */

.HwEnhancedTabList {
    display: table;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 2px 2px rgba(224,224,224,.4);
    border-bottom: 1px solid rgba(224,224,224,.4)
}

.HwEnhancedTabWrapper {
    display: table-cell;
    text-align: center;
    width: 33%
}

.HwEnhancedModalImage .HwEnhancedTabWrapper {
    width: 50%
}

.HwEnhancedTabListNoVideo .HwEnhancedTabWrapper {
    width: 50%
}

.HwElement .HwEnhancedTab, .HwEnhancedTab {
    background: 0 0;
    border: none;
    border-bottom: 4px solid transparent;
    font-size: 1em;
    padding: 1em 1em .5em;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    transition: background-color 1s ease-in-out,color 1s ease-in-out,border-color .3s ease-in-out,font-weight .1s ease-in-out
}

    .HwElement .HwEnhancedTab:active, .HwElement .HwEnhancedTab:focus, .HwEnhancedTab:active, .HwEnhancedTab:focus {
        border-bottom-color: #6ecdb2;
        outline: 2px dotted #6ecdb2;
        outline-offset: -2px
    }

    .HwElement .HwEnhancedTab.HwEnhancedTabActive, .HwEnhancedTab.HwEnhancedTabActive {
        border-bottom-color: #6ecdb2;
        font-weight: 600
    }

.HwEnhancedContent {
    padding: 1em
}

    .HwEnhancedContent.HwEnhancedPanelHidden {
        display: none
    }

.HwEnhancedTabListContent {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    background-color: #f3f3f3
}

.HwEnhancedModal .HwEnhancedTabListContent {
    background-color: transparent
}

.HwEnhancedTabListContentTable {
    box-sizing: border-box;
    display: table;
    width: 300%;
    margin-left: 0;
    transition: margin .3s ease-in-out;
    background-color: #f3f3f3
}

    .HwEnhancedTabListContentTable .HwEnhancedContent {
        box-sizing: border-box;
        display: table-cell;
        width: 33%;
        vertical-align: top;
        visibility: visible
    }

    .HwEnhancedTabListContentTable .HwEnhancedPanelHidden {
        visibility: hidden
    }

.HwEnhancedTabListNoVideo {
    width: 200%
}

    .HwEnhancedTabListNoVideo .HwEnhancedContent {
        width: 50%
    }



.HwEnhancedOverlayBacking {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,98,114,.7);
    z-index: 60;
    display: none
}

.HwEnhancedModal {
    font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
    position: absolute;
    z-index: 65;
    width: 100%;
    max-width: 640px;
    min-height: 200px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.HwEnhancedModalClose {
    background: 0 0;
    box-sizing: border-box;
    border: dotted 2px transparent;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 4px;
    right: 4px;
    z-index: 1;
}

    .HwEnhancedModalClose .HwEnhancedModalCloseIcon {
        padding: 10px;
        box-sizing: border-box;
        display: block
    }

        .HwEnhancedModalClose .HwEnhancedModalCloseIcon svg {
            width: 24px;
            height: 24px;
            fill: #000;
            stroke: #fff
        }

    .HwEnhancedModalClose:active, .HwEnhancedModalClose:focus {
        outline: dotted 2px #424242;
        border: dotted 2px #fff;
        background-color: rgba(255,255,255,.8)
    }

.HwEnhancedModalMediaBox {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em
}

    .HwEnhancedModalMediaBox img {
        box-sizing: border-box;
        width: 100%;
        max-width: 460px;
        height: auto
    }

    .HwEnhancedModalMediaBox .HwTallMedicalImage {
        max-height: 640px;
        max-width: 100%;
        width: auto
    }

.HwEnhancedModalVideo .HwEnhancedModalMediaBox {
    padding-left: 0;
    padding-right: 0
}

.HwEnhancedModalMediaIntro, .HwEnhancedModalMediaTitle {
    margin: 0;
    padding: 1em;
    letter-spacing: .06em;
    color: #424242
}

    .HwEnhancedModalMediaIntro:focus, .HwEnhancedModalMediaTitle:focus {
        outline: 0
    }

.HwEnhancedModalMediaIntro {
    display: none
}

    .HwEnhancedModalMediaIntro.HwEnhancedShowIntro {
        display: inherit
    }

.HwEnhancedModalContentMediaVideoFrame {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    min-height: 300px
}

.HwEnhancedVideoLoadingWrapper:focus {
    outline: 3px dotted #424242
}

.HwEnhancedModalContentVideo {
    max-height: 200px;
    overflow-y: auto
}

.HwEnhancedModalMediaSlideShow {
    padding: 0 1em
}

    .HwEnhancedModalMediaSlideShow .HwSlideShowArea {
        display: table;
        width: 100%;
        box-sizing: border-box;
        table-layout: fixed
    }

    .HwEnhancedModalMediaSlideShow .HwSlideTitle {
        text-align: center
    }

    .HwEnhancedModalMediaSlideShow .SlideShowImage {
        max-width: none;
        width: 90%;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle
    }

        .HwEnhancedModalMediaSlideShow .SlideShowImage .HwSlideButtonInformation, .HwEnhancedModalMediaSlideShow .SlideShowImage img {
            display: block;
            width: 100%;
            box-sizing: border-box;
            margin: 0 auto
        }

    .HwEnhancedModalMediaSlideShow .HwSlideNavButton:focus {
        outline: dotted 2px #424242
    }

    .HwEnhancedModalMediaSlideShow .HwSlideNavLeft, .HwEnhancedModalMediaSlideShow .HwSlideNavRight {
        width: 10%;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle
    }

        .HwEnhancedModalMediaSlideShow .HwSlideNavLeft button, .HwEnhancedModalMediaSlideShow .HwSlideNavRight button {
            width: 100%;
            box-sizing: border-box;
            background: 0 0;
            border: none;
            cursor: pointer;
            transform: translateY(-20px)
        }

            .HwEnhancedModalMediaSlideShow .HwSlideNavLeft button.HwinactiveNav, .HwEnhancedModalMediaSlideShow .HwSlideNavRight button.HwinactiveNav {
                cursor: not-allowed
            }

                .HwEnhancedModalMediaSlideShow .HwSlideNavLeft button.HwinactiveNav svg path, .HwEnhancedModalMediaSlideShow .HwSlideNavRight button.HwinactiveNav svg path {
                    fill: #fff
                }

            .HwEnhancedModalMediaSlideShow .HwSlideNavLeft button svg, .HwEnhancedModalMediaSlideShow .HwSlideNavRight button svg {
                max-width: 100%;
                box-sizing: border-box;
                height: auto
            }

                .HwEnhancedModalMediaSlideShow .HwSlideNavLeft button svg path, .HwEnhancedModalMediaSlideShow .HwSlideNavRight button svg path {
                    fill: #878787
                }

.HwEnhancedModalCredits, .HwEnhancedModalDisclaimer {
    font-size: .9em;
    font-weight: 400
}

    .HwEnhancedModalCredits .HwInfoName, .HwEnhancedModalDisclaimer .HwInfoName {
        font-weight: 600
    }

.HwEnhancedVideoLoadingWrapper {
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

.HwEnhancedContent .HwFigureBlock, .HwLoadMoreVideosLinkWrapper {
    width: 33%
}



.HwEnhancedVideoIntroBlock p {
    font-size: .9em
}

.HwEnhancedFeaturedVideo {
    display: block;
    border: none;
    margin: 1em 0 3em
}

    .HwEnhancedFeaturedVideo h2 {
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: 400
    }

    .HwEnhancedFeaturedVideo .HwEnhancedFeaturedVideoTitle {
        font-weight: 600;
        padding-top: 1em
    }

.HwEnhancedFeaturedVideoContent {
    height: 400px;
    background: #fff;
    transition: background-color 3s ease-in-out
}


@media screen and (max-width: 767px) {

    .HwEnhancedContent {
        width: 30%;
        display: inline-block;
        height: auto
    }
}

@media screen and (max-width: 620px) {
    .HwEnhancedContent {
        width: 45%;
        display: inline-block
    }
}

@media screen and (max-width: 440px) {

    .HwEnhancedContent {
        width: 43%;
        display: inline-block
    }
}

.mha-edit li.slm-layout-main {
    position: static;
}
.mha-edit #HwNavigation a, #HwNavigation a:link, #HwNavigation a:visited {
    display: inline-block;
}
.mha-edit .mha-content-full ul li, .mha-content-full .link-item {
    position: static;
}

/* New Sub List*/
.HwContentWrapper li ul {
    margin-left: 1.5em;
    margin-top: 1em !important;
    margin-bottom: 1em;
}

.HwContentWrapper li ul li {
    list-style-type: circle;
    background: transparent;
    background-position: left .8em;
    padding-left: .5em;
    margin-left: .5em;
} 