  /*new article css*/
@media only screen and (max-width: 63.99em) {
	.global-header__logo {
		height: 80%;
		width: auto;
	}
	.global-header__logo svg {
		color: #ffffff;
		height: 80%;
		width: auto;
		margin: 3% auto;
	}
}

.main--level {background-color: #FFFFFF;}

.main__content .row:nth-child(2) .component {
	margin-bottom: 0;
}

.wave-image {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 1.5rem; /*1.5vh;*/
}

.breadcrumbs {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.fHeaderImg {
	width: 100%;
	margin: 0 auto .5rem auto;
	padding: 0;
	text-align: center;
}

.fHeaderImg img {
	/*height: 100%;*/
	/*margin: 0 auto .5rem auto;*/	
	margin: 0;
	padding: 0;
	/*width: 100%;*/
}

.fHeaderImg .fHeaderImgCaption {
	font-size: clamp(.75rem,1.25vw,.875rem);
	font-style: italic;
	display: block;
	margin: 0 auto 0 auto;
	width: auto;
}

.fSocialMediaImg {
	width: 100%;
	margin: 0 auto .5rem auto;
	padding: 0;
	text-align: center;
}

.fSocialMediaImg img {
	padding: 0;
	margin: 0 auto .5rem auto;
	width: 100%;
}

.fSocialMediaImg .fSocialMediaImgCaption {
	font-size: .875rem;
	font-style: italic;
	display: inline-block;
	margin: .5rem auto 0 auto;
	width: auto;
}

.addthis {
	text-align: left;
	height: 1.25rem;
	margin-bottom: .75rem;
	padding: 0;
}

.main__content .sidebar .component {margin-bottom: 2rem !important;}

@media only screen and (max-width: 63.99em) {
	
	.masthead {
		padding-bottom: 0;
	}

	.masthead__image {
		background-color: transparent;
	}
	.wave-image {
		margin-top: -.5rem; /*-2vh;*/
	}

	.breadcrumbs {margin-top: 1.75rem; margin-bottom: 1.75rem}

}

@media only screen and (max-width: 60em) {
	/*.wave-image {
		margin-top: -.5rem; -2vh;
	}*/
}

@media only screen and (max-width: 48em) {
	/*.wave-image {
		margin-top: -.5rem; -2vh;
	}*/
	.breadcrumbs__current-item, .breadcrumbs__link {font-size: .85rem}
}

@media only screen and (max-width: 20em) {
	.wave-image {
		margin-top: -1rem; /*-1.5vh;*/
	}
}

.article-content {
	min-height: 480px;
}

/*.article-content img {padding: .125rem .5rem .5rem .5rem;}*/

.article-content p,
div,
li,
span {
	line-height: 1.65;
}

.article-content h1 {
    /*font-size: clamp(1.35rem, 2vw, 1.9rem);*/
	font-size: clamp(1.35rem,3vw,2.25rem);
    line-height: 1.25;
    font-weight: 500;
	padding: .5rem 0;
	letter-spacing: -.025rem;;
}

.article-content h2 {
    /*font-size: clamp(1.35rem, 2vw, 1.75rem);*/
	font-size: clamp(1.25rem,2.75vw,2rem);
    line-height: 1.35;
    font-weight: 500;
	padding: .5rem 0;
}

.article-content h3 {
    /*font-size: clamp(1.35rem, 2vw, 1.6rem);*/
	font-size: clamp(1.025rem,2.5vw,1.875rem);
    line-height: 1.5;
    font-weight: 500;
	padding: .5rem 0;
}

.article-content h4 {
    /*font-size: clamp(1.35rem, 2vw, 1.45rem);*/
	font-size: clamp(1rem,2.25vw,1.5rem);
    line-height: 1.5;
    font-weight: 500;
	padding: .5rem 0;
}

.article-content h5 {
	font-size: clamp(.95rem,2.25vw,1.325rem);
	line-height: 1.5;
    font-weight: 500;
	padding: .5rem 0;
}

.article-content h6 {
	font-size: clamp(.85rem,2.25vw,1.125rem);
	line-height: 1.5;
    font-weight: 500;
	padding: .5rem 0;
}

.article-content p img:nth-child(2) {
	margin-left: .75rem;
}

.article-content span.prev_next {
	float: right;
	font-style: normal !important;
}

.article-content span.prev_next a {
	font-style: normal !important;
}

/*
.related-links {
	background-color: white;
	border: 0.125rem solid #e2ded7;
	transition-property: background-color;
	transition-duration: 375ms;
	padding: 1rem 1rem 0 1rem;
	margin-bottom: 1rem;
}

.related-links__ul .related-links__li {
	margin-bottom: .5rem;
}

.related-links__ul .related-links__href {
	font-size: .95rem;
	line-height: 1.5;
	color: #2a78a2;
	text-decoration: none;
}

.related-links .callout__content:hover {background-color: white;}
.related-links .callout__content:hover h2 {color: maroon;}


.related-links a {
	text-decoration: none;
}
.related-links a:visited {
	color: #246070;
}
.related-links a:hover {
	text-decoration: underline;
	text-decoration-color: #246070;
}



.related-links:hover a, .related-links:hover a:visited {
	color: #ffd720;
}

.related-links a {
	text-decoration: none;
}

.related-links a:visited {
	color: #246070;
}

.related-links a:hover, .related-links:hover a:hover {
	color: #ffd720;
}

.related-links__ul .related-links__li {
	line-height: 1.5;
}
*/

.related-links:hover .callout__content {
    background-color: #FFFFFF;     
}
.related-links:hover .callout__heading { 
	color: maroon;
}


.article-content figure.image {
	float: left !important;
	margin-right: .75rem !important;
	margin-top: .325rem;
	/*width: unset;*/
	width: auto;
	display: table;
	border: 1px #ddc solid;
	max-width: 30%;
	min-width: 7rem;
}
.article-content table.image {
	float: left !important;
	margin-right: .75rem !important;
	margin-top: .325rem;
	margin-bottom: .125rem;
	/*width: unset;*/
	width: auto;
	display: table;
	border: 1px #ddc solid;
	max-width: 50%;
	min-width: 7rem;
}
.article-content table.image td {
	padding: 0;
	font-size: .875rem;
}
.article-content table.image tr:nth-child(2) td {
	padding: .5rem;
	font-size: .875rem;
}
.article-content table.image tr:nth-child(2) td p {
	padding: 0;
	margin: 0;
	font-size: .875rem;
}
.article-content figure.image figcaption {
	display: table-caption;
	caption-side: bottom;
	/*font-size: .875rem;*/
	font-size: clamp(.75rem,1.25vw,.875rem);
    font-style: italic;
	padding: .5rem .1rem .0 .25rem;
	width: auto;
	text-align: center;
	border: 0px #ddc solid;
	border-top: 0px;
}

.article-content .float-left {
	margin-top: .25rem;
	margin-right: .75rem;
	margin-bottom: .025rem;
	margin-left: 0;
	max-width: 50%;
}

.article-content figure.image .float-left {
	margin-top: .0;
	margin-right: 0;
	margin-bottom: .025rem;
	margin-left: 0;
	max-width: 100%;
}

.article-content td .float-left {
	margin-top: .0;
	margin-right: 0;
	margin-bottom: .025rem;
	margin-left: 0;
	max-width: 100%;
	width: 100%;

}

.article-content .float-right {
	margin-left: .75rem;
}

.article-content .article_date {
	font-size: .9rem;
	font-style: italic;
	margin-top: .75rem;
	margin-bottom: .75rem;
}

nav.news_pagination {
	display: block !important;
	text-align: center;
	margin-top: 5rem;
}

nav.news_pagination .pagination__direction-link {
	height: 1.5rem;
	width: 1.5rem;
}

nav.news_pagination .pagination__list {
	font-size: 1rem;
	margin: 0 .25rem 0 .5rem;
}

nav.news_pagination .pagination__list li {
	font-size: 1rem;
	margin: 0 .5rem;
}

nav.news_pagination .pagination__list li a {
	font-size: 1rem;
	margin: 0;
}

nav.news_pagination .icon {
	height: 1.25rem;
	width: 1.25rem;
}

@media only screen and (max-width: 1180px) {

	.article-content figure.image {
		border: 0;
		max-width: 27%;
	}

}
@media only screen and (max-width: 736px) {

	.article-content figure.image {
		border: 0;
	}

}

@media only screen and (max-width: 414px) {

	h1 {
		font-size: 1.5rem;
		line-height: 130%;
	}

	.article-content {
		margin-top: -.5rem !important;
	}

	.article-content img {
		float: none !important;
		width: 100% !important;
		margin: .5rem auto 1rem auto !important;
	}

	.article-content figure.image {
		border: 0;
		margin: 0 auto 1rem auto;
		width: 100%;
		padding: 0 !important;
		max-width: 33%;
	}

	.article-content figure.image img {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 0 auto !important;
	}

	nav.news_pagination .pagination__list li a {
		font-size: .9rem;
		margin: 0;
	}
}
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 0px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 20rem;
	background-color: #555;
	color: #fff;
	text-align: left;
	padding: 1rem;
	border-radius: 6px;
  
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
  
	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }