
.pt-10 {
	padding-top: 10rem !important;
}

.pb-10 {
	padding-bottom: 10rem !important;
}

.py-10 {
	padding-bottom: 5rem !important;
}

.tns-controls {
	padding-right: 0;
	padding-left: 0;
}

.h500 {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.5;
}

#hero-pager button {
	display: none;
}

.display-1 {
	font-size: calc(1rem + 3vw);
}

.mb-4a {
	margin-bottom: 0.75rem;
}

.breadcrumb {
	padding-top: 0.5rem !important;
}

@media (max-width: 768px) {
.hidden-mobile {
	display: none;
}
.breadcrumb {
	padding-top: 3rem !important;
}
}


@media (min-width: 1200px) {
.display-1 {
	font-size: 3.5rem;
}
}

