@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 35px !important;
	font-weight: 400;
	color: #5b727e;
	-webkit-text-size-adjust: none;
}

a {
	color: #2191d7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
}

h1 {
	font-size: 66px;
	line-height: 66px !important;
	font-weight: 300;
	letter-spacing: -0.04em;
}

h2 {
	font-size: 56px;
	line-height: 56px !important;
	font-weight: 300;
	letter-spacing: -0.04em;
}

h3 {
	font-size: 46px;
	line-height: 46px !important;
	font-weight: 300;
	letter-spacing: -0.04em;
}

h4 {
	font-size: 36px;
	line-height: 36px !important;
	font-weight: 300;
	letter-spacing: -0.04em;
}

h5 {
	font-size: 26px;
	line-height: 26px !important;
	font-weight: 300;
	letter-spacing: -0.04em;
}

h6 {
	font-size: 20px;
	line-height: 20px !important;
	font-weight: 300;
	letter-spacing: -0.04em;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	border: none;
}

ul {
	margin: 0 0 20px 30px;
}

ul ul {
	margin: 0 0 0 20px;
}

ol {
	margin: 0 0 20px 30px;
}

ol ol {
	margin: 0 0 0 20px;
}

blockquote {
	margin: 0 40px;
}

.no-margin {
	margin: 0;
}

.blue-text {
	color: #147ec0;
}

.black-text {
	color: #000;
}

.green-text {
	color: #00b559;
}

.border {
	border: 1px solid #000;
	-webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
}

@media all and (max-width: 767px) {

	body {
		font-size: 18px;
		line-height: 28px !important;
	}

	h1 {
		font-size: 46px;
		line-height: 46px !important;
	}

	h2 {
		font-size: 36px;
		line-height: 36px !important;
	}

	h3 {
		font-size: 30px;
		line-height: 30px !important;
	}

	h4 {
		font-size: 26px;
		line-height: 26px !important;
	}

	h5 {
		font-size: 22px;
		line-height: 22px !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

img.aligncenter {
	margin: 0 auto 20px;
	display: block;
}

.alignright {
	margin: 0px 0px 15px 15px !important;
	float: right;
}

.alignleft {
	margin: 0px 15px 15px 0px !important;
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 600px) {

	.content-column > div {
		margin: 0 0 20px;
		padding: 0 !important;
	}

}

@media all and (max-width: 767px) {

	img.alignright {
		display: block;
		margin: 0 auto 15px;
	}

	img.alignleft {
		display: block;
		margin: 0 auto 15px;
	}

	.alignright {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

	.alignleft {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

}