h2 small {
	display: block;
	opacity: 0.7;
	color: black;
	line-height: 1.3;
}

.top-leaderboard > div {
	width: 970px;
	margin: 0 auto;
}

.top-leaderboard {
	text-align: center;
}
#header {
	margin-bottom: 2em;
}
.microsite-header {
	background: #14111c url('/wp-content/uploads/2020/03/oracle-header.jpg') no-repeat left top;
	background-size: 100%;
	box-shadow: none;
	padding: 1em 0 2em 1em;
}
	.microsite-header h1 {
		color: white;
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	.microsite-header p {
		color: white;
	}
	.microsite-header img {

	}
#latest-news, #latest-news .grid-x {
	width: 100%;
}


@media (min-width: 768px) {
	.microsite-header {
		padding: 2em 0 4em 2em;
		background-size: 60%;
	}
		.microsite-header h1 {
			font-size: 2.1em;
		}
		.microsite-header img {
			width: 10em;
			position: absolute;
			right: 1em;
			bottom: 1em;
		}
}


.meed-form {
	padding: 2em;
    box-shadow: 0 0.2em 0.6em rgba(0,0,0,0.2);
}
	.meed-form header {
		background: #333;
		margin: -2em -2em 2em -2em;
		padding: 2em;
	}
		.meed-form header h2, .meed-form header p {
			color: white;
		}
		 .meed-form header p {
		 	margin-bottom: 0;
		 }
	.meed-form {
		max-width: 100%;
		height: auto;
	}

	.article-tags a {
		background: #ed1b2d;
	    color: white;
	    text-transform: uppercase;
	    padding: 0.2em 0.5em 0.1em;
	    line-height: 1;
	}


.home .thumbnail {
	height: 240px;
    overflow: hidden;
}
.home #latest-news article:first-of-type {
	width: 98%;
}
	.home #latest-news article:first-of-type .thumbnail {
		height: 340px;
	}
		.home #latest-news article:first-of-type img {
			width: 100%;
		}


/* Form */
.form-field {
	font-size: 1.2em;
	padding: 0.5em 0;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
		.form.form input.text, .form.form textarea, .form.form select {
			font-size: 1.2em;
    		padding: 0.3em;

		}


.mpu {
	margin-bottom: 2em;
}


.whitepaper-form img {
	display: none;
}
.whitepaper-form p, .whitepaper-form p a {
	color: white;
	font-family: "Roboto", sans-serif;
}
.whitepaper-form iframe {
	max-width: 100%;
}
.whitepaper-form {
	
}
.whitepaper-form-frame form.form p label {
	color: white;
	font-family: "Roboto", sans-serif;
}
.whitepaper-form-frame form.form p.pd-checkbox input {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
}
.MEED_Marketing_Opt_in {
	padding-top: 1.5em;
}
.whitepaper-form-frame form.form input[type=submit] {
	background: #ed1b2d;
	color: white;
	font-size: 1.4em;
	width: 300px;
	height: 50px;
	position: relative;
	border: none;
	display: block;
	margin-top: 1em;
	cursor: pointer;
}
.terms p {
	font-size: 0.9em;
    line-height: 1.35;
}
video {
	height: 500px !important;
}


@media (min-width: 500px) {
	.whitepaper-form {
    	background: #3c3c3c;
	    padding: 2em;
	}
		.whitepaper-form img {
			display: block;
			float: right;
		    width: 24%;
		    margin: 0 0 1em 1em;
		}
		.whitepaper-form h2 {
			font-size: 2.1em;
			color: white;
			font-weight: bold;
		}
			.whitepaper-form h2 small {
				color: white;
				opacity: 0.5;
			}
	.whitepaper-form-frame p {
		color: white;
		clear: both;
		border: none;
		font-family: "Roboto", sans-serif;
	}
	.whitepaper-form-frame form.form p label {
		width: 30%;
		float: left;
		color: white;
		font-family: "Roboto", sans-serif;
	}
	.whitepaper-form-frame form.form p.pd-checkbox label {
		width: 95%;
		float: right;
	}
	.whitepaper-form-frame input, .whitepaper-form-frame textarea, .whitepaper-form-frame select {
		float: right;
		width: 65%;
		font-family: "Roboto", sans-serif;
	}
	.whitepaper-form-frame select {
		width: 67.1%;
	}
}
@media (max-width: 500px) {
	.whitepaper-form{
		background: #3c3c3c;
    	padding: 2em;
	}
}


