body.page-template-special-template-b-videos .content-area-home #dap-tiles-latest-videos .item-box {
	height: auto;
}

.no-margin-left {
	margin-left: 0 !important; /* Overwrite theme left margin. */
}

.no-margin-right {
	margin-right: 0 !important; /* Overwrite theme left margin. */
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-30 {
	padding-top: 30px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-30 {
	margin-top: 30px;
}


/* Embedded videos*/

.embedded_videos_grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}

.embedded_videos_grid .embedded_video_item {
	box-sizing: border-box;
	max-width: 100%;
	padding: 10px;
	width: 980px;
}

.embedded_video_item .embedded_video_container {
	padding: 56% 0 0 0;
	position: relative;
	margin-bottom: 13px;
}

.embedded_video_item .embedded_video_container iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.embedded_video_item h3 {
	font-size: 1.125rem;
	line-height: 2.4rem;
}

.embedded_video_item h1,
.embedded_video_item h2,
.embedded_video_item h3,
.embedded_video_item h4 {
	margin-top: 0;
}

.embedded_video_item .download_video {
	background-size: 15px auto;
	display: inline-block;
	font-family: "ABC Modern Light";
	font-size: 18px;
	color: #0066CC !important; /* Overwrite theme default color */
	letter-spacing: 0;
	padding-right: 23px;
}

.embedded_video_item .download_video img {
	float: right;
	margin-right: -23px;
	margin-top: 1px;
	width: 18px;
}

.embedded_video_item .download_video:hover {
	color: #000 !important; /* Overwrite theme default color */
}

.embedded_video_item .download_video:hover img {
	filter: brightness(0);
}

.embedded_video_item .title_section {
	align-items: normal;
	display: flex;
	justify-content: space-between;
}

.site-main .item-box .tile-download-btn,
.site-main .item-box a.tile-download-btn {
	color: #47b5ff;
	bottom: 0.5rem;
	display: inline-block;
	font-family: "ABC Modern Extra Light", "ABC Modern Light", "ABC Modern Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.1;
	position: absolute;
	text-align: left;
	top: auto;
	white-space: nowrap;
	right: 0;
}

.item-box .tile-download-btn .icon {
	font-size: 1.6rem;
	vertical-align: middle;
	margin-left: 5px;
}

.fullsize-site-branding {
	display: flex;
	max-width: 100%;
	justify-content: center;
	width: auto;
}

footer.logo_not_visible #footer-navigation ul.menu {

	margin: 0 auto;
	max-width: 100%;
	width: 900px;
}

@media all and (max-width: 767px) {
	.embedded_videos_grid .embedded_video_item {
		width: 100%;
	}
}

.item-box.video .box .video-stillshot.youtube-stillshot {
	height: 204px;
    width: 100%;
    object-fit: cover;
}

.item-box.video .box .video-youtube-logo {
	position: absolute;
    top: 10px;
    right: 10px;
}
