/*!
Theme Name: exploretn_2026
Author: CARES
Author URI: https://careshq.org
Description: Description
Version: 1.1.3
Tested up to: 8.2
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: exploretn_2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

exploretn_2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


:root{
	--em-lightblue:#e4f5ff;
	--em-babyblue:#97D8FF;
	--em-blue:#0179c1;
	--em-darkblue:#221e50; /* changed for TN */
	--em-textdefault:#2c3542;
	--em-textblue:#005a90;
	--em-red:#990000;
	--em-realred:#c92128;
	--em-beige:#f7f4ea;
	--em-red: #c72127;
	--text-opacity:1;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"],
.btn {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--em-textdefault);
	font-family:"Nunito Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h2{
	font-size:2.25em;
	color: var(--em-darkblue);
	line-height:1.35em;
}
h3{
	font-size:1.75em;
	color: var(--em-red);
	line-height:1.5em;
}
h3.med.dark{
	font-size:1.5em;
	color: var(--em-darkblue);
	line-height:1.35em;
}
.white-bubble-section:hover h3.dark{
	color:white;
}
h4{
	font-size:1.25em;
	color: var(--em-darkblue);
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {

	font-family:"Nunito Sans", sans-serif;
	color:#2c3542;
	color:rgba(44,53,66,var(--text-opacity));
	--bg-opacity:1;
	background-color:rgba(228,245,255,var(--bg-opacity));
	background-color: var(--em-beige);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
thead{
	text-align:left;
	background-color:var(--em-beige);
}
thead th{
	padding:0.5em;
	border-bottom:1px solid #888;
}
tbody td{
	padding:0.15em 0.5em;
}

/* Links
--------------------------------------------- */
a,
.link-look,
.puf-open {
	color: #005A90;
}
.link-look,
.puf-open{
	cursor:pointer;
	text-decoration:underline;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content:flex-end;
}
@media (max-width:991px){
	.main-navigation{
		justify-content:center;
	}
}

@media screen and (max-width: 37.5em) {
	.main-navigation {
		display: block;
	}
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle{
	float:right;
	margin-right:1em;
	margin-bottom: 18px;
	padding: 0.5rem;
	border-radius: 4px;
	font-size: 1.25em;
	background-color: var(--em-darkblue);
	color: white;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}
@media (max-width:480px){
	word-wrap:break-word;
}
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Custom stylez */
body.admin-bar .site-header {
	margin-top: 32px;
}
body .site-header{
	width: 100%;
	border-color: #aaa;
	border-width: 0 0 2px;
	background-color: #ffffff;
	-moz-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	-webkit-transition: background-color .2s ease-in;
	height:72px;
	z-index:1000;
	box-shadow: 0 5px 20px rgba(0,129,206,.05);
	border-bottom: 1px solid var(--em-darkblue);
}
body .site-header .container{
	justify-content: space-between;
	align-items:center;
	height:100%;
	padding:0;
}
.site-branding{
	margin-top:6px;
}
.title-logo-wrapper{
	padding-left:1.15em;
}
.title-logo-wrapper img{
	max-height:60px;
}
#primary-menu{
	list-style: none;
	margin-bottom:0;
}
@media (max-width:37.5em){
	#primary-menu{
		margin-top: 45px;
		text-align: center;
		width:100%;
		border:1px solid #cdcdcd;
		background-color:#fff;
		border-top:none;
	}
}
#primary-menu > li a {
	padding: 0.95em;
	border-radius: 3px;
	color: var(--em-textdefault);
	text-decoration:none;
	font-weight:700;
}
#primary-menu > li.current-menu-item a {
	color:var(--em-blue);
}
#primary-menu > li:last-child a {
	padding-right: 0;
}
.fixed-top {
  position: fixed;
  top:0;
}
.site-main{
	margin-top:72px;
	padding-bottom:5em;
}
.entry-content{
	position:relative;
	z-index:200;
}
#site-message{
	width: 100%;
	text-align: center;
	font-weight: 600;
	margin-top: 72px;
	font-size: 1.1em;
	padding: 1em 4em;
	background-color:var(--em-darkblue);
	color:#fff;
	position: relative;
	z-index: 800;
}
@media (max-width: 768px){
	#site-message{
		padding: 1em 2em;
	}
}
@media (max-width: 600px){
	#site-message{
		padding: 1em;
	}
	#primary-menu{
		border-top: 1px solid var(--em-darkblue);
	}
}

