/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */


html {
	background: #fff;
	overflow-y: scroll;
	overflow:scroll;
}

#nciBanner {
    background-color: #fff;
    float: left;
    width: 70%;
}

@media (max-width:768px) {
	#nciBanner {
		width:94%;	
	}
}

.nciLogo {
    display: inline-block;
    line-height: 0;
    max-width: 392px;
    padding: 23px 23px 23px 0;
    width: 100%;
}
@media (max-width:768px) {
	.nciLogo {
		padding: 12px;	
	}
}

.nciLogo img {
    height: 54px;
	width: 100%;
}

.ie-logo-desk {
    display: block;
}

.ie-logo-mob, .ie-logo-tab {
    display: none;
}

@media (max-width:768px) {
	.ie-logo-tab {
		display: block;
	}

	.ie-logo-mob, .ie-logo-desk {
		display: none;
	}
}

@media (max-width:568px) {
	.ie-logo-mob {
		display: block;
	}

	.ie-logo-tab, .ie-logo-desk {
		display: none;
	}
}

#skip, #skip:hover, #skip:visited {
	position: absolute;
	top: -200px;
	right: 44%;
	padding: 8px 15px;
	font-weight: bold;
	border: 2px solid #ccc;
	border-top: none;
	border-radius: 0 0 3px 3px;
	transition: all .2s ease-in-out;
}
#skip:active, #skip:focus {
	position: absolute;
	top: 0;
	color: #a90101;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.7);
}
body {
	font-family: "Lucida Sans Unicode", "Helvetica Neue", Helvetica, sans-serif;
	font-size: .8em;
	color: #444;
}
/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/*dictionary button override*/
#NCITermDictionaryWidgetEnglish form button[type=submit], #NCITermDictionaryWidgetEnglish form button.submit, #NCITermDictionaryWidgetEnglish .button[type=submit], #NCITermDictionaryWidgetEnglish .button.submit {
	background-color: #0A8185 !important;
}
h1 {
	padding: 15px 0 0 0;
}
.front h2 {
	display: none;
}

h2 {
	font-family: Cambria, Times, "Times New Roman", serif;
	color: #a90101;
	border-bottom: 1px solid #a90101;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#header h2 {
    display: none;
}

h3 {
    font-size: 1.17em !important ;
}
h5 {
	margin: 0 !important;
}
.indent {
	margin-left: 40px;
}
.indent ul {
    margin-left: 0 !important;
}
.indent ul li {
    padding-left: 0 !important;
}
.no-bullet {
	list-style: none;
}
.field-items ul {
	margin: 0 25px 10px;
}

#field_healthy_people_2020_target ul {
    margin-left: 5px;
}

.node-type-measure .field-items ul {
	margin: 0 15px;
	list-style: none;
	margin-bottom: 10px;
}
#field_measure ul {list-style: circle;}
.node-type-measure #field_summary_graph {
	display: none;
}
#field_data_source, #field_healthy_people_2020_target, #field_measure {
	clear: both;
	float: left;
}
#field_summary_graph_text {
	position: relative;
}

#field_on_this_page ul, .page-node-58 .field-item ul {
	margin-left: 5px;
}

ol {
	margin-left: 20px;
	margin-bottom:20px;
	padding-left: 20px;
}

.field-items li {
	padding: 0 0 3px 0;
}

pre, code, tt, samp, kbd, var {
	font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}
/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */

/*
 * Wraps all header elements - branding and .region-header
 */

/*
 * Wraps the sidebars the content column
 */
#columns {
	margin-top: 2rem;
}
/*
 * Main content column wrapper
 */

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {
	float: left;
	margin-left: 0;
	width:100%;
}
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */

/*
 * Footer wrapper
 */
#footer {
	background: #eeecec;
}
#footer ul.menu {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
}
#footer li {
	display: inline;
	padding-left: 20px;
}
#footer a {
	border-right: 1px solid;
	padding-right: 20px;
}
#footer .last a { border: medium none !important; }
#block-menu-menu-footer-hhs ul.menu {
	border-bottom: none;
	padding: 0;
}
#block-block-2 > p, #block-block-3 > p {
	text-align: center;
}
#block-block-2 a {
	border: medium none;
}
/*
 * Panels may need additional margin wrangling when in the $content region
 */

.panel-pane.pane-custom.pane-1.no-title.block {
	margin-top: -20px;
}
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */

/*
 * Wraps the header
 */
#header-wrapper {
	/* Debug styles, is this working */
	background: rgba(255, 192, 203, 0.5);
}

/*
 * Wraps the nav elements
 */
#nav-wrapper {
}
#nav-wrapper .container {
}
/*
 * Wraps breadcrumb
 */

/*
 * Wraps messages and help
 */

/*
 * Wraps the secondary content/preface region
 */

/*
 * Wraps the main content column
 */

/*
 * Wraps the tertiary content/postfix region
 */

/*
 * Footer wrapper
 */
#footer-wrapper {
	/* Debug styles, is this working? */
	background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
	height: 0;
    text-indent: -5000px;
    width: 0;
}
/*
 * Logo
 */
#logo {
	padding: 10px 0;
}
#logo img {
	vertical-align: bottom;
}
/*
 * Wrapper for the site name and slogan
 */

/*
 * Site name (h1)
 */
#site-name {
	margin: 0;
}
#site-name a {
	color: #A90101;
	font-family: Cambria, Times, "Times New Roman", serif;
	font-weight: bold;
}
#site-name a:link, #site-name a:visited {
	text-decoration: none;
}
#site-name a:hover, #site-name a:focus {
	text-decoration: underline;
}
/*
 * Site slogan (h2)
 */
#site-slogan {
	margin: 0;
}
/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */

/*
 * The main page title (h1)
 */
#page-title {
	margin-top: 0;
	padding-right:285px;
}

@media (max-width:941px){
	#page-title {
		padding-right: 0;
	}
}
/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
	display: inline;
	float: none;
	margin-right: 10px;
}
.feed-details dt, .feed-details dd {
	display: inline;
	margin: 0;
}
/*
 * Generic styles for the more link
 */

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
	margin: 0;
	padding: 0;
}
ul.links.inline {
	display: block;
}
ul.links li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 0;
}
/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
	margin: 0;
	padding: 0;
}
/*
 * Attribution message and link
 */
.attribution {
	display: block;
	opacity: 0.65;
	padding: 1em 0;
	text-align: center;
}
.attribution a {
	text-decoration: none;
	color: inherit;
}
.attribution a:hover, .attribution a:focus {
	text-decoration: underline;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
	text-decoration: none;
	color: #a90101;
}
a:visited {
	color: #6E0101;
}
a:active, a.active {
}
a:hover, a:focus {
	text-decoration: underline;
}
/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
	clear: both;
	margin: 10px 0;
}
.nav ul, .nav ul.menu {
	margin: 0;
	padding: 0;
}
.nav li, .nav ul.menu li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li a, .nav ul.menu li a {
	display: block;
	white-space: nowrap;
	padding: 0 10px;
}

.nav .block {
	margin-bottom: 0;
}
#secondary-menu-bar {
	display: none;
}
/* =============================================================================
 *   Superfish
 * ========================================================================== */
 
.main-menu-mobile-expand {
    background-color: transparent;
    border: medium none;
}

.menu-mobile-expand {
	background-color: transparent;
    border: medium none;
}
 
 #block-menu-menu-main-menu a {
    color: #fff;
}


#block-menu-menu-main-menu .block-title {
    background: none repeat scroll 0 0 #444;
    color: #fff;
    display: block;
    font-size: 1.5em;
}

#block-menu-menu-main-menu li {
    background: #444;
	padding: 3px 0 3px 20px;
}

#block-menu-menu-main-menu-header {
	//border-radius:5px;
	border-bottom:none;	
}

