/* Override */
body {
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	/* background-color: #f5f5f5; */
	color: #1b1b1b;
	overflow-x: hidden;
}
header {
	background-color: white;
	margin-bottom: 20px;
}
main h3 {
	color: #bb0e3d;
}
a.ext[href*='.gov'] svg {
	display: none;
}
a {
  color: #006297;
}
#main div.cell:nth-child(3) {
	box-shadow: 5px 5px 8px 3px lightgrey;
	background-color: white;
	padding: 20px;
}
header nav[role='navigation'] {
  padding: 10px 15px 0px;
}
#sidebar-first.column {
	background-color: #f5f5f5;
}
.grid-container {
	clear: both;
}
@media print, screen and (min-width: 40em) {
	.h1,
	h1 {
		font-size: 2rem;
	}

	.h2,
	h2 {
		font-size: 1.75rem;
	}

	.h3,
	h3 {
		font-size: 1.3rem;
	}

	.h4,
	h4 {
		font-size: 1.2rem;
	}

	.h5,
	h5 {
		font-size: 1.1rem;
	}

	.h6,
	h6 {
		font-size: 1rem;
	}
}


/* Header Logo */
header a img[alt='Home'] {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  header a img[alt='Home'] {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  header a img[alt='home'] {
    width: 100%;
  }
}
/* Breadcrumbs */
nav[role="navigation"] ul.breadcrumbs {
	font-family:
		Open Sans,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		Apple Color Emoji,
		Segoe UI Emoji,
		Segoe UI Symbol;
	margin: 20 20 0px;
	height: 30px;
}
.breadcrumbs li {
	text-transform: none;
}
.breadcrumbs li:not(:last-child)::after {
	content: '>';
}

.breadcrumbs li {
	font-size: 14px;
}

.breadcrumbs li a {
	color: purple;
}

/* Branding Header Overrides */
/* block--system-branding-block.html.twig */
/* Hide the block-gdc-foundation-secondarymenu in footer*/

#block-gdc-header-menu nav ul {
	margin-bottom: 5px;
}
#block-gdc-header-menu nav ul a {
	padding: 0.3rem 0.3rem;
	display: inline-block;
	color: #565c65;
}
#block-gdc-header-menu nav ul li:first-child:after {
	content: '|';
}
#block-gdc-header-menu nav ul li {
	list-style-type: none;
	display: inline-block;
}
#block-gdc-header-menu nav ul a svg {
	display: none;
}
#block-gdc-header-menu nav ul li:nth-child(3) a {
	color: white;
	margin-bottom: 3px;
}
/* GDC Apps */
a#gdc-apps:before {
	font-family: 'GDCFont' !important;
	content: '\e94c ';
	padding-right: 8px;
}
#gdc-apps-table-container {
	box-shadow:
		rgba(0, 0, 0, 0.16) 0px 2px 5px 0px,
		rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
	border-radius: 5px;
	margin-top: 15px;
	width: 350px;
}

#block-gdc-header-menu nav ul li:nth-child(4) a.has-tip {
	border-bottom: 0px;
	font-weight: normal;
	cursor: pointer;
	border-bottom: 0px;
	background-color: white;
}
#gdc-apps-table-container table {
	border-collapse: unset;
	margin-bottom: 0;
}
#gdc-apps-table-container table tbody td,
#gdc-apps-table-container table tbody th {
	padding: 0.1rem;
	margin: 5px;
	text-align: center;
	background-color: white;
}
#gdc-apps-table-container p {
	margin-bottom: 0px;
	font-size: 14px;
	color: rgb(51, 51, 51);
}
#gdc-apps-table-container td:hover {
	text-decoration: none;
	background-color: #ededed;
	opacity: 1;
}
#gdc-apps-table-container img {
	height: 36px;
}
#gdc-apps-table-container.dropdown-pane {
	padding: 0.25rem;
}
#block-gdc-header-menu {
	float: right;
}