@media (max-width:991px){
	body .site-header{
		height:130px;
	}
	.site-header > .container{
		flex-direction: column;
	}
	#primary-menu{
		margin-left:0;
		padding-left:0;
	}
	#site-navigation{
		padding-bottom:10px;
	}
	#site-message{
		margin-top:110px;
	}
}
#site-message a{
	color:var(--em-babyblue);
}
#site-message .fa{
	font-size:2em;
	margin: 0 1em;
}
#site-message .container{
	align-items:center;
}
.white-bubble-section{
	background-color:#fff;
	border-radius:1.25rem;
	padding:2rem 4rem;
	color:var(--em-textdefault);
	border: 1px solid var(--em-darkblue);
	transition: all .5s ease-in-out;
}
@media (max-width: 768px){
	.white-bubble-section{
		padding: 2rem;
	}
}
.dark-bubble{
	background-color:var(--em-darkblue);
	border-radius:1.25rem;
	padding:2rem 4rem;
	color:#fff;
	border: 1px solid var(--em-babyblue);
}
.home .exploretnhealth_header .page-header .container {
	padding: 68px 15px 0 !important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#home-title{
	display:none;
}
#home-big-picture{
	height: 500px;
	background-position: center center;
	background-size: contain;
	max-width: 942px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#home-big-title{
	color:#fff;
	font-size: 3rem;
	padding: 193px 2rem;
	text-align: center;
	font-weight: 501;
	text-shadow: 2px 1px #444;
	line-height: 52px;
}
.leadin{
	padding-right:3rem;
	margin-left:3em;
}
.leadin-title{
	font-size:2.5em;
}
#big-title-content .image-holder{
	text-align:center;
	padding:2em;
	margin-top:2.5em;
}
#big-title-content .image-holder img{
	max-height:480px;
	width:auto;
}
#after-map-text{
	font-size:1.5em;
}
.upper-divider {
	border-top: 4px solid var(--em-darkblue);
	margin-top:7rem;
}
.exploretnhealth .section-divider-icon {
	margin: 0 auto;
	position: relative;
	top: -67px;
	display: block;
}
#chart-course-section{
	background-color:var(--em-darkblue);
	color:#fff;
	/* margin-top: 3rem; */
	padding-top: 3rem;
	padding-bottom: 4rem;
}
#chart-course-section .image-holder img{
	max-height:100px;
	width:auto;
}
#chart-course-section h2{
	color:#fff;
}
#chart-course-section .title-section{
	align-items: center;
	text-align: center;
}
#chart-course-section .title-section .desc,
#explore .desc{
	max-width:600px;
	margin-top:0;
	margin-bottom:3em;
}
#explore .desc{
	margin:0 auto 3em;
	text-align:center;
}
#select-geo{
	width:100%;
}
#cc-select{
	width:33%;
	text-align:center;
	margin: 0 auto;
}
#chronic-report #select-geo{
	width:100%;
}
@media (max-width: 768px){
	#cc-select{
		width:100%;
	}
}
#zip-health-report #select-geo{
	margin:1em auto;
}ata{
	align-items:center;
}
select{
	width: 80%;
	border: 1px solid #888;
	padding: 0.5em;
	border-radius: 20px;
	background-color: var(--em-beige);
	margin-bottom: 2rem;
}
#state-county-list,
#specific-issue-report select{
	max-width:280px;
}
select#county-issue-select,
select#zip-issue-select{
	max-width:100%;
}
#specific-issue-report #select-from-text{
	text-align:center;
}
select#mobile-report-select{
	background-color: #fff;
}
#chart-course-section #state-county-map, .pdf-body #state-county-map {
	position: relative;
	margin: 0 auto;
}
/** chart course smaller screens **/
@media (max-width:1290px){
	#chart-course-section #state-county-map{
		width:auto;
	}
}
@media (max-width:500px ){
	#chart-course-section #state-county-map, .pdf-body #state-county-map {
		width:300px;
	}
}
@media (max-width:380px ){
	#chart-course-section #state-county-map, .pdf-body #state-county-map {
		width:260px;
	}
}
#chart-course-section #state-county-map svg.county-overlay{
	position: absolute;
	/* top: -22px; */
	top:0;
	/* height: 398px; */
	height:inherit;
	left: 0;
	width: inherit !important;
	/* width: 398px !important; */
}
#state-county-map{
	position:relative;
	padding: 1em 3em;
}
@media all and (max-width:768px){
	#state-county-map{
		padding: 0 0 1em;
	}
}
#specific-issue-report .county-picker{
	width:100%;
}
#chart-course-section #state-county-map svg.county-fill,
.exploretnhealth-reportlanding.top-issue-report #state-county-map svg.county-fill,
.exploretnhealth-reportlanding #specific-issue-report #state-county-map svg.county-fill {
	min-height: inherit;
}
#chart-course-section .bottom-ranked-title{
	margin-top:2em;
}
path {
	pointer-events: visibleFill;
}
.county-overlay path {
	fill: none;
}
.county-overlay path:hover {
	stroke:rgb(255,1,1);
	opacity:1;
}
.no-opacity {
	opacity: 0;
}
#equity-dashboard-plug{
	margin-top: 4rem;
	margin-bottom: 2rem;
}
#explore{
	margin-top:3rem;
	padding-bottom:4em;
}
#explore .image-holder{
	text-align:center;
}
#explore .image-holder img{
	max-width:100px;
	height:auto;
}
#specific-issue-report #state-county-map{
	position:relative;
}
#indicator-report-radios{
	display:flex;
}
#indicator-report-radios{
	cursor: pointer;
}
@media all and (max-width:768px){
	#indicator-report-radios{
		flex-direction: column;
	}
	#indicator-report-radios span{
		margin-left:0.25em !important;
	}
}
.report-label p{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom:0;
}

