
.w-container {
	max-width: 1250px !important;
}

.menu-container.w-container {
	max-width: 2000px !important;
}

@media screen and (min-width: 1025px) {
	.cta-about:hover .button-inside-cta {
		background-color: #997753;
	}
}

/* Inner Page Guttenberg blocks styles */
.inner-page-content-block h2 {
	font-family: Montserrat, sans-serif;
	color: #4c524c;
	font-size: 45px;
	line-height: 55px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}

.inner-page-content-block h3 {
	margin-bottom: 10px;
	font-family: Muli, sans-serif;
	color: #997753;
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}

.inner-page-content-block p {
	margin-top: 10px;
	font-family: Muli, sans-serif;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
}

.inner-page-content-block h4 {
	color: #997753;
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}

.inner-page-content-block blockquote {
	padding: 30px 35px;
	border-left-width: 0px;
	background-color: #4c524c;
	color: #fff;
	line-height: 25px;
	font-size: 18px;
	margin: 0 0 10px 0;
	border-left: none;
}

.inner-page-content-block blockquote p {
	margin: 0;
}

.inner-page-content-block blockquote a {
	color: #d98657;
	text-decoration: none;
}

.inner-page-content-block ul {
	font-size: 17px;
	line-height: 25px;
}

.success-slider-block p {
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
}

.tour-content-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.image-bg-size {
	background-size: cover, 0;
}

.team-member-container {
	text-decoration: none;
}

.team-container a img {
	width: 100%;
	height: 100%;
}

.team-member-bio-img-block img {
	width: 100%;
	height: 100%;
}

@media (min-width: 1024px) {
	.image-bg-size {
		background-size: 0, cover;
	}
}

@media screen and (max-width: 991px) {
	.inner-page-content-block h2 {
		font-size: 42px;
	}
}

@media screen and (max-width: 479px) {
	.inner-page-content-block h2 {
		font-size: 30px;
		line-height: 32px;
	}
	
	.inner-page-content-block h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 911px) {
	.verify-insurance.mobile-form {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.verify-insurance.mobile-form {
		display: none;
	}
}
