.nih-caption {
	position: relative;
	padding: 0;
	margin: 0;
}
.nih-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}
.nih-caption:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.nih-caption-text {
	display: block;
	position: absolute;
	width: 90%;
	color: #fff;
	left: 0;
	bottom: 0;
	padding: 1em 1em .5em 1em;
	font-weight: 700;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nih-caption div a {
	color:#ffffff;
	font-weight:300;
	text-decoration:underline;
	width:90%;
}


.inner-article_content h2 {
    font-family: 'SourceSansProRegular';
    font-weight: normal;
    color: #624F87;
    padding-top: 20px;
    font-size: 2.5rem;
}

.ff-20-gray {
	color: #5b616b;
	font-size: 2em;
}
.ff-30-gray {
	color: #5b616b;
	font-size: 3em;
}
.ff-40-gray {
	color: #5b616b;
	font-size: 4em;
}
.ff-50-gray {
	color: #5b616b;
	font-size: 5em;
}
.ff-20-purple {
	color: #326295;
	font-size:2em;
}
.ff-30-purple {
	color: #326295;
	font-size:3em;
}
.ff-40-purple {
	color: #326295;
	font-size: 4em;
}
.ff-50-purple {
	color: #326295;
	font-size: 5em;
}

.ff-purple {
	color: #326295;
	font-size:1em!important;
}

h2.past-issues {
	 font-family:Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
	 font-weight: 300;
	 font-size:2em;
	 color: #326295;
	 padding-bottom:15px;
}

h3.past-issues {
	 font-family:Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
	 font-weight: 500;
	 font-size:1.2em;
	 color: #212121;
}

.hero-text a {
	color: #000;
}

.hero-text a:hover {
	color: #326295;
}

.health_fast_fact span {
	color: #326295;
	font-size:4em;
}

strong {
	font-weight:bold;
}
blockquote {
	float: left;
	margin: 20px 35px 20px 0;
	padding-bottom: 20px;
	max-width: 200px;
	clear: both;
	border-bottom: 7px dotted #326295;
	border-spacing: 15px;
	font-size: 3rem;
	font-weight: 300;
	color: #000;
}

blockquote span {

	font-size: 1.3rem;
	display: block;
	margin: 1rem 0;
	color: #000000;
}

@media screen and (max-width: 480px) {
blockquote {
	float: left;
	margin: 20px 35px 20px 0;
	padding-bottom: 20px;
	max-width: 90%;
	clear: both;
	border-bottom: 7px dotted #326295;
	border-spacing: 15px;
	font-size: 2rem;
	font-weight: 300;
	color: #000;
}

blockquote span {

	font-size: 1.3rem;
	display: block;
	margin: 1rem 0;
	color: #000000;
	}


}

.hero-text p {
    font-weight: 300;
    font-size: 2rem;
    color: #000000;
}

.usa-hero-callout {
    max-width: 38rem;
}

.article_padding {
	margin-bottom: 60px;
}

.mt-half {margin-top:.5em;}
.mt-1 {margin-top:1em;}
.mt-2 {margin-top:2em;}
.mt-3 {margin-top:3em!important;}
.mt-4 {margin-top:4em;}
.mt-5 {margin-top:5em;}
.mt-6 {margin-top:6em!important;}
.mb-0 {margin-bottom:0px;}
.mb--1 {margin-bottom:1em;}
.mb-1 {margin-bottom:3em;}
.mb-2 {margin-bottom:2em!important;}
.mb-3 {margin-bottom:4em;}
.mb-4 {margin-bottom:5em!important;}
.pb-0 {padding-bottom:0px;}
.mr-0 {margin-right:0;}
#article ul {
	list-style: disc;
	margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.94em;
}

.usa-button, .usa-button-primary, .usa-button-primary:visited, .usa-button:visited, button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-top: .5em;
    margin-right: .5em;
    margin-bottom: .5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #326295;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Source Sans Pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
p {max-width: 66ch;}

.lead_text {font-size:2.3rem}

.img-right {
	float:right;
	padding:0 0 20px 20px;
}
.img-left {
	float:left;
	padding:0 20px 20px 0;
}


.article_caption p {
     max-width:150ch;
}
.inner-article_content h2 ~ h3 {
    font-family: 'SourceSansProRegular';
    font-weight: 600;
    color: #000;
    padding-top: 10px;
    font-size: 1.8rem;
}
.inner-article_content h4 {
    font-family: 'SourceSansProRegular';
    font-weight: 600;
    color: #000;
    padding-top: 10px;
    font-size: 2rem;
}
.footer_list {
    padding-right: 20px;

}
.footer_top_middle ul li a, .footer_top_right ul li a {
    line-height: 25px;
}


.footer_bottom {

    padding: 30px 0 60px;
}

.scroll-btn {
    bottom: 40px;
}

ol {
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.94em;
}

.usa-width-two-thirds .article-meta  {
	border-top: 1px solid #d6d7d9;
	margin:4rem 0!important;
	padding: 1rem 2rem;
	background: #f1f1f1;
	border-radius: 10px;
	clear:both;
}

.white {
background-color:#ffffff;
}

