.home, .aqua, .blue, .maroon
{display:none;}

.show-home .home,
.show-aqua .aqua,
.show-blue .blue,
.show-maroon .maroon {
  display:block;
}

.show-home .nci-heading-h1 {
  display:none;
}

p {
  line-height:1.6rem;
}


.page {
  min-height:50vh
}

.unstyled {
  text-decoration: none;
}

.divider svg {
  transform:translateY(21px)
}

.seer-badge {
    padding:.07rem .45rem .09rem .45rem;
    margin-inline-start:.3rem;
    border-radius:.15rem;
    color:#fff;
    font-size:.85rem
}

.usa-banner__header-text:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAsBAMAAAAncaPMAAAAAXNSR0IArs4c6QAAABtQTFRF////4EAg2z8g2z8f2z4f2j4fHjSyHjOxHTOxQEYPwgAAAIdJREFUeNrNkUENxDAMBEOhFJaCKZiCKZhCKBj2ebV3rdR71+pIq+Qxj1GyqjJ3U8VlHkc07hFm0awBYe91juq6MSI0yhSAEgkzJ4TMKiXyzFw3pgR9lmIBJlqj2AmBedf+IycExmlKZVzvZEJ4A0oBrjBl/m6PCy95B3fFAN6YuQPxhbcB4QMkEj04wQXD5wAAAABJRU5ErkJggg==);
    background-size: 16px 11px;
    content: "";
    display: block;
    height: 11px;
    max-width: 16px
}

.usa-banner__header-text,.usa-banner__header-text:before {
    display: flex;
    margin-right: .75rem;
    width: 100%
}

/*==================================
Header Adjust
====================================*/

.var-hero img{
  max-height:260px;
}

.show-home .usa-breadcrumb {display:none;}

.nci-header__navbar .nci-logo a{
	width:325px;
}


/* ------------------------ Glossary TOOLTIP ------------------------ */

.glossaryTerm {
  text-decoration: initial;
  border-bottom: 1.4px dotted;
}

.glossLabel {
  display:none;
}

/* "GLOSSARY:  visually hidden" -- use to hide content from sighted users but keep it accessible to users of screenreaders or other accessibility technology */

.vis-hid { 
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* for IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*-------Bootstrap visually-hidden class-------*/
.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}


/*TABS: CSS Only*/

.tabs {
  display: flex;
  flex-wrap: wrap;
 
}

.tabs label {
  cursor: pointer;
  display: block;
  margin-right: 0.3rem;
  order: initial;
  padding: .5rem 1rem;
  width: 100%;
  border-top:4px solid #298085;
  border-left:1px solid #a9aeb1;
  border-right:1px solid #a9aeb1;
  z-index:10;
}

.tabs .tab-content {
  border-top:1px solid #a9aeb1;
  transform:translateY(-1px);
  display: none;
  flex-grow: 1;
  padding: 1rem;
  width: 100%;
}

.tabs input[type=radio] {
  display: none;
}

.tabs input[type=radio]:checked + label {
  background: #f2f2f2;
  border-bottom: 1px solid #fff; 
  font-weight:600;
}

.tabs input[type=radio]:checked + label + .tab-content {
  display: block;
}

@media (min-width: 10em) {
  .tabs .tab-content {
    order: 99;
  }

  .tabs label {
    order: 1;
  }

  .tabs label {
    margin-right: 0.3rem;
    margin-top: 0;
    width: auto;
    transition: background ease 0.3s;
    transition: font-weight ease 0.3s;
  }
}

