.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/****************************************
*** Authors ***
*****************************************/
.authors-list li {
	display: inline-block;
	padding: 0 !important;
	border-radius: 30px !important;
	 box-shadow: none !important;
	font-weight: bold;
	letter-spacing: -.025em;
	color: #333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.authors-list li img {
	max-width: 175px;
}
.authors-list li img.author-img-square {
	border-radius: 10000px;
}
.authors-list li .author-name {
	display: block;
}
.authors-list li .author-byline {
	font-weight: normal;
	font-style: italic;
}
#main-content .container {
	padding-top: 1rem;
}
.custom-breadcrumb-link:hover {
	color: #fff !important;
	text-decoration: underline;
}
#white-paper-container {
	padding-bottom: 3em;
}
#white-paper-container h1 {
	font-weight: bold;
	line-height: 1.3;
	font-size: 2.5em;
	border-left: 5px solid #00529b;
	padding-bottom: 0;
	padding-left: 1em;
	margin-bottom: 1em;
}
.article-details {
	margin: 2.5em 0;
}
.white-paper-label {
	position: relative;
    bottom: 2em;
    font-size: 90%;
}
.id-label {
	padding-bottom: .25em;
    font-size: 1.1em;
    color: #333;
}
.id-value {
	font-weight: bold;
}
.category-lable {
	display: inline-block !important;
	font-weight: bold;
    color: #222;
    font-size: 1.25em;
    padding-right: .5em;
}
.badge-category {
    font-size: 50%;
    background-color: #fec325;
    color: #fff;
    margin-left: 1em;
    position: relative;
    bottom: .25em;
}
#white-paper-container .card {
	box-shadow: 0 10px 25px -5px rgba(51,71,91,0.2) !important;
}
#author-cards, #white-paper-content-container, #references-cards {
	margin-bottom: 3em;
}
#author-cards .card-header, #references-cards .card-header, #disclaimer-cards .card-header {
	font-weight: bold;
	color: #222;
	background-color: rgba(0,0,0,.075);
	border-bottom: none;
}
.white-paper-author-image {
	max-width: 150px;
	border-radius: 4px;
	margin-bottom: 1em;
    box-shadow: 0 10px 25px -5px rgba(51,71,91,0.2) !important;
}
#white-paper-content-container h2 {
	font-weight: bold;
	color: #222;
	background-color: rgba(0,0,0,.075);
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	padding: .75rem 1.25rem;
	font-size: 1.5em;
}
.white-paper-content {
	box-shadow: 0 10px 25px -5px rgba(51,71,91,0.2) !important;
	padding-bottom: 2rem;
}
.white-paper-body-content {
	padding: 1.25rem 1.75rem 0;
}
.white-paper-content h2 {
	margin-bottom: .75rem;
}
.white-paper-content h2:not(:first-of-type) {
	margin-top: 2rem;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.white-paper-body-content p {
	font-size: 1.2em;
	line-height: 150%;
}
.white-paper-references li, #disclaimer-cards p {
	color: #444;
	font-size: 1.1em;
}
.white-paper-references .badge-primary {
	background-color: #00529b !important;
	margin-right: 1em;
	font-size: 100%;
}
.resource-image-heading {
	font-style: italic;
}
.white-paper-image-container {
	padding: 1em 0 1.5em;
}
.white-paper-image-container h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: .5em;
}
.white-paper-image-description {
	color: #333;
	font-size: 1em;
	font-style: italic;
}
.white-paper-disclaimer {
	font-style: italic;
	text-align: center;
}
.white-paper-disclaimer-funding {
	font-weight: bold;
	text-align: center;
	color: #222 !important;
	margin-top: 2em;
}
#download-container {
	background-color: #fec325;
}
#download-container .container {
	padding: .5em 0;
}
.white-paper-download-footer {
	color: #00529b;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}
.white-paper-download-footer:hover {
	text-shadow: none;
}
.video-caption {
	font-size: .8rem !important;
	font-style: italic;
	line-height: 140%;
	width: 95%;
	margin: 1rem 0;
}
/****************************************
*** References ***
*****************************************/
.references ol {
	list-style-type: decimal;
	padding-left: 1rem;
}
.references ol li {
	font-size: .75rem !important;
	line-height: 135% !important;
	font-style: italic;
	padding: .5rem 0;
}