/* 01. Globals */
@import url(https://fonts.bunny.net/css?family=open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.section {
	position: relative;
	width: 100%;
	min-width: 100%;
	background-position: center center;
	background-size: cover;
	display: block;
	overflow-x: hidden;
}
.section--container {
	max-width: 1120px;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin: 0 auto;
	padding: 100px 20px;
	overflow: hidden;
}
.section--bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: background-color 0.8s ease-in-out;
}
div[class$='--wysiwyg'] a {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration-line: none;
	color: rgb(0, 84, 147);
}
.bg-dark-blue {
	background-color: rgb(0, 84, 147);
}
.bg-green {
	background-color: rgb(3, 64, 18);
}
/* 02.01 HERO SECTION */
.hero .section--container {
	height: 675px;
	gap: 10px;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 0;
}
.hero .hero--overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	transition: all 300ms ease-in-out;
}
.hero .hero--overlay.left {
	background-position: 7.58% 45.67%;
}
.hero .hero--overlay.right {
	background-position: 92.42% 45.67%;
}
.hero .hero--divider {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
.hero .hero--divider svg {
	position: absolute;
	width: 100%;
	color: #FFF;
	height: 100px;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	transform: scaleY(1);
}
.hero .hero--divider-icon {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	position: relative;
	background-size: cover;
	width: 100%;
	/*padding-top: 120px;*/
	padding-bottom: 20px;
	align-items: center;
	text-align: center;
	justify-content: center;
	align-self: end;
}
.hero .hero--divider-icon a {
	font-size: 47px;
	color: rgb(0, 84, 147);
}
.hero .hero--divider-icon a svg {
	fill: #FFFFFFB8;
	font-size: inherit;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: rgb(0, 84, 147);

}
.hero .hero--text-overlay {
	display: flex;
	justify-content: space-between;
	perspective: 700px;
	width: 100%;
	/*padding-left: 100px;*/
	/*margin-top: 77px;*/
	/*margin-bottom: 2px;*/
	flex-direction: column;
	text-align: left;
	max-width: 100%;
	position: relative;
	background-size: cover;
}
.hero.hero--left .hero--text-overlay {
	align-items: flex-start;
}
.hero.hero--right .hero--text-overlay {
	align-items: flex-end;
}
.hero .hero--text-overlay .overlay-text {
	max-width: 100%;
	margin: 0;
	padding: 5px 20px;
	transform-origin: center left;
	margin-bottom: 10px;
	text-align: center;
}
.hero .hero--text-overlay .overlay-text:nth-child(1) {
	font-size: clamp(12px, 8vw, 60px);
}
.hero .hero--text-overlay .overlay-text:nth-child(2) {
	font-size: clamp(12px,8vw,60px);
	padding: 10px 20px;
}
.hero .hero--text-overlay .overlay-text:nth-child(3) {
	font-size: 20px;
	font-weight: 500;
}
.hero .hero--text-overlay .overlay-text.bg-darkBlue {
	color: #fff;
	font-family: "Poppins", sans-serif;
	background-color: rgb(0,39,71);
}
.hero .hero--text-overlay .overlay-text.bg-blue {
	color: #fff;
	font-family: "Poppins", sans-serif;
	background-color: rgb(0,84,147);
}
.hero .hero--text-overlay .overlay-text.bg-gold {
	color: rgb(43,46,52);
	background-color: rgb(245,170,28);
	font-family: "Open Sans", sans-serif;
}
.hero .hero--text-overlay .overlay-text.bg-green {
	color: rgb(255,255,255);
	background-color: rgb(27,136,58);
	font-family: "Open Sans", sans-serif;
}
/* 02.02 HERO VIDEO */
.hero.hero--video .hero--video-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.hero.hero--video .hero--video-background video {
	width: 100%;
	height: 100%;
	left: -0;
	top: -0;
	object-fit: cover;
	object-position: center center;
	position: relative;
	border: 0;
}
.hero.hero--video .hero--video-background .hero--mobile-image {
	height: 100%;
	width: auto;
}
.hero.hero--video .section--container {
	padding-bottom: 125px;
	padding-top: 125px;
	align-items: center;
	text-align: center;
}
/*.hero.hero--video .hero--text-overlay {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	padding-left: 0;*/
/*}*/
/*.hero.hero--video .hero--text-overlay .overlay-text:nth-child(1) {*/
/*	font-size: 20px;*/
/*	font-weight: 500;*/
	/*margin-top: 88px;*/
/*	margin-bottom: 0;*/
/*	font-family: "Poppins", sans-serif;*/
/*	z-index: 10;*/
/*	padding: 5px 10px;*/
/*}*/
/*.hero.hero--video .hero--text-overlay .overlay-text:nth-child(2) {*/
/*	font-size: 46px;*/
/*	font-family: "Poppins", sans-serif;*/
/*	font-weight: 600;*/
/*	margin-top: 10px;*/
/*	margin-bottom: 40px;*/
/*	padding: 5px 10px;*/
/*	z-index: 10;*/
/*}*/
.hero.hero--video .video--buttons {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 999;
}
.hero.hero--video .video--buttons button {
	border: none;
	padding: 6px 12px;
	background: rgb(0, 84, 147);
	color: rgb(255,255,255);
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.hero.hero--video .video--buttons button:hover, .hero.hero--video .video--buttons button:focus {
	background: rgb(0,39,71);
}
/* 02.03 Hero : Parallax */
.hero.hero--parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero.hero--parallax .section--container {
	max-width: 100%;
	padding-bottom: 140px;
	padding-top: 160px;
	align-items: center;
	text-align: center;
	justify-content: center;
}
/*.hero.hero--parallax .hero--text-overlay {*/
/*	align-items: center;*/
/*	padding-left: 0;*/
/*}*/
/*.hero.hero--parallax .hero--text-overlay .overlay-text:nth-child(1) {*/
/*	z-index: 10;*/
/*	padding: 5px 10px;*/
/*	font-family: "Poppins", sans-serif;*/
/*	font-size: 20px;*/
/*	font-weight: 400;*/
/*	margin-bottom: 0;*/
/*}*/
/*.hero.hero--parallax .hero--text-overlay .overlay-text:nth-child(2) {*/
/*	z-index: 10;*/
/*	padding: 5px 10px;*/
/*	font-family: "Poppins", sans-serif;*/
/*	font-size: 46px;*/
/*	font-weight: 600;*/
/*	margin-top: 10px;*/
/*	margin-bottom: 40px;*/
/*}*/
/* 02.04 Hero: Animated Text */
.hero .hero--text-overlay .overlay-text:nth-child(1) {
	font-family: "Poppins", sans-serif;
	font-size: clamp(12px,8vw,60px);
	margin-bottom: 10px;
	font-weight: 700;
}
.hero .hero--text-overlay .overlay-text:nth-child(2) {
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	font-size: clamp(12px,8vw,60px);
	margin-bottom: 10px;
}
.hero .hero--text-overlay .overlay-text:nth-child(3) {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}
/* 03. Quote Section */
.quote .section--container {
	padding-bottom: 30px;
	padding-top: 30px;
	align-items: center;
	text-align: center;
}
.quote .quote--header {
	margin-bottom: 30px;
	font-family: "Poppins", sans-seif;
	font-size: 40px;
	color: rgb(0,84,147);
	max-width: 100%;
	line-height: 1.2;
	position: relative;
	font-weight: 700;
}
.quote .quote--wrapper {
	column-count: 2;
	margin-bottom: 28px;
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 32px;
}
.quote .quote--column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
	position: relative;
	background-size: cover;
}
.quote .has-image .quote--column:nth-child(1) {
	width: 30%;
}
.quote .has-image .quote--column:nth-child(2) {
	width: 70%;
}
.quote .quote--wysiwyg {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	margin-bottom: 22px;
}
.quote .quote--wysiwyg > * {
	margin-bottom: 22px;
}
.quote .quote--wysiwyg > *:last-child {
	margin-bottom: 0;
}
.quote .quote--footer {
	font-weight:bolder;
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
}
.quote .quote--image {
	display: flex;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}
.quote .quote--image .quote--mark {
	height: 50px;
	width: auto;
	display: block;
	padding-right: 32px;
}
.quote .quote--image .quote--line {
    border-left: 2px solid rgb(245,170,28);
}
.quote .has-image .quote--image .quote--line {
    height: fit-content;
}
.quote .quote--image img:not(.quote--mark) {
	display: block;
	width: 100%;
	height: auto;
	padding-left: 8px;
}
/* 04. Heading Component */
.heading .section--container {
	align-items: center;
	text-align: center;
	padding: 36px 0;
}
.heading .heading--header-text {
	margin-bottom: 30px;
	max-width: 100%;
	line-height: 1.2;
	font-family: "Poppins", sans-serif;
	font-size: 38px;
	font-weight: 700;
}
.heading .heading--header-text .typed {
	color: rgb(0,84,147);
	overflow: hidden;
	white-space: nowrap;
	border-right: 8px solid #fff;
	width: 0;
	animation: typing 1.5s steps(30, end) forwards, blinking 1s infinite;
}
.heading .heading--text {
	font-size: 20px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	color: rgb(43,46,52);
}
.uv-sect > div .heading.heading--background:only-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem !important;
}
.heading.heading--background .heading--header-text, .heading.heading--background .heading--text {
    color: rgb(255,255,255);
}
.heading.heading--background .section--container {
	padding: 70px 100px;
}
.heading.heading--background .heading--background-overlay {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: background-color 0.8s ease-in-out;
}

