<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width : 767px) { 

html, body {
	width:100%;
	-webkit-text-size-adjust: none;
}

.baseSocial, #contactBtn {
	display: none;
}

#contact {
	display: block !important;
}

#center {
	margin-top: 40px;
}

#logo {
	float: left;
	margin: -4px 0 0 0;
	width: 100%;
}

#logo img{
	width: 75%;
	height: auto;
}

#nav {
	position: fixed;
	background: rgba(26,26,26,0.98);
}

#logoLg {
/*	display: none;*/
}

#logoSm {
	display: block;
	width: 68%;
	height: auto;
	max-width: 300px;
}

#logoSm_g {
	float: left;
	width: 68%;
	height: auto;
}

#menuBtn {
	position: fixed;
	z-index: 9;
	cursor: pointer;
	margin-top: 0;
	top: 12px;
	left: 8px;
	padding-bottom: 2px;
}


/*#menuBtn img, #menuBtn_g img{
	width: 60%;
	height: auto;
}*/

#menuBtn p{
	display: none;
}

#navSm {
	float: left;
	width: 100%;
	background: #B1B1B1;
	color: #fff;
	position: relative;
	z-index: 999;
	height: 100%;
}

#nav ul#navSm {
	
}

}

#nav ul li a{
	padding: 5% 0 5% 8%;
/*	margin-bottom: 2%;*/
	font-size: 24px;
	width: 92%;
		z-index: 999;
}

#nav ul li a:hover {
	background: #A30404;
}

#cw {
/*top: 20px;
padding-bottom: 0px;*/
}


.login {
	width: 280px;
	height: 350px;
	margin: 40px auto;
}

.login h1{
font-size: 20px;
}



.address {
	float: left;
	width: 92%;
	padding-left: 4%;
	text-align: center;
}

.address img{
	margin: 0 0 8px 0;
}

.address a{
	color: #fff;
}

.barCTA {
	padding-bottom: 40px;
}

#footWrap {
	margin-top: 30px;
}

#footNav {
	-webkit-padding-start: 0;
	display: none;
}

#footNav li {
	float: none;
	margin: 0 1% 0 1%;
	display: inline-block;
}

a.addressSmall {
color: #fff;
display: inline-block;
padding: 2% 2% 1% 2%;
margin: 10px 0 2px 0;
border: 1px solid #333;
width: auto;
}

.galleryWrap {
	min-height: 0;
}


}</pre></body></html>