/*# sourceMappingURL=demo.css.map */

/* Tabs */
.tabsParent > ul,
.tabs > ul {
    margin: 0;
    padding: 0;
    overflow: visible;
    margin-bottom: 50px;
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
}
.interiorLeft .tabs > ul {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
}
.tabsParent > ul li,
.tabs > ul li {
    list-style: none;
    border-bottom: 2px solid #fff;
    margin: 0;
    background-color: #ffb428;
    color: #fff;padding: 10px 0;
    line-height: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;

}
section.block_multitab > .wyg {
    margin-bottom: 30px;
}
.interiorLeft section.block_multitab div.tabs > ul > li {
    margin-bottom: 0;
}
.tabsParent > ul li a,
.tabs > ul li a {
    font-weight: normal;
    text-align: left;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 88%;
}
.tabsParent > ul li a:after,
.tabs > ul li a:after{
    font-family: 'FontAwesome';
    position: absolute;
    right: 2.5%;
    color: #fff;
    height: 100%;
    top: -5px;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    display: block;
    content: '\002B';
}
.tabsParent > ul li.active a:after,
.tabs > ul li.active a:after{
    content: '\2212';
    right: 2.5%;
    font-size: 30px;
    font-size: 3rem;
}
.tabsParent > ul li a:focus,
.tabs > ul li a:focus {
    font-weight: 500 !important;
}
.tabContent {
    width: 88%;
}
.interiorLeft .tabContent {
    width: 100%;
}
.conditionscareinterior .tabContent {
    width: auto;
}
.interiorLeft .block_multitab .tabContent {
    width: 100%;
}
.block_multitab {
    margin-bottom: 80px;
}
@media only screen and (min-width: 800px){
    .interiorLeft .tabsParent > ul,
    .interiorLeft .tabs > ul {
        margin: 0;
        padding: 0;
        text-align: center;
        border-bottom: 2px solid #dcdfe6;
        margin-bottom: 80px;
        width: 100%;
        font-size: 0px;
    }
    .interiorLeft .tabsParent > ul li,
    .interiorLeft .tabs > ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        padding: 10px 10px 20px;
        display: inline-block;
        border-bottom: none;
        width: 33.33%;
        margin-right: -1px;
    }
    .tabsParent > ul,
    .tabs > ul {
        margin: 0;
        padding: 0;
        text-align: center;
        border-bottom: 2px solid #dcdfe6;
        max-width: 1350px;
        width: 95%;
    }
    .tabsParent > ul li,
    .tabs > ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        border-bottom: none;
        line-height: 25px;
        font-size: 15px;
        font-size: 1.5rem;
        background-color: transparent;
    }
    .tabsParent > ul.tabs2 li,
    .tabs > ul.tabs2 li {
        width: 50%;
    }
    .tabsParent > ul.tabs3 li,
    .tabs > ul.tabs3 li {
        width: 33.33%;
    }
    .tabsParent > ul.tabs4 li,
    .tabs > ul.tabs4 li {
        width: 25%;
    }
    .tabsParent > ul.tabs5 li,
    .tabs > ul.tabs5 li {
        width: 20%;
    }
    .tabsParent > ul li a,
    .tabs > ul li a {
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #939499;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .tabsParent > ul li.active,
    .tabs > ul li.active {
        border-bottom: 2px solid #f79433;
        color: #626366;
        margin-bottom: -2px;
    }
    .tabsParent > ul li.active:last-child ,
    .tabs > ul li.active:last-child {
        margin-bottom: -2px;
    }
    .tabsParent > ul li.active a,
    .tabs > ul li.active a  {
        color: #626366;
    }
    .tabsParent > ul li a:after,
    .tabs > ul li a:after{
        display: none;
    }
    .tabsParent > ul li.active a:after,
    .tabs > ul li.active a:after{
        display: none;
    }
    .tabsParent > ul li a:focus,
    .tabs > ul li a:focus {
        color: #494a4c !important;
    }
}


/*share/social downloads */

#infographics,
#socialdownloads{
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#socialdownloads{
    display: none;
}
#infographics ul,
#socialdownloads ul{
    padding: 0;
    list-style-type: none;
    margin: 20px 0 0 -20px;
}
#infographics ul li,
#socialdownloads ul li{
    padding: 0;
    list-style-type: none;
}
#infographics ul li div,
#socialdownloads ul li div {
    padding: 0 0 20px 30px;
    font-size: 15px;
    font-size: 1.5rem;
}
#infographics ul li div img,
#socialdownloads ul li div img{
    margin-top: 10px;
}
div#share ul.tabs{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
}
div#share ul.tabs li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
div#share h2,
div#share h1{
    margin: auto 3%;
}
div#share ul.tabs li a{
    display: block;
    font: normal 18px/18px arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 6% 14px 6%;
    background: #5CCEDB;
}
div#share ul.tabs li a.active{
    background: #8dc63f;

    text-decoration: none;
}
div#share ul.tabs li a:after {
    content: "";
    display: inline-block;
    background: transparent url("/assets/img/tab-right-arrow.png") no-repeat center right;
    width: 15px;
    height: 15px;
    padding-left: .75em;
}
div#share ul.tabs li a.active:after {
    display: inline-block;
    background: transparent url("/assets/img/tab-down-arrow.png") no-repeat center right;
}
@media only screen and (min-width: 450px){
    #infographics ul,
    #socialdownloads ul {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 550px){ center
#infographics ul,
#socialdownloads ul {
    width: 100%;
}
    #infographics ul li,
    #socialdownloads ul li{
        width: 50%;
        float: left;
        min-height: 400px;
    }
}
@media only screen and (min-width: 750px){
    div#share ul.tabs li{
        float: left;
        width: 50%;
    }
    #infographics ul li,
    #socialdownloads ul li{
        width: 33.33%;
        float: left;
    }
    div#share ul.tabs{
        width: 100%;
        margin-left: 0;
    }
}