/* 05. Columns Component */
.columns .section--container {
	padding: 30px 50px;
}
.columns .columns--overlay {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	transition: all 0.8s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.columns .columns--thirds {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
	gap: 32px;
}
.columns .columns--one-third {
	width: 30%;
}
.columns .columns--two-third {
	width: 70%;
	padding: 30px 40px 0;
}
.columns .column--card {
	margin-bottom: 44px;
}
.columns .column--card:first-child {
	margin-top: 31px;
}
.columns .column--card-heading {
	margin-bottom: 20px;
	font-family: "Poppins", sans-serif;
	font-size: 46px;
	max-width: 100%;
	line-height: 1.2;
	position: relative;
	font-weight: 700;
	text-align: left;
}
.columns .column--card-heading .primary {
	color: rgb(0, 39, 71);
}
.columns .column--card-heading .secondary {
	color: rgb(0, 84, 147);
}
.columns .column--card-body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	width: 100%;
}
.columns .columns--row {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px;
}
.columns .columns--heading {
	margin-bottom: 51px;
	font-family: "Poppins", sans-serif;
	font-size: 46px;
	max-width: 100%;
	line-height: 1.2;
	position: relative;
	font-weight: 700
}
.columns .columns--heading > .primary {
	color: rgb(0, 39, 71);
}
.columns .columns--heading > .secondary {
	color: rgb(0, 84, 147);
}
.columns .columns--row > .columns--sub-column {
	width: calc(50% - 16px);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
	position: relative;
	background-size: cover;
	gap: 20px;
}
.columns .columns--row > .columns--sub-column > .columns--sub-column-icon {
	font-size: 30px;
	color: rgb(245, 170, 28);
}
.columns .columns--row > .columns--sub-column > .columns--sub-column-content {
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
.columns .columns--row > .columns--sub-column > .columns--sub-column-content > .columns--sub-column-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	color: rgb(0, 84, 147);
}
.columns .columns--row > .columns--sub-column > .columns--sub-column-content > .columns--sub-column-text {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
/* 06. Infographics Container */
.info-graphics .section--container {
	padding: 50px 50px 42px 50px;
	align-items: center;
	text-align: center;
}
.info-graphics .info-graphics--heading {
	font-family: "Poppins", sans-serif;
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 30px;
	width: 100%;
	color: rgb(0, 84, 147);
	font-weight: 700;
}
.info-graphics .info-graphics--columns {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 32px;
}
.info-graphics .info-graphics--column-half, .info-graphics .info-graphics--column-third, .info-graphics .info-graphics--column-quarter {
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	background-size: cover;
}
.info-graphics .info-graphics--column-half {
	width: calc(100% / 2);
}
.info-graphics .info-graphics--column-third {
	width: calc(100% / 3);
}
.info-graphics .info-graphics--column-quarter {
	width: calc(100% / 4);
}
.info-graphics .info-graphics--wysiwyg {
	margin-top: 34px;
	max-width: 100%;
}
.info-graphics .info-graphics--wysiwyg > *:last-child {
	margin-bottom: 0;
}
.info-graphics .info-graphics--wysiwyg > *:first-child {
	margin-top: 0;
}
.info-graphics .info-graphics--card {
	width: 100%;
}
.info-graphics .info-graphics--card .info-graphics--card-icon {
	margin-bottom: 0;
	display: flex;
	font-size: 80px;
	justify-content: center;
}
.info-graphics .info-graphics--card .info-graphics--card-icon svg {
	font-size: inherit;
	width: 1em;
	height: 1em;
	stroke-width: 0;
}
.info-graphics .info-graphics--card .info-graphics--card-body {
	width: 100%;
	padding: 40px;
	box-shadow: 9px 9px 20px 0px #0003;
	margin-top: 20px;
	margin-bottom: 15px;
	max-width: 100%;
	text-align: center;
	position: relative;
}
.info-graphics .info-graphics--card .info-graphics--card-number {
	font-family: "Poppins", sans-serif;
	margin: 0;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
	display: inline-flex;
	align-items: baseline;
}
.info-graphics .info-graphics--column-half .info-graphics--card .info-graphics--card-number {
	font-size: 64px;
}
.info-graphics .info-graphics--column-third .info-graphics--card .info-graphics--card-number {
	font-size: 46px;	
}
.info-graphics .info-graphics--column-quarter .info-graphics--card .info-graphics--card-number {
	font-size: 32px;
}
.info-graphics .info-graphics--card .info-graphics--card-title {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
.info-graphics .info-graphics--card .info-graphics--card-sub-text {
	font-size: 16px;
	font-style: italic;
	max-width: 100%;
	margin: 0;
	font-style: italic;
	text-align: center;
}
/*
 *	07. Cards	
 */
 .cards.cards--full-width .card--columns {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0;
	background-color: white;
	color: #000;
 }
 .cards.cards--full-width .card--column {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
	position: relative;
	background-size: cover;
 }
 .cards.cards--full-width .card--column-overlay {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 100px 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
 }
 .cards.cards--full-width .card--column .card--column-icon {
	opacity: 0.3;
    position: absolute;
    bottom: 32px;
    right: 32px;
    font-size: 125px;
    color: white;
 }
 .cards.cards--full-width .card--column .card--column-icon.card--column-icon-gold  {
	color: #F3A01C;
 }
 .cards.cards--full-width .card--column .card--column-icon.card--column-icon-blue  {
	color: #174B88;
 }
 .cards.cards--full-width .card--column .card--background-overlay {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 94.2% 94%;
	transition: all 0.8s ease-in-out;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
 }
 .cards.cards--full-width .card--column .card--column-heading {
	font-family: "Poppins", sans-serif;
	font-size: 46px;
	line-height: 1.2;
	font-weight: 700;
	text-align: left;
	margin-bottom: 26px;
	display: flex;
	justify-content:flex-start;
	flex-direction: row;
	align-items: center;
 }
 .cards.cards--full-width .card--column .card--column-wysiwyg {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
	max-width: 100%;
 }
 .cards.cards--full-width .card--column .card--column-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
 }
 .cards.cards--full-width .card--column.order-last, .cards.cards--full-width .card--column.order-first {
	order: 0 !important;
 }
/**
 *	08. Slider
 */
.slider .slider--badge {
	position: absolute;
	top: 0;
	left: 32px;
	z-index: 50;
}
.slider .slider--badge img {
	width: 150px;
	height: auto;
}
.slider .slider--container {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}
.slider .slider--overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.slider .slider--content {
	max-width: 50%;
	position: relative;
	z-index: 2;
}
.slider .slider--content .slider--title {
	font-family: "Poppins", sans-serif;
	font-size: 46px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.slider .slider--content .slider--text {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 40px;
}
.slider .slider--content .button {
	padding: 14px 24px;
}
/**
 *	09. Text Typing Animation
 */
.typing-words {
	min-width: 100%;
	width: 100%;
}
.typing-words div {
	position: relative;
	display: inline-block;
}
.typed-words {
	font-size: 38px;
	line-height: 1.2;
	color: rgb(0, 84, 147);
	margin-left: 6px;
}
.typed-cursor {
	color: rgb(255, 255, 255);
}
/**
 *	Mobile Breakpoints
 */
@media (max-width: 1119px) {
	.info-graphics .info-graphics--columns {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.info-graphics .info-graphics--column-half, .info-graphics .info-graphics--column-third, .info-graphics .info-graphics--column-quarter {
		width: 100%;
	}
	.columns .columns--thirds {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.columns .columns--one-third, .columns .columns--two-third {
		width: 100%;
	}
	.columns .columns--two-third {
		padding: 0;
	}
	.columns .columns--row > .columns--sub-column {
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.cards.cards--full-width .card--column-overlay {
		padding-top: 50px;
		padding-bottom: 50px;
		width: 100%;
	}
	.cards.cards--full-width .card--columns {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.cards.cards--full-width .card--column {
		width: 100%;
	}
	.quote .quote--wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.quote .has-image .quote--column:nth-child(1), .quote .has-image .quote--column:nth-child(2) {
		width: 100%;
	}
	.cards.cards--full-width .card--column.order-last {
		order: 9999 !important;
	}
	.cards.cards--full-width .card--column.order-first {
		order: -9999 !important;
	}
}
@media (max-width: 1023px) {
	.cards.cards--full-width .card--column.card--no-content {
		min-height: 300px;
	}
}
@media (max-width: 479px) {
	.hero.hero--parallax {
		background-attachment: initial;
	}
	.hero .hero--divider {
		display: none;
	}
	.hero .section--container {
		height: 600px;
	}
	.hero .hero--divider svg {
		height: 40px;
		transform: scaleY(-1);
	}
	.hero .hero--divider-icon {
		padding-top: 1px;
	}
	.info-graphics .info-graphics--heading {
		font-size: 32px;
	}
	.hero .hero--text-overlay {
		padding-left: 0;
		margin-top: 175px;
		margin-bottom: 40px;
	}
	.heading .section--container {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.heading .heading--header-text, .heading .typed-words {
		font-size: 28px;
	}
	.heading .heading--text {
		font-size: 18px;
	}
	.cards.cards--full-width .card--column .card--column-heading {
		font-size: 36px;
		text-align: center;
	}
	.slider .slider--badge img {
		width: 75px;
	}
	.slider .slider--content .slider--title {
		font-size: 30px;
	}
	.slider .slider--content .slider--text {
		font-size: 16px;
	}
	.hero.hero--parallax .hero--text-overlay, .hero.hero--video .hero--text-overlay {
		margin-top: 0;
	}
	.columns .columns--heading, .columns .column--card-heading {
		margin-top: 0;
		font-size: 30px;
	}
	.quote .quote--image {
		max-width: 75%;
		margin: 0 auto;
	}
	.quote .quote--header {
		font-size: 32px;
		line-height: 1.2;
	}
	.quote .quote--wysiwyg {
		font-size: 18px;
	}
	.hero.hero--video .section--container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.hero.hero--video .hero--text-overlay .overlay-text:nth-child(1) {
		margin-top: 0;
	}
}

/* Keyframes */
@keyframes animate {
	40%, 60% {
		left: calc(100% + 4px);
	}
	100% {
		left: 0%;
	}
}

/* Player Audio */
.plyr.plyr--audio { min-width: 32px !important; }
.plyr--audio .plyr__controls .plyr__progress__container, .plyr--audio .plyr__controls .plyr__time, .plyr--audio .plyr__controls .plyr__volume, .plyr--audio .plyr__controls .plyr__menu, .plyr--audio .plyr__controls button[data-plyr='fullscreen'], .plyr--audio .plyr__controls button[data-plyr='pip'], .plyr--audio .plyr__controls button[data-plyr='captions'] { display: none; }
.plyr--audio .plyr__controls .plyr__control { background: gray; display: flex; justify-content:center; align-items: center; border-radius: 100px; }
.plyr--audio .plyr__control svg {
	height: 14px !important;
	width: 14px !important;
}
.plyr--audio .plyr__controls .plyr__control {
	color: rgb(255,255,255);
}
.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: rgb(0,84,147) !important;
}

/*
* Additions after implementation
*/

.text--italic {
    font-style: italic;
}

/* Full-width Cards */
.cards.cards--full-width .card--column .card--column-icon.card--column-icon-dark-blue {
	 color: #002754;
}
.cards.cards--full-width .card--column .card--column-icon.card--column-icon-green {
	 color: var(--bs-green);
}
.card--column::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 70%;
}
.card--column.bg--dark-blue:before {
    background-color: #002754;
}    
.card--column.bg--blue:before {
    background-color: var(--bs-blue);
}
.card--column.bg--cyan:before {
    background-color: var(--bs-cyan);
}
.card--column.bg--green:before {
    background-color: var(--bs-green);
}
.card--column.bg--red:before {
    background-color: var(--bs-red);
}
.card--column.bg--light-blue:before {
    background-color: var(--bs-light-blue);
}
.card--column.bg--yellow:before {
    background-color: var(--bs-yellow);
}
/* Slider */
.slider .slider--content .btn-row {
    justify-content: center;
}
.slider .slider--container.bg--dark-blue {
    background-color: rgba(0, 39, 84, 0.7);
}
.slider .slider--container.bg--blue {
    background-color: rgba(var(--bs-primary-rgb), 0.7);
}
.slider .slider--container.bg--cyan {
    background-color: rgba(var(--bs-info-rgb), 0.7);
}
.slider .slider--container.bg--green {
    background-color: rgba(var(--bs-success-rgb), 0.7);
}
.slider .slider--container.bg--red {
    background-color: rgba(var(--bs-danger-rgb), 0.7);
}
.slider .slider--container.bg--light-blue {
    background-color: rgba(204, 221, 233, 0.7);
}
.slider .slider--container.bg--yellow {
    background-color: rgba(var(--bs-warning-rgb), 0.7);
}
/* Animated Infographic */
.info-graphics .info-graphics--card {
    background-color: transparent !important;
}
.text--black .info-graphics .info-graphics--card.text--white .info-graphics--card-sub-text {
    color: #212121;
}
.info-graphics .info-graphics--card.bg--dark-blue .info-graphics--card-body {
    background-color: #002754;
}
.info-graphics .info-graphics--card.bg--dark-blue .card--column-icon {
    color: #002754;
}
.info-graphics .info-graphics--card.bg--blue .info-graphics--card-body {
    background-color: var(--bs-blue);
}
.info-graphics .info-graphics--card.bg--blue .card--column-icon {
    color: var(--bs-blue);
}
.info-graphics .info-graphics--card.bg--cyan .info-graphics--card-body {
    background-color: var(--bs-cyan);
}
.info-graphics .info-graphics--card.bg--cyan .card--column-icon {
    color: var(--bs-cyan);
}
.info-graphics .info-graphics--card.bg--green .info-graphics--card-body {
    background-color: var(--bs-green);
}
.info-graphics .info-graphics--card.bg--green .card--column-icon {
    color: var(--bs-green);
}
.info-graphics .info-graphics--card.bg--red .info-graphics--card-body {
    background-color: var(--bs-red);
}
.info-graphics .info-graphics--card.bg--red .card--column-icon {
    color: var(--bs-red);
}
.info-graphics .info-graphics--card.bg--light-blue .info-graphics--card-body {
    background-color: var(--bs-light-blue);
}
.info-graphics .info-graphics--card.bg--light-blue .card--column-icon {
    color: var(--bs-light-blue);
}
.info-graphics .info-graphics--card.bg--yellow .info-graphics--card-body {
    background-color: var(--bs-yellow);
}
.info-graphics .info-graphics--card.bg--yellow .card--column-icon {
    color: var(--bs-yellow);
}
/* Hero */
.hero .hero--divider {
    background-color: transparent;
}
.hero .hero--divider.bg--dark-blue svg {
    color: #002754;
}
.hero .hero--divider.bg--blue svg {
    color: var(--bs-blue);
}
.hero .hero--divider.bg--cyan svg {
    color: var(--bs-cyan);
}
.hero .hero--divider.bg--green svg {
    color: var(--bs-green);
}
.hero .hero--divider.bg--red svg {
    color: var(--bs-red);
}
.hero .hero--divider.bg--light-blue svg {
    color: var(--bs-light-blue);
}
.hero .hero--divider.bg--yellow svg {
    color: var(--bs-yellow);
}
.hero.hero--center .hero--text-overlay {
    align-items: center;
}
.hero.hero--left .hero--text-overlay {
    align-items: flex-start;
    padding-left: 100px;
}
.hero.hero--right .hero--text-overlay {
    align-items: flex-end;
    padding-right: 100px;
}
.hero.arrow--push .hero--text-overlay {
    margin-top: 77px;
}