html, body { width:100%; margin:0; padding:0; font-size: 1em;  background-color: #fff; font-family: 'Open Sans', sans-serif; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; text-rendering: optimizelegibility; }
p,ul,li { list-style: none; margin: 0; padding: 0; }
a,a:hover,a:focus { text-decoration: none; border: 0px; }
.home--item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 20px;
}
.home--item-wrap {
    width: 14%;
    padding: 10px 10px;
}
.home--item {
    height: 100%;
    padding: 4px;
    border: 1px rgba(195,195,195,0.6) solid;
    border-radius: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: default;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}
.home--item img {
    margin-bottom: 10px;
    max-height: 100px;
}
.home--item, .home--store-title {
    cursor: pointer;
}
.home--item h4, .srvc h4, .dlvr h4, .rtrn h4 {
    color: #3a589b;
    font-size: 13px;
    font-family: 'futura_ltbold', sans-serif;
    font-weight: bold;
}

.header-box {
	max-width: 745px;
	margin: 0 auto;
	padding: 10px 0;
}
.header-box h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #009bff;
	font-size: 35px;
	font-weight: 700;
}
.header-box h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #009bff;
	font-size: 30px;
	font-weight: 700;
}
.header-box p {
	font-size: 16px;
	color: #4a535f;
	margin-bottom: 15px;
}
.header-box p a {

}
.map {
	display: block;
	width: 100%;
	padding: 20px;
}
.map img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.content-rht h3 {
	color: #009bff;
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
}
.content-rht h4 {
	color: #009bff;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
}
.content-rht ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.content-rht ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 1px;
	margin-top: 10px;
	list-style-type: none;
}
.content-rht ul li a {
	color: #428bca;
	text-decoration: none;
	font-size: 16px;	
}
.content-rht ul li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
.header-box {
	max-width: 745px;
	margin: 0 auto;
	padding: 10px 0;
}
.header-box h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #009bff;
	font-size: 20px;
	font-weight: 700;
}
.header-box h3 {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #009bff;
	font-size: 20px;
	font-weight: 700;
}
.content-rht h3 {
color: #009bff;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}
}
@media screen and (max-width: 768px){
.home--item-wrap:nth-of-type(odd) {
    padding-right: 7.5px !important;
}
}
@media screen and (max-width: 768px){
.home--item-wrap {
    width: 50%;
}
}
