body {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #666666;
	-webkit-text-size-adjust: none;
}

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

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

i.fa-brands {
	font-style: normal;
}

p {
	margin: 0 0 20px;
}

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

h1, .h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #002652;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	line-height: 42px;
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #002652;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #34bff2;
}

h4 {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 400;
	letter-spacing: 0em;
	color: #474747;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 400;
	letter-spacing: 0em;
	color: #474747;
}

h6 {
	font-size: 16px;
	font-weight: 700;
}

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

.large-text {
	font-size: 60px;
	line-height: 70px;
}

.divider-line {
	margin: 0 0 20px;
	width: 80px;
	height: 2px;
	background: #000;
}

.light-text .divider-line {
	background: #ff9900;
}

.light-blue-text {
	color: #34bff2;
}

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

	ul.location-list {
		column-count: 2;
		column-gap: 40px;
	}

	ul.location-list li {
		margin: 0 0 10px;
		font-size: 22px;
		line-height: 28px;
	}

	.large-text {
		font-size: 40px;
		line-height: 50px;
	}

}

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

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

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

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

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

}

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

	ul.location-list {
		column-count: 1;
		column-gap: 40px;
	}

	ul.location-list li {
		margin: 0 0 10px;
		font-size: 22px;
		line-height: 28px;
	}

	.large-text {
		font-size: 60px;
		line-height: 70px;
	}

}

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



}

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

.buttons-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 10px;
}

.button-link,
.button-link a,
.buttons-wrapper a {
	position: relative;
	display: inline-block;
	margin: 5px 5px 5px;
	padding: 10px 30px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	background: #ee6c4d;
	border-radius: 999px;
	opacity: 1;
	transition: all 0.25s ease;
}

.button-link:hover,
.button-link a:hover,
.buttons-wrapper a:hover {
	background: #34bff2;
}

.button-link-light-blue,
.buttons-wrapper a.light-blue-button {
	background: #34bef1;
}

.button-link-light-blue,
.buttons-wrapper a.light-blue-button:hover {
	background: #ee6c4d;
}

.button-link.large-button a {
	padding: 24px 30px;
	font-size: 24px;
	line-height: 32px;
}

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

	.button-link.large-button a {
		padding: 15px 25px;
		font-size: 18px;
		line-height: 24px;
	}

}

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

.clear {
	clear: both;
}

.wp-caption {
	margin: 0 0 20px;
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}

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: 768px) {

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

}