.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

:root {
    --eod-color: hsl(267, 40%, 44%);
    --eod-dark-color: hsl(267, 100%, 22%);
    --eod-link-color: hsl(264, 100%, 24%);
    --eod-link-hover-color: hsl(264, 100%, 80%);
    --eod-mobile-link-color: hsl(267, 92%, 33%);
    --eod-mobile-link-hover-color: hsl(264, 100%, 80%);
    --eod-mobile-nav-link-hover-color: hsl(267, 98%, 22%);
    --eod-schema-link-color: hsl(267, 100%, 24%);
    --eod-schema-link-hover-color: hsl(267, 37%, 92%);
    --toronto-color: hsl(180, 100%, 25%);
    --toronto-dark-color: hsl(180, 100%, 19%);
    --toronto-link-color: hsl(180, 100%, 20%);
    --toronto-link-hover-color: hsl(180, 100%, 50%);
    --toronto-mobile-link-color: var(--toronto-color);
    --toronto-mobile-link-hover-color: var(--toronto-color);
    --toronto-mobile-nav-link-hover-color: var(--toronto-color);
    --toronto-schema-link-color: var(--toronto-link-color);
    --toronto-schema-link-hover-color: hsl(180, 67%, 90%);
    --pediatric-color: hsl(180, 100%, 25%);
    --pediatric-dark-color: hsl(180, 100%, 19%);
    --pediatric-link-color: hsl(180, 100%, 20%);
    --pediatric-link-hover-color: hsl(180, 100%, 50%);
    --pediatric-mobile-link-color: var(--pediatric-color);
    --pediatric-mobile-link-hover-color: var(--pediatric-color);
    --pediatric-mobile-nav-link-hover-color: var(--pediatric-color);
    --pediatric-schema-link-color: var(--pediatric-link-color);
    --pediatric-schema-link-hover-color: hsl(180, 67%, 90%);
}

/* =====================================================
    NCI Banner
===================================================== */
[role=banner] { position: relative; }
#nciBanner { background-color: #fff; }
.nciLogo { padding: 23px 23px 23px 0; width: 100%; max-width: 451px; display: inline-block; line-height: 0; }
.nciLogo img { max-height: 54px; }

/* IE 8 Yay! */
.ie-logo-desk { display: block; }
.ie-logo-mob, .ie-logo-tab { display: none; }
@media (max-width: 41.99em) { .ie-logo-desk { display: none; } .ie-logo-tab { display: block; } }
@media (max-width: 27.99em) { .ie-logo-tab { display: none; } .ie-logo-mob { display: block; } }

#skip, #skip:hover, #skip:visited { position: absolute; top: -20em; right: 50%; margin-right: -6.6em; padding: .7em 1.5em; font-weight: bold; color: #00885A!important; border: 2px solid #00885A; border-top: none; border-radius: 0 0 3px 3px; transition: all .2s ease-in-out; }
#skip:active, #skip:focus { position: absolute; top: 0; color: #00885A; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.7); }

/* 767px and lower */
@media (max-width: 47.99em) {
    #nciBanner { text-align: left; }
    #nciBanner .nciLogo { float: none; }
}