/*
#explore .card-image{
	margin: 0 auto;
	border-radius: 100px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
*/
.report-card,
#explore .report-card,
.map-excerpt{
	flex:1 1 30%;
	margin-right:3%;
	padding:3em;
	justify-content:space-between;
}
@media (max-width:991px){
	.report-list{
		flex-direction: column;
	}
	.report-card,
	#explore .report-card{
		flex:1 1 100%;
		margin-right:0;
		margin-bottom:2em;
	}
}
.report-card:last-child,
#explore .report-card:last-child{
	margin-right:0;
}
.card-image,
#explore .card-image{
	text-align:center;
}
.card-image img,
#explore .card-image img,
.report-logo-inline img{
	height:72px;
	width:auto;
}
.card-title,
#explore .card-title{
	text-align: center;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
@media (max-width:991px){
	.card-title, #explore .card-title{
		height:auto;
	}
}
.card-link,
a.card-link,
#explore .card-link{
	color:var(--em-darkblue);
	text-decoration:none;
}
a.white-bubble-section,
.white-bubble-section a,
a.dark-bubble,
.dark-bubble a{
	text-decoration:none;
}
.dark-bubble a{
	color:var(--em-babyblue);
}
.white-bubble-section .card-title,
.white-bubble-section p{
	text-decoration:none;
	color:var(--em-textdefault);
}
.white-bubble-section .card-title{
	font-size:2em;
}
.dark-bubble .card-title,
.dark-bubble p{
	color:#fff;
	text-decoration:none;
}
.white-bubble-section:hover{
	background-color:var(--em-darkblue);
	cursor:pointer;
	transition: all .5s ease-in-out;
}
.white-bubble-section.no-hover:hover{
	background-color:#fff;
	cursor:default;
	transition: none;
}
.white-bubble-section:hover .card-title,
.white-bubble-section:hover p{
	color:#fff;
	transition: all .35s ease-in-out;
}
.white-bubble-section.no-hover:hover .card-title,
.white-bubble-section.no-hover:hover p{
	transition: none;
}
.dark-bubble:hover{
	background-color:var(--em-blue);
	cursor:pointer;
	transition: all .5s ease-in-out;
}
.dark-bubble.no-hover:hover{
	background-color:var(--em-darkblue);
	cursor:default;
	transition: none;
}
.about-data {
	padding: 40px 0 36px;
	color:#fff;
}
.about-data h2{
	color: #fff;
}
.about-data a{
	color: var(--em-babyblue);
}
.section-image {
	background: #232323;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #232323));
	background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
	background: -webkit-radial-gradient(center ellipse, #585858 0%, #232323 100%);
	background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
	background-image: radial-gradient(rgb(88, 88, 88) 0%, rgb(35, 35, 35) 100%);
	background-position: center center;
	background-size: cover;
}



/** REPORTS **/
.report-header{
	padding-top: 2em;
	margin: 72px auto 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--em-darkblue);
}
#report-header h1{
	font-size:2.5em;
}
@media (max-width:600px){
	#report-header h1{
		font-size:2em;
	}
}
.report-header-link{
	align-items:center;
}
.report-title-inline{
	color:var(--em-darkblue);
	text-decoration:none;
}
.report-header .single-report{
	flex:1 1 0;
}
.report-header .single-report a.selected{
	text-decoration:none;
	font-weight:700;
}
.info-link-a{
	display:flex;
}
.info-link {
	border-radius: 100px;
	width: 28px;
	height: 28px;
	font-size: 14px;
	text-align: center;
	padding-top: 6px;
	margin-left: 1em;
	background-color: #dedede;
	color: #555;
}
.info-link .fa-info{
	position:absolute;
	margin-left:-2px;
}
.info-link:hover .fa-info{
	color:var(--em-darkblue);
}
#about{
	display:block;
	margin-top:4em;
}
.report-content .horiz-buttons{
	margin:1em 0;
	display:flex;
}
.report-content .horiz-buttons .btn{
	margin-right: 0.5em;
	margin-left: 0;
	max-width:50%;
}
@media (max-width:480px){
	.report-content .horiz-buttons .btn{
		padding: 0.25em 1em;
	}
}
.report-content .horiz-buttons .btn:last-child{
	margin-right:0;
}
#cdt.cares-data-tool-container > .container{
	width:100%;
}
#zhr-indicator-report,
#cls-indicator-report,
#specific-issue-report .report-body,
#zip-health-report{
	background-color:#fff;
	margin-top:2em;
	border-radius:1.25rem;
	padding: 2rem 4rem;
	border: 1px solid var(--em-darkblue);
	margin-bottom: 2em;
}
#chronic-report-body{
	max-width:100%;
	position:relative;
}
#chronic-report-body .data-container{
	margin-top:5em;
}
#zip-health-report .state-county-list-holder{
	display:flex;
	flex-direction:column;
}
#zip-health-report #state-county-list{
	margin:0 auto 2em;
}
#cdt .fab-menu-container ul{
	margin-left:0;
}
#cdt .fab .fab-menu {
	list-style: none;
	line-height: 1.35em;
	font-weight: 501;
}
.specific-issue-submenu{
	list-style:none;
	display:flex;
	margin-left: 0;
	padding-left: 0;
	justify-content: flex-end;
	margin-bottom: 0;
	margin-top: 2em;
	flex-wrap:wrap;
}
.specific-issue-submenu .btn{

	color:#fff;
	background-color:var(--em-red);
	margin-right:0.5em;
}
@media (max-width:500px){
	.specific-issue-submenu li,
	.specific-issue-submenu .btn{
		padding: 0.5em 1rem;
		margin-bottom:0.5em;
	}
	.specific-issue-submenu{
		margin-top:0;
		justify-content:center;
	}
}
.specific-issue-submenu .btn:hover{
	color:#fff;
}
.report-body{
	display:flex;
	flex-wrap:wrap;
}
#specific-issue-report #specific-issue-instructions{
	flex-basis:100%;
}
#specific-issue-report .map-container{
	margin-right:4%;
}
@media (max-width:786px){
	#chronic-report-body .flex50{
		flex-wrap:wrap;
	}
	#chronic-report-body .flex50 > div{
		flex-basis:100%;
	}
}
.zip-issue{
	margin-left:2%;
}
@media (max-width:786px){
	.zip-issue{
		margin-left:0;
	}
}
#top-zipcode-table .first-column,
#bottom-zipcode-table .first-column,
#top-zipcode-table .third-column,
#bottom-zipcode-table .third-column{
	width:13%;
}
#top-zipcode-table .fourth-column,
#bottom-zipcode-table .fourth-column{
	width:30%;
}
/** chart course tables **/
#chart-your-course #top-zipcode-table .first-column,
#chart-your-course #bottom-zipcode-table .first-column,
#chart-your-course #top-zipcode-table .third-column,
#chart-your-course #bottom-zipcode-table .third-column{
	width:13%;
}
#chart-your-course #top-zipcode-table .fourth-column,
#chart-your-course #bottom-zipcode-table .fourth-column{
	width:43%;
}

