html {
	scroll-behavior: smooth;
}
.callout {
	font-size: 1.25em;
}
p, ul{
	max-width:75ch;
}
	ul.usa-identifier__required-links-list{
		max-width:unset;
	}

	#content .panel ul > li {
		margin-bottom: 0px;
	}

.media-left {
	min-width: 4.5em;
	line-height: 2;
}

@media (min-width: 991px) {
	.questions-equalizer {
		min-height: 220px;
	}
	
	.contact-equalizer {
		min-height: 101px;
	}
}

@media (min-width: 1200px) {
	.questions-equalizer {
		min-height: 170px;
	}
	
	.contact-equalizer {
		min-height: 90px;
	}
}

h1 {

	color: white;
	text-align: right;
	
	margin-bottom: .5rem;
}
	h1 span {
		background-color: #494e88;
		padding-top:.5rem;
		padding-bottom:.55rem;
		padding-right:5rem;
		padding-left:5rem;
	}

h2 {
	font-size: 27px;
	padding: 8px 5px;
}


h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.feature-link:hover {
	background-color: #000 !important;
}

.feature-link a {
	color: #fff;
	text-decoration: none;
	padding: .5em;
}

.feature-link a:hover, .feature-link a:focus {
	color: #fff;
	text-decoration: none;
}


@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);

.module {
    height: 0;
    padding: 0; /* remove any pre-existing padding, just in case */
    padding-bottom: 60%; /* for a 4:3 aspect ratio */
	background: url('/wtc/images/newsletter/Mind-Body-Medicine.jpg');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.module.nyandbeyond {
	height: 0;
    padding: 0; /* remove any pre-existing padding, just in case */
    padding-bottom: 100%; /* for a 4:3 aspect ratio */
	background: url('/wtc/images/newsletter/2019/beach.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.module.nyandbeyondFeature {
	height: 0;
    padding: 0; /* remove any pre-existing padding, just in case */
    padding-bottom: 33%; /* for a 4:3 aspect ratio */
	background: url('/wtc/images/newsletter/2019/beachStairs.jpg');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.module.moreinside {
	height: 0;
    padding: 0; /* remove any pre-existing padding, just in case */
    padding-bottom: 100%; /* for a 4:3 aspect ratio */
	background: url('/wtc/images/newsletter/2019/FranckMichel.jpg');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.module.spotlight {
	height: 0;
    padding: 0; /* remove any pre-existing padding, just in case */
    padding-bottom: 100%; /* for a 4:3 aspect ratio */
	background: url('/wtc/images/newsletter/2019/iStock-956761274.jpg');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.highlight {
	max-height: 300px;
	overflow: hidden;
}

.thumb {
	max-height: 240px;
	overflow: hidden;
}

.thumb .module.nyandbeyond {
	height: 0;
    padding: 0; /* remove any pre-existing padding, just in case */
    padding-bottom: 100%; /* for a 4:3 aspect ratio */
	background: url('/wtc/images/newsletter/2019/beach.jpg');
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.top h2 {
  color: white;
  margin: 0;
  padding: 20px;
}

.lr p {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  margin: 0;
}

.top p {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 0;
  left: 15px;
  color: white;
  margin: 0;
}

.mid h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

.cap p {
  padding: 20px;
  color: white;
  font: 12px Monaco, Mono-Space;
  margin: 0;
}

.module.lr p {
	background-color: rgba(0,0,0,.6);	
	bottom: 0;
	left: 15px;
}

.module.lr .tab {
	bottom: 1.5em;
	padding: 0 .5em;
	border-top-right-radius: 5px;
}

.module.top .description {
	top: 2.4em;
	background-color: rgba(0,0,0,.6);
	padding: .5em;
}

.module.top ul.description {
	position: absolute;
	top: 2.3em;
	margin-bottom: 0;
	list-style-type: none;
}

.module.top ul.description li {
	margin-bottom: 0 !important;
	font-size: .9em;
}

.module.top ul.description li:hover{
	margin-bottom: 0 !important;
	font-size: .9em;
	background-color: #000;
}

.module.top ul.description li a {
	margin-bottom: 0 !important;
	color: #fff;
	padding: .1em;
	width: 100%;
	display: inline-block;
}

.module.top ul.description li a:hover {
	margin-bottom: 0 !important;
	color: #fff;
	text-decoration: none;
	
}

.module.top .lead.title {
	top: 1.5em;
	background-color: rgba(0,0,0,.6);
}



.module.top .tab {
	border-top-right-radius: 5px;
	padding: 0 .5em;
}

.module.split {
	position: relative
}

.module.split .title {
	margin: 1em;
	padding: 1em;
}

.module.split .title h2 {
	font-size: 5em;
	top: 0;
}

.module.split .description {
	margin: 1em;
	padding: 1em;
	bottom: 0;
	position: absolute;
}

.orange {
	background-color: rgba(179,60,0, .9) !important;
}

.red {
	background-color: rgba(214, 27, 27, .9) !important;
}

.primary {
	background-color: rgba(27,117,188, .9) !important;
}

.stroke {
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.text-black {
	color: #000;
}

.bg-red {
	background-color: #ab1d2e !important;
}

.bg-primary {
	background-color: #1b75bc !important;
	color:white;
}
.bg-secondary {
	background-color: #53599a !important;
}
.bg-tertiary {
	background-color:#068d9d !important;
	color:white;
}
h2.bg-primary, h2.bg-secondary, h2.bg-tertiary{
	margin-top:50px;
	margin-bottom:30px;
	display:inline-block;
	padding-left:1rem;
	padding-right:1rem;
}
.bg-teal {
	background-color: #068d9d !important;
	color:white;
}
.bg-white {
	background-color:#fff !important;
	/*padding:2rem 3rem;*/
	margin-top:1rem;
	margin-bottom:1rem;
}
.card-body.bg-yellow {
	margin-top:5rem;
	margin-bottom:2rem;

}
#administrator .bg-teal h2 {
	padding:0;
	margin-top:0;
	margin-bottom: 20px;
}
#administrator .bg-teal {
	width:90%;
	padding-left:3rem;
	padding-right:3rem;
	padding-top:3rem;
}
#administrator{
	font-family: serif;

}
#administrator p {
	line-height:1.2 !important;
	font-size:18px;
}
#content p, #content dl, #content dl dd, #content address {
	line-height: 1.6;
}
#content ul > li, #content ol > li {
	line-height:1.3;
}
ul.left-align {
	padding-left:1.2em;
}
strong, b {
	color: #444444;
}
.text-primary strong {
	color: #1b75bc;
}
.text-secondary {
	color: #53599a !important;
}

.bg-gray3 {
    background-color: rgba(221, 221, 221, 1);
	padding: 10px 30px 10px 30px;

}
.bg-gray3.handbook {
	padding:0;
	margin:0;
	margin-top: 30px;
}
.handbook .media-body {
	padding:0px 30px 0px 30px;
	
}

.bg-gray2 h5, .bg-gray3 h5{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.bg-gray2 h5{
	line-height:1.4;
}
.bg-gray2 {
	
	padding: 2px 8px 2px 8px;
}
.articleImage.tl {
	padding: 0 .5em .5em 0;
}

.topConditions .col-xs-2 {
	padding:0 !important;
	margin-left:2rem;
}
.topCancers .col-xs-2 {
	padding: 0 !important;
	
	width:20% !important;
}
.topCancers.row {
	margin-left:1rem;
}
#toc > .scrollnav > li > a {
	font-size: 16px;
	padding: 0.5rem 1rem;
	font-weight: normal;
	line-height: 1.2;
}
#toc ul .active {
	color: #1b75bc;
	border-left: 2px solid #1b75bc;
	font-weight:bold !important;
}
#toc h3 {
	font-size: 22px !important;
	font-family: Arial;
	font-weight: bold;
}
.usa-sidenav {
	border-bottom: none;
	font-family: "Public Sans", apple-system, blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
}
.usa-sidenav__item, .usa-sidenav__sublist {
	margin-bottom: 0 !important;
	border: none;
}
#toc > .scrollnav li {
	margin: 0px;
}

