/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */

/* PRELOADER */
.preloader-outer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background-color: var(--color-white);
	transition: opacity 600ms ease-out;
}

.preloader-outer.active {
	visibility: visible !important;
}

.preloader-outer.preloader-remove {
	opacity: 0;
	pointer-events: none;
}

.preloader-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.preloader-inner p {
	margin-bottom: 15px;
}

.preloader-inner p:last-of-type {
	margin: 0;
}

.preloader-part {
	margin: 20px;
	display: none;
}

.preloader-part-left.active {
	display: block;
	-webkit-animation: fadeinright 800ms ease-out;
	animation: fadeInRight 800ms ease-out;
}

.preloader-part-right.active {
	display: block;
	-webkit-animation: fadeinleft 500ms ease-out;
	animation: fadeInLeft 500ms ease-out;
}

/* case */
.nationally {
	padding-top: 34px;
	padding-bottom: 34px;
	background-color: var(--color-gray);
	text-align: center;
	z-index: 2;
	position: relative;
}

.nationally-holder {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.nationally h2 {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 17px;
	font-weight: 300;
}

.nationally h2 span:not(.word) {
	font-weight: 300;
	display: block;
	color: var(--color-secondary);
}

.nationally h3 {
	font-size: 1.125rem;
	letter-spacing: 8px;
	display: block;
	margin-bottom: 16px;
	padding: 0 10px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--font-family-body);
}

.nationally-intro {
	width: 100%;
}

.nationally-intro h2 strong{
	font-weight: 400;
	color: var(--color-secondary);
}

.nationally-paragraph p {
	margin-bottom: 24px;
	letter-spacing: 0.4px;
}

.nationally-right {
	margin-bottom: 21px;
}

.nationally-icon {
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 451px;
}

.nationally-search {
	position: relative;
}

.nationally-search input {
	padding-right: 70px;
	background: transparent;
	border: 2px solid var(--color-secondary);
}

.nationally-search button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.25rem;
	height: 100%;
	border: 0;
	cursor: pointer;
	color: var(--color-primary);
	background: transparent;
	text-align: left;
}

.nationally-search button:before {
	display: none;
}

@media screen and (min-width: 768px) {
	.nationally {
		padding-top: 70px;
	}

	.nationally h2 {
		font-size: 3.75rem;
		letter-spacing: -2px;
	}

	.nationally h3 {
		padding: 0;
		letter-spacing: 9px;
		line-height: normal;
		margin-bottom: 32px;
	}

	.nationally-right {
		margin-bottom: 30px;
		position: relative;
	}
}

@media screen and (min-width: 1025px) {
	.nationally {
		padding-top: 99px;
		padding-bottom: 60px;
		text-align: inherit;
	}

	.nationally h2 {
		font-size: 5rem;
		margin-bottom: 31px;
	}

	.nationally-intro {
		width: 50%;
	}

	.nationally-paragraph {
		width: 80%;
		padding-bottom: 14px;
	}

	.nationally-paragraph p {
		margin-bottom: 30px;
	}

	.nationally-right {
		width: 52%;
		/* margin-top: 121px; */
		margin-bottom: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	/* @media screen and (min-width:1250px){
		.mpfy-map-id-2006{
			transform: scale(1.25) translate(20px, 50px) !important;
		}
	} */

	@media screen and (min-width: 1281px) {
		.nationally-right {
			right: -30px;
		}
	}
}