/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
	

.site-header.dark {
	background-color: #62b4c6;
}

/* CONTENT BOXES
--------------------------------------------- */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow,
.content-box-clear {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
}

.content-box-blue blockquote,
.content-box-gray blockquote,
.content-box-green blockquote,
.content-box-purple blockquote,
.content-box-red blockquote,
.content-box-yellow blockquote,
.content-box-clear blockquote,
.content-box-blue blockquote::before,
.content-box-gray blockquote::before,
.content-box-green blockquote::before,
.content-box-purple blockquote::before,
.content-box-red blockquote::before,
.content-box-yellow blockquote::before,
.content-box-clear blockquote::before {
	color: #333;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #eeeeee;
}

.content-box-green {
	background-color: #d9e5cc;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

.content-box-clear {
	border: 1px solid #afcde3;
}/* PRICING BOX
--------------------------------------------- */
	
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.container {
	width: 100%;
	height: relative;
}

.a {
	padding: 20px;
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 1.25em;
	text-transform: uppercase;
	background-color: #E24A2B;
}

div.b {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #62B4C6;
	width: 25%;
	height: 300px;
	float: left;
	background: #fff;
	padding: 20px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
}

div.c {
	box-sizing: border-box;
	width: 75%;
	height: 300px;
	background: #eeeeee;
	padding: 20px;
	width: 75%;
	float: left;
}

.d {
	padding: 20px;
	float: left;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #E24A2B;
}

/* Responsive video */
@media only screen and (max-width: 1023px) {
	.embed-video-wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.embed-video-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}