.mce-content-body {
	font-family: 'Poppins';
	font: 400 16px/1.4, 'Poppins', Arial, sans-serif;
	color: #53534a;
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4 {
	color: #074cd5;
	font-weight: 500;
	margin: 0.2em 0;
}

.mce-content-body h1 {
	font-size: 40px;
}

.mce-content-body h2 {
	font-size: 30px;
}

.mce-content-body h3 {
	font-size: 25px;
}

.mce-content-body h4 {
	font-size: 20px;
}

.mce-content-body h5 {
	font-size: 18px;
}

.mce-content-body h6 {
	font-size: 16px;
}

.mce-content-body p,
.mce-content-body li,
.mce-content-body pre {
	font-size: 16px;
	line-height: 1.5em;
}

.mce-content-body a {
	transition: all 100ms ease-in-out;
	color: #528ff4;
	text-decoration: underline;
	font-weight: 600;
}

	.mce-content-body a:hover {
		color: #00529b;
	}

	.mce-content-body a:active {
		outline: 0;
		color: #00529b;
	}

	.mce-content-body a.button {
		color: #fff;
		text-decoration: none;
	}

	.mce-content-body a.no-button {
		text-decoration: none;
	}

.mce-content-body img {
	border-radius: 1px;
	height: auto;
	max-width:100%;
	vertical-align:bottom;
}

.mce-content-body hr {
	border-top: 1px solid #ededed;
	border-bottom: 0;
	margin: 0;
}

.mce-content-body ul {
	list-style: none;
}

	.mce-content-body li {
		padding: 0.3em 0 0.3em 0em;
  		text-indent: 0.1em;
  		list-style-position: inside;
	}

		.mce-content-body ul li:before {
		    content: "• ";
		    color: #00529b;
		    font-size: 26px;
		    line-height: 0;
		    vertical-align: sub;
		}

.mce-content-body ul ul {
	margin-left: 30px;
}

.mce-content-body blockquote,
.mce-content-body blockquote p {
	color: #656565;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.9em;
	text-align: center;
}

	.mce-content-body blockquote p:before {
		content: "“";
		color: #dadada;
		font-weight: 600;
		font-size: 70px;
		line-height: 7px;
		vertical-align: text-bottom;
	}

	.mce-content-body blockquote p:after {
		content: "”";
		color: #dadada;
		font-weight: 600;
		font-size: 70px;
		line-height: 7px;
		vertical-align: text-bottom;
	}

.mce-content-body .date {
	font-size:18px;
	line-height:20px;
	font-weight: 300;
	margin-bottom: 30px;
  	width: 100%;
	display: inline-block;
}

.mce-content-body .iframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.mce-content-body .iframe iframe[src*="youtube.com"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.wp-caption {
	max-width:100%;
	background-color: #fff;
	border: 0;
}

.wp-caption-dd {
	font-size:18px;
	line-height:20px;
	font-weight: 300;
	padding: 5px;
}