#block-menu-menu-main-menu li:hover, #block-menu-menu-main-menu li:focus, #block-menu-menu-main-menu li.active-trail {
	background:#eee;	
}

#block-menu-menu-main-menu li:hover a, #block-menu-menu-main-menu li:focus a, #block-menu-menu-main-menu li a.active {
	color:#444;	
	text-decoration:none;
}

#block-menu-menu-main-menu ul {
        display: none;
}

#block-superfish-1 {
	background: #444444;
	height: 43px;
}
#block-superfish-1 li a {
	color: #FFFFFF;
	padding-top: 5px;
}
#block-superfish-1 ul.sf-menu a {
	padding: 5px 30px 0 20px;
}
#menu-221-1 a {
	padding-left: 10px;
}
#menu-792-10 .sf-depth-1 {
	background-image: url("../../../../../../sites/default/files/dictionary.png");
	background-position: 10px 7px;
	background-repeat: no-repeat;
	padding-left: 31px;
}
#menu-543-10 .sf-depth-1 {
	background-image: url("../../../../../../sites/default/files/report.png");
	background-position: 10px 7px;
	background-repeat: no-repeat;
	padding-left: 31px;
}
#block-superfish-1 li.active-trail a.menuparent, #block-superfish-1 li a:hover, #block-superfish-1 li a:active, #block-superfish-1 li a:focus, #block-superfish-1 li a.active {
	border-bottom: 6px solid #eeecec;
	background: #eeecec;
	color: #444;
}
#block-superfish-1 li.sf-depth-2 a.menuparent {
	background: #444;
	color: #fff;
	border: none;
}
#block-superfish-1 li.sf-depth-2.active-trail a.menuparent {
	background: #eeecec;
	color: #444;
}
#block-superfish-1 li.sf-depth-2 a.menuparent:hover, #block-superfish-1 li.sf-depth-2 a.menuparent:focus {
	border-bottom: 6px solid #eeecec;
	background: #eeecec;
	color: #444;
}
#block-superfish-1 li.sf-depth-2 a.menuparent > .sf-sub-indicator, #block-superfish-2 li.active-trail span.menuparent > .sf-sub-indicator, #block-superfish-9 li.active-trail span.menuparent > .sf-sub-indicator, #block-superfish-3 li.active-trail span.menuparent > .sf-sub-indicator {
	background: url("../images/arrows-ffffff.png") no-repeat scroll -10px 0 rgba(0, 0, 0, 0);
}

#block-superfish-1 li.sf-depth-2 a.menuparent:hover > .sf-sub-indicator {
	background: url("../images/arrows-777777.png") no-repeat scroll -10px 0 rgba(0, 0, 0, 0);
}
#block-superfish-1 li.sf-depth-2 a.menuparent.active {
	border-bottom: 6px solid #eeecec;
	background: #eeecec;
	color: #444;
}
#block-superfish-1 .sf-depth-2 {
	background: #444;
}
#block-superfish-1, #block-block-16 {
	margin-bottom: 0;
}

#block-block-16 {
    background: #03546E;
    color: #fff;
    border-bottom:4px solid #eee;
}
.ribbon {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 1.3em;
    padding: 15px 0;
}

#block-superfish-3 .sf-depth-2, #block-superfish-9 .sf-depth-2, #block-superfish-2 .sf-depth-2 {
	background: #eeecec;
}
#block-superfish-2 a {
	padding: 5px 15px;
}
#superfish-2 .sf-sub-indicator, #block-superfish-9 .sf-sub-indicator {
	right: 0.9em;
	top: 1.2em;
}
#block-superfish-2 .sf-hidden, #block-superfish-9 .sf-hidden {
	background: #EEECEC;
}
#block-superfish-9 a, #block-superfish-8 a, #block-superfish-7 a, #block-superfish-6 a, #block-superfish-5 a, #block-superfish-4 a, #block-superfish-3 a, #block-superfish-2 a {
	line-height: 1.5em;
	padding: 7px 20px 7px 15px;
	border-bottom: 1px solid #DDDDDD;
}
#menu-800-3 .first.odd.sf-item-1.sf-depth-2.sf-no-children {
	border-bottom: 1px solid #ddd;
}
#block-superfish-9 a:hover, #block-superfish-9 a:active, #block-superfish-9 a:focus, #block-superfish-9 a.active, #block-superfish-8 a:hover, #block-superfish-8 a:active, #block-superfish-8 a:focus, #block-superfish-8 a.active, #block-superfish-7 a:hover, #block-superfish-7 a:focus, #block-superfish-7 a:active, #block-superfish-7 a.active, #block-superfish-5 a:hover, #block-superfish-5 a:focus, #block-superfish-5 a:active, #block-superfish-5 a.active, #block-superfish-6 a:hover, #block-superfish-6 a:focus, #block-superfish-6 a:active, #block-superfish-6 a.active, #block-superfish-4 a:hover, #block-superfish-4 a:focus, #block-superfish-4 a:active, #block-superfish-4 a.active, #block-superfish-3 a:hover, #block-superfish-3 a:active, #block-superfish-3 a:focus, #block-superfish-3 a.active, #block-superfish-2 a:hover, #block-superfish-2 a:active, #block-superfish-2 a:focus, #block-superfish-2 a.active {
	background: #444;
	color: #fff;
	text-decoration: none;
}
#menu-561-3 a, #menu-550-3 a, #menu-549-3 a {
	line-height: 1.6em;
}
#block-system-navigation li.last, #block-superfish-3 .last a, #block-superfish-9 .last a, #block-superfish-8 .last a, #block-superfish-2 .last a, #block-superfish-7 .last a, #block-superfish-5 .last a, #block-superfish-6 .last a, #block-superfish-4 .last a, #menu-561-3 a {
	border: none;
}

.menu a {
    color: #444;
}

#block-superfish-2 {
	background: #eeecec;
	float: left;
}
#block-superfish-9, #block-superfish-5, #block-superfish-8, #block-superfish-6, #block-superfish-7, #block-superfish-4, #block-superfish-3, #block-superfish-2 {
	background: #eeecec;
	float: left;
	border-left: 6px solid;
}
.sf-sub-indicator {
	right: 1.1em;
}
a > .sf-sub-indicator {
	top: 1.2em;
}
ul.sf-menu {
	margin-bottom: 0;
}
ul.sf-menu a {
	border-left: 0;
	border-top: 0;
	text-decoration: none;
	line-height: 2.5em;
}

ul.sf-menu li:hover, ul.sf-menu li.sfHover {
	outline: 0;
}

ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
	outline: 0;
}
#block-menu-menu-print-report a {
	background: none repeat scroll 0 0 #EEECEC;
	color: #A90101;
	padding: 10px 75px 10px 15px;
	border-radius: 5px;
	margin-top: 10px;
}
#block-menu-menu-print-report a:hover, #block-menu-menu-print-report a:active, #block-menu-menu-print-report a:focus, #block-menu-menu-print-report a.active {
	text-decoration: none;
	background: #A90101;
	color: #fff;
}

#block-system-navigation li:hover, #block-system-navigation li:active, #block-system-navigation li:focus, #block-system-navigation li.active {
	background: #A90101;
	border-radius: 5px;
}
#block-system-navigation a:hover, #block-system-navigation a:active, #block-system-navigation a:focus, #block-system-navigation a.active {
	color: #fff;
	text-decoration: none;
}
#block-system-navigation li {
	list-style: none;
	line-height: 2.5em;
	border-bottom: 1px solid #ddd;
}
#block-system-navigation a {
	padding: 7px 15px;
}
/*
 * Superfish blocks
 */

.block-superfish ul {
	margin: 0 auto;
	padding: 0 !important;
}

.block-superfish li {
	margin: 0 !important;
	padding: 0 !important;
}
/*
 * Vertical style
 */
.sf-vertical {
	width: 100%;
}
.sf-vertical li {
	width: 100%;
}