/* ==================================================
	Side Navigation
================================================== */
.subNav .heading { display: none; }
.subNav li { position: relative; border-top: 1px solid var(--nci-base-lighter); }
.subNav li a { background: #fff; color: var(--nci-base-dark); display: block; padding: .65rem 2rem; font-size: .938rem; line-height: 1.2; transition: all .1s linear; text-decoration: none; }
.subNav li a:hover, .subNav li a:focus, .subNav li.is-hover > a { background: var(--nci-base-lightest); color: var(--nci-link); text-decoration: none; transition: color .1s linear, background .1s linear, border .1s linear; }
.subNav li a.active { font-weight: 600; color: var(--nci-link); }
.subNav li a.active::after { background-color: var(--nci-link); border-radius: 99rem; bottom: .25rem; content: ""; display: block; left: 0; position: absolute; top: .25rem; width: .25rem; }
.subNav ul { list-style: none; margin: 0; padding: 0; }
.subNav > ul { border-bottom: 1px solid var(--nci-base-lighter); }
.subNav ul ul { display: none; }
.subNav ul ul li a { padding-left: 3.5rem; }
.subNav ul ul ul li a { padding-left: 4.5rem; }
.subNav ul ul ul ul li a {	padding-left: 5.5rem; }
.subNav ul ul ul ul ul li a { padding-left: 6.5rem; }
.subNav a { padding-right: 2rem; }

.subNav > ul > li:first-child a { padding-left: 1rem; color: var(--nci-link); font-size: 1.125rem; font-weight: 600; }

/* toggle button to show side nav on mobile */
.togSubNav { display: none; position: fixed; z-index: 5; bottom: 0; padding: .5em 0; width: 100%; background: #0568fd; color: #fff; border: none; font-size: 1rem; font-weight: 700; }
.togSubNav svg { fill: #fff; height: 20px; width: 26px; margin-right: .3rem; }
	.togSubNav:hover, .togSubNav:focus { cursor: pointer; background: #005fc4; }

.opNav.heading { display: block}

@media (max-width: 991px) {
	/* JS recreates the left navigtaion in an overlay for mobile, so we can hide the original */
	.usa-sidenav > li{ display: none; }
}

/* menu toggles for sub-sections */
.usa-sidenav__sublist .usa-sidenav__sublist { display: none; } /* hide the subnavs */
.usa-sidenav a.nci-has-children { padding-right: 2rem; } /* add some padding to links with dropdown arrows so text doesn't wrap under */
.usa-sidenav .nci-has-children::after { display: none; } /* hide the default carat */
.usa-sidenav .usa-current.nci-has-children:after { background: #01679d; border-radius: 99rem; bottom: .25rem; content: ""; display: block; left: 0; position: absolute; top: .25rem; width: .25rem; mask: unset; height: auto; margin: auto; right: auto; transform: none; } /* overwrite NCIDS styles for hiding :after element, reset it */
.usa-sidenav .usa-current.nci-has-children.usa-current--nci-ancestor:after { display: none; } /* hide our hard reset for these */

/* absolutely position the toggles and style them */
.usa-sidenav__item { position: relative; }
.usa-sidenav .expand { position: absolute; right: 3px; top: 6px; display: block; border: none; background: #f8f8f8; border-radius: 3px; padding: 0; line-height: 0; cursor: pointer; z-index: 399; }
.usa-sidenav .expand:hover { background: #ddeeff; }
.usa-sidenav .expand:focus { outline: .25rem solid #2491ff; outline-offset: 0; }
.usa-sidenav .expand svg { padding: 4px; border-radius: 3px; height: 24px; width: 24px; }
.usa-sidenav .expand[aria-expanded="true"] svg { transform: rotate(90deg); }




/* ---------------------- PREV/NEXT CSS --------------------- */
#prevNext {
	color:#fff;
	margin: 0;
    padding: 0;
}

#pgNav {
  display:flex;
  justify-content:space-between;
  gap:1rem;
  margin-top:32px;
}

.text-light {
  font-size: 14px;
}

.usa-icon {
  height:1.5em;
  width:1.5em;
}

.pgLink {
  background-color: #00314b;
  border-radius:.35rem;
  padding:.5rem .75rem;
  padding-bottom:.9rem;
  min-width:49%;
  font-weight:600;
}

.pgLink:hover,
.pgLink:focus,
.pgLink:active {
  background-color: #004971;
}

#prevNext a {
	color: #fff;
	text-decoration: none!important;
}
#prevNext a:visited {
  color: #fff;
}
#prevNext #pagePrev {
	float: left;
	text-align: right;
}
#prevNext #pageNext {
	float: right;
	text-align: left;
}
#prevNext a:hover {
	color: #fff;
	text-decoration: underline;
}
#prevNext #pageReturn {
	display: block;
	width: 100%;
	float: left;
	text-align: left;
}