.scrollable-x {
	overflow-x: auto;
}

/** report-based maps **/
#chronic-report #state-county-map svg.county-overlay {
	min-height: inherit;
}
.exploretnhealth-reportlanding #state-county-map .county-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
#zip-health-report .exploretnhealth-reportlanding #state-county-map .county-overlay{
	width: inherrit !important;
}
.county-fill path.active{
	/*stroke-width:4200;
	stroke: #ff0000; */
	fill: var(--em-realred);
}
#chronic-report .tn-county-list{
	margin:1em auto 2em;
}
#chronic-report .tn-county-list-holder,
#zip-health-report .tn-county-list-holder{
	width: 100%;
	text-align: center;
}
#chronic-report .select-geo{
	margin:0 auto;
}
#specific-zip-map, .specific-zip-map {
	position: relative;
	min-height: 350px;
}
@media (max-width:786px){
	#specific-zip-map, .specific-zip-map {
		margin-bottom:4em;
	}
}
#map-under,
#county-overlay,
#zip-overlay{
	position: absolute;
	top: 0px;
	left: -9px;
	text-align: center;
}
@media and (max-width:786px){
	#map-under,
	#county-overlay,
	#zip-overlay{
		left: 0px;
	}
}
#zip-map-larger{
	position:absolute;
}
#selected-counties .county-button {
	padding: 4px 12px;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 2px solid #546223;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#selected-counties .county-button .county-button-name {
	padding-right: 8px;
}
.remove-county {
	font-size: 1.5em;
	cursor: pointer;
	color: #aa0000;
}
.general-message{
	color: var(--em-red);
	padding:0 1em;
}