.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left: 100%;
	top: 0;
	margin: 0;
	padding: 0;
}
.sf-vertical li a {
	padding: 0 10px;
}
/*
 * Navbar style
 */
.sf-navbar {
	padding-bottom: 0 !important;
}
/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
	padding: 0 10px;
}
#block-superfish-10 {
	border-radius: 5px;
	float: left;
}

#block-superfish-10 {
    margin: -25px auto 5px;
    width: 100%;
    float: left;
}

#superfish-10 li {
    border-bottom: none;
    display: inline;
    width: auto;
    float: right;
}

#superfish-10 a:hover, #superfish-10 a:active, #superfish-10 a:focus {
	text-decoration: underline;
}
#superfish-10 a.active {
	color: #A90101;
	text-decoration: underline;
}
#block-menu-menu-prevention-pages-sidebar {
	background: #eeecec;
	width: 85%;
	border-radius: 5px;
	padding: 10px 15px;
}
#block-menu-menu-prevention-pages-sidebar li, #block-menu-menu-print-report li {
	list-style: none outside none;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
#block-menu-menu-prevention-pages-sidebar li {
	padding: 10px 5px;
}
#block-menu-menu-prevention-pages-sidebar a {
	padding: 10px 0;
}

#block-superfish-2 .last, #block-menu-menu-prevention-pages-sidebar .last {
	border: none;
}

#block-block-15 {
    float: left;
    width: 100%;
	border-left:4px double #ccc;

}

#block-block-15 a {   
    display: block;
	padding: 4%;
	background-image: url("../images/mail-icon.png");
    background-position: 10px 9px;
    background-repeat: no-repeat;
    padding-left: 31px;
}

#block-block-15 a.contextual-links-trigger {
	background-image:none;	
}

#block-block-15 .block-title {
	display:none;	
}
/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle, .at-mt .at-menu-toggle ul, .at-mt .at-menu-toggle ul.menu {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.at-mt .at-menu-toggle-button {
	margin: 0;
}
.at-mt .at-menu-toggle ul a {
	padding: 0 10px;
	white-space: nowrap;
}
/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
	padding-left: 0;
}
ul.menu ul {
	padding-left: 15px;
}

ul.menu li {
	margin: 0;
}

#block-superfish-3 li.active-trail span.menuparent, #block-superfish-2 li.active-trail span.menuparent, #block-superfish-9 li.active-trail span.menuparent {
	background: #A90101;
	color: #FFFFFF;
	border-radius: 5px;
}

span.sf-depth-1.menuparent.sf-with-ul {
    border-bottom: 1px solid #ddd;
    color: #a90101;
    display: block;
    line-height: 1.5em;
    padding: 7px 15px;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
	padding: 0;
}
/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
.book-navigation .page-up {
	/* Prevent text wrapping to a new line, assumes the string is two chars */
	min-width: 2em;
	white-space: nowrap;
}
.book-navigation .menu {
	margin-left: 0;
}
/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
	margin: 0;
	font-size: .9em;
	border-bottom: 1px dotted #eeecec;
	padding-bottom: 5px;
	padding-top: 10px;
}

.page-search-node #breadcrumb .crumb {
    display: none;
}

.page-search-node #breadcrumb .crumb-first, .page-search-node #breadcrumb .crumb-last {
    display: inline;
}

.crumb-separator {
	padding: 5px;
}
/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
	font-size: 1em;
	display: inline;
	padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
	content: ":";
}
#breadcrumb ol {
	margin: 0;
	padding: 0;
}
#breadcrumb .with-breadcrumb-label ol {
	display: inline;
}
#breadcrumb li {
	list-style: none;
	display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
	clear: both;
	margin: 0;
	text-align: center;
}
.item-list ul.pager li {
	margin: 0;
}
ul.pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: .5em;
}
ul.pager li.pager-current {
	font-weight: 700;
}
.block ul.pager li {
	margin: 0;
}

/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
	left: 50%;
	margin-left: -6.5em;
	margin-top: 0;
	padding: 0 0.5em;
	position: absolute;
	width: 12em;
	z-index: 50;
}
#skip-link a {
	background: #444;
	background: rgba(0,0,0,0.6);
	color: #fff;
	display: block;
	line-height: 2;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#skip-link a:link, #skip-link a:visited {
	background: #444;
	background: rgba(0,0,0,0.6);
	color: #fff;
	display: block;
	line-height: 2;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
	outline: 0;
}
/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
	margin-bottom: 15px;
}
ul.primary {
	border-bottom-color: #ccc;
	margin: 20px 0;
	padding: 0 0 0 5px;
}
ul.primary li {
	display: block;
	float: left;
	margin: 0 1px -1px;
}
ul.primary li a {
	background-color: #f5f5f5;
	border-color: #ccc;
	margin-right: 1px;
	padding: 0 10px;
	display: block;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
}
ul.primary li a:hover, ul.primary li a:focus {
	background-color: #eee;
	border-color: #ccc;
}
ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus {
	background-color: #fff;
	border-bottom-color: #fff;
}
ul.secondary {
	border-bottom: 1px solid #ccc;
	margin: 1em 0 0;
	padding: 0 .3em 1em;
}
ul.secondary li {
	border-right: 0;
	list-style: none;
	padding: 0 10px 0 0;
}
ul.secondary li a {
}
ul.secondary li a:hover, ul.secondary li a.active {
	border-bottom: none;
	text-decoration: underline;
}
/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
	margin: 20px 0 0;
	list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {
	float: left;
}

.views-field-field-image {
    text-align: center;
}

.field-name-field-related-cancers {
    width: 100%;
}

#field_additional_information li {
	padding-bottom: 0;
}
.field-name-field-summary-tables, .field-name-field-recent-summary-trend, .field-name-field-desired-direction, .field-name-field-year-range, .field-name-field-recent-summary-trend-year- {
	display: none;
}
.field-name-field-summary-graph {
	background: none repeat scroll 0 0 #EEECEC;
	float: left;
	padding: 15px 0 10px 20px;
}
.field-name-field-summary-graph-text {
	padding: 0 0 0 15px;
	background: #eeecec;
	float: right;
	width: 51%;
}
.summaryText {
	width: 50%;
	float: left;
	padding: 10px 0;
}
.summaryGraph {
	float: right;
	padding: 10px;
}

.page-node-18 .summaryGraph {
	margin-left: 20px;	
}

.footnote {
	float: left;
	padding: 0 0 0 15px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 50%;
}
h3.field-label {
	margin-bottom: 5px;
}
#field_on_this_page li {
	list-style: none outside none;
	padding-left: 5px;
}
.field-name-field-on-this-page {
	clear: none;
	width: 45%;
}
#field_related_cancers .left {
	border: medium none;
	width: auto;
}


#field_healthy_people_2020_target p.healthy {
    font-style: italic;
}

.field-item p {
	margin-left: 5px;
}
.node-type-measure .left {
	width: 70%;
	padding-right: 28px;
	border-right: 1px solid #eeecec;
}

.page-node-96 .field-name-body img {
	width:100%;
	max-width:580px;	
}


.right {
	float: left;
	margin-left: 20px;
}
.right > p {
    color: #444;
    font-size: 1rem;
    line-height: 1.4;
}
.front .right {
    width: 72%;
    background: #fff;
    margin: 1rem 0;
    padding: 1rem;
    float: right;
	opacity: .95;
}
.right p.title {
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
}
.right p.caption {
	margin: 0 0 0 5px;
	padding: 0;
}
.right img {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 5px 16px;
	padding: 2px 3px 7px 7px;
}
.field-name-field-measure {
	float: left;
}
.field-content > p {
	margin-bottom: 0;
}
#field_additional_information li {
	padding: 5px 0 0 5px;
}
#field_additional_information ul {
	margin-left: 10px;
}
#field_additional_information h4 {
	margin-bottom: 0;
}
.field-name-field-most-recent-estimates {
	width: 100%;
}
.section-archives .field-type-text-with-summary ul {
	list-style: none outside none;
	//margin-left: 0;
}
.section-archives img {
	padding-left: 3px;
}
.field-name-field-additional-information {
	margin-top: 15px;
}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */

.field-label-inline .field-label {
	margin: 0;
}
/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
	font-size: 1.17em;
	font-weight: 700;
	font-family: inherit;
	line-height: inherit;
	margin-bottom: 10px;
}
.floated {
	clear: both;
	float: left;
	width: 100%;
}
.floated p {
	margin-left: 5px;
}
.text {
	float: left;
	width: 70%;
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
	/* The same bottom margin as p, blockquote, ul, ol and dl */
	margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
	margin: 0;
	padding: 0;
}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
	display: inline;
	list-style: none;
	padding: 0 10px 0 0;
}
.page-node-12 .field-name-field-home-description, .page-node-13 .field-name-field-home-description, .page-node-14 .field-name-field-home-description, .page-node-15 .field-name-field-home-description, .page-node-16 .field-name-field-home-description, .page-node-17 .field-name-field-home-description {
	display: none;
}
.page-node-92 .table_title, table.tag_table caption {
	background: none repeat scroll 0 0 #a90101;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-weight:bold;
	padding:5px 0;
}

/*
 * Named fields
 */

.page-node-12 .field-name-field-image, .page-node-13 .field-name-field-image, .page-node-14 .field-name-field-image, .page-node-15 .field-name-field-image, .page-node-16 .field-name-field-image, .page-node-17 .field-name-field-image {
	display: none;
}

#field_most_recent_estimates button:focus, #field_most_recent_estimates h4:focus {
	outline:1px dotted red;	
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure, .iat-l .field-type-image figure {
	margin: 5px 20px 15px 0;
}
/*
 * Centered setting
 */
.ia-c .field-type-image figure, .iat-c .field-type-image figure {
	margin: 5px auto 15px;
}
/*
 * Float right setting
 */
.ia-r .field-type-image figure, .iat-r .field-type-image figure {
	margin: 5px 0 15px 20px;
}
/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
	margin-bottom: 2rem;
}
div#block-block-18 {
    float: right;
}
.front .pane-home-page-grid, .pane-home-page-grid-2col, .pane-home-page-grid-1col {
	margin-bottom: 0;
	padding-bottom: 0;
}
#block-block-5 {
	margin-bottom: 0;
	float: right;
}
#block-block-1 {
	margin-bottom: 0;
}

/*
 * Block title
 */
.block-title {
	border-bottom: 4px double #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #444;
	font-size: 1.4em;
	margin: 0;
	//padding: 10px 0 0 15px;
	font-family: "Lucida Sans Unicode", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.1em;
}
/*
 * Match item list and block menu margin and padding
 */
.block-content ul, .block-content ol {
	padding: 0 0 0 15px;
}
.block-content li {
	margin: 0;
	padding: 0;
}

/*
 * First block created with "Add block" link
 */
#block-block-1 {
    background-image: url(/sites/default/files/home-big.jpg);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

/*
 * "Search form" block
 */
#block-search-form {
	width: 50%;
    float: right;
    margin-top: -75px;
    clear: both;
}

@media (max-width:768px) {
	#block-search-form {
		width:98%;	
		float:left;
		margin-top:0;
		margin-bottom:2%;
	}
	input[type="search"] {
		width:95%;	
	}
}

/*
 * "Navigation" block for Drupal navigation menu
 */

.block-navigation {
	background: none repeat scroll 0 0 #EEECEC;
	border-radius: 5px;
	width: 84%;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
	margin-bottom: 20px;
}

.node .node-title {
	margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.section-prevention table td, .section-detection table td, .section-diagnosis table td, .section-treatment table td, .section-after table td, .section-end table td {
	padding: 0 10px;
}
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
	margin: 1.5em 0;
}
#comments h2 {
}
#comments h2.comment-title {
	margin: 0;
}
#comments h2.comment-form {
	margin: 0;
}
/*
 * Wrapper for a single comment
 */
.comment {
	margin-bottom: 20px;
}
/*
 * Comment title
 */
.comment-title {
	margin: 0;
}
/*
 * Comment states
 */

/*
 * "New" marker for comments that are new for the current user
 */
.new {
	color: #c00;
}
/*
 * Nested comments are indented
 */
.indented {
	margin-left: 40px;
}
/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */

.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 1px solid #c00;
}
.form-item label {
	font-weight: 700;
}

/*
 * Highlight marks and form required mark
 */
.marker, .form-required {
	color: #c00;
}
.form-item .description {
	font-size: 0.85em;
}

/*
 * The submit button
 */
.form-submit {
	background: none repeat scroll 0 0 #eee;
	border: 1px groove #ccc;
	border-radius: 5px;
	color: #444;
	padding: 3px 10px;
}
#block-search-form .form-submit {
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    float: right;
    position: absolute;
    top: 6px;
    right: -49px;
    color: transparent;
    background-size: 31%;
}
.form-submit:hover, .form-submit:active, .form-submit:focus {
	color: #fff;
	background: #a90101;
}
.container-inline div, .container-inline label {
	display: inline;
}
/*
 * Define consistent borders
 */
fieldset {
	border: 1px solid #ccc;
}
/*
 * Tips for Drupal's input formats
 */

/*
 * Buttons used by contrib modules like Media
 */
a.button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
/*
 * Password confirmation
 */
.password-parent, .confirm-parent {
	margin: 0;
}
#search-block-form {
	float: right;
    margin-top: 10px;
    width: 49%;
    position: relative;
    margin-right: 20px;
}

@media (max-width:768px) {
	#search-block-form {
		float:left;	
		width:100%;
	}
}
/* =============================================================================
 *   Tables
 * ========================================================================== */
 
 th#col2, th#col3, th#col4 {
    text-align: left;
	padding-left:0;
	padding-right:15px;
}
 
tfoot, .view-footer {
	background: none repeat scroll 0 0 #eee;
	border-top: 4px double #ccc;
	font-size: 0.9em;
}

.view-footer {
	padding: 5px 7px;	
}

.page-node-92 thead th {
	background: #eee;
}

#t1col_r1, #t1col_r2, #t1col_r3 {
    border-bottom: 1px solid #ccc;
}

.left-aligned {
	border-right: 1px solid #ccc;
}

.page-node-92 .left-aligned {
	text-align: left;	
}

.page-node-92 tfoot td {
    text-align: left;
}

td.views-field {
	vertical-align: top;
}
.table_title, table.tag_table caption {
	text-align: center;
}

.tag_topic, .tag_measure {
    border-bottom: 1px solid #ccc;
}

.tag_topic {
    text-align: left;
	background:#444;
}

.tag_topic > a {
	color:#fff;	
}

th.tag_detail {
    padding-left: 40px;
}

.tag_measure {
	text-align:left;
	background:#eee;
	border-top:1px solid #ccc;	
	padding-left:20px;
}

.page-node-58 .tag_measure {
	background:none;	
}

.tag_measure th {
	padding-left:20px;	
}

.page-node-92 tr:nth-child(2n+2) {
	background:#eee;	
}

#t2col_r1, #t2col_r2, #t2col_r3 {
	border-bottom:1px solid #ccc;	
}

/**.tag_table th, .tag_table td {
    border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}**/

.tag_table td {
	text-align:left;	
}

.page-node-58 .tag_table td {
	text-align:center;	
}

#measure_sbr, #measure_sce {
    background: none repeat scroll 0 0 #eee;
}

.tag_table tr, .tag_table_2 tr {
	border-bottom:1px solid #ccc;	
}