/* Search page overrides */
#main .search-results ol li::marker {
	content: '' !important;
}
#main .search-results ol li h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
}
/* Publication Overrides */
.label-publication-tag {
	border-radius: 0.4rem;
	background-color: white;
	color: black;
	border: 1px solid black;
}
/* /about-data menu */
/*
#sidebar-first #block-gdc-foundation-aboutthedata h2.block-title:after {
    display: inline-block;
    background-image: url("http://nciws-d1066-c:8090/files/icon_gdc.png");
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    content:"";
}

*/
/* Footer Overrides */
footer div.grid-container.full {
	max-width: 1405px;
}

#block-gdc-foundation-gdc-footer-info h3 {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin: 0;
}

#block-gdc-foundation-gdc-footer-info h4 {
	font-weight: 700;
	font-size: 0.875rem;
}

#block-gdc-foundation-gdc-footer-info ul,
footer nav ul {
	margin-left: 0;
}

#block-gdc-foundation-gdc-footer-info li,
footer nav li {
	list-style-type: none;
	font-size: 0.875rem;
	margin-left: 0;
	padding: 0;
	color: white;
}

footer nav ul li {
	float: left;
	width: 300px;
	font-weight: bold;
}

footer nav ul.menu li a {
	padding: 0px;
	margin-top: 8px;
}
footer nav h2 {
  cursor: default;
}
#block-gdc-foundation-gdc-footer-info a {
	color: white;
	text-decoration: underline;
}

footer nav h2 {
	font-size: 18px;
}

#block-gdc-foundation-gdcfooterbottom li {
	display: inline-block;
}

#block-gdc-foundation-gdcfooterbottom div div {
	text-align: center;
}

#block-gdc-foundation-gdcfooterbottom li a {
	color: white;
	font-weight: bold;
}

#block-gdc-foundation-gdcfooterbottom ul li::after {
	content: ' | ';
	margin: 0 2px;
	font-weight: lighter;
}

#block-gdc-foundation-gdcfooterbottom ul li:last-child:after {
	content: '';
	margin: 0 10px;
}

hr.footer-break {
	max-width: 100%;
}

/* Footer */
h2#block-gdc-foundation-footer-menu.block-title {
	font-size: 20px;
	margin-top: 5px;
}

footer .menu .button,
footer .menu a {
	color: white;
}
#block-gdc-foundation-searchform--2 {
	/* display: none; */
	postion: relative;
	top: -65px;
	left: 100px;
}
/* Search Block */
/* There are two block with the same id.  The first one is .#block-gdc-foundation-branding .grid-container .search-block-form.  The second one is #block-gdc-foundation-branding > .search-block-form  */
.search-block-form form#search-block-form--2,
#block-gdc-foundation-site-branding .grid-container form#search-block-form {
  display: inline-flex;
}
@media screen and (max-width: 1200px) {
  #block-gdc-foundation-branding > .search-block-form {
    display: block;
  }     
  #block-gdc-foundation-site-branding .grid-container .search-block-form {
    display: none;
  }
  #block-gdc-foundation-obtainingaccesstocontrolleddata {
    text-align:right;
    padding-top:50px !important;            
  } 
}
@media screen and (min-width: 1201px) {
  #block-gdc-foundation-site-branding > .search-block-form {
    display: none;
  }
  #block-gdc-foundation-site-branding .grid-container .search-block-form {
    display: block;
  }

  #block-gdc-foundation-obtainingaccesstocontrolleddata {
    display:block;
    padding-right:15px;
    text-align:right;
  }
}
header form#search-block-form--2 {
  float:right;
}
header form#search-block-form {
  float: right;
}
#block-gdc-foundation-site-branding > .search-block-form {
  top: -50px;
}
header input[type=search] {
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 0;
  border-right-width: 0;
  box-sizing: border-box;
  color: #1b1b1b;
  display: block;
  flex-grow: 1;
  height: 2rem;
  margin: 0;
  padding: 0 8px;
  width: 175px;
}
header form#search-block-form input.button,
header form#search-block-form--2 input.button{
  background-color: #007bbd;
  color: white;
  font-weight: bold;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  height: 2rem;
  padding: 8px 14px;
}
/* Removed from advanced search */
#edit-types-fieldset,
#edit-lang-fieldset {
  display: none;
}
/*
#block-gdc-foundation-searchform--2 {
	float: right;
	width: 350px;
}
header form#search-block-form {
	float: right;
}
header form#search-block-form input:first-child() {
	width: 200px;
	height: 40px;
}
header form#search-block-form input.button,
form#block-gdc-foundation-searchform--2 input.button {
	background-color: #007bbd;
	color: white;
	font-weight: bold;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
*/
/* Hide title from front <front> page node/31 */
.block-field-blocknodepagetitle {
	display: none;
}

