	/*////// DealerOn Overrides //////*/
	
	h1.header {
		display: none;
	}
	
	section.contentWrapper {
		padding-bottom: 0px;
	}
	/*////// Responsive Classes //////*/
	
	.sc-hero,
	[class*="sc-container"],
	.service-pod-wrapper,
	.service-pod,
	ul.sc-tabs.nav-tabs.nav-justified {
		display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	}
	
	.clearfix {
		overflow: auto;
	}
	
	.clearfix::after {
		content: ""; clear: both;
	}
	/*Universal Classes*/
	
	#service-center-lp .btn.btn-cta.btn-lg {
		max-width: 220px; width: 100%;
	}
	
	#service-center-lp {
		font-size: 16px;
	}
	
	#service-center-lp h2 {
		display: inline-block; border-left: 8px solid #666666; font-size: 24px; margin-bottom: 30px; padding-left: 20px;
	}
	
	@media (min-width: 768px) {
		#service-center-lp h2 {
			font-size: 36px; margin-bottom: 40px;
		}
	}
	
	#service-center-lp h3 {
		font-size: 20px; margin-top: 10px;
	}
	
	@media (min-width: 768px) {
		#service-center-lp h3 {
			font-size: 24px;
		}
	}
	
	@media (min-width: 1441px) {
		#service-center-lp .container {
			max-width: 1440px; width: 100%;
		}
	}
	
	.service-center-cta-row {
		margin-top: 20px; text-align: center;
	}
	
	@media (min-width: 768px) {
		.service-center-cta-row {
			margin-top: 40px;
		}
	}
	
	.service-center-cta-row .btn.btn-cta.btn-lg {
		margin-bottom: 10px;
	}
	/*////// Service Hero //////*/
	
	.sc-hero {
		-webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(37, 39, 49)), url(https://amsi-aag.net/wp-content/uploads/66572-service-3.jpg); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; padding: 30px 40px 80px;
	}
	
	@media (min-width: 992px) {
		.sc-hero {
			background-color: #000000; background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(37, 39, 49)), url(https://amsi-aag.net/wp-content/uploads/66572-service-3.jpg); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; padding: 140px 40px 85px;
		}
	}
	
	.sc-hero h1 {
		background: #ffffff; border-left: #666666 8px solid; color: #252731; font-size: 30px; text-align: left; transform: skew(-12deg); padding: 25px;
	}
	
	@media (min-width: 768px) {
		.sc-hero h1 {
			font-size: 50px;
		}
	}
	/*////// Main Service - 3 Calls To Action //////*/
	
	.service-pod-icon {
		height: 75px; width: 75px;
	}
	
	@media (min-width: 992px) {
		.service-pod-icon {
			height: 100px; width: 100px;
		}
	}
	
	.sc-three-pods {
		background: #252731; padding-bottom: 60px;
	}
	
	@media (min-width: 768px) {
		.sc-three-pods {
			padding-bottom: 100px;
		}
	}
	
	.service-pod-wrapper {
		-webkit-flex-direction: row; flex-direction: row;
	}
	
	@media (min-width: 768px) {
		.service-pod-wrapper {
			-webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column;
		}
	}
	
	.sc-three-pods .container {
		-webkit-transform: translate(0, -30px) !important; transform: translate(0, -30px) !important;
	}
	
	@media (min-width: 768px) {
		.sc-container-pods {
			-webkit-flex-direction: row; flex-direction: row; -webkit-transform: translate(0, -80px) !important; transform: translate(0, -80px) !important;
		}
	}
	
	.service-pod {
		-webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; background: #ffffff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; margin-bottom: 15px; padding: 20px; text-align: left; width: 100%; border-radius: 10px; border: 4px solid #d7d7d7;
	}
	
	@media (min-width: 768px) {
		.service-pod {
			-webkit-flex-direction: column; flex-direction: column; margin-bottom: 0; text-align: center;
		}
	}
	
	@media (min-width: 768px) {
		.service-pod: not(: last-child) {
			border-bottom: 0; margin: 0; margin-right: 20px;
		}
	}
	
	.service-pod-content-contain {
		margin-left: 30px;
	}
	
	@media (min-width: 768px) {
		.service-pod-content-contain {
			margin-left: 0;
		}
	}
	/*//////Service Info Tab Sections//////*/
	/*Section Classes*/
	
	@media (min-width: 768px) {
		#service-tab-content {
			padding-top: 30px;
		}
	}
	
	.sc-info {
		background: #ffffff; padding: 0 20px 40px;
	}
	
	.service-tabs {
		transform: translate(0, -62px); margin-bottom: -35px;
	}
	
	@media (min-width: 768px) {
		.service-tabs {
			transform: translate(0, -70px);
		}
	}
	/*Tab Classes*/
	
	ul.sc-tabs.nav-tabs.nav-justified {
		-webkit-flex-direction: row; flex-direction: row; max-width: 400px; width: 100%; margin: 0 auto;
	}
	
	.sc-tabs.nav-tabs.nav-justified .active>a,
	.sc-tabs.nav-tabs.nav-justified .active>a:focus,
	.sc-tabs.nav-tabs.nav-justified .active>a:hover {
		background: #ffffff; border: 1px solid transparent; color: #000000;
	}
	
	.sc-tabs.nav-tabs.nav-justified li {
		border-bottom: 1px solid #ffffff; width: 100%;
	}
	
	.sc-tabs.nav-tabs.nav-justified li a {
		background: #666666; border: 1px solid transparent; border-radius: 0; color: #ffffff; font-size: 14px; margin-bottom: 0; padding: 20px 10px;
	}
	
	@media (min-width: 768px) {
		.sc-tabs.nav-tabs.nav-justified li a {
			font-size: 20px;
		}
	}
	
	.sc-tabs.nav-tabs li a:hover {
		background: #666666; color: #ffffff; transition: 0.5s ease;
	}
	/* Carousel Classes*/
	
	span.glyphicon.glyphicon-chevron-right,
	span.glyphicon.glyphicon-chevron-left {
		background: #666666; padding: 10px;
	}
	
	.carousel-control {
		opacity: .75; width: 10%;
	}
	
	.glyphicon-chevron-right:before {
		display: block; content: url(https://storage.googleapis.com/phalanx-media-library/chevron-right-01.svg); width: 20px;
	}
	
	.glyphicon-chevron-left:before {
		display: block; content: url(https://storage.googleapis.com/phalanx-media-library/chevron-left-02.svg); width: 20px;
	}
	/*Why Service - Section*/
	
	#why-service p {
		font-size: 18px; line-height: 1.3;
	}
	
	#why-service .col-lg-4 {
		padding-bottom: 30px;
	}
	/*Key Service - Section*/
	
	.key-service-img {
		border-radius: 50%; margin: 0 auto; max-width: 150px; width: 100%;
	}
	
	@media (min-width: 768px) {
		.key-service-img {
			max-width: 280px;
		}
	}
	
	.sc-info h3 {
		margin-top: 20px !important; margin-bottom: 30px;
	}
	/*Expert Tips - Secion */
	
	.sc-expert-tips {
		background: #d7d7d7; padding: 40px 20px; text-align: center;
	}
	
	.sc-expert-tips .sc-container-tips:not(:last-of-type) {
		padding-bottom: 30px;
	}
	
	.sc-expert-tips .sc-container-tips {
		-webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;
	}
	
	.expert-tip-img {
		border-radius: 50%; border: 3px solid #000000; display: block; margin: 0 auto 30px; max-width: 180px; width: 100%;
	}
	
	@media (min-width: 768px) {
		.expert-tip-img {
			max-width: 280px;
		}
	}
	/*Service Contact/Hours*/
	
	.sc-hour-directions {
		background: #252731; border-bottom: 1px solid #858585; padding: 40px 20px;
	}
	
	a.service-center-address {
		color: #000000;
	}
	
	a.service-center-address:before {
		content: url(https://amsi-aag.net/wp-content/uploads/67433-icn-ping.png); margin-right: 3px; width: 12px;
	}
	
	a.service-center-directions:before {
		content: url(https://storage.googleapis.com/phalanx-media-library/map-with-marker-icon.svg); display: inline-block; margin-right: 3px; height: 12px; width: 12px;
	}
	
	a.service-center-directions {
		display: block; margin-top: 10px;
	}
	
	.well .container {
		width: 100%;
	}
	
	.bg-black {
		background-color: #081110;
	}
	
	.bg-black #accordion .panel {
		border: none;
	}
	
	.btn-black,
	#collapseOne {
		background-color: #081110; border-color: #081110; color: #fff;
	}
	
	#collapseTwo {
		background-color: #081110; border-color: #081110; color: #fff;
	}
	
	.btn-black:active,
	.btn-black:hover,
	.btn-black:focus {
		color: #fff;
	}