<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
}

section {
	max-width: 100%;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}
a, a.visited, a.hover {
    color: #999;
    text-decoration: none;
}
h1 {

	font-weight: 700;
    font-size: 20px;
	line-height: 28px;
    color: #000;
    margin-bottom: 0.5em;

}

h2 {
	font-weight: 300;
	color: #444;
	font-size: 55px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

h3 {
	font-size: 30px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

h4 {
	font-size: 24px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h5 {
	font-size: 15px;
	color: #444;
	font-weight: bold;
	
}

a {
	text-decoration: none;
}

ul {
margin: 10px 15px 15px -5px;
color: #000;
text-shadow:-3px -1px 21px #ffffff;
}

ul li {
padding-bottom: 8px;
}

strong {
	font-weight: bold;
}

small {
	font-size: 13px;
	color: #777;
	font-style: italic;
}

.clear {
	clear: both;
}

.wrapper {
	margin: 0 auto;
	width: 70%;
}

header {
	height: 40px;
	background-color: #ebb716;
	padding: 15px;
}

.merc-logo {
    float: left;
    width: 180px;
    display: block;
}

.merc-logo img{
    width: 100%;
}
.social-facebook {
	float: right;
	width: 220px;
}

.social-twitter {float: left; padding-right: 10px;}

.phone {
	float: left;
    display: block;
	font-weight: 600;
}
.phone-center {
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight: 600;
	margin-top: 10px;
}
.phone-number {
font-weight: bold;
color: #990000;
}
.phone-number:hover {
font-weight: bold;
color: #990000;
}
.hero-image {
    background-image: url(../images/hero-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	height: 580px;
	background-position: 60% 10%;

}
sup {font-size: 8px; }

.hero-image h2 {
	margin: 180px 0 40px 0;
}
.column:first-child, .columns:first-child {
    margin-left: 0;
}
.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
	margin-left: 4%;
}
.one-half.column {
    width: 48%;
	padding-top: 6%;
}
.one-third.column {
    width: 30.6666666667%;
}
.mobile-show {
	display: none;}
.button {
	display: block;
	text-align: center;
	background: #444;
	border-radius: 3px;
	color: #fff;
	width: 180px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	margin: 0 auto;
}

.button:hover {
	background-color: #02b8dd;
	color: #fff;
}
#testimonials .button-mobile {
	margin: 0 auto;
	display: block;
	width: 225px;
}
#testimonials {
	padding: 50px 0 50px;
	
}
#benefits {
    background-color: #F5F5F5;	
	padding: 60px 0 50px;
	 
}

#benefits .button-mobile {
	margin: 0 auto;
	display: block;
	width: 225px;
}

.benefits-title {
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #000;
    padding: 10px;
    text-align: left;
	font-size: 18px;;
    line-height: 25px;
	margin: 0;
}

.wrapper:after, .row:after, .u-cf {
    content: "";
    display: table;
    clear: both;
}
.value-heading {
    margin: 0;
    color: #990000;
    font-weight: 700;
    font-size: 24px;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: -.05rem;
}

.value-description {
	text-align: left;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .8;
    font-weight: 400;
    font-style: italic;
    line-height: 27px;
    padding: 25px;
    font-size: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    margin: 1px;
    margin-bottom: 20px;
}

.categories-description {
    margin-bottom: 20px;
	margin-top: 0;
    padding: 10px;
    text-align: left;
	font-size: 19px;;
    line-height: 25px;
    font-weight: 300;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
}

.footer {
    background-color: #EEE;
    padding: 15px 0 15px;
    color: #999;
    font-size: 13px;
	line-height: 19px;
    text-align: left;
	font-weight: 300;
}
.center {
text-align: center;	
}

@media only screen and (max-width: 1400px) {
.hero-image {
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
	height: 620px;
	background-position: 66% 0%;

}

.wrapper {
	width: 80%
}
}
@media only screen and (max-width: 1200px) {
.hero-image {
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
	height: 620px;
	background-position: 66% 0%;

}


}

@media only screen and (max-width: 930px) {
.hero-image {
    height: 625px;
    background-position: 50%;

}
.wrapper { width: 85%;  }
}

@media only screen and (max-width: 768px) {
	
	.hero-image {
    background-image: url(../images/hero-bg-mobile.png);
    background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1px;
	height: 290px;
	background-position: 50% 10%;

}
.mobile-hide {
	display: none;}
	
.mobile-show {
	display: block;}
	
	.cta { padding-top: 35px;
	}
	
	.wrapper { width: 90%;  }
	
	.hero-title { width: 150px;}
	.button-mobile {
margin: 0 auto;
display: block;
width: 225px;
}
}

@media only screen and (max-width: 510px) {
	.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
	.one-half.column {
    width: 100%;
	padding-top: 4%;
	margin: 0;
}
.one-third.column {
    width: 100%;
	padding-top: 4%;
	margin: 0;
}


.merc-logo {
    float: left;
    width: 160px;
    display: block;
	padding-top: 3px;
}


.social-facebook {
	float: right;
	width: 150px;
}
}</pre></body></html>