.subtitle{
	margin-top:10px;
	padding-bottom:25rem !important;
	margin-bottom:-25rem !important;
	font-weight:normal;
	font-style:italic;
	width:55%;
	padding-left:10% !important;
	letter-spacing:2px;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 20px;
	margin-bottom: 2px;
}
h5{
	line-height:1.4;
}
h5.bottomMargin {
	margin-bottom: 15px;
}
.mb-0 {
	margin-bottom:0 !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
img.alignTop {
	margin-top:5px;
}

.imageContainer {
	position: relative;
}


.imageCaption {
	position: absolute;
	bottom: 0px;
	left: 20px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 1rem;
}
.imageCaption a {
	color:white;
	text-decoration:underline;
}
.imageCaption a:hover {
	opacity:.9;
}
#administrator img.alignTop{
	margin-top:4px;
	filter: grayscale(100%);
}
.phoneInfo {
	margin-bottom: 2px !important;
}
.phone.row {
	margin-left:2rem;
	margin-right:2rem;
}
.clinicMulti {
	margin-top:20px;
}
.quote {
	font-style: italic;
	color: #343a40;
	font-weight:bold;
	line-height:1.6 !important;
	margin-top:3rem;
	margin-bottom:3rem;
}
.small {
	font-size:12px !important;
}
h3 {
	font-weight:bold;
	font-size: 22px;
}
h3.newsheading {
	margin-top: 4.5rem;
	margin-bottom:1rem;
}
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
#inthisissue h3 {
	background-color: #494e88;
	color:white;
	padding:.5rem 1rem;
}

	#inthisissue p, #inthisissue ul {
		padding: 1rem;
		background-color: #068d9d;
	}
	#inthisissue li{
		margin-bottom:.5rem !important;
	}
#inthisissue a {
	color:white;
	text-decoration:underline;
	font-size:18px;
}
#inthisissue a:hover {
	opacity:.9;
}
#inThisIssueModal .close {
	color:#fff;
	text-shadow:none;

}

@media (max-width: 768px) {
	h1 span {
		display: block;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}



	.subtitle {
		padding-bottom: 20rem !important;
		margin-bottom: -20rem !important
	}
}