html, body {
	font-family: "Lato";
	font-size: 18px;
}





.text-teal {
	color: #2e8a74
}

.text-red {
	color: #ff4b4b
}

.text-bright-red {
	color: #ff2626
}

hr {
	border-top: 3px solid #2e8a74
}


.bg-orange {
	background-color: #f78536;
	color: #fff
}



.testimonial img {
	max-width: 250px;
	width: 100%;
}

.bg-1 {
	background-color: #5cd9d4;
	background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/matrix/MMMT_200507_wbnr_rcp_bg1.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom center;
}

.bg-lines {
	background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/matrix/MMMT_200507_wbnr_rcp_bg_lines.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.bg-lines2 {
	background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/matrix/MMMT_200507_wbnr_rcp_bg_lines22.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.bg-lines3 {
	background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/matrix/MMMT_200507_wbnr_rcp_bg_lines.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.check {
	position: relative;
}
.check:before {
	position: absolute;
	background-image: url('/corp_css/checkmark_svg.php?color=2e8a74');
	content: "";
	width: 2rem;
	height: 2rem;
	left: 0;
}


.atc {
	text-align: right;
	position: relative;
	padding: .8rem 2rem;
	background-color: #f88535;
	color: #fff!important;
	border-radius: 4rem;
	align-items: center!important;
	display: inline-flex;
	line-height: 1.1;
	margin: .3rem .5rem;
}

.atc span {
	display: inline-block;
	position: relative;
}

.atc strong {
	font-size: 1.3rem
}

.atc .price {
	font-size: 3rem;
	font-weight: bold;
	padding-left: .4rem
}

.atc sup {
	top: -0.5em;
	font-size: 60%
}

.atc:hover {
	text-decoration: none!important;
	background-color: #bd6b32;
}






.seals {
	max-width: 400px;
}

.seals .row {
	height: 90px;
}

.seals img, div.AuthorizeNetSeal {
	max-width: 90px;
	margin-left: auto!important;
	margin-right: auto!important;
	display: block;
	height: auto;
}

@media (max-width: 575.99px) {
	.seals img, div.AuthorizeNetSeal {
		max-width: 70px;
	}
}






.mm-logo {
	max-width: 220px;
	margin-bottom: .7rem
}




.counter-black {
  display: inline-block;
  margin: .7rem .2rem;
}
.counter-black span {
  background-color: #000;
  color: #fff;
  padding: .7rem 1rem;
  font-size: 2.1rem;
  border-radius: .6rem;
  display: inline-block;
  font-weight: 900;
}

.counter-black:after {
  content: " ";
  display: block;
  background-color: transparent;
  color: #555;
  text-transform: uppercase;
  font-size: .9rem;
}

.counter-black.days:after {
  content: "days";
}

.counter-black.hours:after {
  content: "hours";
}

.counter-black.mins:after {
  content: "mins";
}

.counter-black.secs:after {
  content: "secs";
}















@media (max-width: 575.98px) {
	html, body {
		font-size: 14px;
	}
	.testimonial img {
		max-width: 150px;
		margin-bottom: 1rem
	}
	.img-xs{
		max-height: 120px;
		max-width: 160px;
	}
	.mm-logo {
		max-width: 140px;
	}
	.jn-offer .atc strong, .jn-offer .atc span {
		font-size: .9rem;
	}
	.jn-offer .atc .price {
		font-size: 2rem;
	}	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	html, body {
		font-size: 16px;
	}
	.testimonial img {
		max-width: 150px;
		margin-bottom: 1rem
	}
	.img-xs{
		max-height: 180px;
		max-width: 200px;
	}
	.mm-logo {
		max-width: 160px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.container {
    max-width: 920px;
	}
}

@media (min-width: 1200px) {
	.container {
    max-width: 920px;
	}
	.mm-logo {
		margin-left: -15%!important;
		margin-bottom: 0
	}
}


@media (min-width: 1400px) {
	.mm-logo {
		margin-left: -25%!important
	}
}