footer#footer {
	background-color: #004971;
	color: white;
	margin-top: 25px;
	padding: 25px;
}

footer li a {
  color:#fff;
}
footer ul.contextual-links li a {
  color: black;
}
footer h2 {
  color: #fff;
}
.usa-footer--nci-big
	.usa-footer__primary-section
	.usa-footer__primary-content
	.usa-list--unstyled {
	margin-bottom: 1.5rem;
	margin-top: 0.25rem;
	padding: 0.75rem 0 2rem;
}

.usa-footer__primary-link {
	font-weight: bold;
	line-height: 2em;
}

ul.usa-list {
	list-style-type: none;
	line-height: 2em;
}

li.usa-footer__secondary-link {
	color: white;
	line-height: 2em;
}

li.usa-footer__secondary-link > a {
	color: white;
}
/* globalaoverrides for certain elements on site */
h1 {
	border-bottom:1px solid #CCC;
	font-weight:bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'franklin_gothic_fsbook', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
}
.button {
	border-radius: 3px;
	background-color: #007bbd;
}

.button:hover {
	background-color: #004971;
}
.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: 100%;
	line-height: 1;
	color: #007bbd;
}

.bef-checkboxes.bef-nested li {
	text-decoration: none;
	list-style: none;
}

.fieldset-legend {
	font-weight: Bold;
}

.views-exposed-form .title {
	padding-bottom: 10px !important;
	font-weight: bold;
}

.views-exposed-form {
	border: 1px solid #c6c3c5;
	padding: 10px;
	margin-bottom: 30px;
}

.views-exposed-form label {
	font-weight: bold;
}

.ombmodal {
	font-size: 75%;
}

h5.blockTitle {
	color: red;
}

.biography img {
	box-shadow: 0px 0px 4px 1px #ccc;
	border: 1px solid #ccc !important;
	float: right;
	padding: 4px !important;
	margin-left: 10px;
}
#main #block-gdc-foundation-homepagegdcandcancergenomics.block.block-block-content
	.h4 {
	color: white;
	width: 100%;
	background-color: #004971;
}

.col1,
.col2 {
	display: inline-block;
	vertical-align: top;
}

.col1 {
	width: 450px;
}

.col2 {
	width: 230px;
	float: right;
}

.redTitle {
	color: #bb0d3d !important;
}

h5.redTitle {
	padding-top: 10px !important;
}

.youtube_headline {
	background-color: #e5e3e4;
	font-style: italic !important;
	padding: 15px;
}

.embedded-entity .node-title {
	display: none;
}
.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
}

#date-created-updated {
	font-size: 85%;
}

.layout__region.layout__region--second {
	padding-left: 25px;
}

.layout-gray-background {
	background-color: #e8e6e7;
	padding: 10px;
	border-radius: 10px;
}
.layout-gray-background .h4 {
	border-bottom: 1px solid #c5c3c4;
	color: #6b6262;
	font-size: 1.5rem;
}
.layout-blue-background {
	margin-bottom: 20px;
	border-radius: 10px !important;
}
.layout-blue-background .h4 {
	border-bottom: 1px solid #c5c3c4;
	color: #6b6262;
	font-size: 1.5rem;
}
.layout-blue-background .layout__region {
	background-color: #edf8fb;
	border-radius: 10px;
	padding: 10px;
}