/*Print Styles*/
@media print {
    * {margin: 0; padding: 0;}
    html, body {
        font-family: "Gotham A", "Gotham B", Sans-Serif;
        color: #000;
        height: 99%;
        overflow: visible;
        page-break-after: avoid;
        page-break-before: avoid;
        font-size: 60%;
        min-height: auto;
        width: auto;
    }
    body
    {
        margin: 10mm 10mm 10mm 10mm;
    }
    img.printLogo {
        display: block;
        width: 150px;
        margin-bottom: 30px;
    }
    .pageHeader, .conditionHeader, .genericHeader, .heroArea, .headerLeft {
        margin-top: 0;
        margin-bottom: 15px;
        /*height: 0;*/
    }
    .titleContainer h1 {
        color: #000;
        font-size: 25pt;
    }
    .headerLeft {
        overflow: visible;
    }
    .headerLeft .breadCrumbs {
        top: -30px;
    }
    .titleContainer {
        margin-top: 0;
        position: relative;
        width: 100%;
        padding: 0;
    }
    .blogArticle  {
        margin-top: 0;
    }
    .block_locations.dynamic .col {
        min-height: 120px;
        width: 33.33%;
        float: left;
    }
    .constrainedContent,
    .intConstrainedContent {
        width: 100%;
        margin: 0 auto;
        max-width: none;
    }
    .accordion-header.closed + .accordion-content{
        height: 100%;
        overflow: visible;
    }
    .interiorLeft {
        background: transparent;
        margin: 0;
        float: none;
        padding: 0;
    }
    .conditionsCareInt .interiorRight,
    .interiorRight{
        padding: 0 0 0 0;
        float: none;
    }

    .careTeamInfo .quickLinks,
    .interiorRight .quickLinks,
    .quickLinks {
        border: none;
        text-align: left;
        page-break-after: always;
        break-after: always;
    }
    .careTeamInfo .quickLinks > div,
    .interiorRight .quickLinks > div {
        padding-left: 0;
        margin: 0;
        padding: 0;
        background: transparent;
        float: none;
        page-break-before: avoid;
        page-break-after: avoid;
    }
    .careTeamInfo .quickLinks div a, .interiorRight .quickLinks div a {
        display: block;
        text-align: left;
        background: transparent;
        padding: 0;
        margin:0;
        color: #000;
        font-size: 17px;
        font-size: 1.7rem;
    }
    .titleContainer .absoluteCaption,
    .condCareKidsHealth,
    .khm .blogKHMrelated,
    .khm .slideContainer,
    .khm .imagesGrid,
    .khm .interiorRight,
    ul#temp-nav,
    .interiorLeft .block_locations,
    .careTeamInfo .quickLinks > a,
    .interiorRight .quickLinks > a,
    .block_locations.dynamic img,
    .interiorLeft .careTeam,
    .headerBackground,
    .pageHeader img,
    .sidenav.mobileMenu,
    .textbox-rows.block_links,
    .interiorRight .accordion-wrapper,
    header,
    ul#tab-nav,
    .gilletteLocations,
    .careteam-khm,
    .socMedia,
    .videoWrapper,
    iframe,
    .condCareIntCards,
    .footerCTAs,
    .footerHeader,
    .footerCenter,
    footer .copyRight,
    .no-print,
    #debug {
        display: none;
        height: 0;
        width: 0;
        margin: 0;
        padding: 0;
    }
    .copyRightTxt {
        page-break-after: avoid;
        display: block;
        float: none;
        margin: 0;
    }
    .conditions-and-care .interiorLeft img,
    .conditions-care .interiorLeft img {
        display: block;
    }
    footer {
        page-break-after: auto;
        page-break-before: auto;
        margin: 0;
        padding: 0;
    }
    .accordion-content ul > li,
    .block_content ul > li,
    .intPageSection ul > li,
    .interiorLeft section ul > li {
        margin-bottom: 2pt;
    }
    footer.content {
        height: auto;
        margin: 0;
        padding: 0;
        page-break-after: auto;
        page-break-before: auto;
        background: transparent;
        color: #000;
    }
    footer .copyRight {
        margin: 0;
        padding: 0;
        page-break-after: auto;
        page-break-before: auto;
        padding: 0;
        color: #000;
    }
    .videoURL {
        display: block;
        font-weight: 500;
        font-size: 1.8rem;
        font-size: 18px;
        text-decoration: underline;
        margin-bottom: 30px;
        text-align: center;
    }
    .blogHeader .absoluteCaption {
        top: -25px;
    }
    p.patient-ed-boiler {
        display: block;
        text-align: center;
        margin-bottom: 15pt;
    }
    .post-tags a {
        padding: 3px 10px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 2px;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 35px;
        background-color: #707172;
        color: #fff;
        white-space: nowrap;
        text-decoration: none;
    }
}