/*

Text Color: #151515
Links: #0F69B3
Visited Links: #4B8DA7

*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import url('https://fonts.googleapis.com/css?family=Barlow:700|PT+Sans&display=swap');
html { overflow-y: scroll; } /* Force scrollbar on right side to avoid viewport width change on short pages */
body {
	font-family: 'PT Sans', sans-serif;
	color: #151515;
	font-size: 1em;
	margin: 0 !important;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
	width: 96%;
	padding: 0 2%;
}
BODY.color {
	leftmargin: 0;
	topmargin: 0;
	marginheight: 0;
	marginwidth: 0;
	background-color: #CCDDEE;
}
TABLE.viewable {
	width: 100%;
	cellspacing: 0;
	background-color: #EEEEEE;
	border-style: solid;
}
CAPTION.style {
	font-weight: bold;
}
TD.link {
	color: #FFFFFF;
	background-color : #3366CC;
}
INPUT.textfield {
	border-style: solid;
}
.text, .wrongLogonMessage, .formLabel, .logonMessage {
	font-size: 10pt;
}
.docTitle {
	font-weight: bold;
	font-size: 16pt;
}
a {
	color: #0F69B3;
}
a:visited {
	color: #4B8DA7;
}
.nomargin {
	margin: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADERS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
TD.header {
	color: #FFFFFF;
	background-color: #3366CC;
	font-weight: bold;
}
/* NCI Header */
.header {
	background: #fff;
}
.nciLogo {
	padding: 23px 23px 23px 0;
	width: 100%;
	display: inline-block;
	line-height: 0;
}
.nciLogo img {
	height: 54px;
	width: 412px;
    max-width: 100%;
} /* Ensures the SVG stops scaling up and stops at the desktop size. Same values as sitename-desktop.png */
.sr-only {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
} /* Hide from visual users */
div#skip {
    text-align: center;
    margin: 0 auto;
}
#skip a, #skip a:hover, #skip a:visited  {
    position:absolute;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
	right: 44%;
	padding: .7em 1.5em;
	font-weight: bold;
	border: 2px solid #ccc;
}
#skip a:active, #skip a:focus {
    position:static;
    display: block;
    width:auto;
    height:auto;
	color: #a90101;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.7);
}

/* Tablet and Mobile Padding Adjustment (media query max-width can vary per site) */
@media (max-width: 61.99em) {
.nciLogo {
	padding: 18px 18px 18px 0;
}
}

@media (max-width: 34.99em) {
.nciLogo {
	padding: 12px 12px 12px 0;
}
}
/* Ribbon w/Tagline */
.ribbon {
    background: #426990;
    min-height: 40px;
    position: relative;
}
.ribbon a {
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
    margin: .25em 0;
    display: inline-block;
}
.ribbon a:hover {
	text-decoration: underline;
}

@media (max-width: 34.99em) {
.ribbon {
	font-size: 1em;
}
}
/* IE 8 NCI Logo Fallback */
.ie-logo-desk {
	display: block;
}
.ie-logo-mob, .ie-logo-tab {
	display: none;
}

@media (max-width: 61.99em) {
.ie-logo-desk {
	display: none;
}
.ie-logo-tab {
	display: block;
}
}

