@font-face {
	font-family: 'Brandon Grotesque';
    src: url('/stylesheets/fontkit/brandongrotesque-bold-webfont.woff2') format('woff2'),
         url('/stylesheets/fontkit/brandongrotesque-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
	font-family: 'Brandon Grotesque';
    src: url('/stylesheets/fontkit/brandongrotesque-medium-webfont.woff2') format('woff2'),
         url('/stylesheets/fontkit/brandongrotesque-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Playfair Display SC';
    src: url('/stylesheets/fontkit/playfairdisplaysc-black-webfont.woff2') format('woff2'),
         url('/stylesheets/fontkit/playfairdisplaysc-black-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}


@font-face {
	font-family: 'Playfair Display SC';
    src: url('/stylesheets/fontkit/playfairdisplaysc-regular-webfont.woff2') format('woff2'),
         url('/stylesheets/fontkit/playfairdisplaysc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.m2-gallery-second-group{display:none;}
.brandon, .model-summary { font-family:'Arial', 'Verdana', 'Geneva', sans-serif; /*font-family: 'Brandon Grotesque';*/ }
.page-title .brandon{font-family: 'Brandon Grotesque';}
.playfair { font-family: 'Playfair Display SC'; }




/*.specialImage {display:none !important;}*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Brandon Grotesque', 'Verdana', 'Geneva', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25em;
}
img {
	border: none;
	vertical-align: bottom;
}
h1, h2, h3, h4, p, ul, ol {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
form {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding-left: 25px;
}

p { line-height: 1.5em; }

a {
	color: #4F4036;
	text-decoration: none;
	-webkit-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out, color 0.5s ease-out;
	transition: background-color 0.5s ease-out, color 0.5s ease-out;
}
a:hover {
	color: #72655B;
}

.dealer {
    width: 100%;
    float: left;
    margin-top:20px;
    border: 1px solid #CCC;
}
.dealer .sidebar {
    float: left;
    width: 298px;
    height: 660px;
    background-color: #666;
    overflow: auto;
}
.dealer .sidebar .sidebar_wrapper {
    color: white; 
}
.dealer #map {
    float: left;
    width: 909px;
    height: 660px;
    background-color: #666;
}
.dealer .sidebar .sidebar_wrapper h2 {
    padding: 10px;
    margin: 0px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}
.dealer .sidebar .sidebar_wrapper .marker:hover {
    background: #333;
}
.dealer .sidebar .sidebar_wrapper .marker {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.dealer .sidebar .sidebar_wrapper .marker h3 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.dealer .sidebar .sidebar_wrapper .marker p {
    padding: 0px !important;
    margin: 0px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 10px;
}
.quote_wrapper .quote_dealer_wrapper strong {
    display: block;
    padding: 10px;
    font-weight: bold;
    background: #EEE;
}
.z-button, .z-button:link {
	background-color: #503F35 !important;
	padding: 0 2em;
	color: #FFFFFF;
	font-family: 'Brandon Grotesque';
	font-weight: normal;
	line-height: 3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.z-button:hover {
	background-color: #927A69 !important;
}

.quoteFormFields input, .quoteFormFields textarea, .quoteFormFields select{ margin-bottom:5px;}

.social-icon {
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #BB9A79;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
}
.social-icon span {
	display: none;
}
.social-icon:hover {
	background-color: #927A69;
	color: #FFFFFF;
}


header {
	margin-top: 40px;
	padding-bottom: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	color: #FFFFFF;
	height: 103px;
}
header.fixed {
	position: fixed;
	top: -40px;
}

header .logo {
	position: absolute;
	z-index: 121; 
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 103px;
	padding-right: 40px;
	padding-left: 80px;
}

header .main-navigation {
	position: relative;
	display: inline-block;
	float: left;
	width: auto;
	padding-left: 440px;
	height: 64px;
}
header .main-navigation:before {
	content: '';
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	left: -200%;
	z-index: 102;
	background-color: rgba( 80, 63, 53, 0.8 );
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-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 .main-navigation:before {
	background-color: rgba( 80, 63, 53, 1 );
}
header .main-navigation ul,
header .main-navigation li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-navigation ul {
	position: relative;
	z-index: 103;
}
header .main-navigation li {
	float: left;
	height: 64px;
}
header .main-navigation a {
	display: inline-block;
	padding: 0 20px;
	color: #FFFFFF;
	line-height: 58px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	-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 .main-navigation a.active,
header .main-navigation a:hover {
	border-bottom: 3px solid #F4B948;
}

header .sub-navigation {
	position: relative;
	display: inline-block;
	float: left;
	clear: both;
	width: auto;
	height: 29px;
	padding-left: 440px;
}
header .sub-navigation:before {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	left: -200%;
	z-index: 101;
	background-color: rgba( 171, 141, 111, 0.8 );
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-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 .sub-navigation:before {
	background-color: rgba( 171, 141, 111, 1 );
}
header .sub-navigation ul,
header .sub-navigation li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
header .sub-navigation ul {
	padding-left: 10px;
	position: relative;
	z-index: 102;
}
header .sub-navigation a {
	display: inline-block;
	color: #000;
	line-height: 29px;
	padding: 0 10px;
}
header .sub-navigation a.social-icon {
	background-color: #503F35;
	color: #FFF;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1em;
	padding: 2px;
}

footer .footer-social .social-icon{
	background:none;
	color: #FFF;
}


footer {
	background-color: #000000;
	color: #BB9A79;
}
footer .footer-content {
	border-bottom: 1px solid #503F35;
}
footer .footer-logo {
	float: left;
}
footer .footer-navigation {
	float: right;
}
footer .footer-menu {
	display: inline-block;
	float: left;
	padding: 0 40px;
	border-right: 1px solid #503F35;
}
footer .footer-menu:last-child {
	border-right: none;
	padding-right: 0;
}
footer .footer-menu ul,
footer .footer-menu li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .footer-menu a {
	display: block;
	color: #FFFFFF;
	line-height: 2em;
}

footer .footer-phone,
footer .footer-contact {
	margin-bottom: 20px;
}
footer .footer-phone a {
	display: inline-block;
}
footer .footer-phone span {
	display: inline-block;
}
footer .footer-contact {
	display: block;
}
footer .footer-phone i.fa,
footer .footer-contact i.fa {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: 1.5em;
	text-align: center;
	color: #BB9A79;
	border: 2px solid #BB9A79;
	border-radius: 50%;
	margin-right: 20px;
}
footer .footer-social a {
	display: inline-block;
}
footer .footer-social .social-icon {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1.5em;
}

footer .footer-copyright {
	color: #503F35;
}
footer .footer-copyright .copyright-address {
	float: left;
}
footer .footer-copyright .copyright-links {
	float: right;
}




.footer-cta {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: rgba( 244, 185, 72, 0.8 );
	background-color: rgba( 0, 0, 0, 0.8 );
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
}




.page-title {
	padding-top: 200px;
	background-color: #5F657C;
	background-image: url(../images/page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-title h1 {
	color: #FFFFFF;
	line-height: 1em;
}
.page-title h1 > span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 5px solid #927A69;
	margin-bottom: 40px;
}




/**
 * BLOG
 */

.rss-summary-d {
	border-bottom: 1px solid #503F35;
}
.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: #AB8D6F;
	font-family: 'Playfair';
	font-weight: bold;
	font-size: 1.5em;
	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: #AB8D6F;
	color: #FFFFFF;
	font-family: 'Brandon Grotesque';
	font-weight: bold;
	font-size: 0.8em;
	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: #927A69;
}
.rss-summary-box {
	display: none;
}

.blog-page-heading {
	color: #AB8D6F;
	font-family: 'Playfair';
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #AB8D6F;
	margin-bottom: 20px;
}
.blog-content .z-button {
	font-size: 16px;
}
.zblog-author {
	display: none;
}
.zblog-date {
	display: none;
}





/**
 * CONTACT FORM
 */
.zinquiry-form-table {
	width: 480px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #F5F5F5;
	padding: 20px;
}
.zinquiry-form-table th {
	display: block;
	width: 100%;
	color: #666666;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 18px;
	padding: 10px 0 0 5px;
}
.zinquiry-form-table td {
	display: block;
	width: 100%;
}
.zinquiry-form-table input, .zinquiry-form-table select, .zinquiry-form-table textarea {
	max-width: none;
	width: 100% !important;
}
.zinquiry-form-table input[type="checkbox"] {
	width: auto !important;
}
.zinquiry-form-table input[type="text"],
.zinquiry-form-table input[type="email"],
.zinquiry-form-table textarea {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #333333;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 18px;
	padding: 5px 10px;
}

.zinquiry-form-table tr:last-child th {

}
.zinquiry-form-table tr:last-child td {
	text-align: center;
}
.zinquiry-form-table button[type="submit"] {
	padding: 10px 40px;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

.zinquiry-form-table .zPrivacyPolicyLink,
.zinquiry-form-table #zInquiryFormTRCompany,
.zinquiry-form-table #zInquiryFormTRCountry {
	display: none;
}


.selectCountryDiv{padding:0px; display:none; position:absolute; left:0px; top:0px; z-index:90000001; width:100%; float:left; text-align:center;}
.sh-3234{ margin:0px; width:375px; float:left;}
.sh-3235{background:none; cursor:pointer; margin:0px; width:67px; height:28px; float:left;  border:none;}
.sh-3236{width:365px; background:none; border:none; float:left; margin-top:5px; font-size: 18px;}
.sh-3237{width:500px;    margin:0 auto; }
.sh-3237-2{position:relative; background-image:url(/images/blackfin-country-pop.jpg); padding-top:161px; padding-left:30px;height:253px;width:100%; float:left;}


.newsletterSignupContainer {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 3000;
	width: 436px;
	height: 580px;
}
.newsletterSignupContainer:after {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2999;
	background-color: rgba( 0, 0, 0, 0.5 );
}
.newsletterSignupContainer .newsletterSignupFrame {
	position: relative;
	z-index: 3001;
	width: 436px;
	height: 580px;
	background-color: #503F35;
}
.newsletterSignupContainer .newsletterSignupFrame iframe {
	width: 436px;
	height: 580px;
	vertical-align: bottom;
	margin: 0;
	border: 0;
}
.newsletterSignupContainer .newsletterSignupClose {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 3002;
	color: #000000;
	background-color: #AB8D6F;
	border-radius: 50%;
	width: 1em;
	line-height: 1em;
	height: 1em;
	display: inline-block;
	text-align: center;
	font-size: 32px;
	font-family: 'Times New Roman', serif;
	cursor: pointer;
}

body.newsletterSignupShown {
	overflow: hidden;
}

.z-job-row-posted, .z-job-posted{ display:none;}

.specialImage {position:absolute; top:142px; left:0px; z-index:1000;}


.modalBgDiv {
width: 100%;
float: left;
background-image: url(/z/a/images/bg-checker.png);
padding-bottom: 20px;
}

#gdprContainer {position: fixed; bottom:0; left:0; right:0; z-index:999; background-image:linear-gradient(#bdbdbd, #f5f5f5); color:#212121; padding:20px 30px;}

@media screen and (max-width: 1662px) {

	header .main-navigation ul {
		font-size: 14px;
	}
}

@media screen and (max-width:1460px) {
	.specialImage{ width:180px;}
	.specialImage img{ max-width:100%;}
	header .logo{
		width:250px;
	}
	header .logo img{
		max-width:100%;
	}
	header .main-navigation {
		padding-left:250px;
	}
}
.blog-content, .sh-87 { 
	font-family: 'Arial', 'Verdana', 'Geneva', sans-serif;
}

@media screen and (max-width: 1362px) {
	header .logo{
		width:250px;
	}
	header .logo img{
		max-width:100%;
	}
	header .main-navigation {
		padding-left:250px;
	}
	.dealer #map {
	    width: 685px;
	}
	.dealer .sidebar {
	    width: 248px;
	}
	header .logo {
		padding-left: 20px;
	} 
	header .main-navigation ul {
		font-size: 14px;
	}
	header .main-navigation a {
		padding: 0 7px;
	}
	header .sub-navigation {
		padding-left: 380px;
	}
	header .sub-navigation ul {
		padding-left: 0;
	}

	footer .footer-content {
		margin: 0;
		width: 100%;
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	footer .footer-menu {
		padding: 0 20px;
		font-size: 16px;
	}
	footer .footer-menu li a {
		display: block;
		color: #FFFFFF;
		line-height: 1.75em;
	}

	footer .footer-phone i.fa,
	footer .footer-contact i.fa {
		display: inline-block;
		width: 2em;
		height: 2em;
		line-height: 2em;
		font-size: 1em;
		border: 1px solid #BB9A79;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1100px) {

	#gdprContainer {padding-right:80px;}
	header .logo{
		width:200px;
	}
	header .main-navigation {
		padding-left:200px;
	}
}
 
@media screen and (max-width: 992px) {
	header .logo{ width:100%;}
	.dealer .sidebar {
	    width: 40%;
	}
	.dealer #map {
	    width: 60%;
	}
.sh-3234{ width:200px;}
.sh-3236{width:195px;  padding:1px; margin-left:3px; }
.sh-3237{width:270px;}
.sh-3237-2{height:136px; background-image:url(/images/blackfin-country-pop-small.jpg); padding-top:81px; padding-left:16px; }
.sh-3235{width:37px;}
	body.fixed {
		padding-top: 103px;
		padding-top: 196px;
	}

	header {
		position: relative;
		margin-top: 0;
		padding-bottom: 0;
		height: auto;
	}
	header.fixed {
		top: -103px;
	}
	header .logo {
		padding-left: 0;
		padding-right: 0;
		position: static;
		display: block;
		background-image: none;
		background-color: #000000;
		text-align: center;
	}
	header .logo a {}
	header .main-navigation {
		padding-left: 0;
		background-color: rgba( 80, 63, 53, 1 );
		width: 100%;
		text-align: center;
	}
	header .main-navigation:before {
		display: none;
	}
	header .main-navigation ul {
		font-size: 14px;
	}
	header .sub-navigation {
		padding-left: 0;
		background-color: rgba( 171, 141, 111, 1 );
		width: 100%;
		text-align: center;
	}
	header .sub-navigation:before {
		display: none;
	}
	header .sub-navigation ul {
		font-size: 14px;
	}

	footer .footer-content {
		border-bottom: none;
		padding-bottom: 0;
	}
	footer .footer-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	footer .footer-navigation {
		float: left;
		width: 100%;
		text-align: center;
	}
	footer .footer-menu,
	footer .footer-menu:last-child {
		width: 320px;
		display: block;
		margin: 0 auto;
		float: none;
		border-top: 1px solid #503F35;
		border-right: none;
		padding: 20px 20px 0;
	}
	footer .footer-menu:last-child {
		padding-top: 0;
		padding-bottom: 20px;
		border-top: none;
		border-bottom: 1px solid #503F35;
	}
	footer .footer-social {
		padding-bottom: 20px;
	}
	footer .footer-menu li a {
		line-height: 2em;
	}

	footer .footer-copyright {
		border-top: 0;
	}
	footer .footer-copyright .copyright-address,
	footer .footer-copyright .copyright-links {
		float: none;
		width: 100%;
		text-align: center !important;
	}

	.specialImage {position:absolute; top:0px; left:0px;}

}

@media screen and (max-width: 767px) {
	.dealer .sidebar {
	    width: 100%;
	    height:auto;
	}
	.dealer #map {
	    width: 100%;
	    height: 400px;
	}
	body.fixed {
		padding-top: 174px;
	}

	header .mobile-navigation {
		background-color: rgba( 80, 63, 53, 1 );
	}
	header .mobile-navigation a {
		color: #FFFFFF;
	}
	header .mobile-navigation .mobileMenuButton {
		display: block;
		padding: 10px 20px;
	}
	header .mobile-navigation .mobileMenuDiv {
		display: none;
	}
	header .mobile-navigation .mobileMenuDiv ul,
	header .mobile-navigation .mobileMenuDiv li {
		display: block;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	header .mobile-navigation .mobileMenuDiv a {
		display: block;
		padding: 10px 40px;
	}

	.newsletterSignupContainer {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 3000;
		width: 90%;
		height: 90%;
		max-width: 436px;
		max-height: 580px;
	}
	.newsletterSignupContainer:after {
		content: '';
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2999;
		background-color: rgba( 0, 0, 0, 0.5 );
	}
	.newsletterSignupContainer .newsletterSignupFrame {
		position: relative;
		z-index: 3001;
		width: 100%;
		height: 100%;
		background-color: #503F35;
	}
	.newsletterSignupContainer .newsletterSignupFrame iframe {
		width: 100%;
		height: 100%;
		vertical-align: bottom;
		margin: 0;
		border: 0;
	}
	.newsletterSignupContainer .newsletterSignupClose {
		position: absolute;
		top: -10px;
		left: -10px;
		z-index: 3002;
		color: #000000;
		background-color: #AB8D6F;
		border-radius: 50%;
		width: 1em;
		line-height: 1em;
		height: 1em;
		display: inline-block;
		text-align: center;
		font-size: 32px;
		font-family: 'Times New Roman', serif;
		cursor: pointer;
	}

	.footer-cta .z-button {
		font-size: 14px;
	}

	.specialImage {position:absolute; top:0px; left:0px;}
}

@media screen and (max-width:600px) {
	.specialImage {position:absolute; top:0px; left: 0px; text-align:center;}
}

@media screen and (max-width: 479px) {
	.footer-cta {
		padding: 10px 10px;
	}
	.footer-cta .z-button {
		font-size: 12px;
		padding: 0 1em;
	}

	footer .footer-menu, footer .footer-menu:last-child {
		width: 100%;
	}
}

@media screen and (max-height: 600px) {
	.newsletterSignupContainer {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 3000;
		width: auto;
		max-width: 100%;
		height: 100%;
	}
	.newsletterSignupContainer .newsletterSignupFrame {
		height: 100%;
	}
	.newsletterSignupContainer .newsletterSignupFrame iframe {
		height: 100%;
		width: 100%;
	}

	.newsletterSignupContainer .newsletterSignupClose {
		top: 0;
		left: 0;
	}
}