h4.table1 {
	background: none repeat scroll 0 0 #EEECEC;
	margin-bottom: 0;
	padding: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#field_most_recent_estimates table {
	border-color: #EEECEC;
	margin-top: 0;
	margin-bottom: 0;
}
#field_additional_information, #field_evidence_based_resources {
	margin-top: 15px;
	width: 100%;
}
#field_related_cancers ul {
	margin-bottom: 0;
}
#field_related_cancers h3 {
	font-size: 1.17em;
	margin-top: 15px;
}

table.ui-accordion-content-active {
    border: 4px solid #666 !important;
}

#field_most_recent_estimates .table_title {
	background: #EEEEEE;
	border-left: 4px solid #666;
	border-right: 4px solid #666;
}
.toggleReveal .table_title {
    border-left: none !important;
    border-right: none !important;
}
#field_most_recent_estimates thead tr td, #field_most_recent_estimates thead tr th, #field_most_recent_estimates tbody tr td, #field_most_recent_estimates tbody tr th {
	background: #fff;
	border: 1px solid #eeecec;
	padding: 7px;
	text-align: center;
}

#field_most_recent_estimates td.left-aligned, #field_most_recent_estimates th.left-aligned {
	padding-left: 20px;
	text-align: left;
	padding-right: 10px;
}
#field_most_recent_estimates th.no-bottom {
	border-bottom: medium none;
}
#field_most_recent_estimates th.no-right {
	border-right: medium none;
	border-top: medium none;
}
#field_most_recent_estimates th.no-left {
	border-left: medium none;
	border-top: medium none;
}
#field_summary_graph img {
	padding-right: 20px;
}
.download {
	float: right;
	text-align: left;
	width: 35%;
}
#field_most_recent_estimates thead tr th {
	text-align: center;
}
.views-view-grid {
	border: none;
}
.pane-bottom-left-home-page-grid {
	border: 1px solid #eee;
	border-radius: 5px;
	padding-bottom: 19px;
	margin-right: 15px;
}
.pane-left-top-home-page-grid, .pane-middle-top-home-page-grid, .pane-right-top-home-page-grid, .pane-bottom-center-home-page-grid, .pane-bottom-right-home-page-grid {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-right: 15px;
}
.pane-right-top-home-page-grid, .pane-bottom-right-home-page-grid {
	margin-right: 0;
}
.front .block-content {
	padding: 0;
}
.pane-home-page-grid .block-content {
	padding-top: 0;
	margin-top: 0;
}
.views-view-grid tr {
	border: none;
}
table {
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
table.sticky-header {
	z-index: 10;
}

.page-node-58 table {
    margin-bottom: 30px;
}

table, thead, tbody, tr, th, td {
	border-color: #ccc;
}
table, td, th {
	vertical-align: middle;
}
.page-node-12 table, .page-node-15 table, .page-node-14 table, .page-node-13 table, .page-node-17 table, .page-node-16 table {
}
p.clear {
	clear: both;
}
.page-node-12 .left, .page-node-15 .left, .page-node-14 .left, .page-node-13 .left, .page-node-17 .left, .page-node-16 .left {
	margin-bottom: 10px;
	width: 60%;
}
.page-node-12 td, .page-node-12 th, .page-node-15 td, .page-node-15 th, .page-node-14 td, .page-node-14 th, .page-node-13 td, .page-node-13 th, .page-node-17 td, .page-node-17 th, .page-node-16 td, .page-node-16 th {
	vertical-align: top;
}
.front table, .front td, .front th {
	vertical-align: top;
}
caption, th, td {
	text-align: left;
}
thead tr {
	font-weight: 700;
	background-color: #e5e5e5;
}
td, th {
	border-bottom: 0;
	margin: 0;
	padding: 5px 7px;
}

tr.odd {
	background: #fff;
}

tr.odd td.active {
	background-color: #eee;
}
tr.even td.active {
	background-color: #ebebeb;
}

#field_most_recent_estimates th.overviewLink, #field_most_recent_estimates td.table-image, #field_most_recent_estimates thead, #field_most_recent_estimates tbody {
	border-bottom: medium none;
	border-top: none;
}
.section-tables td, .section-tables th {
	border: 1px solid #ccc;
}
td.table-image {
	vertical-align: top;
}
/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */

#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
	white-space: normal;
}
.views-view-grid td {
	border: 1px solid #eeecec;
	border-radius: 5px;
	width: 33%;
}
table.views-view-grid {
	border-collapse: separate;
	border-spacing: 30px;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: -15px;
	margin-top: -30px;
	float: left;
}
/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
	margin-bottom: 10px;
	margin-top: 10px;
}
div.messages ul {
	margin-top: 0;
	margin-bottom: 0;
}

/*
 * Unpublished nodes
 */

.node-unpublished p.unpublished, .comment-unpublished p.unpublished {
	color: pink;
	color: rgba(239, 170, 170, 0.4);
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-size: 75px;
	font-weight: bold;
	height: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	overflow: visible;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
}
/*
 * Otherwise these elements will appear below the "Unpublished" text
 */

.lt-ie8 .node-unpublished > *, .lt-ie8 .comment-unpublished > * {
	position: relative;
}
/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page .container {
	padding: 40px 0;
}
.maintenance-page #site-name, .maintenance-page #page-title {
	margin: 0;
}

.db-offline .container {
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
	max-width: 960px;
}
.db-offline div.messages {
	margin: 20px 0 0;
}
.db-offline #content {
	padding: 20px 0;
}
/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
	margin: 0;
	padding: 0;
}
/*
 * Devel Module
 */
.dev-query {
	background: #eee;
	padding: 30px;
}
/*
 * Styleguide module tweaks
 */
#styleguide-header {
	padding: 0 10px;
}
#styleguide-header .item-list {
	font-family: inherit;
	margin: 0 20px 20px 0;
	min-height: 260px;
	width: auto;
}
.left {
	float: left;
	margin-top: 10px;
}
.author-datetime {
	display: none;
}
.section-tables .views-field.views-field-title a {
	color: #444;
	font-family: "Lucida Sans Unicode", "Helvetica Neue", Helvetica, sans-serif;
	font-size: .8em;
}
.views-field.views-field-title {
	font-family: Cambria, Times New Roman, serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0;
}

.section-tables .views-field.views-field-title {
	font-family: "Lucida Sans Unicode", "Helvetica Neue", Helvetica, sans-serif;

	font-size:1em;
	color:#fff;
	background:#444;	
}

.section-tables .views-field.views-field-title {
	padding: 5px 7px;
}
/***accordion***/

#accordion p {
	margin: 10px 25px 20px 25px;
}
.ui-accordion-content table {
	margin: 0;
}
.toggleWrap {
	margin: 0;
	width: 100%;
	float: left;
	margin: 1px;
	border: 1px solid #eee;
}

.toggleWrap h3.open a {
	color: #fff;
}

.toggleWrap .open button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #444;
    font-weight: bold;
}

.toggleWrap button {
    border: medium none;
    font-weight: bold;
	background:transparent;
	padding-left: 0;
	color: #fff;
}
h3.open {
    border: 3px solid #666;
    margin-bottom: 1px !important;
}
.toggleWrap > h3 {
	background: none repeat scroll 0 0 #eee;
	margin: 0;
	padding: 8px 25px 8px 30px;
	font-size: 1em;
}
.toggleWrap > h3:hover, .toggleWrap > h3:focus {
	cursor: pointer;
	margin-bottom:1px;
	background: #eee;
    color: #444;
}
.toggleWrap > h3:hover a {
	color: #fff;
	text-decoration: none;
}
.node-type-measure .toggleWrap {
	border: none;
	margin: 0;
}
.toggleWrap > h5  {
	padding: .8em 3em;
	margin: 1px 0;
	background: #a90101;
	color: #fff;
}

.toggleWrap > h3 {
	padding: .8em 2em;
	margin: 1px 0;
	background: #690101;
	color: #fff;
}	


