/**********************************************************/
/*                       Typography                       */
/**********************************************************/
.location-map-module-bottom p,
.location-map-module-bottom span,
.location-map-module-bottom a {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


/**********************************************************/
/*                         Colors                         */
/**********************************************************/
#our-locations-title-wrapper h2 {
	color: #FFF;
}

/**********************************************************/
/*                         Styles                         */
/**********************************************************/
.mobile-line-break {
	display: none;
}

#contact-new-fixed-bg {
	background-image: url('/app/themes/xmedia/assets/img/Contact-background_opt.jpg');
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	height: 100vh;
	width: 100vw;
	margin-top: -160px;
}

#contact-new-body #new-outer-container {
	position: absolute;
	left: 50%; 
	margin-top: 5rem;
	transform: translateX(-50%);
	width: 100%;
}

#contact-new-hero {
	display: block;
	min-height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.mobile-only-image-wrapper {
	display: none;
}

#contact-new-hero .section-full {
	width: 100%;
}

#contact-new-under-hero-section {
	background-color: #FFF;
}

#contact-new-under-hero-section.new-home-section,
#our-locations-title-wrapper.new-home-section,
#our-locations-body-wrapper.new-home-section {
	min-height: auto;
}

#contact-new-under-hero-section .section-left {
	width: 55%;
}

#contact-new-under-hero-section .section-right {
	width: 42%;
}

	#contact-new-under-hero-section .section-right img {
		width: 100%;
		height: auto;
	}

	#contact-new-hero h1 {
		margin-bottom: 20px;
	}

		h2#contact-new-tagline {
			margin-top: 25px;
		}
		
	#contact-new-under-hero-section h3,
	#contact-new-under-hero-section p, 
	#contact-new-under-hero-section a {
		color: #000;
	}
	
	#contact-new-under-hero-section p {
		font-size: 18px;
		line-height: 30px;
	}

#contact-new-under-hero-section .section-left p:nth-child(1) {
	margin-bottom: 13px;
}

#contact-new-under-hero-section {
	padding-top: 60px;
	padding-bottom: 100px;
}

#contact-new-under-hero-section .new-content-container-wrapper {
	align-items: flex-start;
}

#connect-with-us-wrapper {
	display: block;
	margin-top: 30px;
}

	#connect-with-us-right img {
		width: 100%;
		height: auto;
	}

#contact-social-wrapper,
#recognition-banners-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

#contact-social-wrapper a {
	margin-right: 25px;
}

#recognition-banners-wrapper {
	margin-top: 70px;
}

#recognition-banners-wrapper a, #recognition-banners-wrapper span {
	display: inline-block;
	width: 33%;
}

	#recognition-banners-wrapper a:nth-child(1), #recognition-banners-wrapper span:nth-child(1) {
		margin-right: 60px;
	}

	#recognition-banners-wrapper a img, #recognition-banners-wrapper span img {
		width: 100%;
		height: auto;
	}

#contact-image-wrapper {
	margin-top: -180px;
}

#our-locations-title-wrapper {
	padding-top: 130px;
	padding-bottom: 200px;
}

#our-locations-body-wrapper {
	background-color: #FFF;
}

#location-maps-wrapper {
	margin-top: -150px;
}

#location-maps-wrapper-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.location-map-module {
	width: 30%;
	margin-bottom: 80px;
}

.location-map-module-top img {
	width: 100%;
	height: auto;
}

.location-map-module-bottom h3 {
	color: #FA034A !important;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 20px;
}

.location-new-address {
	margin-top: 0;
}


.location-map-module-bottom a:hover {
	text-decoration: underline;
}

.location-map-module-bottom span {
	color: #FA034A;
	font-weight: bold;
}


@media only screen and (max-width : 780px) {
	.location-map-module {
		width: 98%;
		margin-bottom: 80px;
	}
	
	.mobile-line-break {
		display: block;
	}
	
	#contact-new-hero {
		padding-top: 100px;
		padding-bottom: 70px;
	}
	
	.mobile-only-image-wrapper {
		display: block;
	}
	
	#connect-with-us-wrapper {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

		#connect-with-us-left,
		#connect-with-us-right {
			width: 48%;
		}

	#contact-new-hero {
		background-image: url('/app/uploads/2024/08/Contact-background_opt.jpg');
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #FFF;
	}
		
	#contact-new-fixed-bg,
	#contact-new-under-hero-section .section-right {
		display: none;
	}	
	
	#contact-new-body #new-outer-container {
		position: unset;
		margin-top: auto;
		transform: none;
	}
	
	#contact-new-hero .section-left,
	#contact-new-hero .section-right,
	#contact-new-under-hero-section .section-left,
	#contact-new-under-hero-section .section-right {
		width: 100%;
	}

	#contact-new-under-hero-section .section-left h3 {
		margin-bottom: 0;
	}
	
	#contact-new-under-hero-section .section-left p:first-of-type {
		margin-top: 10px;
	}
	
	#contact-new-under-hero-section {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	
	#our-locations-title-wrapper {
		padding-top: 110px;
		background-image: url('/app/uploads/2024/08/Contact-background_locations-title-1.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#recognition-banners-wrapper a {
		width: 48%;
	}
	
	#recognition-banners-wrapper a img {
		max-width: 270px;
	}
	
	#location-maps-wrapper {
		margin-top: -110px;
	}
}

@media only screen and (max-width : 750px) {
	#our-locations-title-wrapper {
		padding-bottom: 160px;
	}
}

@media only screen and (max-width : 670px) {
	div#top-photo-contact {
		display: none;
	}

	div#top-photo-contact-mobile {
		display: block;
	}
}