.pgNone {
  background-color: #f0f0f0;
  color:#f0f0f0;
  a {
    color:#f0f0f0;
    display:none;
  }
}

@media (max-width: 880px) { 
	#pgNav {
 flex-direction:column;

}
}


/* --------------- MISCELLANEOUS CSS FOR REUSE --------------- */

/* citation block */
.citation-wrap { display: none; margin-top: 6rem; } /* hide until the modal class 'module' is in place */
    .module .citation-wrap { display: block; }
.citation-wrap h2 { color: #00314b; font-size: 1rem; font-weight: 600; margin-bottom: .5rem; }
.citation-wrap p { font-size: .875rem; margin-top: 0; line-height: 1.3; }

/*IMAGES*/

.flex-center {
  display: flex;
  justify-content: center;
}

@media (max-width: 880px) { 
.flex-center {
  display: flex;
  justify-content: center;
}
}

.flex-right {
  display: flex;
  float: right;
  padding-left: 20px;
  justify-content: right;
}

@media (max-width: 880px) { 
.flex-right {
  display: flex;
  justify-content: center;
  float: none;
}
}

.flex-left {
  display: flex;
  float: left;
  padding-right: 25px;
  justify-content: right;
}

@media (max-width: 880px) { 
.flex-left {
  display: flex;
  justify-content: center;
  float: none;
}
}


/* TEXT MISC STYLES */
.caption {
	text-align: center;
	font-weight: bold;
    caption-side: top;
}

.footnote {
	font-size: .825rem;
}

/* Footnote and style for images float right */
.footnote2 {
	margin-top: .5em;
	font-size: .8rem;
	font-style: italic;
	padding: 5px;
	
	background-color: #D4E7F2;
    width: 225px;
    text-align: left;
}
.footnote3 {
	margin-top: .5em;
	font-size: .8em;
	font-style: italic;
	padding: 5px;
	
	background-color: #D4E7F2;
    width: 325px;
    text-align: left;
}
.footnote4 {
	margin-top: .5em;
	font-size: .8em;
	font-style: italic;
	padding: 5px;
	
	background-color: #D4E7F2;
    width: 425px;
    text-align: left;
}
.imgcaptionright {
    float:right;margin-left:15px;text-align:center;
}
/* END Footnote and style for images float right */
.imgcaptionleft {
    float:left;margin-right:15px;text-align:center;
}
/* END Footnote and style for images float right */
.txtSmall {
	font-size: .8rem;
}
.txtMedium {
	font-size: .9375rem;
}
.txtLarger {
	font-size: 1.3rem;
}
.txtCenter {
	text-align: center;
}
span.underline {
	text-decoration: underline;
	color: #444444;
}
.pdf {
    color: #767676;
    font-size: 96%;
}
.bg-warning{
	padding:15px;
}
/* ==================================================
	Breadcrumbs
================================================== */

#breadcrumbs {
  padding:0 0 2rem 0;
  font-size:.875rem;
}
#breadcrumbs ol {
  display:flex;
  margin:0;
  padding:0;
  gap: 4px;
  flex-wrap:wrap;
}

#breadcrumbs ol li {
  list-style-type: none;
}
#breadcrumbs ol li:after {
  display:inline-block;
  content: url("../../i/chevron-right.svg");
  margin-left: 4px;
  transform:translateY(-1px);
}