/** map room, map builder **/
.map-room-intro .report-logo img,
.map-header-links .report-logo img{
	max-height:120px;
}


/** HERO BANNER **/
.hero-banner{
	position:relative;
	height: 50vh;
	flex-direction:column;
	display:flex;
}
.hero-image{
	background-position: 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
}
.hero-image img{
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.hero-banner-overlay{
	background: linear-gradient(180deg,rgba(0,0,0,0.5),rgba(0,0,0,1));
	position:absolute;
	height:100%;
	width:100%;
}
.hero-banner .entry-header{
	position: relative;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;
	height: inherit;
	color:#fff;
	font-size:2em;
	padding-left:16px;
}
.hero-banner .entry-header .entry-title{
	margin-bottom:0;
	font-size: 1.5em;
	line-height: 1.5em;
}
.hero-wavy-thing{
	position:relative;
	height:auto;
	margin-bottom: -9px;
}

/** BUTTONS BTN **/
.btn{
	background-color:var(--em-red);
	color: #fff;
	border-radius:100px;
	text-align:center;
	padding:1rem;
	width: auto;
	max-width: 200px;
	margin: 0 auto;
}
.white-bubble-section .btn.arrow,
.dark-bubble .btn.arrow{
	margin-left:0;
	height:60px;
	width:60px;
}
a.btn,
.btn a{
	text-decoration:none;
	color:#fff;
}
.btn:hover{
	cursor:pointer;
	transition: all .5s ease-in-out;
	background-color:var(--em-darkblue);
}
.btn.inactive{
	background-color:#fff;
	border:1px solid var(--em-blue);
	color:var(--em-blue);
}

.chart-course-to-full{
	margin-top:2rem;
}

/** FOOTER **/
footer.site-footer{
	background-color: #fff;
	padding-top:3em;
}
.site-footer #copyright img {
  max-height: 72px;
  margin-top: 1em;
  width: auto;
}
#footer-sidebar1{
	flex-basis:30%;
	margin-right:2%;
}
#footer-sidebar2{
	flex-basis:64%;
	margin-left:2%;
}
.site-footer .disclaimer{
	font-size:14px;
}
@media (max-width: 786px){
	#footer-sidebar{
		flex-direction:column;
	}
}
#block-4,
#block-4 p,
#block-6,
#block-6 p{
	margin-bottom:0;
}