hr {
	border: 1px dotted #8c8b8b;
	}

.subscribe p {
	line-height: 1.5;
	margin-bottom: 1em;
	margin-top: 1em;
}

@media screen and (min-width: 481px) {
  .usa-hero-callout {
    max-width: 48%;
  }
  .hero-mobile {display:none;}

}
@media screen and (min-width: 741px) {
  .lang-mobile {display:none;}
}
@media screen and (max-width: 741px) {
.lang-mobile {
	float:right;
	width:100%;
	margin: 0 5px 0 40px;
	text-align:right;
	}
	.footer_top_middle {
		display: table;
	}
}
@media screen and (max-width: 480px) {
    .hero-mobile {
    height: 100%;
    margin: 20px auto 0;
    width: 100%;
	}
	.lang-mobile {
	float:right;
	width:100%;
	margin: 0 5px 0 40px;
	text-align:right;
	}
	.usa-hero-callout-alt {
	font-size:1.4rem;
	}
	.usa-hero {
	background: #326295;
	background-image: url(/images/jelo.jpg);
	}


}
@media screen and (max-width: 900px) {
button.usa-section-dark {
    background-color: hsla(0,0%,100%,.98)!important;
	}
}


.nsduh-hero-callout > *:first-child {
  margin-top: 0;
  margin-bottom: 3rem;
}

.nsduh-hero-callout .nsduh-button {
  font-size: 1.5rem;
  margin-top: 2rem;
  width: 100%;
}

#herodeck:hover, #herodeck:focus, #herodeck:active {
    cursor: pointer;
    outline: 2px dotted #aeb0b5;
    outline-offset: 3px;
    background-color: hsla(0,0%,100%,.8)!important;
}

.hero-button {
    text-align: left;
}

.usa-middle-text p {
    max-width: 100ch;
}

@media screen and (max-width: 990px) {
.nih-caption-text {
	width:40%;
	}
}
@media screen and (max-width: 512px) {
.nih-caption-text {
	width:85%;
	}
}

.article_img img {
	width:100%;
}

.aside_content {
    margin-bottom: 20px !important;
}

.usa-external_link:hover, .find_section ul li a:hover {

    text-decoration: underline;
}

caption {
	font-family: 'SourceSansProRegular';
	color: #326295;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    text-align: left;
}
th, td {

    padding: 1rem 1.5rem;
}
th {
    text-align: left;
	font-weight:600;
}
table, th, td
{
	border:1px solid #ccc;
}
.usa-section-dark {
    background-color: hsla(0,0%,100%,.8);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
    padding: 3rem;
    border-radius: .25rem;
}

table#alopecia, #alopecia th, #alopecia td {
	border:0;

}

h1.clear {clear:none; line-height:5rem;}

.responsive .slick-slide, .responsiveVideo .slick-slide {padding:0 10px;}

blockquote + h2 {
	display:unset;
	padding-top:20px;
}

blockquote + h3 {
    display:unset;
    padding-top:20px;
}

.p-before-blockquote {
    margin-bottom:20px;
}

p.p-before-blockquote + blockquote {
    margin: -10px 35px 20px 0!important;
}

.p25
{font-size:2.5rem;}



#feature ul {
    list-style: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.94em;
}
.usa-alert:before {
    background-color: #8b8b8b;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.usa-alert
{
	color:#fff;
	background-color:#DC3545;
	margin-top:0;
}
.corona { background-color:#DC3545;}
.usa-alert a
{
	color:#fff;
	text-decoration:underline;
}
.usa-alert a:hover
{
	color:#f1f1f1;
	text-decoration:underline;
}

.limitedItalic
{
	font-style:italic;
}

.es-logo
{width:25rem}

.usa-menu-btn
{background:#326295}

.usa-external_link-alt a:visited {
    color: #fff;
}

.headshot {
width: 200px;

}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.close {
    padding: 0.4rem 0.8rem !important;
    border-radius: 0.8rem !important;
}
button.close {
    background-color: white !important;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: #000;
    font-size: 1.2em;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

button.close:hover {
    color:#fff;
    background-color: #000!important;
}

@media screen and (max-width: 480px) {
    .covidbutton {width:30px!important;}
}

.pt2
{padding-top:40px;}


a.usa-external_link-alt:visited {
    color: #ffffff;
}

.flextableimg {
	float:left;
	padding:20px 20px 0 0;
	width: 100px;
	}

.flextableimg-stretch {
	float:left;
	padding:5px 0 20px 0;
	
	}

.flexrow {
	display:block;
	clear:both;
}
.skin-table {
	padding:10px; 
	max-width:150px;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
} 

p.text-center.text-white {
    text-align: center;
    max-width: 100% !important;
    color: white;
}

.text-white a, .font-white a {
    color: white;
}

.footer_list {
    padding-left: 0 !important;
}

.usa-width-one-fourth.footer_bottom_right img {
    width: 30px;
}

.usa-width-one-fourth.footer_bottom_right li:first-child {
    margin-left: -10px !important;
}

.footer_bottom_right img {
    height: 34px;
    padding: 4px;
    background-color: #edf2f7 !important;
}

img.twit {
    height: 28px;
}