body {
	color: #000;
	font-weight: 300;
}

h1,h2,,h3,h4,h5,h6 {
	font-family: "Anton", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.font-anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-yellow {
	color: rgb(255, 208, 21);
}

.bg-yellow {
	background-color: rgb(255, 208, 21);
}

.border-yellow {
	border-color: rgb(255, 208, 21);
}

.hide-desktop {
	display: none !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content p,
.content ul {
	margin-bottom: 1.5rem;
}

.content h1 {
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.1;
}

.content h2 {
	font-size: 2.25rem;
	text-transform: uppercase;
	line-height: 1.1;
}

.content h3 {
	font-size: 1.75rem;
	text-transform: uppercase;
	line-height: 1.1;
}

.content h4 {
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.1;
}

.content h5 {
	font-size: 1.35rem;
	line-height: 1.1;
}

.content h6 {
	font-size: 1.25rem;
	line-height: 1.1;
}

.content ul {
	margin-left: 1rem;
}

.content ul li {
	list-style: disc;
	margin-bottom: .5rem;
	line-height: 1.1;
}

.content a {
	text-decoration: underline;
}

.section-title:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	border-bottom: 1px solid #ccc;
	top: 55%;
	left: 0;
	right: 0;
	z-index: -1;
}

.section-title-contain .section-view-more {
	position: absolute;
	top: 5px;
	right: 0;
	background: #fff;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: .8rem;
	letter-spacing: .4px;
}

.section-title-contain .section-view-more a:after {
	content: " »";
	font-size: 1.1rem;
	line-height: 0;
}

@media screen and (max-width: 1023px) {
	.hide-mobile {
		display: none !important;
	}

	.hide-desktop {
		display: block !important;
	}
}