.toggleWrap > h5:hover, .toggleWrap h5:focus {
	background: #eee;
	cursor: pointer;
	color: #444;
}
.toggleWrap > h5:hover a, .toggleWrap:hover button, .toggleWrap h5:focus  {
	color: #444;
	text-decoration: none;
	background:#eee;
}

#block-menu-menu-main-menu-button:focus {
	outline:1px dotted #eee;
}

.block-title button:focus {
	outline:1px dotted #444;	
}

.toggleWrap > h5:hover .ui-icon, .toggleWrap > h4:hover .ui-icon {
	background-image: url("images/plus-white.png");
}
.toggleWrap > h4 {
	padding: .5em 1.3em;
	margin: 1px 0;
	background: #690101;
	color:#fff;
}

.toggleWrap > h4:hover {
	background: #eee;
	cursor: pointer;
	color:#444;
}

.toggleReveal {
    border: 3px solid #666 !important;
    margin-top: -4px;
}
.accordion_toggles .toggleReveal {
    border: none !important;
}

h4.open {
    border: 3px solid #666;
}

.toggleWrap > h4:hover a {
	color: #fff;
}
.toggleWrap > h4 a {
	text-decoration: none;
	padding-left: 5px;
}
.toggleWrap > h5.open, .toggleWrap > h4.open, .toggleWrap > h3.open {
	background: #eee;
	color: #444;
	border-top: 1px solid #ccc;
}
.toggleWrap > h5.open a, .toggleWrap > h4.open a {
	color: #fff;
	padding-left: 5px;
}
.block.block-block.contextual-links-region.no-title.odd.first.block-count-3.block-region-content.block-5 {
	margin-bottom: 0;
}
.toggleReveal > p {
	padding: 10px;
}
span.ui-icon {
    display: none;
}

.toggleWrap h3 a span.sf-sub-indicator {
	background: url("../../../../libraries/superfish/images/arrows-ffffff-1.png") no-repeat #eee;
	position: relative;
	right: 1.2em;
	top: 1em;
}
.toggleWrap h3.open a span.sf-sub-indicator, .toggleWrap h3.open:hover a span.sf-sub-indicator {
	background: url("../../../../libraries/superfish/images/arrows-ffffff.png") no-repeat -10px -100px #A80101;
}
.toggleWrap h3:hover a span.sf-sub-indicator {
	background: url("../../../../libraries/superfish/images/arrows-ffffff.png") no-repeat #A80101;
	position: relative;
	right: 1.2em;
	top: 1em;
}
.acc_expand_all {
	padding-right: 10px;
}

.acc_expand_all, .acc_collapse_all {
    background: none;
    border: medium none;
    color: #a90101;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background:#eee !important;	
}

h4.ui-accordion-header:before, .toggleWrap > h5:before, .toggleWrap > h4:before, .toggleWrap h3:before {
    font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.toggleWrap > h5.open:before, .toggleWrap > h4.open:before, .toggleWrap > h5.open:hover:before, .toggleWrap > h4.open:hover:before {
	color:#444 !important;	
}

h4.ui-accordion-header.ui-state-active:before, .toggleWrap > h5.open:before, .toggleWrap > h4.open:before, .toggleWrap h3.open:before {
	content: "\f068";	
}

/***icons****/
a.modal-graphTrigger {
    position: relative;
}

.zoom {	
	position:absolute;
	top:-20px;
	right:10px;
}
.graph {
	margin: 0 0 5px 3px;
}
#footer span.ext, #nciBanner span.ext, #footer a[href="../external-link-policy"] {
	display: none;
}
#footer a.ext {
	border: medium none;
	padding-right: 0;
	border-right: 1px solid;
	padding-right: 20px;
}

.ui-icon-triangle-1-e { background-position: 0 0 !important; }

.ui-icon-triangle-1-s { background-position: 0 0 !important; }

/**** home page *****/
.front p.new {
    font-size: 1.1rem;
    text-align: center;
    color: #444;
    margin: 0 1rem 1rem;
    padding: .5rem;
}
.new span {
    font-size: 1.5rem;
	font-weight: bold;
}

.front .table {
    display: table;
    border-spacing: 20px;
	margin-top:-20px;
	margin-left: -20px;
	margin-right: -20px;
}

@media (max-width:568px) {
	.front .table {
		border-spacing:10px;
		margin-top:-10px;	
	}
}
.row1, .row2, .bottom-full {
    display: table-row;
}
.bottom-full {
    background: #eee;
    padding: 1rem;
    display: inline-block;
    font-size: 1rem;
}

.grid {
    width: 33%;
    display: table-cell;
	vertical-align:top;
	background: #eee;
    padding: .5rem;
}
@media (max-width:568px) {
	.row1, .row2 {
		display: inline;
	}

	.grid {
		border: 1px solid #ddd;
		width: 100%;
		display: inline-block;
	}
}
.home-image {
    text-align: center;
    padding: 2% 2% 0;
	max-height: 141px;
    overflow: hidden;
}
.home-image > img {
    max-width: 225px;
    width: 100%;
}
.home-text {
    padding: 0 5%;
}
.home-text p {
	margin-left:0;
	margin-bottom: 2%;	
}
.front .home-text h2, .bottom-full h2 {
    font-size: 1.3em;
	display:block;
	border-bottom:none;
	margin-bottom:1%;
	margin-top: 4%;
}

.front div#breadcrumb {
    display: none;
}

/**table**/
/**************************/
.simple {
	width: 70%;
}
.simple, .simple td, .simple tr, .simple tbody {
	border: medium none;
}
.simple td {
	width: 50%;
}
.simple col {
	width: 50%;
}
.return {
	float: right;
	margin: 10px 0;
}
.page-node-12 table, .page-node-12 tbody, .page-node-12 td, .page-node-12 tr, .page-node-13 table, .page-node-13 tbody, .page-node-13 td, .page-node-13 tr, .page-node-14 table, .page-node-14 tbody, .page-node-14 td, .page-node-14 tr, .page-node-15 table, .page-node-15 tbody, .page-node-15 td, .page-node-15 tr, .page-node-16 table, .page-node-16 tbody, .page-node-16 td, .page-node-16 tr, .page-node-17 table, .page-node-17 tbody, .page-node-17 td, .page-node-17 tr {
	background: none;
	border: none;
}
.page-node-12 td, .page-node-13 td, .page-node-14 td, .page-node-15 td, .page-node-16 td, .page-node-17 td {
	width: 50%;
}
.page-node-122 ul.list, .page-node-118 ul.list, .page-node-12 ul.list, .page-node-13 ul.list, .page-node-14 ul.list, .page-node-15 ul.list, .page-node-16 ul.list, .page-node-17 ul.list, .page-node-101 ul.list, .page-node-102 ul.list, .page-node-103 ul.list, .page-node-104 ul.list, .page-node-105 ul.list, .page-node-106 ul.list, .page-node-107 ul.list, .page-node-108 ul.list, .page-node-109 ul.list, .page-node-110 ul.list {
	width: 80%;
	border-left: 4px double #ccc;
	margin: -5px 0 20px 20px;
	list-style:none;
}

.page-node-122 ul.list, .page-node-118 ul.list, .page-node-101 ul.list, .page-node-102 ul.list, .page-node-103 ul.list, .page-node-104 ul.list, .page-node-105 ul.list, .page-node-106 ul.list, .page-node-107 ul.list, .page-node-108 ul.list, .page-node-109 ul.list, .page-node-110 ul.list {
	width:100%;	
}

.page-node-110 #block-block-13, .page-node-109 #block-block-13, .page-node-108 #block-block-13 {
	display:none;	
}

.list li {
	padding-left:10px;	
}

ul.left, ul.right {
	width:40% !important;
	float:left;	
	list-style:none;
}