.layout-blue-background .layout__region.layout__region--first {
	border-right: 5px solid #fff;
	border-radius: 20px;
}

.layout-blue-background .layout__region.layout__region--second {
	border-left: 5px solid #fff;
	border-radius: 20px;
}

.layout-blue-background .layout__region table tbody {
	border: none;
}

.layout-blue-background .layout__region table td {
	background-color: #edf8fb;
	padding: 0px;
}

.layout__region table tbody{
	border:none !important;
}

    table.bluebackground {
        background-color: #EDF8FB;
        border: 1px solid #EDF8FB !important;
        border-radius: 10px !important;
        padding: 0px !important;
        width: 100%;
        border-collapse: separate !important;
        border-spacing:5px !important;
        padding:1px;
    }

    table.bluebackground td {
        padding: 5px;
        background-color: #EDF8FB;
    }

table.dataTypesFileFormats {
border:1px solid #ccc !important;
}
table.dataTypesFileFormats th {
border:1px solid #ccc !important;
}

table.dataTypesFileFormats td{
	background-color:#fff;
}

table.dataTypesFileFormats tr.odd td {
	background-color:#E8E8E8;
}
.sectionborder {
	border:1px solid grey;
	padding:20px;
}
/* Adding font awesome icons to both tb_menu and sub menus */
/* Twitter and Linkin icon*/
/*
nav#tbm-main:not(.tbm--mobile) ul.tbm-nav.level-0 li.tbm-item.level-1:nth-child(7) .tbm-row .tbm-column:nth-child(4) ul.tbm-subnav.level-2.items-2 li.tbm-item.level-3:first-child div.tbm-link-container:nth-child(1) a:before {
  font-family: FontAwesome;
  content: "\e61b";
  margin-left: 5px;
}
*/
/* Linked In */
/*
nav#tbm-main:not(.tbm--mobile) ul.tbm-nav.level-0 li.tbm-item.level-1:nth-child(8) .tbm-row .tbm-column:nth-child(2) ul.tbm-subnav.level-2.items-2 li.tbm-item.level-3:nth-child(2) div.tbm-link-container:nth-child(1) a:before {
  font-family: FontAwesome;
  content: "\f0e1";
  margin-left: 5px;
}
nav#tbm-main:not(.tbm--mobile) ul.tbm-nav.level-0 li.tbm-item.level-1:nth-child(8) .tbm-row .tbm-column:nth-child(2) ul.tbm-subnav.level-2.items-2 li.tbm-item.level-3:first-child div.tbm-link-container:nth-child(1) a:before {
  font-family: FontAwesome;
  content: "\e61b";
  margin-left: 5px;
}
*/
/* Twitter */
a[href="https://twitter.com/NCIGDC_Updates"].tbm-link:before,
a[href="https://twitter.com/NCIGDC_Updates"].menu__link:before {
  font-family: FontAwesome;
  content: "\e61b"; /* Github */
}
/* Linkedin */
a[href="https://www.linkedin.com/showcase/nci-precision-oncology/"].tbm-link:before,
a[href="https://www.linkedin.com/showcase/nci-precision-oncology/"].menu__link:before {
  font-family: FontAwesome;
  content: "\f0e1";
}
/* Github */
a[href="https://github.com/NCI-GDC"].tbm-link:before,
a[href="https://github.com/NCI-GDC"].menu__link:before {
  font-family: FontAwesome;
  content: "\f09b"; /* Github */
}


table td.bluecell {
  background-color:#D2DFEE;
}

table td.graycell {
  background-color:#D2D2D2;
}

table td.whitecell {
  background-color:#fff;
}


p.media-caption {
    background-color: #e5e3e4;
    text-align: center;
    font-style: italic;
    padding: 0.75em 10px;
    margin-top: 0;
}