@media (max-width: 34.99em) {
.ie-logo-tab {
	display: none;
}
.ie-logo-mob {
	display: block;
}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NAV ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
nav, .nav {
	background-color: #225982;
	margin-bottom: 23px;
	border-top: 1px solid #225982;
}
.nav a {
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	color: #fff !important;
}
.nav a.first {
	margin-left: -15px;
}
.nav a:hover,
.home .nav .home,
.details .nav .details,
.contact .nav .contact {
	background-color: #fff;
	color: #225982 !important;
}

TD.nav {
	background-color : #000000;
}
A.nav {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	background-color : #3366CC;
}
A.nav2 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ index.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
main {
	padding: 0%;
	margin: auto;
	width: 100%;
}
.main h2 {
	color: #123e58;
	margin: 0;
	padding: .3em .5em;
}
.main .designs {
    padding: 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUTTONS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input[value="Default"], input[value="Undo"], input[value="Calculate"], input[value="Go"], input[value="Respecify"], .toplink {
    background-color: #bb0e3c;
	border: 1px solid #bb0e3c;
    color: #ffffff !important;
	cursor: pointer;
    padding: 7px 20px;
    margin: 10px 0;
	transition: .5s ease all;
}
input[value="Go"] {
    padding: 3px 20px;
    margin: 0;
}
input[value="Default"]:hover, input[value="Undo"]:hover, input[value="Calculate"]:hover, input[value="Go"]:hover, input[value="Respecify"]:hover, .toplink:hover, .toplink:focus {
    background-color: #123e58;
	border: 1px solid #123e58;
    color: #fff !important;
	cursor: pointer;
}
.toplink {
	display: block;
	float: right;
	position: relative;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CALLOUTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.callout {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	font-size: 15px;
	font-weight: bold;
	margin: auto;
	margin-bottom: 23px;
    padding: 10px;
	text-align: left;
	width: 98%;
}
.callout a {
	color: #094C84 !important;
}
.callout a:visited {
	color: #2F4E5A !important;
}

th:first-of-type {
	border: 1px solid #ccc;
	padding: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FORMS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
TD.form {
	font-size: 10pt;
}
TH.form {
	font-weight: bold;
	font-size: 10pt;
}
INPUT {
	font-size: 8pt;
}
SELECT {
	font-size: 8pt;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer, .footer {
	background-color: #123e58;
	color: #fff;
	clear: both;
	text-align: center;
}
.footer {
	padding-top: 23px;
	margin-top: 46px;
	padding-bottom: 23px;
}
.footer .power-links {
    margin-bottom: 23px;
}
.footer .nci-links {
	border-top: 1px solid #ccc;
	padding-top: 23px;
	margin-top: 11px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover, .footer abbr {
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, td, th, p, div, span {
	margin-top: 0;
}
body.color {
	margin: 0;
	background-color: #CCDDEE;
}
#calculatetable, #specifytable {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: none !important;
	border-top: 1px solid #ccc;
	border-spacing: 0;
	margin: 0;
}

#calculatetable tr:nth-child(odd), #specifytable tr:nth-child(odd) {
	background-color: #ccc !important;
}



#calculatetable thead th, #specifytable thead th {
	background-color: #9cf;
	vertical-align: bottom;
}
#calculatetable th, #specifytable th {
	border: none;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#calculatetable td, #specifytable td, #calculatetable th, #specifytable th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 7px;
}

#calculatetable tr:first-of-type td, #specifytable tr:first-of-type td, #calculatetable tr:first-of-type th, #specifytable tr:first-of-type th {
	background-color: #123e58;
	border-bottom: none;
	color: #fff;
}

#calculatetable tr:nth-of-type(2) td, #calculatetable tr:nth-of-type(2) th{
	background-color: #426990;
	border-bottom: none;
	color: #fff;
}


#calculatetable tr:last-of-type td, #specifytable tr:last-of-type td, #calculatetable tr:last-of-type th, #specifytable tr:last-of-type th {
	border-bottom: none;
}

#calculatetable td.noshow, #calculatetable th.noshow, #specifytable td.noshow, #specifytable th.noshow {
	display: hidden !important;
	border: none;
}
.helplink {
	background: url(/power/qmark.gif) scroll no-repeat center left;
	padding: 0 1px 1px 17px;
	text-decoration: none;
	color: #0F69B3;
}
.helplink:hover, .helplink:focus {
	color: #06c;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Barlow', sans-serif; font-weight: 700;}
h1, h1 a {
	font-size: 1.4em;
	color: #003366;
	font-weight: bold;
	text-decoration: none
}

h2 {
	color: #426990;
	font-size: 2em;
}
h2 a, h2 a:visited, h2 a:active {
	color: #426990;
	text-decoration: none
}
h2 a:focus, h2 a:hover {
	border: none;
	text-decoration: underline;
}
ol li, ul li {
	margin: 10px 2px;
}
img {
	border: 0;
}

.recolor {
    color: #fff !important;
    background-color: #426990;
}
table.viewable {
	width: 100%;
	background-color: #EEEEEE;
	border-style: solid;
}
td.header {
	color: #FFFFFF;
	background-color: #3366CC;
	font-weight: bold;
}
td.link {
	color: #FFFFFF;
	background-color : #3366CC;
}
td.nav {
	background-color : #000000;
}
td.form {
	font-size: 10pt;
}
th.form {
	font-weight: bold;
}
A.nav {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	background-color : #3366CC;
}
A.nav2 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

.text, .wrongLogonMessage, .formLabel, .logonMessage {
	color: #000000;
	font-size: 10pt;
}
.docTitle {
	font-weight: bold;
	font-size: 16pt;
	font-weight: bold;
	font-size: 10pt;
}
input.textfield {
	border-style: solid;
}

input, select {
	font-size: 12pt;
}
/* Agency Links */   /* updated 04/15/2013 per cancer.gov style guidelines */

/* HTML5 conversion */
.instructions {
    background-color: #f4f4f4;
    font-weight: bold;
    border: #ccc solid thin;
    padding: 1em;
}

.results-row {
    text-align: center;
}

.headers-row {
    white-space: nowrap;
}

#calculatetable {
    width: 85%;
}

.columns-3 .col-1, .columns-3 .col-2, .columns-4 .col-1, .columns-4 .col-2  {
    width: 5%;
}

.columns-3 .col-3 {
    width: 85%;
}

.columns-4 .col-3, .columns-4 .col-4 {
    width: 30%;
}

#calculatetable .header-cell, #calculatetable .text-cell {
    background-color: #6d9ac7;
}

#calculatetable .data-cell {
    text-align: center;
}

caption {
    font-weight: bold;
    padding-bottom: 1rem;
    font-size: x-large;
    text-align: left;
}

#specifytable a {
    color: #213E45;
}

/* ==================================================
 NCI Govt Header
================================================== */
section#usa-banner {margin-bottom: 0; background: #f0f0f0;}
.usa-banner__header-text {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.usa-banner__header-text img {
    vertical-align: baseline;
    margin-right: 0.5em !important;
}