/** downloads, about page **/
.puf-container{
	border: 1px solid var(--em-darkblue);
	padding:1em;
	background-color: #fff;
	border-radius:4px;
}
.puf-container .btn{
	max-width:300px;
	margin:0.5em;
}

/** User CDT Items, dashboard, profile **/

table#user-cdt-items{
	background-color: #ffffff;
	border-radius:1.25rem;
	border-collapse: collapse;
}
table#user-cdt-items thead{
	background-color: #ffffff;
}
table#user-cdt-items thead th{
	border-bottom: 1px solid var(--em-babyblue);
	padding:1em;
}
table#user-cdt-items tbody tr{
	border-bottom: 1px solid var(--em-babyblue);
}
table#user-cdt-items tbody td{
	padding:1em;
}
table#user-cdt-items .thumbnail-img{
	height:48px;
	margin-right:0.5em;
}
.user-saved-reports .thumbnail-img{
	height:48px;
}

/** MODALS not loading from external css...why?? **/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.fade.show{
	opacity: 1;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin-left: auto;
	margin-right:auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #eceeef;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-weight: 600;
  font-size: 17px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.emh-modal-message{
	color: var(--em-red) !important;
	font-size:18px;
	margin-top:20px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 55em) {
  .modal-dialog {
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 66em) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/** CARES Maps **/
body.exploretnhealth.cares-maps-ui .menu-over-map .menu-button:hover{
	color: #666 !important;
}
body.exploretnhealth.cares-maps-ui button.unstyled.toggle-control{
	color: #333 !important;
}
.cares-maps-ui .layer-selection-input .layer-info-toggle:hover{
	backbground-color: #fff;
}
#cares-map-view-frame-container button{
	box-shadow:none;
}
#cares-map-view-frame-container button.secondary:hover,
#cares-map-view-frame-container button.tool-list-item:hover{
	color: #333;
}
#cares-map-view-frame-container .results-pane h2{
	margin-top:1em;
}
.exploretnhealth .manage-saved-items-container.control-pane-inset{
	padding-top:12px;
}

/** UTILS **/
.instructions{
	margin-bottom: 4em;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* padding-right: 2rem; */
  /* padding-left: 2rem; */
}
#primary > .container{
	margin-top:2em;
}
@media (max-width: 638px) {
	.container {
		padding: 0 1em;
		max-width: 100%;
	}
	.site-main .container{
		padding:0 2em;
	}
	.entry-header.container{
		padding:0 1em;
	}
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
	padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
	padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
	padding: 0 1em;
  }
}
@media (min-width: 1270px) {
  .container {
    max-width: 1270px;
  }
}