/* =====================================================
    Splash Page
===================================================== */
.splash { background: #282f35 url("../img/splash.jpg") no-repeat; background-size: cover; color: #eee; }
.splash h1 { margin-top: 2em; }
.splash a { color: #94F2F1; text-decoration: none; }
.splash a:hover, .splash a:focus { text-decoration: underline; }
.text-shadow { text-shadow: 0 1px 0 #000; }

.dataBox { margin-bottom: 2em; text-align: center; }
.dataBox a { display: block; color: #fff; text-decoration: none!important; }
.dataBox img { opacity: .85; transition: all .1s ease-in-out; }
.dataBox div { text-align: right; padding: .75em 1em; font-size: .85em; line-height: 1.3em; max-width: 426px; margin: 0 auto; box-shadow: inset 0 -1em 2em rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.45), 0 5px 10px rgba(0,0,0,.7); text-shadow: 0 1px 0 rgba(0,0,0,.7); transition: all .1s ease-in-out;  }
.dataBox div strong { float: left; font-size: 1.15em; display: block; }

.dataBox-eod { background: hsl(267, 40%, 44%); border: 1px solid hsl(267, 100%, 22%); }
.dataBox-toronto { background: var(--toronto-color); border: 1px solid var(--toronto-dark-color); }
.dataBox-pediatric { background: var(--pediatric-color); border: 1px solid var(--pediatric-dark-color); }
.dataBox-tnm { background: #00885A; border: 1px solid #003e29; }
.dataBox-cs { background: #3579b8; border: 1px solid #0b4983; }

.dataBox a:hover img, .dataBox a:focus img { opacity: 1; transition: all .1s ease-in-out; }
.dataBox a:hover div, .dataBox a:focus div { box-shadow: inset 0 -1em 2em rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.45), 0 2px 4px rgba(0,0,0,.5); transition: all .1s ease-in-out; }

.smaller-text,
.smaller-text-block {
    font-size: 0.85em;
}
.smaller-text-block {
    display: block;
    margin-top: 0.15em;
}

/* 991 px and lower */
@media (max-width: 61.99em) {
    .dataBox div { text-align: left; }
    .dataBox div strong { float: none; }
}

/* 767px and lower */
@media (max-width: 47.99em) {
    .splash h1 { margin-top: 1em; }
}

/* 599px and lower */
@media (max-width: 37.49em) {
    .dataBox div { text-align: right; }
    .dataBox div strong { float: left; }
}

/* 399px and lower */
@media (max-width: 24.99em) {
    .dataBox div { text-align: left; }
    .dataBox div strong { float: none; }
}

/*======================================================
    User Banner
===================================================== */
.user-banner {
    background-color: hsl(202, 2%, 90%);
    text-align: right;
    padding: 2px 30px;
    color: black;
    font-size: 0.95em;
}
.user-banner a {
    color: blue !important;
    text-decoration: underline;
    font-weight: bold;
}
.sso-indicator {
    background-color: darkslategray;
    opacity:0.7;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0 0.2rem;
    border-radius: 4px;
}

/* =====================================================
    CS/TNM Data Home
===================================================== */
/* toronto color hsl(321, 73%, 28%) */
/* pediatric color hsl(321, 73%, 28%) */
.tnm, .eod, .cs, .toronto, .pediatric { background: #050505; }
.tnm a { color: hsl(157, 100%, 24%); }
.tnm .footer a {
    color: hsl(157, 100%, 27%);
}
.eod a { color: hsl(264, 100%, 24%); }
.eod .footer a {
    color: hsl(264, 100%, 80%);
}
.toronto a { color: var(--toronto-link-color); }
.toronto .footer a {
    color: var(--toronto-link-hover-color);
}
.pediatric a { color: var(--pediatric-link-color); }
.pediatric .footer a {
    color: var(--pediatric-link-hover-color);
}
.cs a { color: #286cab; }
.cs .footer a {
    color: #387ec0;
}

.header { background: #050505; padding: 1em 0; }

.version { font-size: .9em; padding: .3em 0; margin-top: .9em; }
.version label { display: block; margin: 0; text-align: left; }
.version select { display: inline-block; width: 78%; margin: 0; }
.version button { width: 20%; border-radius: 3px; background: #ededed; box-shadow: inset 0 -1em 0px rgba(0,0,0,.075), inset 0 1px 0 #fff; transition: .2s all ease; text-shadow: 0 1px 0 rgba(255,255,255,.75); }
    .version button:hover, .version:focus { box-shadow:  inset 0 -1em 0px rgba(0,0,0,.05), inset 0 1px 0 #fff; transition: .2s all ease; }

.hero { padding: 3em 0; }
    .eod .hero { background: #f2f2f2 url("../img/eod-hero.jpg") no-repeat; background-size: cover; }
    .toronto .hero { background: #f2f2f2 url("../img/toronto-hero.jpg") no-repeat; background-size: cover; }
    .pediatric .hero { background: #f2f2f2 url("../img/pediatric-hero.jpg") no-repeat; background-size: cover; }
    .tnm .hero { background: #f2f2f2 url("../img/tnm-hero.jpg") no-repeat; background-size: cover; }
    .cs .hero { background: #f2f2f2 url("../img/cs-hero.jpg") no-repeat; background-size: cover; }

.section-white { background: #fff; padding: 1.5em 0; }
.section-gray { background: #f2f2f2; padding: 1.5em 0; }
.section-lightpurple { background: hsl(265, 67%, 98%); padding: 1.5em 0; }
.breadcrumbs { padding: .5em 0; font-size: .9em; }
.breadcrumbs a { display: inline-block; padding: 0 1em 0 0; margin-right: .3em; background: url("../img/list-arrow.png") right center no-repeat; }
    .tnm .breadcrumbs a {
        color: hsl(160, 100%, 24%);
    }
    .eod .breadcrumbs a {
        color: hsl(267, 100%, 24%);
    }
    .toronto .breadcrumbs a {
        color: var(--toronto-link-color);
    }
    .pediatric .breadcrumbs a {
        color: var(--pediatric-link-color);
    }
    .cs .breadcrumbs a {
        color: #306da5;
    }

.header h1 { margin: .2em 0 0 0; line-height: .8; }
.header h1 a { color: #fff; text-decoration: none; }
.header h1 span { font-size: 50%; padding: 0 .5em; border-radius: 3px; display: inline-block; vertical-align: middle; line-height: 1.4; }
    .tnm .header h1 span { background: #00885A; }
    .eod .header h1 span { background: hsl(267, 40%, 44%);}
    .toronto .header h1 span { background: var(--toronto-color);}
    .pediatric .header h1 span { background: var(--pediatric-color);}
    .cs .header h1 span { background: #3579b8; }
.header .subTitle { color: #ccc; font-size: .9em; display: inline-block; }
.lead { font-family: "Source Serif Pro", serif; font-size: 1.6em; line-height: 1.3; margin-bottom: .5em; text-shadow: 0 1px 2px rgba(255,255,255,.8); }

.main-nav { list-style-image: none; margin: .75em 0 0 0; padding: 0; text-align: right; }
.main-nav li { display: inline-block; margin-left: .5em; }
.main-nav a { display: block; padding: .3em .5em; text-transform: uppercase; font-size: .8em; color: #fff; text-decoration: none; border-bottom: 2px solid transparent; transition: .2s all ease; }
    .tnm .main-nav a:hover, .tnm .main-nav a:focus { border-color: #00885A; }
    .eod .main-nav a:hover, .eod .main-nav a:focus { border-color: hsl(267, 40%, 44%); }
    .toronto .main-nav a:hover, .toronto .main-nav a:focus { border-color: var(--toronto-color); }
    .pediatric .main-nav a:hover, .pediatric .main-nav a:focus { border-color: var(--pediatric-color); }
    .cs .main-nav a:hover, .cs .main-nav a:focus { border-color: #3579b8; }

    body.tnm.list .main-nav a.list { border-color: #00885A; }
    body.eod.list .main-nav a.list { border-color: hsl(267, 40%, 44%); }
    body.toronto.list .main-nav a.list { border-color: var(--toronto-color); }
    body.pediatric.list .main-nav a.list { border-color: var(--pediatric-color); }
    body.cs.list .main-nav a.list { border-color: #3579b8; }

    body.tnm.conversion .main-nav a.conversion { border-color: #00885A; }
    body.eod.conversion .main-nav a.conversion { border-color: hsl(267, 40%, 44%); }
    body.toronto.conversion .main-nav a.conversion { border-color: var(--toronto-color); }
    body.pediatric.conversion .main-nav a.conversion { border-color: var(--pediatric-color); }
    body.cs.conversion .main-nav a.conversion { border-color: #3579b8; }

.mobileLink { display: none; padding: .3em 0; }
    .tnm .mobileLink { background: #00885A; }
    .eod .mobileLink { background: hsl(267, 40%, 44%); }
    .toronto .mobileLink { background: var(--toronto-mobile-link-color); }
    .pediatric .mobileLink { background: var(--pediatric-mobile-link-color); }
    .cs .mobileLink { background: #3579b8; }
.mobileLink a { display: inline-block; color: #fff; text-decoration: none; padding: .3em 1em .3em 2.5em; background: url("../i/icn-menu.png") 1em center no-repeat; font-weight: bold; border: 1px solid transparent; border-radius: 3px; transition: .2s all ease; }
    .tnm .mobileLink a:focus, .tnm .mobileLink a:hover { border: 1px solid hsl(160, 92%, 33%); box-shadow: inset 0 5px 10px rgba(0,0,0,.3); transition: .2s all ease; }
    .eod .mobileLink a:focus, .eod .mobileLink a:hover { border: 1px solid hsl(267, 92%, 33%); box-shadow: inset 0 5px 10px rgba(0,0,0,.3); transition: .2s all ease; }
    .toronto .mobileLink a:focus, .toronto .mobileLink a:hover { border: 1px solid var(--toronto-mobile-link-hover-color); box-shadow: inset 0 5px 10px rgba(0,0,0,.3); transition: .2s all ease; }
    .pediatric .mobileLink a:focus, .pediatric .mobileLink a:hover { border: 1px solid var(--pediatric-mobile-link-hover-color); box-shadow: inset 0 5px 10px rgba(0,0,0,.3); transition: .2s all ease; }
    .cs .mobileLink a:focus, .cs .mobileLink a:hover { border: 1px solid #4b8ac5; box-shadow: inset 0 5px 10px rgba(0,0,0,.3); transition: .2s all ease; }

.newsList { list-style-image: none; margin: 0; padding: 0; }
.newsList li { margin-bottom: 1.25em; }
.newsList .date { display: block; padding: .2em 0 .2em .4em; margin-bottom: .3em; background: #f2f2f2; }
    .tnm .newsList .date { border-left: 2px solid #00885A; }
    .eod .newsList .date { border-left: 2px solid hsl(267, 40%, 44%); }
    .toronto .newsList .date { border-left: 2px solid var(--toronto-color); }
    .pediatric .newsList .date { border-left: 2px solid var(--pediatric-color); }
    .cs .newsList .date { border-left: 2px solid #3579b8; }

.schemaList { background: #fff; padding: .8em; margin-top: -4.9em; }
.schemaList h2 { background: #050505; color: #fff; margin: 0; font-size: 1.075em; padding: .5em 0; font-family: "Nunito", sans-serif; text-align: center; }
.schemaList ul { padding: .75em 1em .75em 2em; margin: 0; border-left: 1px solid #bbb; border-right: 1px solid #bbb; }
.schemaList li { padding: .1em 0; }
.schemaList li a { text-decoration: none; }
.schemaList li a:hover, .schemaList li a:focus { text-decoration: underline; }
.schemaList .callToAction { width: 100%; }

.featureBox { background: #fff; padding: 1em; position: relative; margin: 1em 0 2.5em; }
.featureBox h2 { font-size: 1.2em; }
.featureBox .callToAction { position: absolute; bottom: -1.5em; left: 1em; width: 85%; max-width: 17em; }
.featureBox.button-top .callToAction {top: -0.6em; bottom: auto; right: 1em; left: auto; max-width: 15em;}

.icn-calculator { padding: .4em 0 .4em 2.5em; background: url("../img/icn-calculator.png") left center no-repeat; }
.icn-software { padding: .4em 0 .4em 2.5em; background: url("../img/icn-software.png") left center no-repeat; }
.icn-training { padding: .4em 0 .4em 2.5em; background: url("../img/icn-training.png") left center no-repeat; }

a.callToAction { display: inline-block; color: #fff; text-decoration: none; box-shadow: inset 0 -1.2em 0 rgba(0,0,0,.1); transition: .2s all ease; background: #404040;}
    .tnm a.callToAction { background: #00885A; }
    .eod a.callToAction { background: hsl(267, 40%, 44%); }
    .toronto a.callToAction { background: var(--toronto-color); }
    .pediatric a.callToAction { background: var(--pediatric-color); }
    .cs a.callToAction { background: #3579b8; }
a.callToAction span { display: block; padding: .5em 4em .5em 1em; background: url("../img/cta-arrow.png") right center no-repeat;  }
a.callToAction:hover, a.callToAction:focus { box-shadow: inset 0 -.3em 0 rgba(0,0,0,.35); transition: .2s all ease; }


.footer { padding: 2em 0 4em; color: #eee; }
.footer hr { border-color: #333; }
.tagline { text-align: center; font-size: .9em; margin-top:20px;}

.footerLinks { list-style: none; margin: 1 0; padding: 0; font-size: .9em; }
.footerLinks li { display: block; margin: 0 1em; line-height:1.5em;}

.seer-logo {
    background: transparent url("../img/seer_logo.png") left center no-repeat;
    background-size: 57px;
    min-height: 57px;
    padding-left: 75px;
    margin-top: 10px;
}

.mobileNav ul { list-style-image: none; margin: 0; padding: 0; text-align: center; font-size: .94em; }
.mobileNav li { display: inline-block; padding: 0; margin: .5em; }
.mobileNav li a:hover, .mobileNav li a:focus { text-decoration: underline; }
.returnTop { display: none; }

/* 991 px and lower */
@media (max-width: 61.99em) {
    #nciBanner .container { width: 100%; }
    .nciLogo { padding: 10px; }
    .header h1, .header .subTitle { text-align: center; display: block; }
    .main-nav { border-top: 1px solid #ccc; padding-top: .75em; text-align: center; }

    .version { padding: 1em 23px; background: #f2f2f2; margin: 0; border-top: 1px solid #ccc; }
    .version label { visibility: hidden; height: 0; width: 0; overflow: hidden; }
}

/* 767px and lower */
@media (max-width: 47.99em) {

    .header { padding: 1em 0; }
    .lead { font-size: 1.4em; }
    .hero { padding: 1em 0; }
    .cta-large { font-size: 1em; }
    .schemaList { margin-top: 2em; padding: 0; }
    .schemaList li { width: 50%; float: left; }

    /* menu jump appears */
    .main-nav { display: none; }
    .mobileLink { display: block; }

    .mobileNav ul { position: relative; margin-top: 3em; text-align: left; }
        .tnm .mobileNav ul { background: #00885A; }
        .eod .mobileNav ul { background: hsl(267, 40%, 44%); }
        .toronto .mobileNav ul { background: var(--toronto-color); }
        .pediatric .mobileNav ul { background: var(--pediatric-color); }
        .cs .mobileNav ul { background: #3579b8; }
    .mobileNav ul:before { content: 'Main Menu'; position: absolute; bottom: 100%; left: 0; display: inline-block; padding: .3em 0; color: #fff; font-size: 1.2em; }
    .mobileNav li { margin: 0; display: block; }
    .tnm .mobileNav li a,
    .eod .mobileNav li a,
    .toronto .mobileNav li a,
    .pediatric .mobileNav li a,
    .cs .mobileNav li a { display: block; padding: .4em 1em; border-bottom: 1px solid #050505; color: #fff; transition: .2s all ease; }
        .tnm .mobileNav li a:focus, .tnm .mobileNav li a:hover { background: hsl(160, 98%, 22%); text-decoration: none; padding-left: 1.3em; transition: .2s all ease; }
        .eod .mobileNav li a:focus, .eod .mobileNav li a:hover { background: hsl(267, 98%, 22%); text-decoration: none; padding-left: 1.3em; transition: .2s all ease; }
        .toronto .mobileNav li a:focus, .toronto .mobileNav li a:hover { background: var(--toronto-mobile-nav-link-hover-color); text-decoration: none; padding-left: 1.3em; transition: .2s all ease; }
        .pediatric .mobileNav li a:focus, .pediatric .mobileNav li a:hover { background: var(--pediatric-mobile-nav-link-hover-color); text-decoration: none; padding-left: 1.3em; transition: .2s all ease; }
        .cs .mobileNav li a:focus, .cs .mobileNav li a:hover { background: #235f98; color: #fff; text-decoration: none; padding-left: 1.3em; transition: .2s all ease; }
    .mobileNav li:last-child a { border-bottom: none; }
    .returnTop { display: inline-block; color: #fff!important; text-decoration: none; padding: .3em 1em .3em 2.5em; background: url("../img/icn-return.png") 1em center no-repeat; border: 1px solid transparent; border-radius: 3px; transition: .2s all ease; margin-top: 1em; }
    .returnTop:focus, .returnTop:hover { border: 1px solid #444; transition: .2s all ease; }
}

/* 599px and lower */
@media (max-width: 37.49em) {
    .version { text-align: center; }
    .header { padding: .5em 0; }
    .header h1 { font-size: 1.6em; }
    .lead { font-size: 1.1em; }
    .cta-large { font-size: .9em; }

    .footerLinks, .tagline { text-align: left; }
    .footerLinks li { display: block; margin: 0; }
}

/* 399px and lower */
@media (max-width: 24.99em) {
    .cta-large { width: 100%; }
    .schemaList li { width: auto; float: none; }
	/* footer .seer-logo { background-position: top center; padding: 80px 0 0 0; text-align: center; } */
}

/* =====================================================
    Cancer Schema List
===================================================== */
.schemaLink { display: block; padding: .3em .5em; background: #f2f2f2; margin-bottom: .1em; transition: .2s all ease; border-left: 4px solid transparent; }
    .tnm .schemaLink {
        color: hsl(160, 100%, 24%);
    }
    .tnm .schemaLink:hover, .tnm .schemaLink:focus { background: hsl(160, 37%, 92%); transition: .2s all ease; padding-left: .7em; padding-right: .3em; border-left: 4px solid #00885A; text-decoration: none; }
    .eod .schemaLink {
        color: hsl(267, 100%, 24%);
    }
    .eod .schemaLink:hover, .eod .schemaLink:focus { background: hsl(267, 37%, 92%); transition: .2s all ease; padding-left: .7em; padding-right: .3em; border-left: 4px solid hsl(267, 40%, 44%); text-decoration: none; }
    .toronto .schemaLink {
        color: var(--toronto-schema-link-color);
    }
    .toronto .schemaLink:hover, .toronto .schemaLink:focus { background: var(--toronto-schema-link-hover-color); transition: .2s all ease; padding-left: .7em; padding-right: .3em; border-left: 4px solid hsl(267, 40%, 44%); text-decoration: none; }
    .pediatric .schemaLink {
        color: var(--pediatric-schema-link-color);
    }
    .pediatric .schemaLink:hover, .pediatric .schemaLink:focus { background: var(--pediatric-schema-link-hover-color); transition: .2s all ease; padding-left: .7em; padding-right: .3em; border-left: 4px solid hsl(267, 40%, 44%); text-decoration: none; }
    .cs .schemaLink {
        color: #306da5;
    }
    .cs .schemaLink:hover, .cs .schemaLink:focus { background: #e7eff7; transition: .2s all ease; padding-left: .7em; padding-right: .3em; border-left: 4px solid #3579b8; text-decoration: none; }

.schemaGroup { display: block; padding:0; background: #f2f2f2; margin-bottom: .1em; transition: .2s all ease; border-left: 4px solid transparent; }
    details.schemaGroup[open] { padding-bottom: .2em;}
    details.schemaGroup > summary { padding: .3em .5em; display: list-item;} /* display: list-item; is need for the disclosure triangle to show in firefox */
    details.schemaGroup > summary::-webkit-details-marker {
        opacity: 0.5;
    }
    details.schemaGroup[open] > summary { padding-bottom: .1em;}
    .tnm .schemaGroup {
        color: hsl(160, 100%, 24%);
    }
    .tnm .schemaGroup:hover, .tnm .schemaGroup:focus, .tnm .schemaGroup:focus-within { background: hsl(160, 37%, 92%); transition: .2s all ease; padding-left: .3em; padding-right: .3em; border-left: 4px solid #00885A; text-decoration: none; }
    .eod .schemaGroup {
        color: hsl(267, 100%, 24%);
    }
    .eod .schemaGroup:hover, .eod .schemaGroup:focus, .eod .schemaGroup:focus-within { background: hsl(267, 37%, 92%); transition: .2s all ease; padding-left: .3em; padding-right: .3em; border-left: 4px solid hsl(267, 40%, 44%); text-decoration: none; }
    .toronto .schemaGroup {
        color: var(--toronto-schema-link-color);
    }
    .toronto .schemaGroup:hover, .toronto .schemaGroup:focus, .toronto .schemaGroup:focus-within { background: hsl(267, 37%, 92%); transition: .2s all ease; padding-left: .3em; padding-right: .3em; border-left: 4px solid var(--toronto-schema-link-hover-color); text-decoration: none; }
    .pediatric .schemaGroup {
        color: var(--pediatric-schema-link-color);
    }
    .pediatric .schemaGroup:hover, .pediatric .schemaGroup:focus, .pediatric .schemaGroup:focus-within { background: hsl(267, 37%, 92%); transition: .2s all ease; padding-left: .3em; padding-right: .3em; border-left: 4px solid var(--pediatric-schema-link-hover-color); text-decoration: none; }
    .cs .schemaGroup {
        color: #306da5;
    }
    .cs .schemaGroup:hover, .cs .schemaGroup:focus, .cs .schemaGroup:focus-within { background: #e7eff7; transition: .2s all ease; padding-left: .3em; padding-right: .3em; border-left: 4px solid #3579b8; text-decoration: none; }

.schemaSearch { background: #f4f5d2; padding: .75em; position: relative; margin-bottom: 1em; }
.schemaSearch label.sr { position: absolute; left: -99999em; }
.schemaSearch input { display: inline-block; margin: 0; }
.schemaSearch .count { display: block; text-align: right; margin-top: .25em; }

/*#section1 label, #section2 label { position: absolute; left: -99999em; }*/
#section1 input { width: 60%; display: inline-block; margin: 0; }
#section2 input { width: 34.5%; display: inline-block; margin: 0; }

#id_search_type { list-style: none; padding: 0; margin: 0 0 .5em 0; }
#id_search_type li { display: inline-block; margin-right: 1em; }
#id_search_type input, #id_search_type label { margin: 0; }

.schemaSearch button { display: inline-block; text-align: left; padding: 0; color: #fff; border: none; text-decoration: none; box-shadow: inset 0 -1.2em 0 rgba(0,0,0,.1); transition: .2s all ease; }
    .tnm .schemaSearch button { background: #00885A; }
    .eod .schemaSearch button { background: hsl(267, 40%, 44%); }
    .toronto .schemaSearch button { background: var(--toronto-color); }
    .pediatric .schemaSearch button { background: var(--pediatric-color); }
    .cs .schemaSearch button { background: #3579b8; }
.schemaSearch button span { display: block; padding: .3em 4em .3em 1em; background: url("../img/cta-arrow.png") right center no-repeat;  }
.schemaSearch button:hover, .schemaSearch button:focus { box-shadow: inset 0 -.3em 0 rgba(0,0,0,.35); transition: .2s all ease; }

/*.schemaSearch div[role="tabpanel"] { padding: 0; border: none; }*/

/* 767px and lower */
@media (max-width: 47.99em) {
    .schemaSearch .count { text-align: left; }
}

/* 399px and lower */
@media (max-width: 24.99em) {
    .schemaSearch input, .schemaSearch button { width: 100%; margin-bottom: .25em; }
    .schemaSearch .count { text-align: center; }
}

/* =====================================================
    Cancer Schema
===================================================== */
.genericBlock { padding: .5em 1em; border-left: 4px solid transparent; background: #f2f2f2; margin-bottom: 1em; }
    .tnm .genericBlock { border-color: #00885A; }
        .tnm .genericBlock a {
            color: hsl(160, 100%, 24%);
        }
    .eod .genericBlock { border-color: hsl(267, 40%, 44%); }
        .eod .genericBlock a {
            color: hsl(267, 100%, 24%);
        }
    .toronto .genericBlock { border-color: var(--toronto-color); }
        .toronto .genericBlock a {
            color:var(--toronto-schema-link-color);
        }
    .pediatric .genericBlock { border-color: var(--pediatric-color); }
        .pediatric .genericBlock a {
            color:var(--pediatric-schema-link-color);
        }
    .cs .genericBlock { border-color: #3579b8; }
.genericBlock h3 { font-family: "Nunito", sans-serif; padding: 0; margin: 0 0 .25em 0; font-size: 1em; font-weight: bold; }
.genericBlock ul { margin: 0 0 1em 0; padding-left: 1.5em; }

.toggleControls { display: none; }
    .js .toggleControls { display: inline; }


/* =====================================================
    Tabs
===================================================== */
.tab-interface { margin-top: 2em; }
a[role="tab"] { background: #f2f2f2; color: #fff; padding: 0.25em 1em; display: inline-block; border: 1px solid #a8a8a8; border-bottom: 0; }
    .tnm a[role="tab"] { color: hsl(157, 100%, 24%); }
    .eod a[role="tab"] { color: hsl(264, 100%, 24%); }
    .toronto a[role="tab"] { color: var(--toronto-link--color); }
    .pediatric a[role="tab"] { color: var(--pediatric-link--color); }
    .cs a[role="tab"] { color: #286cab; }
a[aria-selected], a[role="tab"]:focus { background: #fff; color: #333!important; border: 1px solid #a8a8a8; border-bottom: 0; position: relative; top: 1px; }
    .tnm a[aria-selected], .tnm a[role="tab"]:focus { border-top: 2px solid hsl(160, 100%, 27%); }
    .eod a[aria-selected], .eod a[role="tab"]:focus { border-top: 2px solid hsl(267, 40%, 44%); }
    .toronto a[aria-selected], .toronto a[role="tab"]:focus { border-top: 2px solid var(--toronto-color); }
    .pediatric a[aria-selected], .pediatric a[role="tab"]:focus { border-top: 2px solid var(--pediatric-color); }
    .cs a[aria-selected], .cs a[role="tab"]:focus { border-top: 2px solid #3579b8; }
a[role="tab"]:focus { background: #eee; }
[role="tablist"] { margin: 0; padding: 0; }
[role="tablist"] li { display: inline-block; list-style: none; }
[role="tabpanel"] { margin-top: 0; padding: 1.5em; border: 1px solid #a8a8a8; }
[role="tabpanel"][aria-hidden="true"] { display: none; }
[role="tabpanel"]:focus { background: #eee; outline: thin dotted; }
[role="tabpanel"] h3 { margin-top: 0; }

/* 767px and lower */
@media (max-width: 47.99em) {
    [role="tabpanel"] { padding: .5em; }
}

/* =====================================================
    Flow Charts
===================================================== */
.collapsible h4 { margin: 1em 0 0 0; font-family: 'Nunito', sans-serif; }
h4 [aria-expanded] { display: block; width: 100%; font-size: inherit; font-family: inherit; text-transform: inherit; text-align: inherit; margin: 0; padding: .5em .5em .5em 1em; background: #f2f2f2; border: 1px solid #d4d4d4; text-align: left; }
h4 [aria-expanded] span { display: block; padding: .2em 0 .2em 1.85em;  }
    .tnm h4 [aria-expanded] span { background: url("../img/toggle-tnm.png") left 3px no-repeat; }
    .eod h4 [aria-expanded] span { background: url("../img/toggle-eod.png") left 3px no-repeat; }
    .toronto h4 [aria-expanded] span { background: url("../img/toggle-toronto.png") left 3px no-repeat; }
    .pediatric h4 [aria-expanded] span { background: url("../img/toggle-pediatric.png") left 3px no-repeat; }
    .cs h4 [aria-expanded] span { background: url("../img/toggle-cs.png") left 3px no-repeat; }
h4 [aria-expanded="true"] { border-bottom: 0; }
    .tnm h4 [aria-expanded="true"] span { background: url("../img/toggle-tnm.png") left -149px no-repeat; }
    .eod h4 [aria-expanded="true"] span { background: url("../img/toggle-eod.png") left -149px no-repeat; }
    .toronto h4 [aria-expanded="true"] span { background: url("../img/toggle-toronto.png") left -149px no-repeat; }
    .pediatric h4 [aria-expanded="true"] span { background: url("../img/toggle-pediatric.png") left -149px no-repeat; }
    .cs h4 [aria-expanded="true"] span { background: url("../img/toggle-cs.png") left -149px no-repeat; }
.collapsible h4 + [aria-hidden] { display: none; border: 1px solid #d4d4d4; border-top: none; background: #f2f2f2; padding: 1em; text-align: center; }
    .collapsible h4 + [aria-hidden] h3,
    .collapsible h4 + [aria-hidden] .genericBlock {
        text-align: left;
    }
    .collapsible h4 + [aria-hidden] h3 {
        padding-left: 20px;
    }
        .collapsible h4 + [aria-hidden] .inclusion-type {
            padding-left: 0;
        }
.collapsible h4 + [aria-hidden="false"] { display: block; }

.hist { border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8; padding: .5em 0; margin-bottom: 1em; }
.hist p { margin: 0; padding: 0; }

.flowList { margin: 0 auto; padding: 0; list-style-image: none; display: table; height: 100%; }
.flowList li { display: table-cell; height: 100%; border: 2px solid #a8a8a8; background: #fff; width: 1%; padding: 1em; vertical-align: middle; line-height: 1.3; }
.flowList li span { display: block; position: relative; }
.flowList li:first-child { border-radius: 5px 0 0 5px; border-right: none; }
.flowList li:first-child span:after { position: absolute; content: ''; top: 50%; margin-top: -13px; right: -29px; width: 16px; height: 26px; background: url("../img/arrow-flow-tnm.jpg") center no-repeat; }
    .tnm .flowList li:first-child span:after { background: url("../img/arrow-flow-tnm.jpg") center no-repeat; }
    .eod .flowList li:first-child span:after { background: url("../img/arrow-flow-eod.png") center no-repeat; }
    .toronto .flowList li:first-child span:after { background: url("../img/arrow-flow-toronto.png") center no-repeat; }
    .pediatric .flowList li:first-child span:after { background: url("../img/arrow-flow-pediatric.png") center no-repeat; }
    .cs .flowList li:first-child span:after { background: url("../img/arrow-flow-cs.jpg") center no-repeat; }
.flowList li:last-child { border-radius: 0 5px 5px 0; border-left: none; }
.flowList li:last-child span:after { position: absolute; content: ''; top: 50%; margin-top: -13px; left: -20px; width: 16px; height: 26px; }
    .tnm .flowList li:last-child span:after { background: url("../img/arrow-flow-tnm.jpg") center no-repeat; }
    .eod .flowList li:last-child span:after { background: url("../img/arrow-flow-eod.png") center no-repeat; }
    .toronto .flowList li:last-child span:after { background: url("../img/arrow-flow-toronto.png") center no-repeat; }
    .pediatric .flowList li:last-child span:after { background: url("../img/arrow-flow-pediatric.png") center no-repeat; }
    .cs .flowList li:last-child span:after { background: url("../img/arrow-flow-cs.jpg") center no-repeat; }
/* IE 8 fix for :last-child, used jQuery to add lastChild class */
.flowList li.lastChild { border-left: none; }
.flowList li.lastChild span:after { position: absolute; content: ''; top: 50%; margin-top: -13px; left: -20px; width: 16px; height: 26px; }
    .tnm .flowList li.lastChild span:after { background: url("../img/arrow-flow-tnm.jpg") center no-repeat; }
    .eod .flowList li.lastChild span:after { background: url("../img/arrow-flow-eod.png") center no-repeat; }
    .toronto .flowList li.lastChild span:after { background: url("../img/arrow-flow-toronto.png") center no-repeat; }
    .pediatric .flowList li.lastChild span:after { background: url("../img/arrow-flow-pediatric.png") center no-repeat; }
    .cs .flowList li.lastChild span:after { background: url("../img/arrow-flow-cs.jpg") center no-repeat; }

.startFlow, .nextFlow, .endFlow { text-align: center; }
.startFlow { padding: 1.5em 0 4.5em; margin: 0 0 .2em 0; }
    .tnm .startFlow { background: url("../img/flow-start-tnm.jpg") center no-repeat; }
    .eod .startFlow { background: url("../img/flow-start-eod.png") center no-repeat; }
    .toronto .startFlow { background: url("../img/flow-start-toronto.png") center no-repeat; }
    .pediatric .startFlow { background: url("../img/flow-start-pediatric.png") center no-repeat; }
    .cs .startFlow { background: url("../img/flow-start-cs.jpg") center no-repeat; }
.nextFlow { padding: 1em 0; margin: .2em 0; }
    .tnm .nextFlow {  background: url("../img/flow-next-tnm.jpg") center no-repeat; }
    .eod .nextFlow {  background: url("../img/flow-next-eod.png") center no-repeat; }
    .toronto .nextFlow {  background: url("../img/flow-next-toronto.png") center no-repeat; }
    .pediatric .nextFlow {  background: url("../img/flow-next-pediatric.png") center no-repeat; }
    .cs .nextFlow {  background: url("../img/flow-next-cs.jpg") center no-repeat; }
.nextFlow span { visibility: hidden; }
.endFlow { padding: 4.5em 0 1.5em; margin: .2em 0 0 0; }
    .tnm .endFlow { background: url("../img/flow-end-tnm.jpg") center no-repeat; }
    .eod .endFlow { background: url("../img/flow-end-eod.png") center no-repeat; }
    .toronto .endFlow { background: url("../img/flow-end-toronto.png") center no-repeat; }
    .pediatric .endFlow { background: url("../img/flow-end-pediatric.png") center no-repeat; }
    .cs .endFlow { background: url("../img/flow-end-cs.jpg") center no-repeat; }

.context-entry {
    margin: 5px;
    padding: 5px;
    background-color: #fafafa;
    border: 1px solid #a8a8a8;
    font-size: 0.9em;
}
.additional-context {
    text-align: left;
    border: 2px solid #a8a8a8;
    border-radius: 5px;
    padding: 1.5em 1em;
    background: #fff;
    position: relative;
}
    .additional-context .internal-heading {
        margin: 0;
        padding: 0 6px;
        font-size: 14px;
        font-weight: bold;
        border-top-width: 0;
        border-left-width: 0;
        color: #fff;
        border-radius: 5px 0 3px 0;
        position: absolute;
        top : -2px;
        left: -2px;
    }
    .tnm .additional-context .internal-heading {
        background-color: #00885a;
    }
    .eod .additional-context .internal-heading {
        background-color: hsl(267, 40%, 44%);
    }
    .toronto .additional-context .internal-heading {
        background-color: var(--toronto-color);
    }
    .pediatric .additional-context .internal-heading {
        background-color: var(--pediatric-color);
    }
    .cs .additional-context .internal-heading {
        background-color: #3579b8;
    }
/* 767px and lower */
@media (max-width: 47.99em) {
    .flowList { display: block; }
    .flowList li { display: block; width: 100%; }
    .flowList li:first-child { border-radius: 5px 5px 0 0; border-right: 2px solid #a8a8a8; border-bottom: none; }
    .flowList li:first-child span:after { top: auto; bottom: -29px; width: 26px; height: 16px; left: 50%; margin-left: -13px; }
        .tnm .flowList li:first-child span:after { background: url("../img/arrow-flow-d-tnm.jpg") center no-repeat; }
        .eod .flowList li:first-child span:after { background: url("../img/arrow-flow-d-eod.png") center no-repeat; }
        .toronto .flowList li:first-child span:after { background: url("../img/arrow-flow-d-toronto.png") center no-repeat; }
        .pediatric .flowList li:first-child span:after { background: url("../img/arrow-flow-d-pediatric.png") center no-repeat; }
        .cs .flowList li:first-child span:after { background: url("../img/arrow-flow-d-cs.jpg") center no-repeat; }
    .flowList li:last-child { border-radius: 0 0 5px 5px; border-left: 2px solid #a8a8a8; border-top: none; }
    .flowList li:last-child span:after { top: -8px; width: 26px; height: 16px; left: 50%; margin-left: -13px; }
        .tnm .flowList li:last-child span:after { background: url("../img/arrow-flow-d-tnm.jpg") center no-repeat; }
        .eod .flowList li:last-child span:after { background: url("../img/arrow-flow-d-eod.png") center no-repeat; }
        .toronto .flowList li:last-child span:after { background: url("../img/arrow-flow-d-toronto.png") center no-repeat; }
        .pediatric .flowList li:last-child span:after { background: url("../img/arrow-flow-d-pediatric.png") center no-repeat; }
        .cs .flowList li:last-child span:after { background: url("../img/arrow-flow-d-cs.jpg") center no-repeat; }
    /* IE 8 fix for :last-child, used jQuery to add lastChild class */
    .flowList li.lastChild { border-left: 2px solid #a8a8a8; border-top: none; }
    .flowList li.lastChild span:after { top: -8px; width: 26px; height: 16px; left: 50%; margin-left: -13px; }
        .tnm .flowList li.lastChild span:after { background: url("../img/arrow-flow-d-tnm.jpg") center no-repeat; }
        .eod .flowList li.lastChild span:after { background: url("../img/arrow-flow-d-eod.png") center no-repeat; }
        .toronto .flowList li.lastChild span:after { background: url("../img/arrow-flow-d-toronto.png") center no-repeat; }
        .pediatric .flowList li.lastChild span:after { background: url("../img/arrow-flow-d-pediatric.png") center no-repeat; }
        .cs .flowList li.lastChild span:after { background: url("../img/arrow-flow-d-cs.jpg") center no-repeat; }
}


/* =====================================================
Staging Calculator
====================================================== */
/*i.fa-table:hover { cursor: pointer; background-color: #f2f2f2; }*/
/*i.fa-table { margin: 5px; padding: 5px; border-radius: 5px; }*/
/*.tnm .fa-table { background-color: #00885A; }*/
/*.cs .fa-table { background-color: #3579b8; }*/


/* =====================================================
News
====================================================== */
.news #content li {
    margin-bottom: 1.5rem;
}
.news #content li ul > li {
    margin-bottom: 0.5rem;
}
.news #content li ul > li:first-child {
    margin-top: 0.3rem;
}
.news #content h2 {
    text-decoration: underline;
    margin-top: 2rem;
}
.news #content h2:first-of-type {
    margin-top: 0;
}
.changes #content ul,
.news #content ul,
.changes #content .indent,
.news #content .indent {
    padding-left: 2.5rem;
}
.changes #content .indent-half,
.news #content .indent-half {
    padding-left: 1.25rem;
}
.indent-half + .indent-half,
.indent + .indent-half {
    padding-top: 0.7rem;
}
/* =====================================================
    Misc
===================================================== */
table thead th { background: #050505; color: #fff; vertical-align: middle; }
th, td { border: 1px solid #ccc; }
.alertBlock { display: block; margin: 1em 0; padding: .5em; border-left: 4px solid transparent; font-size: .95em; }
.alertBlock strong { display: block; }
.alertError { background: #f2dede; border-color: #CF6F6F; }
.alertWarning { background: #fcf8e3; border-color: #F1DB64; }
.alertInfo { background: #d9edf7; border-color: #337ab7; }
    .cs .alertInfo a {color: #2165A3;}

.old-version {
    background-color: #ffe761;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 10px 0;
}
.old-version a {
    color: blue;
    text-decoration: underline;
}
.upcoming-version {
    background-color: #cae9fb;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 5px 0;
}
.upcoming-version a {
    color: blue;
    text-decoration: underline;
}
.restricted {
    background-color: #353535;
    padding: 5px 0;
    margin: 0;
    font-weight: bold;
    color: white;
}
.prerelease {
    background-color: #fd7920;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 5px 0;
}
.cell-blank,
.cell-any,
.cell-var {
    font-style: oblique;
}
.cell-blank {
    opacity: 0.7;
}
.cell-any {
    font-weight: bold;
}
.naaccr th { background: #050505; color: #fff; vertical-align: middle; }
.view-input table td {white-space: pre-wrap; font-size: 14px; }
td p, span p, a p { margin: 0; }
h2 p {display: inline-block; margin: 0;}
.error-message {padding: 7px; background-color: red; display: inline-block; border-radius: 10px;}

/* responsive table wrapper */
.widetable table { margin: 0; min-width: 600px; }
.widetable { margin-bottom: 1em; overflow-x: auto; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))); background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0)); background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0)); background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0)); background-image: -ms-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -ms-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -ms-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -ms-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0)); background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0)); background-position: 0 0, 100% 0, 0 0, 100% 0; background-repeat: no-repeat; background-color: white; background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%; background-attachment: local, local, scroll, scroll; }
.widetable::-webkit-scrollbar, .doubleScroll-scroll-wrapper::-webkit-scrollbar { height: 12px!important; }
.widetable::-webkit-scrollbar-track, .doubleScroll-scroll-wrapper::-webkit-scrollbar-track { box-shadow: 0 0 2px rgba(0,0,0,0.15) inset!important; background: #f0f0f0!important; }
.widetable::-webkit-scrollbar-thumb, .doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb { border-radius: 6px!important; background: #ccc!important; }
.markdown-formatted li > ul,
.markdowm-formatted li > ol {
    margin-bottom: 0.7em;
}
.markdown-formatted p{
    margin-bottom: 1em;
}
.view-input table td.markdown-formatted {
    white-space: normal;
}
td.markdown-formatted > :last-child {
    margin-bottom: 0;
}
pre code { /* Match Helios */
    padding: 0;
    font-size: inherit;
    color: #333;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
code { /* Match Helios */
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.table-note {
    margin-top: 0;
    font-style: oblique;
}
.year-range {
    display: inline-block;
    border-radius: 10px;
    font-size: 11px;
    background-color: #777;
    color: #fff;
    font-weight: bold;
    padding: 3px 7px;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    top: -2px;
}
/* =====================================================
    TableSaw
===================================================== */
/* Structure */
.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label { display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
    /* Show the table cells as a block level element */
    .tablesaw-stack td,.tablesaw-stack th { text-align: left; display: block; }
    .tablesaw-stack td { border: none; border-bottom: 1px dotted #ccc; }
    .tablesaw-stack td:last-child { border: none; }
    .tablesaw-stack tr { clear: both; display: table-row; border-bottom: 2px solid #ccc; border-top: 2px solid #ccc; }

    /* Make the label elements a percentage width */
    .tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label { display: block; padding: 0 .6em 0 0; width: 40%; display: inline-block; }

    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
    .tablesaw-stack th .tablesaw-cell-label-top,.tablesaw-stack td .tablesaw-cell-label-top { display: block; padding: .4em 0; margin: .4em 0; }
    .tablesaw-cell-label { display: block; }

    /* Avoid double strokes when stacked */
    .tablesaw-stack tbody th.group { margin-top: -1px; }

    /* Avoid double strokes when stacked */
    .tablesaw-stack th.group b.tablesaw-cell-label { display: none !important; }
}

@media (max-width: 47.9375em) {
    .tablesaw-stack tr { display: table-row; border-top: 0; }
    /* Show the table header rows */
    .tablesaw-stack td,.tablesaw-stack th,.tablesaw-stack thead td,.tablesaw-stack thead th { display: table-cell; margin: 0; border: 1px solid #ccc; }
    .tablesaw-stack td:last-child { border-right: 1px solid #ccc!important; }

    /* Hide the labels in each cell */
    .tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label { display: none !important; }
    .tablesaw-stack td, .tablesaw-stack tr { border-bottom: 1px solid #ccc; }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 47.99em) {
    .tablesaw-stack tr { display: table-row; }
    /* Show the table header rows */
    .tablesaw-stack td,.tablesaw-stack th,.tablesaw-stack thead td,.tablesaw-stack thead th { display: table-cell; margin: 0; }

    /* Hide the labels in each cell */
    .tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label { display: none !important; }
    .tablesaw-stack td, .tablesaw-stack tr { border-bottom: none; }
}

/* =====================================================
    Print Styles
===================================================== */
@media print {
    .noprint {
        display: none;
        visibility: hidden;
    }
    body {
        font-size: 11pt;
    }
    a[href]:after { content: none; }  /* Don't show urls */
    a {
        text-decoration: none;
    }
    .breadcrumbs a {
        margin-right: 0;
        padding-right: 0.2em;
    }
    .breadcrumbs a:after {
        content: ">";
        margin-left:0.2em;
    }
    #nciBanner {
        width: 50%;
    }
    pre code {
        font-size: 10pt;
    }
    .js .toggleControls,
    .tab-controls {
        display:none;
        visibiliy: hidden;
    }
    [role="tabpanel"] {
        border: none;
        border-top: 4px dashed #d0d0d0;
    }
    [role="tabpanel"][aria-hidden="true"] {
        display: block;
    }
    .collapsible h4 + [aria-hidden] {
        display: block;
    }
    .startFlow,
    .nextFlow,
    .endFlow {
        padding: 0 0 0 1em;
        text-align:left;
        background: none;
    }
    .nextFlow span {
        visibility: visible;
        color: #aaa !important;
    }
    .nextFlow span:before {
        content: "↓";
        margin-right: 1em;
    }
    .flowList {
        text-align: left;
        font-size:10pt;
        margin: 0;
        border: none;
    }
    .flowList li, flowList li:first-child {
        border: 1px solid #d0d0d0 !important;
    }
    table {
        font-size: 10pt;
    }
}