iframe,
video {
	display: block;
	margin: auto;
	width: 560px !important;
}

.article__social {
	display: block;
	float: left;
	margin-bottom: 1.5rem;
	margin-top: 0;
	text-align: left;
	width: 100%;
}
	
.article__social a {
	border-radius: 50%;
	display: inline-block;
	height: 2.5rem;
	margin: .5%;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 2.5rem;
}

.article__social .facebook {
	background: #3B5998;
	color: white;
}

.article__social .twitter {
	background: #000000;
	color: white;
}

.article__social .linkedin {
	background: #007bb5;
	color: white;
}

.article__social .print {
	background: #384d5f;
	color: white;
}

.article__social a i {
	font-size: 1.25rem;
	left: 0;
	line-height: 1.25rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: .625rem;
}

.article__social a:hover {
	cursor: pointer;
	opacity: .7;
}

blockquote {
	  border-left: 4px solid var(--bs-blue);
  	font-size: var(--h5-font-size);
  	font-style: italic;
  	font-weight: 400 !important;
  	margin: 3rem 0;
  	padding-left: 1rem;
}

/* ROUND BUTTONS */
.banner__btn--rounded {
	background-color: var(--bs-blue);
	border-radius: 20px;
	color: white;
	display: block;
	font-size: var(--bs-body-font-size);
	font-weight: var(--bold-font-weight); 
	margin-top: 0 !important;
	padding: .5rem .8rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#relatedArticles .card img {
	width: 200px;
}

#relatedArticles .card .card-body .card-title {
	color: var(--bs-blue);
}

/* Table Style */
table {
	border: 0px;
	margin: 1rem .5rem;
}

table th {
	border-bottom: 1px solid var(--bs-gray);
	font-weight: bold;
}

table tr {
	border-bottom: 1px solid var(--bs-gray);
	font-weight: bold;
	padding: .5rem;
}

@media print{
	body {
		-webkit-print-color-adjust: exact;
	}
	
    [data-aos] {
        display: block !important;
        opacity: 1 !important;
        transform: translate(0) scale(1) !important;
    }
}