.flexed{
	display:flex;
}
.flexedwrapped{
	flex-wrap:wrap;
}
.flexcolumn{
	flex-direction:column;
}
.justifyend{
	justify-content:end;
}
.justifycenter{
	justify-content:center;
}
.aligncenter{
	align-items:center;
}
.flex50 > div{
	flex-basis:50%;
}
@media (max-width:786px){
	.flex50 > div{
		flex-basis:100%;
	}
	/** front page stuff **/
	#big-title-content > .container > .flex50{
		flex-wrap:wrap;
	}
}
.flex50self{
	flex-basis:50%;
}
.flex33 > div{
	flex-basis:29%;
	margin-right:5%;
}
.flex33 > div:last-child{
	flex-basis:29%;
	margin-right:0%;
}
.flex33self{
	flex-basis:33%;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.bolded{
	font-weight:600;
}
.text-blue{
	color:var(--em-textblue);
}
.text-darkblue{
	color:var(--em-darkblue);
}

.marginbottom0{
	margin-bottom:0 !important;
}
.margintop0{
	margin-top:0 !important;
}
.marginbottom1{
	margin-bottom:1em !important;
}
.margintop1{
	margin-top:1em !important;
}
.marginright1em{
	margin-right:1em !important;
}
.hidden{
	display:none !important;
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}

.marginbottom0{
	margin-bottom:0 !important;
}
.marginbottom1{
	margin-bottom:1em !important;
}
.nobottomborder{
	border-bottom:none !important;
}
.highlight-text,
.explore-primary-color{
	color:var(--em-red);
}

/** PDF, print **/
.show-in-pdf,
.show-in-print{
	display:none;
}
.pdf-body .show-in-pdf{
	display:block;
}
body.pdf-body{
	height:auto;
	overflow:visible;
	background-color: #fff;
}
.pdf-body .cdt-assessment {
	height:auto;
	overflow:visible;
	position:relative;
}
body.pdf-body #zip-health-report-wrapper{
	background-color:#fff;
}
body.pdf-body #zip-health-report{
	min-height:680px;
	border:none;
	margin-top:0;
	padding-top:0;
}
body.pdf-body #chronic-report .report-body{
	border:none;
}
.pdf-font-enabled .no-print,
.pdf-font-enabled .pdf-hidden,
.pdf-body .no-pdf,
.pdf-body .pdf-hidden,
.pdf-font-enabled .view-larger-link{
	display:none !important;
}
.pdf-body h2.med{
	font-size:28px;
}
.pdf-body #report-header > h2{
	margin-bottom:0;
}
.pdf-body #report-header .specific-county{
	text-align:center;
	font-size:1.5em;
}
.pdf-font-enabled .col-sm-6 img{
	max-width: 350px;
}
.pdf-body .table-wrapper table{
	width:100%;
}
.pdf-body svg{
	max-width:500px;
}
.pdf-body td, .pdf-body th{
	padding: 6px 8px;
}
.pdf-body thead{
	border-bottom: 1px solid #444444;
}
.pdf-body #view-zip-data .hestia-title{
	margin-top:32px;
}
.pdf-body #chronic-cond-instructions{
	min-height:380px;
}

.pdf-body #state-county-map,
.pdf-body .county-fill,
.pdf-body .county-overlay,
.pdf-body #specific-issue-report #specific-zip-map,
.pdf-body #specific-issue-report #specific-zip-map #map-under,
.pdf-body #specific-issue-report #specific-zip-map #zip-overlay
{
	/* max-height:280px; */
	/* width:280px !important; */
	/* height:320px; */
	/* width:467px; */
}
.pdf-body #state-county-map svg.county-overlay {
	position: absolute;
	top: 0;
	height: 252px;
	left: -72px;
	width: inherit;
}
.pdf-body #chronic-report-body #state-county-map svg.county-overlay{
	left: -41px;
	top:0;
	width: 336px !important;
}
.pdf-body #specific-issue-report #specific-zip-map #map-under,
.pdf-body #specific-issue-report #specific-zip-map #zip-overlay,
.pdf-body #specific-issue-report #specific-zip-map #county-overlay{
	height:300px;
}
.pdf-body .county-fill,
.pdf-body #specific-issue-report #state-county-map .county-overlay{
	/* width:360px; */
	height: 252px !important;
}
.pdf-body .county-overlay.spotlight-county-overlay{
	margin-left:15px;
}
.pdf-body h3{
	font-size:18px;
	margin-top:0;
}
.pdf-body .county-fill{
}
.pdf-body #state-county-map,
.pdf-body svg{
}
.pdf-body .pdf-block{
	display:block;
}
.pdf-body .dashed-bottom{
    border-bottom: none;
}
.pdf-body .nobreak,
.pdf-body table,
.pdf-body .map-image-container,
.pdf-font-enabled .nobreak,
.pdf-font-enabled table,
.pdf-font-enabled .map-image-container {
    page-break-inside: avoid;
}
/* break up Chronic Condition table if too long */
.pdf-font-enabled.pdf-body #specific-issue-report table{
	page-break-inside:auto;
}
@media print {
	.container{
		max-width:100%;
	}
	h2.med{
		font-size:2em;
	}
	body .no-print, .no-print * {
		visibility: hidden;
		display:none;
	}
	.printable-content * {
		visibility: visible;
	}
	.show-in-print, .show-in-print *{
		display:block;
	}
	.exploretnhealth-reportlanding select{
		font-size: 1em;
	}
	.exploretnhealth-reportlanding .data-container{
		margin-top:1em;
	}
	#specific-issue-report .report-body{
		margin-bottom:0;
		padding:0;
		margin-top:0;
		border:0;
	}
	#zip-health-report{
		border:0;
	}
	#county-issue-select{
		display:none;
	}
	#zip-issue-select{
		border:none;
		background-color: #fff;
		font-weight:bold;
	}
	/*
	.exploretnhealth-reportlanding #specific-zip-map,
	.exploretnhealth-reportlanding .specific-zip-map{
		height:100%;
		margin-bottom:2em;
		clear:both;
	}
	#specific-issue-report #state-county-map .county-overlay{
		top: 30px;
		left: 70px;
		width: 90% !important;
	}
	.exploretnhealth-reportlanding #selected-counties{
		margin-bottom:2em;
	}
	.exploretnhealth-reportlanding #specific-zip-map{
		margin:0 auto;
	}
	.exploretnhealth-reportlanding #specific-zip-map #zip-overlay,
	.exploretnhealth-reportlanding #specific-zip-map #map-under,
	.exploretnhealth-reportlanding #specific-zip-map #county-overlay{
		max-height:300px;
		width:auto;
		padding-left:30px;
	}
	*/
	#zip-health-report{
		padding-top:0;
		margin-top:1em;
	}

	.exploretnhealth #zip-health-report #state-county-map{
		margin:0 auto;
	}
	.exploretnhealth #zip-health-report .county-fill{
		width:400px;
		height:260px;
	}
	.exploretnhealth #zip-health-report #state-county-map svg.county-overlay,
	#zip-health-report #state-county-map svg.county-overlay{
		height:260px;
		left:32px;
		width:90% !important;
	}
	#chronic-report #state-county-map svg.county-overlay{
		width:inherit !important;
	}
	@supports (-moz-appearance:none) {
		.exploretnhealth #zip-health-report #state-county-map svg.county-overlay,
		#zip-health-report #state-county-map svg.county-overlay{
			left:22px;
		}
	}
	.exploretnhealth table th,
	.exploretnhealth-reportlanding table th{
		font-size: 14px;
		font-weight: bold;
	}
	.exploretnhealth h3,
	.exploretnhealth h3.hestia-title{
		font-size: 1.5em;
		line-height: 1.15em;
	}
	.printable-content .no-print * {
		display: none;
	}
	.printable-content {
		position: absolute;
		left: 0;
		top: 0;
	}
	.footer-wrapper{
		display:none;
	}
	.dashed-bottom{
		border-bottom: none;
	}
}



/* Tooltip container */
.eh-tooltip, .hover-text {
    border-bottom: 1px dashed black; /* If you want dots under the hoverable text */
	cursor:help;
}
.eh-tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:normal;
	font-weight:600;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.42857143;
	text-align:center;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	font-size:12px;
	opacity:0;
	filter:alpha(opacity=0)
}

/* Tooltip text */
.eh-tooltip .tooltiptext {
    min-width: 120px;
    /*background-color: #221e50;
    color: #fff; */
    background-color: #ededed;
    color: #444444;
    text-align: center;
    padding: 5px 12px;
    border-radius: 6px;
	border: 2px solid #c72127;

    position: absolute;
    z-index: 1;
	left:100px;
}
.definition.eh-tooltip .tooltiptext{
	min-width: 300px;
	padding: 18px;
}
.dashed-bottom{
    border-bottom: 2px dashed #c72127;
}
@media (max-width:768px){
	.eh-tooltip{
		display:none;
	}
}

/* Show the tooltip text when you mouse over the tooltip container */
/*.eh-tooltip:hover .tooltiptext {
    visibility: visible;
} */