#breadcrumbs ol li:last-child:after {
  display:none;
}

@media (max-width: 880px) { 
 
  #breadcrumbs ol::before {
  content: url("../../i/arrow-left.svg");
  display:inline-flex;
  transform: translateY(2px);
  padding:0 8px 0 4px;
}

  #breadcrumbs li, .breadcrumb li:nth-last-child(2)::before {
    display: none;
}

  #breadcrumbs li:nth-last-child(2) {
    display: inline-block;
}
  .mobile-crumb::after {
    display: none!important;
  }

}

.fix-breadcrumb-delim {
  transform: translateY(3px);
  margin-left: .2rem;
  margin-right: .2rem;
}

/* ==================================================
	Modal
================================================== */

.usa-modal__main {
  padding:0rem 1.65rem .4rem 1.65rem;
  margin-top:-22px;
  z-index: 10;
}

.usa-modal__main .text-bold {
  font-weight: 700;
}

.usa-modal__close {
  z-index: 20;
  padding: 0.65rem;
}

/* ==================================================
	Search
================================================== */

#SearchForm .searchEntry1 input {
height:2rem;
}

.tstoneSearchInline {
  margin-top:.3rem;
}

#tstone-search button {
  margin-top:.3rem;
  padding:6px 8px;
  border: solid 0px #007bbd;
  color:#fff;
  background-color:#007bbd;
  border-radius: .2rem;
}

#SearchForm .searchEntry2 input {
  margin-top:.3rem;
  padding:6px 8px;
  border: solid 0px #007bbd;
  color:#fff;
  background-color:#007bbd;
}


/* ==================================================
	Remove left blue highlight from alert
================================================== */
.usa-alert--info {
	border-left-color:#d4e7f2;
}


/* ==================================================
	Ovarian module bracket - Treatment section
================================================== */
.bracket {
	float:right;
	margin-right:400px;
	position:absolute;
	padding-left:50px;
	padding-top:10px;
}

/* ==================================================
	Print Style
================================================== */
@media print {
	/* set page margins */
	@page { margin: 40px 20px 20px 20px; }
		
	/* print URLs from the main element only */
	main a[href]:after { content: " (" attr(href) ")"; }
    main a[href^="/"]:after { content: " (https://training.seer.cancer.gov" attr(href) ") " !important;}
	/* but don't print internal links */
	main a[href^="#"]:after { display: none; }
	main a[href^="#"]:after, main a.extlink:after, main a.glossaryTerm:after, table thead th a:after { display: none; }
	
	/* breadcrumb */
	#breadcrumbs { display: none; }
	
	/* next/previous */
	#prevNext { display: none; }
	
	/* tabs */
	.tabs .tab-content { display: block; }
	
	/* glossary underline */
	.glossaryTerm {
    text-decoration: initial;
    border-bottom: none;
	}

    /* left align text */
    .nci-hero__cta { text-align: left; }

    /* remove shadows and borders */
    .nci-promo-block, .nci-hero__cta, .usa-summary-box, .nci-card a { box-shadow: none; }
    .usa-summary-box { border: none; }

    /* reset container and wrapper padding and margins */
    .grid-container, .nci-promo-block__content, .nci-hero__cta, .nci-hero__cta-container, .usa-summary-box, .nci-card__body, .nci-header__navbar { padding-left: 0!important; padding-right: 0!important; }
    .citation-wrap { margin-top: 2rem; }

    /* hiding more items */
    nav, .nci-hero__image, .nci-promo-block__image, .nci-card__image { display: none; }

    /* force alerts in print */
    .usa-site-alert { display: block!important; }

    /* force grid/column items to be 100% blocks */
    .grid-row, [class*="col"] { display: block!important; width: 100%; }

    /* remove gray backgrounds */
    [class*="bg-gray"] { background: none; }
}