table.imgspacing img {
    padding-right: 10px;
    vertical-align: top;
}
table.imgspacing td {
    vertical-align: top;
}
table.imgspacing {
    width: 100%;
    border: none;
}
table.imgspacing tbody {
    border: none;
}
.youtube-video {
    padding-left: 10px;
}

.imagezoomcontainer {
	  position: relative;
	  padding:10px;
}
.imagezoomcontainer a i {
  position: absolute;
  top: 0px;
  left: 0px;
  margin:0px;
  padding:4px;
  color:#000;
  background-color:#fff;
  font-size:18px;
}

a.show-on-focus {
	color:blue;
}
/*
button.tbm-button {
    background: #004971;
    margin-right: 1.5rem;
    width: auto;
    color:#fff;
    border-radius: 0.25rem;
    padding:10px;
    font-weight:bold;
}

nav.tbm--mobile button.tbm-button {
  background-color: #007bbd;
}
*/

#main-content {
	font-size:0px;
	
}

#block-gdc-foundation-gdcfooterapplications {
  color:#fff;
}
#block-gdc-foundation-gdcfooterapplications:hover {
  color:#fff;                      
}  
#block-gdc-foundation-gdcfooterapplications:visited {
  color:#fff;                      
} 

 /* TCGA Users Menu */
 .tcga-users-menu {
  border-top: 1px solid grey;
}
.tcga-users-menu ul {
  display: block;
  list-style: inherit;
  padding-left: 30px;
  margin-top: 15px;
}


.embedded_youtube_video {
	max-width:600px;
}


.pagination .current a{                
    background: #1779ba;                                       
    color: #fff;                     
    font-weight:bold;                                        
} 
/* USA Banner */
.usa-banner__container {
  background-color: #f0f0f0;
}
.usa-banner__header {
  margin-bottom: 0px;
  background-color: #f0f0f0;
}
.usa-banner__header-text {
  display: flex;
  font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0 15px;
  width: 100%;
  padding: 15px 0 15px 0;
  line-height: 1.0;
}
.usa-banner__header-text::before {
  background-image: url(/themes/custom/gdc_foundation/images/usa-flag-logo.png);
  background-size: 16px 11px;
  content: "";
  display: block;
  height: 11px;
  margin-right: 0.75rem;
  max-width: 16px;
  width: 100%;
}
/* Featured Item on Page for News */
.field--node-field-great-scientist .field--paragraph-field-photo img {                                      
  float:left;            
  padding: 0px 10px 0px 0px !important;                                                                                            
}                                                                                                           
.field--node-field-great-scientist .paragraph.paragraph--type--featured-item.paragraph--view-mode--default {
  box-shadow:0px 0px 10px 1px  darkgrey !important; 
  padding: 10px;                                                  
  display: inline-block;                                                                                                                              
}                                                                 
                                                                  
.field--node-field-great-scientist .field--paragraph-field-title {
   font-size:1.5em;                                     
   padding-left:0px;                         
}


.testimonial {
    background-color: #fff !important; /* Light background color */
    padding: 20px 35px 30px 35px !important;             /* Spacing inside the box */
    border-radius: 8px;        /* Rounded corners */
    box-shadow: 0 10px 10px #ccc; /* Soft shadow */
    font-style: italic;        /* Italicize text for a quote style */
    position: relative;        /* Position for the quote mark */
    // margin: 20px auto;         /* Center align with top/bottom margin */
    border:1px solid #ccc;
    max-width: fit-content !important;
    text-align:left !important;
}
/* Optional: Style for quotation mark */
.testimonial::before {
    content: "“";              /* Unicode for left quote mark */
    font-size: 50px;           /* Make it large */
    color: #ccc;               /* Light color for the quote mark */
    position: absolute;
    top: 0px !important;
    left: 10px !important;
}

.testimonial::after {
    content: "”";              /* Unicode for right quote mark */
    font-size: 50px;           /* Large closing quote */
    color: #ccc;               /* Light color for the quote mark */
    position: absolute;
    bottom: -10px;
}  
