/* General CSS
----------------------------------------------------- */

.wusmmultimedia p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.wusmmultimedia h2.headline {
	text-align: left;
}

.whitebg {
	background-color: #fff !important;
}

.imagemodule ul,
.videomodule ul {
	color: #53565A;
	font-size: 18px;
	list-style-type: disc;
	margin: 0 0 20px 40px;
}

.imagemodule ul li,
.videomodule ul li {
	line-height: 25px;
	margin-bottom: 10px;
}


/* Front-Page Video CSS
----------------------------------------------------- */

.videomodule {
	font-size: 18px;
	padding: 60px 0 70px;
}

.videomodule > div {
	max-width: 960px;
	margin: 0 auto;
}

.videomodule h2 {
	font-size: 26px;
	margin: -5px 0 0;
	font-weight: 600;
	line-height: 34px;
	text-align: left;
}

.videomodule.right .video-intro {
	float: left;
	max-width: 300px;
	padding: 0 10px;
	width: 33.333333%;
}

.videomodule.left .video-intro {
	float: right;
	max-width: 300px;
	padding: 0 10px;
	width: 33.333333%;
}

.video-intro p {
	font-size: 18px;
	line-height: 34px;
	color: #53565A;
	margin-bottom: 15px;
}

.videomodule.right .video-container {
	float: right;
	padding: 0 10px 0 0;
	width: 620px;
}

.videomodule.left .video-container {
	float: left;
	padding: 0 0 0 10px;
	width: 620px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Front-Page Image CSS
----------------------------------------------------- */

.imagemodule {
	font-size: 18px;
	padding: 60px 0 70px;
}

.imagemodule > div {
	max-width: 960px;
	margin: 0 auto;
}

.imagemodule h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
	text-align: left;
}

.imagemodule.right .image-intro {
	float: left;
	max-width: 300px;
	padding: 0 10px;
	width: 33.333333%;
}

.imagemodule.left .image-intro {
	float: right;
	max-width: 300px;
	padding: 0 10px;
	width: 33.333333%;
}

.image-intro p {
	line-height: 34px;
	color: #53565A;
	margin-bottom: 15px;
}
p.learn-more {
	margin-bottom: 0;
	line-height: 18px;
}

.imagemodule.right .image-container {
	float: right;
	padding: 0 10px 0 0;
	width: 620px;
}

.imagemodule.left .image-container {
	float: left;
	padding: 0 0 0 10px;
	width: 620px;
}

.image-container img {
	display: block;
}

.image-intro .learn-more,
.video-intro .learn-more {
	font-size: 18px;
	font-weight: 600;
}


/* Media Queries
----------------------------------------------------- */

@media screen and (max-width: 970px) {

	.videomodule h2 {
		line-height: normal;
	}

	.videomodule.left .video-intro,
	.videomodule.right .video-intro {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		max-width: 30%;
		width: 30%;
	}

	.videomodule.left .video-container,
	.videomodule.right .video-container {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		max-width: 66.666666%;
		width: 66.666666%;
	}

	.imagemodule.left .image-intro,
	.imagemodule.right .image-intro {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		max-width: 30%;
		width: 30%;
	}

	.imagemodule.left .image-container,
	.imagemodule.right .image-container {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		max-width: 66.666666%;
		width: 66.666666%;
	}

	.image-container img {
		margin: 0 auto;
	}

}

@media screen and (max-width: 768px) {

	.wusmmultimedia h2.headline {
		text-align: center;
		padding-bottom: 20px;
	}

	.videomodule.left .video-intro,
	.videomodule.right .video-intro,
	.videomodule.left .video-container,
	.videomodule.right .video-container {
		float: none;
		margin: 0 auto;
		max-width: 600px;
		padding: 0 10px;
		text-align: center;
		width: 100%;
	}

	.image-intro p:last-child,
	.video-intro p:last-child {
		margin-bottom: 0px;
	}

	.imagemodule > div {
		max-width: 600px;
	}

	.imagemodule h2 {
		text-align: center;
		width: 75%;
	}

	.imagemodule.left .image-intro,
	.imagemodule.right .image-intro,
	.imagemodule.left .image-container,
	.imagemodule.right .image-container {
		float: none;
		margin: 0 auto;
		max-width: 600px;
		padding: 0 10px;
		text-align: center;
		width: 100%;
	}

	.imagemodule.left .image-intro,
	.imagemodule.right .image-intro,
	.videomodule.left .video-intro,
	.videomodule.right .video-intro {
		padding: 20px 0 0px;
	}

}


@media screen and (max-width: 480px) {

	.imagemodule.left .image-intro,
	.imagemodule.right .image-intro,
	.imagemodule.left .image-container,
	.imagemodule.right .image-container,
	.videomodule.left .video-intro,
	.videomodule.right .video-intro,
	.videomodule.left .video-container,
	.videomodule.right .video-container {
		max-width: 320px;
	}

}