.top-th {
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.page-node-92 th {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}

.page-node-92 td {
	text-align:right;	
	border-right: 1px solid #ccc;
}

.box {
	padding: 10px;
	background: #eeecec;
	border-radius: 5px;
}

#superfish-1-select .sf-depth-2, #superfish-1-select .sf-depth-3 {
	display: none !important;
}
#block-block-6, #block-block-7, #block-block-8, #block-block-9, #block-block-10, #block-block-11, #block-block-12 {
	display: none;
}
.skip {
	margin-top: 10px;
}
.skip > a {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #444;
	padding: 5px 7px;
}
.skip > a:hover {
	background: #a90101;
	color: #fff;
	text-decoration: none;
}

#block-superfish-1 > label {
	text-indent: -5000px;
	background:none !important;	
}

.node-type-measure table > caption {
    font-weight: bold;
    padding: 10px;
}

.page-node-18 #block-block-13 {
	display:none;	
}

#block-block-13 td, #block-block-13 tbody, .page-node-18 td, .page-node-18 tbody, table.smaller td, table.smaller tbody {
    border: none;
    padding: 0;
}

#block-block-13 table, .page-node-18 table, table.smaller {
	width:65%;	
}

.smaller > caption, #block-block-13 table > caption {
	font-weight:bold;	
}

.bordered {
    border-bottom: 3px double #ccc;
    padding: 5px 0 0;
	width:100%;
	clear:both;
	float:left;
}

#lifted {
    float: left;
    margin-top: -40px;
    width: 100%;
}

.tag_table img {
    padding: 2px 0 0 4px;
}

.exp-col {
    float: right;
}

.exp-col button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #a90101;
}

.toggleWrap button:focus {
	outline: 1px dotted red;	
}

li.active-trail .sf-depth-1.menuparent.sf-with-ul {
	background:#444;	
	color:#fff;	
}

#block-superfish-1 li.active-trail .sf-depth-1.menuparent.sf-with-ul {
	border-radius:0;	
}

.page-node-19 #breadcrumb {
	display:none;	
}

/***************generate report styles*****************/

#pdf_generate_form {
    border-top: 4px double #ccc;
    margin-top: 10px;
    padding: 10px 0;
}

.checkbox_subsection {
    background: #eee;
    color: #444;
    padding-top: 5px;
	margin:-3px 0 2px 0;
	float:left;
	clear:both;
	width:100%
}

.checkbox_children {
    color: #444;
    padding: 2px 0 0 20px;
	float:left;
	clear:both;
	width:98%;
	background:#fff;
}

.parent_checkbox {
	float:left;
	clear:both;
}

.parent_checkbox input {
    margin: 0 0 7px 5px;
}

.checkbox_grand_children > label {
    font-weight: normal;
}

.child_checkbox input {
    margin: 0 5px;
}

.child_checkbox label {
	font-weight:normal;		
}

.checkbox_children .parent_checkbox input {
    margin-top: 5px;
}

.checkbox_subsection_prevention .checkbox_grand_children, .checkbox_subsection_summary-tables .checkbox_grand_children {
    border-bottom: 1px solid #ccc;
	float:left;
	clear:both;
	width:95%;
}

.checkbox_grand_children .child_checkbox {
    margin-left: 15px;
	float:left;
	clear:both;
}

.page-node-100 .form-submit {
	float:left;
	clear:both;
	margin:10px 0 0 20px;
}

/***maintenance page***/
.maintenance-page section {
    background: none repeat scroll 0 0 #eee;
    margin-top: 20px;
    padding: 10px;
}

.maintenance-page #main-content > div {
    padding-top: 10px;
}

/***********last updated section************/

#main-content {
    position: relative;
}

.field-name-field-last-updated {
	position: absolute;
    right: 0;
    top: 5px;
    width: 280px;
	color: #a90101;	
	font-weight:normal;
	font-style:italic;
}

.field-name-field-last-updated h3 {
    clear: none;
    float: left;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
}

.field-name-field-last-updated .field-item.even {
    clear: none;
    float: left;
    padding-left: 7px;
}

/****************font-awesome*****************/

#block-menu-menu-main-menu .fa-bars {
    color: #fff;
}

.fa-bars {
    color: #444;
}

/*~~~~~Stephanie's Updates~~~~~*/
.page-search p.search-info {
	display: none;
}

/****media queries****/
@media (min-width:1161px) {
.front .image-style-new {
	height: 141px;
}
}

@media (max-width:1160px) {

#lifted {
	margin-top:0;	
}
}

@media (max-width:1043px) {
.field-name-field-summary-graph-text {
	width: 98%;
}
.front .right > p {
	padding-left: 10px;
	border-radius: 5px;
}
}

@media (min-width:991px) {
	
.region-sidebar-first {
	margin-left: -9999% !important;	
}	
}

@media (max-width:990px) {
	.region-sidebar-first {
		margin-left: -9999% !important;	
	}
	
	#content-column {
		width:100% !important;	
	}
}

@media (max-width:960px) {
.view-summary-table-prevention-smoking-full, .view-summary-table-prevention-diet-, .view-summary-table-treatment-kidney-lung-ovarian-prostate-full, .view-summary-table-life-after-cancer-survival-smoking-obesity-and-physical-activity-, .view-summary-table-prevention-clinicians-advice-to-quit-smoking, .view-summary-table-prevention-tobacco-company-marketing-expenditures-, .view-chemical-exposures {
	display: none;
}
.section-tables caption {
	text-indent: -5000px;
}
.view-home-page-grid, .view-home-page-grid-1col {
	display: none;
}
}

@media (min-width:960px) {
.view-summary-table-prevention-smoking, .view-summary-table-prevention-diet-mobile, .view-summary-table-treatment-kidney-lung-ovarian-prostate-, .view-summary-table-life-after-cancer-survival-smoking-obesity-and-physical-activity-mobile, .view-clone-of-summary-table-prevention-clinicians-advice-to-quit-smoking-single, .view-summary-table-prevention-tobacco-company-marketing-expenditures-single, .view-clone-of-chemical-exposures {
	display: none;
}
.view-home-page-grid-2col, .view-home-page-grid-1col {
	display: none;
}
.pane-home-page-grid-2col .block-content {
	margin: 0;
	padding: 0;
}
}

@media (min-width:942px) {
#block-superfish-1 .block-title {
    display: none;
}

#block-menu-menu-main-menu	{
	display:none;	
}
}

@media (max-width:941px) {
#block-superfish-1 {
	display: none;
}

#block-menu-menu-main-menu .block-title {
    display: block;
	/*background: url("../../../../../../sites/default/files/hamburger.png") no-repeat scroll 0 0 #444;*/
	background:#444;
    color: #fff;
	padding:5px 0;
}

#block-menu-menu-main-menu a {
	font-size:1.2em;	
}

#block-menu-menu-main-menu li:hover, #block-menu-menu-main-menu li:focus, #block-menu-menu-main-menu li a:hover, #block-menu-menu-main-menu li a:focus {
	background:#eee;
	color:#444;	
}

#superfish-1 li {
	width:100%;	
	background:#444;
}

#superfish-1 .sf-hidden {	
	display:none;
}

#superfish-1-select {
	padding: 8px 8px 8px 30px;
	width: 100%;
	background: url('../../../../../../sites/default/files/hamburger.png') no-repeat 10px 10px #444;
	color: #fff;
	margin-top:-20px;
}
#superfish-1-select .sf-depth-2, #superfish-1-select .sf-depth-3 {
	display: none !important;
}

#columns {
	padding:0 10px;	
}

#content {
	position:relative;	
}

.field-name-field-last-updated {
	top:0;
	left:0;	
}

.field-name-field-on-this-page {
	margin-top:30px;	
}


.page-node-68 .field-name-body, .page-node-92 .field-name-body {
    margin-top: 30px;
}
}

@media (max-width:913px) {
.zoom {
	display: none;
}
.front .right {
	width: 92%;
}
.front .left {
	display: none;
}
}

