@import url("https://use.typekit.net/jxm6oyt.css");
@font-face {
	font-family: 'Sud';
	src: url('fonts/Sud.eot');
	src: url('fonts/Sud.eot?#iefix') format('embedded-opentype'),
		url('fonts/Sud.woff2') format('woff2'),
		url('fonts/Sud.woff') format('woff')
}

body {
	font-family: clarendon-text-pro, serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: 400;
	letter-spacing: 0.035em;
	color: #004c3d;
	-webkit-text-size-adjust: none;
}

a {
	color: #ed168e;
	text-decoration: none;
}

a:hover {
	color: #004c3d;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 30px;
}

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

h1, .h1 {
	font-family: Sud, serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	letter-spacing: 0em;
}

h2 {
	font-size: 44px;
	line-height: 38px;
}

h3 {
	font-family: Sud, serif;
	font-size: 35px;
	line-height: 42px;
	font-weight: 400;
	letter-spacing: 0em;
}

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

h5, h6 {
	font-size: 20px;
	line-height: 35px;
}

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

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

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

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

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

blockquote {
	margin: 0 40px;
}

.no-margin {
	margin: 0;
}

.bright-green-text {
	color: #0d9e7d;
}

.cream-text {
	color: #fcf8f3;
}

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

	h1, .h1 {
		font-size: 44px;
		line-height: 44px;
	}

	h2 {
		font-size: 34px;
		line-height: 28px;
	}

h3 {
	font-size: 25px;
	line-height: 32px;
}

}

/*-----------------------------------------------------------------------------------------------------------
		BUTTONS
-----------------------------------------------------------------------------------------------------------*/

.button-link {
	
}

.button-link a {
	position: relative;
	display: inline-block;
	padding: 30px 10px;
	min-width: 184px;
	font-size: 20px;
	line-height: 30px !important;
	font-weight: 400;
	color: #004c3d;
	text-align: center;
	text-decoration: none !important;
	background: transparent;
	transition: all 0;
	z-index: 2;
}

.button-link a:after {
	content: ' ';
	display: block;
	position: absolute;
	left: calc(50% - 23px);
	bottom: 24px;
	width: 46px;
	height: 3px;
	background: #0d9e7d;
}

.button-link a:hover {
	background: url('images/button-bg.png') no-repeat center center;
	background-size: auto 90px;
}

.dark-green-bg .button-link a,
.bright-green-bg .button-link a,
.light .button-link a {
	color: #fcf8f3;
}

.dark-green-bg .button-link a:after,
.bright-green-bg .button-link a:after,
.light .button-link a:after {
	background: #fcf8f3;
}

/*-----------------------------------------------------------------------------------------------------------
		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: 599px) {

	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;
	}

}