/* define Rustico-Regular */
@font-face {
	font-family: "Rustico-Regular";
	src: url("../fonts/rustico-regular.eot");
	src: url("../fonts/rustico-regular.woff2") format("woff2"),
		url("../fonts/rustico-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
/* create style for rustico graphic text */
.graphic-text {
	font-family: "Rustico-Regular", sans-serif;
	font-size: 3.5rem;
	line-height: 1.1;
	color: #f5b706;
	text-shadow: 2.5px 2.5px 0px white;
	transform: skewY(-2deg) !important;
}
.skewed {
	transform: skewY(-6deg);
	margin-top: 30px;
	display: block;
}
.card-module-title.skewed {
	border-bottom: 0;
	margin-bottom: 20px;
}

/* create style for secondary option */
.section-wrapper-secondary .graphic-text,
.graphic-text.graphic-text-secondary,
.section-wrapper-default .graphic-text {
	/*   color: #0077cc; */
	color: #024890;
	text-shadow: 2.5px 2.5px 0px #f5b706;
}
@media (max-width: 991px) {
	.graphic-text {
		font-size: 2.75rem;
	}
	.card-module-title.skewed {
		margin-bottom: 16px;
	}
}

/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.layout-sidebar .layout-col {
	min-width: 0;
}

.ou-form {
	margin-bottom: 20px;
}

.card-explore-wrapper-featured:nth-of-type(2) {
	background-color: #0077cc;
}

/* .ldp.thumbnails { display: flex; flex-wrap: wrap; }
.ldp.thumbnails > li { display: block; float:none; } */

.card-container.card-explore-container
> a.card-explore-wrapper:nth-of-type(3):not(:last-child) {
	display: none;
}

figure.card-explore-figure
+ .card-explore-content-wrapper.card-explore-content-wrapper {
	padding-left: 10px;
	padding-top: 10px;
}

@media (min-width: 992px) {
	.card-explore-social-icon {
		font-size: 24px;
	}
}

.form-group > input:last-child,
.row > div > input:last-child {
	margin-bottom: 1em;
}

.section-wrapper-primary {
	color: white;
}

@media (min-width: 992px) {
	.footer-wrapper-overlap {
		margin-top: -200px;
		padding-top: 200px;
	}
}

.footer-social-link-tiktok:before,
.footer-social a-tiktok:before {
	content: "\74";
	font-family: icomoon !important;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf") format("truetype"),
		url("../fonts/icomoon.woff") format("woff"),
		url("../images/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
	content: "\74";
}

/* added to control height of social media when no news is there DAP 1066046 */
a.card-explore-wrapper {
	min-height: 400px;
}

/*added for DAP 178200 in motion video snippet. */
.card-module-video {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.card-module-video:fullscreen {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.card-module-figure.video-card {
	background-color: #f5b706;
}
.card-module-figure.video-card video {
	height: 100%;
}

@media (max-width: 575px) {
	.card-module-figure.mobile-video {
		max-height: 40vh;
	}
}

.blog_2020_wrapper {
	@media (min-width: 576px) {
		max-width: 100%;
		height: auto !important;
	}
	@media (min-width: 768px) {
		max-width: 100% !important;
		height: auto !important;
	}
	@media (min-width: 992px) {
		max-width: 747px !important;
		height: auto !important;
	}
	max-width: 100% !important;
	padding-left: 0px;
	padding-right: 0px;
}

/* added for ticket 204391 */

.stat-module .stat-number,
.stat-module .stat-text {
	position: relative;
	color: #024890;
	text-align: center;
	font-weight: 700;
}

.stat-module {
	display: flex;
	position: relative;
}

.stat-module:before {
	margin: auto !important;
}

@media (min-width: 992px) {
	.stat-module .stat-content {
		padding-left: 0px !important;
	}
}

/* added for ticket 203443 */

.video-transcript.active {
	display: block;
	background-color: white;
	padding: 8px;
	border-radius: 4px;
	max-height: 250px;
	overflow: scroll;
	position: absolute;
	top: 290px;
	transform: translateY(100%);
	left: 0px;
}

.video-icon-container {
	top: auto;
	bottom: 50px;
	right: 50px;
}

.card-accordion-body h4 {
	font-size: 1.125em;
}

/* commented out for ticket 219125*/
/* .video-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* Aspect ratio 16:9 (720p) */
/* } */
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 540px;
}

.footer-container.europe-footer {
	display: flex;
	flex-flow: column wrap;
	align-items: stretch;
	justify-content: end;
}

.footer-wrapper {
	background: rgb(2, 0, 36);
	background: linear-gradient(
		0deg,
		rgba(2, 0, 36, 1) 0%,
		rgba(9, 9, 121, 1) 30%,
		rgba(255, 255, 255, 0) 100%
	);
}

.europe-footer .footer-row {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	height: auto;
	align-items: stretch;
}

.europe-footer .footer-row .footer-col-3 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.europe-footer .footer-logo-container {
	width: 100%;
}

.europe-footer .footer-logo-container img {
	width: 70%;
	height: auto;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4,
.footer-col-5,
.footer-col-6,
.footer-col-7,
.footer-col-8,
.footer-col-9,
.footer-col-10,
.footer-col-11,
.footer-col-12 {
	padding: 0 15px;
}

.footer-col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.footer-col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.footer-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.footer-col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.footer-col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.footer-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.footer-col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.footer-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.footer-col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.footer-col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.footer-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.footer-wrapper a {
	text-shadow: none !important;
}

.footer-socila-link,
.footer-social a {
	padding: 6px 12px;
	font-size: 16px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #ffcc00;
}

.footer-copyright {
	padding-top: 40px;
}
@media (max-width: 991px) {
	.footer-wrapper {
		padding-bottom: 80px;
	}
	.footer-col-1,
	.footer-col-2,
	.footer-col-3,
	.footer-col-4,
	.footer-col-5,
	.footer-col-6,
	.footer-col-7,
	.footer-col-8,
	.footer-col-9,
	.footer-col-10,
	.footer-col-11,
	.footer-col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.europe-footer .footer-logo-container {
		display: block;
		width: auto;
		margin-bottom: 20px;
		margin-top: 40px;
	}

	.europe-footer .footer-logo-container .footer-logo {
		width: 165px;
		height: auto;
	}

	.footer-social {
		margin-top: 0px;
	}
}

.footer-container.europe-footer {
	display: flex;
	flex-flow: column wrap;
	align-items: stretch;
	justify-content: end;
}

.footer-wrapper {
	background: rgb(2, 0, 36);
	background: linear-gradient(
		0deg,
		rgba(2, 0, 36, 1) 0%,
		rgba(9, 9, 121, 1) 30%,
		rgba(255, 255, 255, 0) 100%
	);
}

.europe-footer .footer-row {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	height: auto;
	align-items: stretch;
}

.europe-footer .footer-row .footer-col-3 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.europe-footer .footer-logo-container {
	width: 100%;
	margin-bottom: 20px;
}

.europe-footer .footer-logo-container img {
	width: 70%;
	margin: 0 auto;
	height: auto;
}

.europe-footer .footer-address {
	min-height: 125px;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4,
.footer-col-5,
.footer-col-6,
.footer-col-7,
.footer-col-8,
.footer-col-9,
.footer-col-10,
.footer-col-11,
.footer-col-12 {
	padding: 0 15px;
}

.footer-col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.footer-col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.footer-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.footer-col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.footer-col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.footer-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.footer-col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.footer-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.footer-col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.footer-col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.footer-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.footer-wrapper a {
	text-shadow: none !important;
}

.footer-socila-link,
.footer-social a {
	padding: 6px 12px;
	font-size: 16px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #ffcc00;
}

.footer-copyright {
	padding-top: 40px;
}
footer .campus-title {
	display: none;
}

@media (max-width: 991px) {
	.footer-wrapper {
		padding-bottom: 80px;
	}
	.footer-col-1,
	.footer-col-2,
	.footer-col-3,
	.footer-col-4,
	.footer-col-5,
	.footer-col-6,
	.footer-col-7,
	.footer-col-8,
	.footer-col-9,
	.footer-col-10,
	.footer-col-11,
	.footer-col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.europe-footer .footer-logo-container {
		display: block;
		width: auto;
		margin-bottom: 20px;
		margin-top: 40px;
	}

	.europe-footer .footer-logo-container .footer-logo {
		width: 165px;
		height: auto;
	}

	.footer-social {
		margin-top: 0px;
	}

	footer img.footer-logo {
		display: none;
	}
	footer .campus-title {
		display: block;
	}
	.europe-footer .footer-address {
		min-height: unset;
	}
	.footer-logo-container {
		margin-top: 30px;
		margin-bottom: 12px;
		font-size: 20px;
	}
	.footer-logo-container,
	.footer-address,
	.footer-social {
		margin: 0 auto;
		max-width: 200px;
	}
}

/* Ticket 214776 */
.hero-wrapper .video-icon-container {
	/* top: auto; 
	bottom: 45px; */
	top: 10px;
	bottom: auto;
	right: 10px;
}	

/* Ticket 219125 */
@media (max-width: 991px) {
	.main-page-hero-wrapper .hero-media {
		display: none;
	}
}

.video-wrapper .video-js { object-fit: cover; }

@media (max-width: 991px) { 
	.main-page-hero-wrapper {
		height: calc(100vh - 90px) !important;
		height: calc(100svh - 90px) !important;
	} 
}

@media (max-width: 991px) {
	.main-page-hero-wrapper {
		max-height: 555px !important;
	}
}

.card-accordion-body h4 {
	font-size: 1.125em;
}

/* .video-wrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; 
} */
/* .video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} */

/* .video-transcript.active {
display: block;
background-color: white;
padding: 8px;
border-radius: 4px;
max-height: 250px;
overflow: scroll;
position: absolute;
bottom: 0;
transform: translateY(100%);
} */

/* .video-icon-container {
top: auto;
bottom: 45px;
right: 10px;
} */