@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Slab:wght@100..900&display=swap');

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

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

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.8;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 20px;
}

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

.h2large, h1, .h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 68px;
	line-height: 78px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #db5f00;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #db5f00;
}

h3 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #000;
}

h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #db5f00;
}

h5 {
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	letter-spacing: 0;
}

.alpha-slab-headline {
	font-family: "Alfa Slab One", serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #000;
}

h6 {
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0;
}

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

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

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

ul.orange-bullet {
  list-style: none; /* Remove default bullets */
}

ul.orange-bullet li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f67504; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

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

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

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

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

blockquote {
	margin: 0 40px;
}

.no-margin {
	margin: 0;
}

.small-text {
	display: block;
	margin-top: -4px;
	font-size: 14px;
	line-height: 1.2em;
}

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

.yellow-text {
	color: #d4c25f;
}

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

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

@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: 26px;
	}

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

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

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

	h4 {
		font-size: 24px;
		line-height: 32px;
	}

}

@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) {

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

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

}

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

.button-link a {
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	min-width: 200px;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	background: #ff8605 url('images/button-bg.jpg') center center;
	border-radius: 8px;
	opacity: 1;
	transition: all 0.25s ease;
}

.button-link a:hover {
	background-image: url('images/button-bg-hover.jpg');
}

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

.arrow-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 20px;
	padding: 10px 20px;
	width: 460px;
	max-width: 100%;
	min-height: 60px;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	text-shadow: -3px 4px 7px rgba(0, 0, 0, 0.35);
	background: #f77e00;
	border: 2px solid #000;
	border-radius: 16px;
	box-shadow: -2px 2px 29px 1px rgba(0, 0, 0, 0.69);
	opacity: 1;
	transition: background 0.25s ease;
}

.arrow-button:hover {
	background: #000;
}

.arrow-button:before {
	content: '';
	display: block;
	width: 51px;
	height: 41px;
	background: url('images/arrow-button.png') no-repeat center center;
}

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

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

}

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

	.arrow-button {
		gap: 10px;
		padding: 10px 15px;
		min-height: 40px;
		font-size: 20px;
		line-height: 20px;
	}

	.arrow-button:before {
		width: 35px;
		height: 28px;
		background-size: contain;
	}

}

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

}