@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #898989;
	-webkit-text-size-adjust: none;
}

a {
	font-weight: 500;
	color: #16526f;
	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, .h1 {
	margin: 0 0 20px;
	color: #898989;
}

h1, .h1  {
	font-size: 56px;
	line-height: 56px;
	font-weight: 300;
}

h2 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 400;
}

h3 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 300;
}

h4 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
}

h5 {
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
}

h6 {
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 2px;
	background: #c0d3d1;
	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;
}

.background-line {
	margin: 0 0 40px;
	text-align: center;
}

.background-line h1 {
	display: inline-block;
}

.orange-text {
	color: #d95829;
}

.blue-text {
	color: #16526f;
}

.gold-text {
	color: #baa066;
}

.white-text {
	color: #f7f5e9;
}

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

	h1 {
		font-size: 36px;
		line-height: 40px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	h3 {
		font-size: 26px;
		line-height: 40px;
	}

}

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

.button-link {
	display: inline-block;
	padding: 6px 20px 4px 20px;
	min-width: 120px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #16526f;
	border-radius: 17px;
	-webkit-transition: all .25s;
	transition: all .25s;
	transition-timing-function: ease-in-out;
}

.button-link a {
	color: #ffffff !important;
	text-decoration: none !important;
	-webkit-transition: all .25s;
	transition: all .25s;
	transition-timing-function: ease-in-out;
}

.button-link:hover {
	color: #16526f;
	background: #c0d3d1;
	-webkit-transition: all .25s;
	transition: all .25s;
	transition-timing-function: ease-in-out;
}

.button-link:hover a {
	color: #16526f !important;
	-webkit-transition: all .25s;
	transition: all .25s;
	transition-timing-function: ease-in-out;
}

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

img.icon-right {
	margin: 0 0 2px 10px;
	display: inline;
}

img.icon-left {
	margin: 0 10px 2px 0;
	display: inline;
}

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

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

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

}