/*# sourceMappingURL=home.css.map*/

/**
* Base Colors
*/

/**************************
  MBFC Colors
***************************/

/**************************
  Media Queries
***************************/

/*************************
  Fonts
**************************/

/*************************
  Button colours
**************************/

/*************************
  Location page colours
**************************/

/*************************
  Form colours
**************************/

/*************************
  Sidebar variables
**************************/

/*************************
  404 button background
**************************/

/*************************
  Results Partial
**************************/

/*************************
  Swiper
**************************/

/*************************
  Footer Top
**************************/

/* Additional Mixins */
.uppercase-title {
	font-family: var(--secondary-font), sans-serif;
	color: #2b2b2b;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: .15rem;
	text-align: center;
}

.home .results-part h1, .home .results-part .heading {
	text-align: center;
	margin-bottom: 22px;
}

@media screen and (min-width: 768px) {
	.home .results-part h1, .home .results-part .heading {
		margin-bottom: 44px;
	}
}

@media (max-width: 991px) {
	.home .results-part h1, .home .results-part .heading {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.home .results-part h1, .home .results-part .heading {
		max-width: 355px;
	}
}

.home .results-part .heading-part {
	margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
	.home .results-part .heading-part {
		margin-bottom: 33px;
	}
}

.home .main-content {
	position: relative;
	background-color: #102649;
	margin-top: 15px;
	padding-top: 34px;
	padding-bottom: 26px;
}

@media screen and (min-width: 768px) {
	.home .main-content {
		margin-bottom: 34.5px;
		padding-top: 34.5px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 992px) {
	.home .main-content {
		background: linear-gradient(90deg, #fff 50%, #102649 50%);
		margin-top: 34.5px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.home .main-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	max-height: 788px;
	background-image: url("https://cdn-hhefj.nitrocdn.com/gZUzUssCVJxXHeQLfUOQENYOldPPLTVd/assets/images/optimized/rev-8a22182/www.mbfc.com/wp-content/themes/horizon-mercury/dist/images/austin-city-background-mobile.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.home .main-content:before {
		background-image: url("https://cdn-hhefj.nitrocdn.com/gZUzUssCVJxXHeQLfUOQENYOldPPLTVd/assets/images/optimized/rev-8a22182/www.mbfc.com/wp-content/themes/horizon-mercury/dist/images/austin-city-background-tablet.jpg");
	}
}

@media screen and (min-width: 992px) {
	.home .main-content:before {
		content: none;
	}
}

.home .main-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	max-height: 788px;
	background: linear-gradient(180deg, #102649 0%, rgba(16, 38, 73, .68) 49.48%, rgba(16, 38, 73, 0) 100%);
	transform: rotate(180deg);
	z-index: 1;
	pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.home .main-content:after {
		background: linear-gradient(180deg, #102649 0%, rgba(16, 38, 73, .68) 100%, rgba(16, 38, 73, 0) 100%);
	}
}

@media screen and (min-width: 992px) {
	.home .main-content:after {
		content: none;
	}
}

@media screen and (min-width: 992px) {
	.home .main-content-custom-container {
		background-image: url("https://cdn-hhefj.nitrocdn.com/gZUzUssCVJxXHeQLfUOQENYOldPPLTVd/assets/images/optimized/rev-8a22182/www.mbfc.com/wp-content/themes/horizon-mercury/dist/images/austin-city-background.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		padding-top: 60px;
		padding-bottom: 50px;
	}
	
	.home .main-content-custom-container.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.home .main-content-custom-container {
		background-position: 55% 50%;
	}
}

.home .main-content-container {
	position: relative;
	z-index: 2;
}

.home .main-content-container * {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.home .main-content-container *:not(h2) {
		max-width: 624px;
	}
}

.home .main-content-container h2 {
	position: relative;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.home .main-content-container h2 {
		text-align: left;
	}
	
	.home .main-content-container h2:before {
		content: "";
		position: relative;
		display: block;
		width: 120px;
		height: 8px;
		background-color: var(--accent-color, #ae0800);
		border-radius: 8px;
		margin-bottom: 33px;
	}
}

.home .section-two {
	margin: 50px auto 28.5px;
}

@media screen and (min-width: 992px) {
	.home .section-two {
		position: relative;
		margin-top: 93px;
	}
}

@media screen and (min-width: 1200px) {
	.home .section-two {
		margin-bottom: 106px;
	}
}

.home .section-two_title {
	text-align: center;
	margin-bottom: 33px;
}

.home .section-two_title:before {
	margin-bottom: 39px;
}

@media screen and (min-width: 992px) {
	.home .section-two_title:before {
		width: 120px;
		margin-left: 0;
		margin-bottom: 33px;
	}
}

@media screen and (min-width: 992px) {
	.home .section-two_title {
		text-align: left;
	}
}

.home .section-two_img {
	display: block;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 33px;
}

@media screen and (min-width: 992px) {
	.home .section-two:after {
		content: "";
		position: absolute;
		width: 40%;
		height: 100%;
		max-height: 555px;
		top: 0;
		right: 0;
		background-size: cover;
		background-position: center left;
		background-repeat: no-repeat;
		margin-top: 10px;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}
}

@media (min-width: 1400px) and (max-width: 1599px) {
	.home .section-two:after {
		right: -29px;
	}
}

.home .section-three {
	margin: 28.5px auto 21.19px;
}

@media screen and (min-width: 992px) {
	.home .section-three {
		position: relative;
		z-index: 2;
		margin-bottom: 40px;
	}
}

.home .section-three_subheading {
	font-size: 22px;
	font-weight: 700;
	color: #00276a;
	line-height: 22.92px;
}

@media (max-width: 767px) {
	.home .section-three_subheading {
		width: 100%;
		max-width: 264px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	.home .section-three_subheading {
		font-size: 32px;
		line-height: 45px;
	}
}

@media screen and (min-width: 992px) {
	.home .section-three_subheading:after {
		width: 120px;
	}
}

.home .section-three_heading {
	margin-bottom: 57.58px;
}

@media (min-width: 1400px) {
	.home .section-three_heading {
		margin-bottom: 71.5px;
	}
}

@media screen and (min-width: 992px) {
	.home .section-three_heading {
		width: 100%;
		max-width: 1071px;
		margin-left: auto;
		margin-right: auto;
	}
}

.home .section-three_items-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 21px;
}

@media screen and (min-width: 768px) {
	.home .section-three_items-grid {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 21px;
	}
}

@media screen and (min-width: 992px) {
	.home .section-three_items-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 1200px) {
	.home .section-three_items-grid {
		column-gap: 41px;
	}
}

@media (min-width: 1400px) {
	.home .section-three_items-grid {
		column-gap: 81px;
	}
}

.home .section-three_item-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.home .section-three_item-container {
		justify-content: flex-start;
	}
}

.home .section-three_item-icon {
	width: 100%;
	max-width: 115px;
	max-height: 145px;
	margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
	.home .section-three_item-icon {
		justify-content: flex-start;
	}
}

@media screen and (min-width: 768px) {
	.home .section-three_item-icon-container {
		width: 100%;
		max-width: 115px;
		min-height: 145px;
		max-height: 145px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

.home .section-three_item-desc {
	text-align: center;
}

.home .practice-areas {
	padding: 77px 0 38.5px;
}

@media screen and (min-width: 768px) {
	.home .practice-areas {
		padding-bottom: 19.25px;
	}
}

@media screen and (min-width: 992px) {
	.home .practice-areas {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

.home .practice-areas-title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.home .practice-areas-title {
		width: 100%;
		max-width: 323px;
	}
}

@media screen and (min-width: 992px) {
	.home .practice-areas-title {
		text-align: left;
	}
}

@media screen and (min-width: 992px) {
	.home .practice-areas-title.title__border--center:before {
		margin-left: 0;
	}
}

.home .practice-areas-intro-txt {
	text-align: center;
	margin-bottom: 68px;
}

@media screen and (min-width: 992px) {
	.home .practice-areas-intro-txt {
		text-align: left;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px) {
	.home .practice-areas-custom-col {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}

@media screen and (min-width: 992px) {
	.home .practice-areas-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 24px;
		row-gap: 23.5px;
	}
}

@media screen and (min-width: 1200px) {
	.home .practice-areas-grid {
		column-gap: 38px;
		row-gap: 37px;
	}
}

@media (min-width: 1400px) {
	.home .practice-areas-grid {
		grid-template-columns: repeat(3, 1fr);
		margin-left: 23px;
	}
}

@media (min-width: 1600px) {
	.home .practice-areas-grid {
		column-gap: 48px;
		row-gap: 47px;
	}
}

.home .practice-areas-grid .pa-icon-container {
	display: flex;
	min-height: 78px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

@media screen and (min-width: 992px) {
	.home .practice-areas-grid .pa-icon-img {
		margin-bottom: 20px;
	}
}

.home .practice-areas-grid .pa-icon-img-hovered {
	display: none;
}

.home .practice-areas-grid .pa-title-container {
	font-weight: 800;
	color: #353535;
	display: block;
	margin-bottom: 6px;
}

.home .practice-areas-grid .pa-content {
	color: #353535;
}

@media screen and (min-width: 992px) {
	.home .practice-areas-grid .pa-content {
		line-height: 27px;
	}
}

@media screen and (min-width: 992px) {
	.home .practice-areas-grid .pa-container {
		position: relative;
		background-color: #fefefe;
		box-shadow: 0 0 55px rgba(0, 0, 0, .1);
		border-radius: 5px;
		padding: 36px 35px 37px;
		min-height: 305px;
		transition: all .3s ease-in-out;
	}
	
	.home .practice-areas-grid .pa-container:before {
		content: "";
		position: absolute;
		top: 20px;
		right: 20px;
		background-image: url("https://cdn-hhefj.nitrocdn.com/gZUzUssCVJxXHeQLfUOQENYOldPPLTVd/assets/images/optimized/rev-8a22182/www.mbfc.com/wp-content/themes/horizon-mercury/dist/images/icons/icon-pa-top-border-right.svg");
		width: 32px;
		height: 32px;
		opacity: 0;
	}
	
	.home .practice-areas-grid .pa-container:after {
		content: "";
		position: absolute;
		bottom: 20px;
		left: 20px;
		background-image: url("https://cdn-hhefj.nitrocdn.com/gZUzUssCVJxXHeQLfUOQENYOldPPLTVd/assets/images/optimized/rev-8a22182/www.mbfc.com/wp-content/themes/horizon-mercury/dist/images/icons/icon-pa-bottom-border-left.svg");
		width: 32px;
		height: 32px;
		opacity: 0;
	}
	
	.home .practice-areas-grid .pa-container:is(.home .practice-areas-grid .pa-container:hover, .home .practice-areas-grid .pa-container:focus-within) {
		background-color: #102649;
		box-shadow: unset;
	}
	
	.home .practice-areas-grid .pa-container:is(.home .practice-areas-grid .pa-container:hover, .home .practice-areas-grid .pa-container:focus-within) .pa-icon-img {
		display: none;
	}
	
	.home .practice-areas-grid .pa-container:is(.home .practice-areas-grid .pa-container:hover, .home .practice-areas-grid .pa-container:focus-within) .pa-icon-img-hovered {
		display: block;
	}
	
	.home .practice-areas-grid .pa-container:is(.home .practice-areas-grid .pa-container:hover, .home .practice-areas-grid .pa-container:focus-within) .pa-title-container, .home .practice-areas-grid .pa-container:is(.home .practice-areas-grid .pa-container:hover, .home .practice-areas-grid .pa-container:focus-within) .pa-content {
		color: #fff;
	}
	
	.home .practice-areas-grid .pa-container:is(.home .practice-areas-grid .pa-container:hover, .home .practice-areas-grid .pa-container:focus-within):before, .home .practice-areas-grid .pa-container:is(.home .practice-areas-grid .pa-container:hover, .home .practice-areas-grid .pa-container:focus-within):after {
		opacity: 1;
	}
}

@media screen and (min-width: 992px) {
	.home .testimonials-section-icon {
		max-width: 248px;
	}
}

@media (min-width: 1440px) {
	.home .testimonials-section-icon {
		position: absolute;
		z-index: 2;
		left: -90px;
		max-width: 100%;
		margin-top: 65px;
		pointer-events: none;
	}
}

@media screen and (min-width: 1200px) {
	.home .testimonials-section-title {
		width: 100%;
	}
}

@media (min-width: 1440px) {
	.home .testimonials-section-title.title__border--center:before {
		margin-left: 0;
	}
}

@media (min-width: 1440px) {
	.home .testimonials-section-title {
		max-width: 905px;
		margin-top: 90px;
		margin-right: 0;
		margin-left: auto;
		text-align: left;
		margin-bottom: 46px;
	}
}

@media (min-width: 1440px) {
	.home .testimonials-section-slider {
		margin-right: 0;
	}
}

.home .section-four {
	position: relative;
	background-color: #102649;
	padding-bottom: 39px;
}

@media screen and (min-width: 992px) {
	.home .section-four {
		padding-top: 122px;
		padding-bottom: 82px;
	}
}

@media screen and (min-width: 992px) {
	.home .section-four:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		max-width: 615px;
		pointer-events: none;
	}
}

@media (min-width: 1200px) and (max-width: 1199px) {
	.home .section-four:before {
		background-position: 70% 100%;
		max-width: 45%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.home .section-four:before {
		background-position: 70% 100%;
		max-width: 47%;
	}
}

@media (min-width: 1200px) {
	.home .section-four:before {
		max-width: 38%;
	}
}

@media (max-width: 991px) {
	.home .section-four:before {
		content: "";
		display: block;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 397px;
		max-height: 397px;
	}
}

@media (max-width: 575px) {
	.home .section-four:before {
		min-height: 136px;
		max-height: 136px;
	}
}

.home .section-four-container {
	margin-top: 34px;
}

@media (max-width: 575px) {
	.home .section-four-container {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}
}

@media screen and (min-width: 992px) {
	.home .section-four-container {
		margin-top: 0;
	}
}

.home .section-four_title {
	color: #fff;
	margin-bottom: 22px;
}

@media (max-width: 767px) {
	.home .section-four_title:before {
		margin-bottom: 22px;
	}
}

.home .section-four_content * {
	color: #fff;
	margin-bottom: 27px;
}

.home .section-four .btn.btn-std--alt {
	margin-top: 22px;
	min-width: 227px;
}

@media screen and (min-width: 992px) {
	.home .section-four .btn.btn-std--alt {
		margin-top: 8px;
	}
}
