@import url('https://fonts.googleapis.com/css?family=Anton');
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/stylesheets/fontkit/brandon-grotesque-bold-587bd6400afd0-webfont.woff2') format('woff2'),
         url('/stylesheets/fontkit/brandon-grotesque-bold-587bd6400afd0-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Brandon Grotesque Medium';
    src: url('/stylesheets/fontkit/brandon-grotesque-medium-587bd623e472a-webfont.woff2') format('woff2'),
         url('/stylesheets/fontkit/brandon-grotesque-medium-587bd623e472a-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Brandon Grotesque Thin';
    src: url('/stylesheets/fontkit/brandon-grotesque-thin-587bd5b76cfba-webfont.woff2') format('woff2'),
         url('/stylesheets/fontkit/brandon-grotesque-thin-587bd5b76cfba-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/stylesheets/fontkit/brandon_reg-webfont.woff2') format('woff2'),
         url('/stylesheets/fontkit/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {margin:0px; background-color:#FFF; color:#000; font-family: 'Brandon Grotesque'; font-size:18px; line-height:1.3;}
form{ margin:0px; padding:0px;}
img{border-style:none; vertical-align: bottom; max-width: 100%;}
h1,h2,h3,h4,p,ul,ol{ margin:0px; padding:0px; padding-bottom:10px;}
ul,ol{ padding-left:25px;}

h1.default-header { font-weight: normal; }

a {
	color: #005490;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
a:hover { color:#BA0213; }

hr {
	display: block;
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: 0;
	border-bottom: 1px solid #005490;
}

i.fa {
	font-family: 'FontAwesome' !important;
}

.wrapper{width:100%; max-width:1400px; min-width:300px;margin:0 auto;padding:0px; }
.homeSearchDiv, .sidebartext { padding-left:5px;}
.homeSearchDiv{ padding-bottom:10px;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing:border-box;}

.red-button{
	background-color: #005490 !important;color:#FFF !important;}


.serengetti {
	font-family: 'Brandon Grotesque';
}
.dear-joe {
		font-family: 'Anton';
		font-weight: normal;
}
.avenir {
	font-family: 'Brandon Grotesque';
}


:target:before {
	content: '';
	display: block;
	height: 120px; /* fixed header height*/
	margin: -120px 0 0; /* negative fixed header height */
}


/**
 * DESKTOP HEADER
 */
header {
	min-height: 0;
}
header nav {
	width: auto;
}
header .desktop-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 200;
	color: #005490;
	height: 120px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header.fixed .desktop-header {
	height: 80px;
}
header .desktop-header:after {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 198;
	display: block;
	height: 240px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #FFFFFF;
	/* BLACK */
/*		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
/*		background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
/*		background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
/*		background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	/* WHITE */
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.9+33,0+100 */
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 33%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 33%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 33%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
header.fixed .desktop-header:after {
	height: 120px;
	background-color: #000;
}
header .desktop-header .desktop-logo {
	float: left;
	position: relative;
	z-index: 200;
	margin-left: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header .desktop-header .desktop-logo a {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header.fixed .desktop-header .desktop-logo a {
	margin-top: 10px;
	margin-bottom: 10px;
}
header .desktop-header .desktop-logo img {
	height: 212px;

	margin-left:40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	max-width:none;
}


header.fixed .desktop-header .desktop-logo img {
	height: 100px;
}
header .desktop-header .desktop-menu {
	float: right;
	position: relative;
	z-index: 200;
	margin-right: 140px;
}
header .desktop-header .desktop-menu ul,
header .desktop-header .desktop-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
header .desktop-header .desktop-menu li a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	line-height: 80px;
	padding: 20px 10px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header .desktop-header .desktop-menu li a:hover {
	color: #005490;
}
header.fixed .desktop-header .desktop-menu li a {
	padding-top:0px; padding-bottom:0px;
}

.mobile-location-icon{cursor:pointer;}

/*
header .desktop-header .desktop-menu li:last-child a {
	background-color: rgba( 186, 2, 19, 0.57 );
}
*/
.mobile-location-details{ background-color:#FFFFFF; color:#000000; }

@media screen and (max-width: 1362px) {
	header .desktop-header:after {
		height: 180px;
	}
	header .desktop-header .desktop-logo {
		margin-left: 10px;
	}
	header .desktop-header .desktop-logo a {
		display: inline-block;
		margin-top: 10px;
	}
	header .desktop-header .desktop-logo img {
		height: 130px;
	}
	header .desktop-header .desktop-menu {
		margin-right: 100px;
	}
	header .desktop-header .desktop-menu li a {
		padding: 20px 10px 0 10px;
		font-size: 18px;
	}
}


@media screen and (max-width: 992px) {

.quick-panel .z-1of3{ margin-left:0px; margin-right:0px;}
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {

}


/* DESKTOP MOBILE MENU */
header .desktop-header .desktop-mobile-menu {
	position: fixed;
	top: 0;
	right: -320px;
	bottom: 0;
	z-index: 203;
	display: inline-block;
	background-color: #000;
	width: 320px;
	opacity: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
header .desktop-header .desktop-mobile-menu.open {
	opacity: 1;
	right: 0;
}
header .desktop-header .desktop-mobile-menu.open .overlay {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	z-index: 202;
	display: inline-block;
	background-color: rgba( 0,0,0, 0.6 );
	width: 500%;
}

header .desktop-header .desktop-mobile-menu ul,
header .desktop-header .desktop-mobile-menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
header .desktop-header .desktop-mobile-menu > ul {
	overflow: auto;
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 204;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header.fixed .desktop-header .desktop-mobile-menu > ul {
	top: 85px;
}
header .desktop-header .desktop-mobile-menu ul li a {
	display: block;
	padding: 0 20px;
	line-height: 1.25em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
header .desktop-header .desktop-mobile-menu ul li a:hover {
	color: #FFFFFF;
}
header .desktop-header .desktop-mobile-menu ul li ul li a {
	color: #CCCCCC;
}




/**
 * MOBILE HEADER
 */

header .mobile-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 200;
	background-color: #000;
	color: #FFF;
	height: 125px
}
header .mobile-header a {
	color: #FFF;
	text-decoration: none;
}


/* MOBILE LOCATION ICON */

header .mobile-header .mobile-location-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 201;
	display: inline-block;
	color: #FFF;
	padding: 20px;
}
header .mobile-header .mobile-location-icon i.fa {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 25px;
}
header .mobile-header .mobile-location-icon span {
	font-size: 20px;
	display: block;
	text-align: center;
}


/* MOBILE LOCATION MENU */
header .mobile-header .mobile-location-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -320px;
	z-index: 207;
	display: inline-block;
	background-color: #FFFFFF;
	width: 320px;
	opacity: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
header .mobile-header .mobile-location-menu.open {
	opacity: 1;
	left: 0;
}
header .mobile-header .mobile-location-menu.open .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	z-index: 206;
	display: inline-block;
	background-color: rgba( 255, 255, 255, 0.6 );
	width: 500%;
}
header .mobile-header .mobile-location-menu .choose-another {
	background-color: #005490;
	color: #FFFFFF;
}


/* MOBILE LOGO */
header .mobile-header .mobile-logo {
	width: 100%;
}
header .mobile-header .mobile-logo a {
	display: block;
	width: 100%;
	height: 105px;
	text-align: center;
}
header .mobile-header .mobile-logo img {
	margin: 10px 0;
	height: 105px;
}


/* MOBILE MENU ICON */
header .mobile-menu-icon {
	width: 60px;
	height: 45px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 205;
	-webkit-transform: rotate(0deg) scale(0.8);
	-moz-transform: rotate(0deg) scale(0.8);
	-o-transform: rotate(0deg) scale(0.8);
	transform: rotate(0deg) scale(0.8);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
}
header .mobile-menu-icon.desktop {
	top: 40px;
	bottom: auto;
	right: 40px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
header.fixed .mobile-menu-icon.desktop {
	top: 20px;
}
header .mobile-menu-icon span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #FFF;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
header .mobile-menu-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
header .mobile-menu-icon span:nth-child(2) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
header .mobile-menu-icon span:nth-child(3) {
	top: 36px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
header .mobile-menu-icon.open span {
	background: #FFFFFF;
}
header .mobile-menu-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}
header .mobile-menu-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
header .mobile-menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 39px;
	left: 8px;
}

/* MOBILE MENU */

header .mobile-header .mobile-menu {
	position: fixed;
	top: 0;
	right: -320px;
	bottom: 0;
	z-index: 203;
	display: inline-block;
	background-color: #005000490;
	width: 320px;
	opacity: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
header .mobile-header .mobile-menu.open {
	opacity: 1;
	right: 0;
}
header .mobile-header .mobile-menu.open .overlay {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	z-index: 202;
	display: inline-block;
	background-color: rgba( 0,0,0, 0.6 );
	width: 500%;
}

header .mobile-header .mobile-menu ul,
header .mobile-header .mobile-menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobile-header .mobile-menu > ul {
	overflow: auto;
	position: absolute;
	top: 85px;
	right: 0;
	background-color:#000;
	bottom: 0;
	left: 0;
	z-index: 204;
}
header .mobile-header .mobile-menu ul li a {
	display: block;
	padding: 0 20px;
	line-height: 1.25em;
	color: #FFFFFF;
	text-align: right;
}
header .mobile-header .mobile-menu ul li ul li a {
	color: #CCCCCC;
}

@media screen and (max-width: 1362px) {
	header .mobile-menu-icon.desktop {
		top: auto;
		bottom: 20px;
		right: 20px;
	}
	header .mobile-menu-icon.desktop {
		top: 40px;
		bottom: auto;
		right: 20px;
	}
	header.fixed .mobile-menu-icon.desktop {
		top: 20px;
	}
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {
	header .mobile-header {
		height: 60px;
	}
	header .mobile-header .mobile-location-icon {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 201;
		display: inline-block;
		padding: 10px;
	}
	header .mobile-header .mobile-location-icon i.fa {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 22px;
	}
	header .mobile-header .mobile-location-icon span {
		font-size: 16px;
	}

	header .mobile-header .mobile-logo a {
		height: 60px;
	}
	header .mobile-header .mobile-logo img {
		margin: 5px 0;
		height: 50px;
	}

	header .mobile-menu-icon {
		top: 8px;
		right: 8px;
		-webkit-transform: rotate(0deg) scale(0.6);
		-moz-transform: rotate(0deg) scale(0.6);
		-o-transform: rotate(0deg) scale(0.6);
		transform: rotate(0deg) scale(0.6);
	}

	header .mobile-header .mobile-menu > ul {
		top: 65px;
	}
}

@media screen and (max-width: 479px) {

}


/**
 * PAGE TITLE
 */

.page-title {
	position: relative;
}
.page-title.no-slider {
	height: 280px;
	background-image: url(../images/default-page-header-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title h1 {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 105;
	display: block;
	width: 1260px;
	transform: translateX(-50%);
	line-height: 1em;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 90px;
	
	font-weight: normal;
}
.page-title:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 104;
	display: block;
	height: 320px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.page-title.no-slider:after {
	height: 240px;
}

.page-title-slider {
	margin: 0;
}
.page-title-slider-container {
	margin: 0;
	background-color: #000000;
	overflow: hidden;
}
.page-title-slider .page-title-slide {
	padding: 0;
	color: #FFFFFF;
	text-align:center;
}
.page-title-slider .page-title-slide.active {
	display: inline-block;
}
.page-title-slider .page-title-slide.not-active {
	display: none !important;
}
.page-title-slider .page-title-slide img {
	vertical-align: bottom;
}
.page-title-slider .page-title-slide .desktop-slide,
.page-title-slider .page-title-slide .mobile-slide {

}
.page-title-slider .page-title-slide .slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
}
.page-title-slider.content-slider .slider-previous-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	right: auto;
	left: 40px;
	z-index: 199;
}
.page-title-slider.content-slider .slider-next-button {
	background-color: transparent;
	width: 39px;
	height: 68px;
	padding: 0;
	left: auto;
	right: 40px;
	z-index: 199;
}

@media screen and ( max-width: 767px ) {
	.page-title-slider.content-slider .slider-previous-button {
		left: 20px;
	}
	.page-title-slider.content-slider .slider-next-button {
		right: 20px;
	}
}

@media screen and ( max-width: 479px ) {
	.page-title-slider-container {
		margin: 0;
	}
}





.subpage-bg {
	background-color: #D3C7BE;
	background-image: url(../images/subpage-bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
}


/**
 * SUBPAGE NEWSLETTER SIGNUP
 */

.newsletter-signup {
	background-color: #FFFFFF;
}
.newsletter-signup a {
	display: block;
	color: #005490;
	line-height: 1.5;
	text-decoration: none;
}
.newsletter-signup strong {
	color: #000000; 
}



/**
 * FOOTER
 */

footer {
	background-color: #005490;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFFFFF;
	margin-bottom: 68px !important;
	padding-bottom: 58px !important;
}

footer .footer-menu,
footer .footer-menu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .footer-menu {
	float: left;
	margin-right: 40px;
}
footer .footer-menu a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
footer .footer-menu a:hover {
	color: #FFFFFF;
}
footer .footer-menu ul {
	float: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
footer .footer-menu ul li {
	display: block;
}
footer .footer-menu ul li a {
	line-height: 1.5;
	color: #CCCCCC;
}
footer .footer-menu ul li a:hover {
	color: #FFFFFF;
}
footer .footer-menu > li > a {
	margin-bottom: 40px;
}

footer .company-info {
	float: right;
}
footer .company-info .footer-logo a {
	display: inline-block;
	height: 120px;
}

footer .company-info .footer-logo img {
	height: 160px;
}



footer .company-info .footer-social a {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 1.5;
}
footer .company-info .footer-social a:hover {
	color: #FFFFFF;
}
footer .company-info .footer-social a i.fa {
	display: inline-block;
	width: 1em;
	text-align: center;
	margin-right: 10px;
}

footer .copyright {
	color: #CCCCCC;
}
footer .copyright a {
	color: #CCCCCC;
	text-decoration: underline;
}
footer .copyright a:hover {
	color: #CCCCCC;
}
footer .copyright span {
	white-space: nowrap;
}

@media screen and (max-width: 1362px) {
	footer .footer-menu {
		margin-right: 20px;
	}
	header .desktop-header .desktop-menu li a{
		font-size:16px;
	}
}


@media screen and (max-width: 1200px) {
	.desktop-menu{display:none;}
}


@media screen and (max-width: 992px) {
	footer {
		text-align: center;
		padding-bottom: 78px !important;
	}
	footer .z-column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	footer .footer-nav {
		display: inline-block;
		padding: 20px 40px;
		border-top: 2px solid rgba( 204, 198, 182, 0.5 );
		border-bottom: 2px solid rgba( 204, 198, 182, 0.5 );
		margin: 20px auto 60px;
	}
	footer .footer-menu {
		float: none;
		display: inline-block;
		margin: 0 20px;
	}
	footer .footer-menu ul {
		display: none;
	}
	footer .footer-menu > li > a {
		line-height: 1.5;
		margin-bottom: 0;
	}
	footer .company-info {
		float: none;
		width: 100%;
		text-align: center;
	}
	footer .company-info .footer-social a {
		display: inline-block;
		margin: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	footer {
		background-repeat: repeat;
		background-position: top right;
		background-size: auto;
	}
	footer .footer-nav {
		padding: 20px 80px;
	}
	footer .footer-menu {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	footer .footer-menu > li > a {
		line-height: 2em;
	}
}

@media screen and (max-width: 479px) {
	footer {
		padding-top: 20px !important;
		padding-bottom: 108px !important;
		margin-bottom: 38px !important;
	}
	footer .footer-nav {
		margin-bottom: 20px;
	}
	footer .footer-menu > li > a {
		font-size: 28px;
		line-height: 1.5;
	}
}



/**
 * FIXED BOTTOM CTA
 */

.fixed-bottom-cta {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 198;
}
.fixed-bottom-cta .my-location {
	color: #000000;
	background-color: rgba( 255, 255, 255, 0.9 );
	text-align: center;
}
.fixed-bottom-cta .my-location .location-name {
	display: inline-block;
	margin: 0 10px;
	white-space: nowrap;
}
.fixed-bottom-cta .my-location .location-phone {
	display: inline-block;
	margin: 0 10px;
	white-space: nowrap;
}
.fixed-bottom-cta .my-location .location-phone a {
	color: inherit;
}
.fixed-bottom-cta .my-location .location-hours {
	display: inline-block;
	margin: 0 10px;
	white-space: nowrap;
}
.fixed-bottom-cta .my-location .location-buttons {
	display: inline-block;
	margin: 0 10px;
}
.fixed-bottom-cta .my-location .more-info {
	background-color: #005490;
}

.fixed-bottom-cta .e-club {
	position: relative;
}
.fixed-bottom-cta .e-club a.e-club-link {
	width: 100%;
	display: block;
	padding: 20px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.fixed-bottom-cta .e-club a.e-club-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	padding: 20px;
	line-height: 1em;
	text-decoration: none;
	background-color: transparent;
}


/**
 * BLOG
 */
.rss-summary-d {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.25 );
}
.rss-summary-thumbnail {}
.rss-summary-thumbnail span {
	display: block;
	overflow:hidden;
	width:100%;
	float:left;
	border: 1px solid rgba( 0, 0, 0, 0.5 );
}
.rss-summary-thumbnail img {
	max-width: 100%;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.rss-summary-thumbnail span:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.rss-summary-title {
	color: #005490;
		font-family: 'Brandon Grotesque Medium';
		font-weight: normal;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.rss-summary-title:hover {
	color: #000000;
}
.rss-summary-date {
	display: none;
}
.rss-summary-text {
	font-size: 1em;
}
.rss-summary-readmore {
	display: table;
	margin-top: 20px;
	background-color: #005490;
	color: #FFFFFF;
		font-family: 'Brandon Grotesque Medium';
		font-weight: normal;
	font-size: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.rss-summary-readmore:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.rss-summary-box {
	display: none;
}

.blog-page-heading {
	color: #005490;
		font-family: 'Brandon Grotesque Medium';
		font-weight: normal;
	font-size: 4em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #005490;
	margin-bottom: 20px;
}
.zblog-author {
	display: none;
}
.zblog-date {
	display: none;
}

@media screen and ( max-width: 1362px ) {
	.page-title h1 {
		width: 974px;
		transform: translateX(-50%);
	}
	.eclub-text{ font-size:36px;}
}

@media screen and ( max-width: 992px ) {
	body {
		margin-top: 85px;
	}

	.page-title h1 {
		font-size: 55px;
		width: 100%;
		transform: none;
		left: 0;
		right: 0;
		padding: 0 40px;
	}
	.page-title:after {
		height: 270px;
	}

	.newsletter-signup {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.newsletter-signup a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.newsletter-signup .eclub-text {
		font-size: 32px;
	}
	.newsletter-signup strong {
		display: block;
		margin-bottom: 20px;
		font-size: 150%;
	}

	.fixed-bottom-cta {
		display: block;
	}

	.rss-summary-title {
		color: #005490;
		font-family: 'Brandon Grotesque Medium';
		font-weight: normal;
		font-size: 2.5em;
	}
	.blog-page-heading {
		font-size: 3em;
	}
}

@media screen and ( max-width: 767px ) {
	body {
		margin-top: 60px;
	}

	.page-title h1 {
		font-size: 60px;
		text-align: center;
		left: 0;
	}
	.page-title:after {
		height: 180px;
	}

	.newsletter-signup strong {
		font-size: 140%;
	}

	.fixed-bottom-cta .my-location {
		font-size: 14px;
	}
	.fixed-bottom-cta .my-location .location-name span {
		display: none;
	}
	.fixed-bottom-cta .my-location .z-button {
		padding: 0 20px;
		line-height: 2em;
	}

	.fixed-bottom-cta .e-club {
		font-size: 24px;
	}
	.fixed-bottom-cta .e-club a.e-club-link {
		padding: 20px 40px 20px 20px;
	}
	.fixed-bottom-cta .e-club a.e-club-close {
		font-size: 28px;
	}
}

@media screen and ( max-width: 479px ) {
	.newsletter-signup {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.newsletter-signup a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.newsletter-signup .eclub-text {
		font-size: 24px;
	}
	.newsletter-signup strong {
		display: block;
		margin-bottom: 10px;
		font-size: 150%;
	}

	.fixed-bottom-cta .e-club a.e-club-link {
		/*text-align: left;*/
	}
}