@media (min-width:785px) {
#block-menu-menu-prevention-mobile, #block-menu-menu-tools-mobile, #block-superfish-6 .block-title, #block-superfish-5 .block-title, #block-superfish-4 .block-title, #block-superfish-3 .block-title, #block-superfish-2 .block-title, #block-superfish-7 .block-title, #block-superfish-8 .block-title, #block-superfish-9 .block-title, #block-superfish-10 .block-title, #block-menu-menu-about-mobile, #block-menu-menu-tables-mobile, #block-menu-menu-early-detection-mobile, #block-menu-menu-diagnosis-mobile, #block-menu-menu-treatment-mobile, #block-menu-menu-life-after-cancer-mobile, #block-menu-menu-end-of-life-mobile {
	display:none;	
}
}

@media (max-width:784px) {
	
#block-menu-menu-about-mobile .block-title {
	display:block;	
}

.block-menu .block-title {
	font-size:1.5em;	
}

.menu a {
	font-size:1.2em;
	color:#A80101;	
	width:100%;
}

.menu a:hover, .menu a:focus {
	background:#A80101;	
	color:#fff;	
	text-decoration:none;
}

.menu li:hover, .menu li:focus, .menu li.active-trail, .menu li:hover a, .menu li:focus a, li.active-trail .sf-depth-1.menuparent.sf-with-ul {
	background:#A80101;	
	color:#fff;
}

#block-menu-menu-main-menu li:hover, #block-menu-menu-main-menu li:focus, #block-menu-menu-main-menu li.active-trail, #block-menu-menu-main-menu li:hover a, #block-menu-menu-main-menu li:focus a, li.active-trail .sf-depth-1.menuparent.sf-with-ul {
	background:#eee;
	color:#444;	
}

#block-menu-menu-main-menu ul {
	border-top: 4px double #eee;
    padding: 5px 0;	
	background:#444;
}

.menu li.active-trail a, .menu li a:hover, .menu li a:focus {
	color:#fff;	
}

.menu li {
	padding: 3px 0 3px 20px;	
}

ul.menu {
	background:#eee;
	border-top: 4px double #ccc;
    padding: 5px 0;	
}

#block-menu-menu-footer- ul, #block-menu-menu-footer-hhs ul {
	border-top:none;	
}

#block-menu-menu-about-mobile li, 
#block-menu-menu-prevention-mobile li {
	list-style:none;		
	padding: 3px 0 3px 20px;
}
	
#block-menu-menu-tools-mobile h2, #block-block-6, #block-block-7, #block-block-8, #block-block-9, #block-block-10, #block-block-11, #block-block-12 {
	display: block;
}

#block-superfish-9 li, #block-superfish-5 li, #block-superfish-8 li, #block-superfish-6 li, #block-superfish-7 li, #block-superfish-4 li {
	background:#eee;	
}

#block-superfish-2  {
	width: 100%;
}

#block-superfish-2, #block-superfish-3, #block-superfish-9, #block-superfish-10, #block-superfish-4, #block-superfish-6, #block-superfish-5, #block-superfish-7, #block-superfish-8 {
	display:none;	
}

.pane-bottom-left-home-page-grid, .pane-left-top-home-page-grid, .pane-middle-top-home-page-grid, .pane-right-top-home-page-grid, .pane-bottom-center-home-page-grid, .pane-bottom-right-home-page-grid {
	margin-right: 0;
}
.page-node-12 table, .page-node-13 table, .page-node-14 table, .page-node-15 table, .page-node-16 table, .page-node-17 table {
	width: 100%;
}

#block-superfish-2 > label, #block-superfish-3 > label, #block-superfish-4 > label, #block-superfish-5 > label, #block-superfish-6 > label, #block-superfish-7 > label, #block-superfish-8 > label, #block-superfish-9 > label, #block-superfish-10 > label {
    text-indent: -5000px;
	background:none !important;
	margin-top:-20px;
}

#block-block-13 table, .page-node-18 table, table.smaller {
	width:100%;	
}

.block-menu .block-title {
	background:#eee;
	border:none;	
}

}

@media (max-width:684px) {
.front .right {
	width: 90%;
}
.front .left {
	display: none;
}
.field-name-field-on-this-page {
	width: 100%;
}
.view-summary-table-treatment-bladder-breast-colorectal- {
	display: none;
}
}

@media (min-width:684px) {
.view-summary-table-treatment-bladder-breast-colorectal-mobile {
	display: none;
}
}

@media (max-width:605px) {
#nciBanner .container > span {
	display: none;
}
.page-node-12 table {
	width: 100%;
}
}

@media (max-width:560px) {

.form-submit {
	float: left;
}
#branding {
	width: 99%;
}
.view-home-page-grid-2col, .view-home-page-grid {
	display: none;
}
.view-home-page-grid-1col {
	display: block;
}
}

@media (max-width:487px) {
.field-name-field-summary-graph, .field-name-field-summary-graph-text {
	width: 100%;
	height: auto;
}
.view-summary-table-diagnosis-, .view-summary-table-early-detection-breast-and-cervical-cancers-, .view-summary-table-prevention-weight-and-physical-activity-, .view-summary-table-end-of-life- {
	display: none;
}

#footer li {
	display:block;	
}

#footer a {
	border-right:none;	
}
}

@media (min-width:487px) {
.view-summary-table-prevention-weight-and-physical-activity-mobile, .view-summary-table-early-detection-breast-and-cervical-cancers-mobile, .view-summary-table-diagnosis-mobile, .view-summary-table-end-of-life-mobile {
	display: none;
}
}

@media (max-width:418px) {
#field_most_recent_estimates {
	overflow-x: scroll;
}
.summaryGraph {
	clear: both;
	float: left;
}
.footnote {
	float: left;
	position: relative;
	width: 100%;
	padding-left: 0;
}
.summaryText {
	float: left;
	padding: 10px 0;
	width: 100%;
}
#main-content, #branding {
	float: none;
}
.ui-dialog {
	width: 100% !important;
	position: relative !important;
}
}


/**** email subscription *****/

div#block-webform-client-block-113 {
    float: left;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5%;
}

.block-webform input#edit-submitted-email {
    width: 95%;
	padding: 1%;
}

/********  colorbox  ***********/

#colorbox {
	background: #fff;
    border: 20px solid #eee;
    border-radius: 5px;
    z-index: 1000;	
	box-shadow: 1px 1px 5px 0px #333;
}

#cboxLoadedContent {
	width:auto !important;
	height:auto !important;
	padding:5%;	
}

#cboxLoadedContent h1 {
	//display:none;	
}

#cboxContent {
	position:relative;	
}

button#cboxClose {
    background: transparent;
    border: none;
    height: 50px;
    line-height: 0;
    position: absolute;
    right: -34px;
    text-indent: -9999px;
    top: -27px;
    width: 50px;
	overflow:visible;
}

button#cboxClose:after {
    background: #a90101;
    border-radius: 50%;
    color: #fff;
    content: "×";
    display: block;
    font-size: 3em;
    font-weight: bold;
    height: 25px;
    margin-bottom: -10px;
    overflow: visible;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
    width: 50px;
}

/****************************Testing new layout***************************************/

/*******additional information tabs*********/
#field_additional_information .tabs {
  position: relative; 
    min-height: 350px;
  clear: both;
  margin: 25px 0;
}
#field_additional_information .tab {
  float: left;
}
#field_additional_information .tab label {
  background: #eee; 
  padding: 10px; 
	top: -19px;
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
	cursor: pointer;
}
#field_additional_information .tab[type=radio] {
  display: none;   
}
#field_additional_information .content {
  position: absolute;
  top: 40px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;	  
  overflow: auto;
}
#field_additional_information [type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
#field_additional_information [type=radio]:checked ~ label ~ .content {
  z-index: 1;
}