html {
	height: 100%;
}
html,body {
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	min-height:100%;
	width: 100%;
}
body {
	//position: relative;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #666;
}
a img {
	border: 0;
}
/* Font definition - Start */
.font-light { 
	font-family: "AmbassadorPlusSans-Light","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.font-thin { 
	/;/font-family: "AmbassadorPlusSans-Thin";
	font-family: "AmbassadorPlusSans-Light","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
/* Font definition - End */

body, html {
	font-family: "AmbassadorPlusSans-Light","Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: normal;
	font-style: normal;
}

.tablet .font-thin, .phone .font-thin {
/*	color: #333 !important; */
}

div {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	display: block;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 15px 15px 0 250px;
	position: relative;
}

.wrapper.landing {
	padding-right: 0;
}

.wrapper.sp {
	height: 100%;
}

.bg.tablet .wrapper {
	min-height: 0;
	height: auto;
}

.logo {
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px 15px 20px 0;
	margin: 0;
	width: 250px;
	height: 100%;
	z-index: 10;
}

.logo img.vert {
	width: auto;
	height: 100%;
	border: 0;
}
.logo img.hor {
	display: none;
	border: 0;
}

.main-content {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.phone .main-content {
	overflow: visible;
}

/* landing page background images */
.bgr {
	position: absolute;
	z-index: -1;
	border: 0;
	padding: 0;
	width: 100%;
	top: 0;
	left: 0;
}

.tablet .bgr, .phone .bgr {
	position: relative;
}

.half img {
	width: 100%;
	height: auto;
	display: block;
}

.half {
	width: 50%;
	float: left;
}

/* main content */
.main-content h2 {
	font-weight: bold;
	font-size: 25px;
}

.main-content .bgimage {
	//height: 100%;
	//max-height: 100%;
	width: 75%;
	//margin-left: 10%;
}

.main-content .bgimage.double, .main-content .bgimage.single {
	//width: 2000px;
	//max-width: 100%;
	width: 100%;
}

.sp .data {
	//height: 100%;
	//overflow: hidden;
}

.sp .menu {
	position: relative;
	top: 0;
	padding-top: 15px;
	left: 0;
	width: 100%;
	z-index: 10;
	line-height: 26px;
	background: #FFF;
}

.sp {
	padding-top: 0;
}

.bgimage {
	position: relative;
	overflow: hidden;
	margin-bottom: -5px;
}

.main-content .bgimage > img, .main-content .bgimage.single > img {
	height: auto;
	width: 100%;
}

.main-content .bgimage.double {
	//max-width: 1150px;
}

.main-content .bgimage.double > img {
	height: auto;
	width: 450px;
	min-height: 200px;
	float: left;
}
.phone .main-content .bgimage.double > img, .phone .main-content .bgimage.single > img {
	width: 100%;
}

.squares {
	position: absolute;
	width: 250px;
	left: -260px;
	top: -145px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
}
.open .squares {
	opacity: 1;
}
.tablet .squares, .phone .squares {
	display: none;
}

.desktop .bgimage.single .text-block {
	max-width: 65%;
} 
.desktop .bgimage.single .text-block.w80 {
	max-width: 100%  !important;
	width: 90%;
} 
.desktop .bgimage.single .text-block.sqrs {
	max-width: 63%;
}
@media screen and (max-width: 1300px) {
	.desktop .bgimage.single .text-block.label-page {
		width: 95% !important;
	} 
}

@media screen and (min-width: 1300px) {
	.desktop .bgimage.single .text-block {
		max-width: 90% !important;
	} 
}
.w75 {
	max-width: 75% !important;
}

.desktop {
	max-width: 1600px;
}

.bgimage .text-block {
	right: -85%;
	position: absolute;
	background: transparent;
	#color: #333;
	color: #FFF;
	width: 85%;
	bottom: 0;
	text-align: left;
	font-size: 17px;
	letter-spacing: .07em;
	line-height: 1.3em;
	padding: 0;
	transition-property: right;
	transition-duration: 1s;
	visibility: hidden;
}
.text-block-content {
	background: #000;
	opacity: 0.6;
}
.phone .text-block-content, .tablet .text-block-content {
	background: #FFF;
}
.text-block.white {
	background: #FFF;
	color: #222;
	opacity: 0.8;
}
.phone .text-block, .tablet .text-block {
	background: #FFF;
	color: #333;
	opacity: 0.8;
}
.tablet .bgimage .text-block {
	font-size: 20px;
}

.text-block.small-font {
	font-size: 16px;
}

.text-block h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}
.text-block.small-font h3 {
	font-size: 1.5em;
}

.text-block h4 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 .5em 0;
}

.text-block p.contact {
	line-height: 1.6em;
	margin-bottom: 1.5em;
	#font-size: .9em;
}
.text-block p.contact:last-child {
	margin-bottom: 0;
	line-height: 1.6em;
}
.phone .text-block p.contact, .tablet .text-block p.contact {
	line-height: 1.4em;
}
.phone .text-block p.contact span, .tablet .text-block p.contact span {
	display: block;
	padding: 0;
	margin-bottom: 0;
}
.text-block p:last-child {
	margin-bottom: 0;
}
.text-block a, .text-block a:visited {
	#color: #000;
	color: #FFF;
}
.phone .text-block a, .phone .text-block a:visited, .tablet .text-block a, .tablet .text-block a:visited {
	color: #000;
	#color: #FFF;
}

.text-block a:hover {
	color: red;
}
.bgimage .text-block.open {
	right: 0;
	transition-property: right;
	transition-duration: 1s;
}

.text-block .txt {
	padding: 1.5em 1.5em 1.5em 1.5em;
	margin-top: 0;
}

.text-block .title {
	display: block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	position: absolute;
	width: 9em;
	//top: calc(50% - 4.5em - 55px);
	top: -55px;
	left: -8.9em;
	display: block;
	text-align: center;
	background: #000;
	opacity: 0.8;
	border-radius: 20px 20px 0 0;
	height: 55px;
	font-weight: normal;
	font-size: 1.3em;
	cursor: pointer;
	line-height: 55px;
	letter-spacing: .05em;
	color: #FFF;
	transition-property: opacity;
	transition-duration: 1s;
}
.text-block.white .title {
	background: #FFF;
	color: #222;
}
.text-block.open .title {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
}

.text-block .close {
	float: right;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	margin-top: -0.1em;
}

.text-block .close:hover {
	color: red;
}

.phone .text-block .title {
	display: none;
}

.phone .text-block .txt {
	margin-top: 1em;
}

.img {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
.img.full {
	width: 100%;
}
.desktop .img.narrow, .tablet .img.narrow {
	width: 40% !important;
	margin-right: 10% !important;
	max-width: 500px !important;
}
.img img {
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.img p {
	line-height: 1.6em;
    text-align: justify;
}

.phone .img p {
	text-align: left;
}

.img.text {
	margin: 50px 0 0 5%;
	padding: 1em;
	color: #333;
	font-size: 14px;
	text-align: justify;
	width: 35%;
	border: 1px solid #AAA;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.img.text h1 {
	font-size: 18px;
}

.front-text {
	color: white;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	top: 60%;
	text-align: center;
	width: 100%;
	//text-shadow: 1px 1px #000;
}

.phone .front-text {
	font-size: 30px;
	top: 40%;
}

.data {
	/*margin-top: -1.5em;*/
	position: relative;
	//padding-bottom: 20px;
}

/* menu */
.menu {
	padding-bottom: .5em;
}
ul.site-menu, ul.social-menu { 
	list-style:none; 
	margin: 0 0 5px 0; 
	padding:0; 
	float: left; 
	white-space: nowrap;
}
.tablet ul.social-menu, .phone ul.social-menu {
	float: right;
}
ul.site-menu li, ul.social-menu li {
	display: inline-block;
	margin: 0;
}
ul.site-menu li {
	margin-right: 1em;
}
ul.site-menu li:last-child {
	margin-right: 0;
}
ul.social-menu li:first-child {
	margin-left: 1em;
}
ul.site-menu li a, ul.site-menu li a:hover, ul.site-menu li a:visited {
	color: #000;
	text-decoration: none;
	font-size: 25px;
	font-weight: normal;
}
ul.site-menu li a:hover, ul.site-menu li a:visited {
	color: #000;
	text-decoration: none;
}
.bg ul.site-menu li a, .bg ul.site-menu li a:hover, u.bg l.site-menu li a:visited {
//	color: white;
//	text-shadow: 1px 1px #000;
}
.phone ul.site-menu li a {
	font-size: 23px;
	margin-bottom: .3em;
	font-weight: normal;
}
.tablet ul.site-menu li a {
	font-size: 26px;
	margin-bottom: .3em;
	font-weight: normal;
}
a.social-icon { 
	display:inline-block; 
	background-image: url('../images/sprite.png'); 
	background-size: 172px 555px;
	background-position:-8px -116px; 
	background-repeat:no-repeat; 
	width: 28px; 
	height: 24px; 
	padding:0; 
	margin:0; 
}
ul.social-menu li a.social-icon.twitter { background-position:-14px -104px; }
ul.social-menu li a.social-icon.twitter:hover { background-position:-65px -104px; }
ul.social-menu li a.social-icon.instagram { background-position:-16px -54px; }
ul.social-menu li a.social-icon.instagram:hover { background-position:-66px -54px; }

ul.site-menu.bag {
	float: right;
}
.phone ul.site-menu.bag, .tablet ul.site-menu.bag {
	display: block;
	position: relative;
	margin: 0;
	height: 1em;
}
.phone ul.site-menu.bag li, .tablet ul.site-menu.bag li {
	margin: 0;
}
.phone ul.site-menu.bag li a, .tablet ul.site-menu.bag li a {
	color: black;
	font-size: 28px;
}	
.phone ul.site-menu.bag li a span.text, .tablet ul.site-menu.bag li a span.text {
	display: none;
}
ul.site-menu.bag a:hover svg path {
	fill: red;
}

/* footer */
.footer {
	position: relative;
	width: 100%;
	text-align: left;
	bottom: 5px;
	z-index: 25;
	color: #666;
	font-size: 16px;
}
.tablet .footer, .phone .footer {
	position: relative;
	bottom: 0;
	padding: 10px 15px;
}
.phone .footer {
	position: relative;
	bottom: 0;
	padding: 10px 0;
}

/* slider */

.main-content.collections {
	visibility: hidden;
	max-width: 1600px;
}

.slider-block {
	width: 100%;
	padding: 0 80px;
	position: relative;
}
.phone .slider-block {
	padding: 0;
}
.slider-block .text {
	width: 50%;
	float: left;
	padding-right: 25px;
	text-align: justify;
	font-size: 13px;
}

.slider-block .img {
	width: 50%;
	float: right;
	padding-left: 25px;
	border-left: 1px solid #666;
}
.slider-block .img.single {
	width: 50%;
	float: none;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
.slider-block .img.nopad {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
.slider-block .img img {
	#width: 100%;
	height: auto;
}

/* news */

.desktop .news-wrapper, .tablet .news-wrapper {
	//overflow-x: scroll;
	//overflow-y: hide;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.desktop .news-block, .tablet .news-block {
	position: relative;
	display: inline-block;
	width: 33.3%;
	max-width: 550px;
	min-width: 350px;
	//float: left;
	padding-right: 10px;
	overflow: hidden;
	margin-bottom: 22px;
}

.desktop .news-block.last, .tablet .news-block.last {
	padding-right: 0;
}

.news-wrapper .ps-scrollbar-x-rail {
	//max-width: 1350px !important;
}

.phone .news-block {
	float: none;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.phone .news-block h3 {
	right: 0;
}

.news-block img {
	width: 100%;
	height: 100%;
}

.news-block h3 {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 15px 1em;
	margin: 0;
	//background: #FFF;
	background: #000;
	opacity: 0.6;
	//color: #666;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	border-radius: 20px 20px 0 0;
	font-weight: normal;
}

.news-block.last h3 {
	right: 0;
}

/* news page */

.news-page > img {
	width: 32%;
	max-width: 450px;
	height: auto;
	float: left;
	margin: 10px 10px 0 0;
}

.news-page > img.sameheight {
	height: 25%;
	max-height: 500px;
	width: auto;
}

.tablet .news-page > img.sameheight {
	height: 25%;
	max-height: 450px;
	width: auto;
}

.tablet .news-page > img {
	width: 31%;
}

.phone .news-page img, .phone .news-page img.sameheight {
	width: 100%;
	max-width: 800px;
	height: auto;
	max-height: 1000px;
	float: none;
}

.news-page .img {
	padding: 0 10px 0 0;
	width: 50%;
	max-width: 600px;
}
.news-page .img img {
	width: 100%;
	height: auto;
}

.news-page .news-title {
	margin-top: 4vh;
}

.news-page .news-title h1 {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 23px;
	color: #666;
}

.news-page .news-title h2 {
	display: block;
	margin: .1em 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	color: #666;
}

.news-page .news-subtitle {
	margin: 4vh 0;
	font-weight: normal;
	font-size: 18px;
	color: #666;
	line-height: 1.1em;
}

.news-page .news-subtitle h3 {
	display: block;
	margin: 0 0 .1em 0;
	padding: 0 0 .5em 0;
	font-weight: normal;
	font-size: 18px;
	color: #666;
}


.imgs {
	padding: 0 0 0 5px;
	overflow: hidden;
	position: relative;
}
.main-content>.imgs:nth-child(odd) {
	padding: 0 5px 0 0;
}
.imgs img {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
.imgs img:last-child {
}

/* contact */

.submit input {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #666;
	box-shadow: 0 0;
	text-shadow: 0 0;
	color: #666;
	padding: 0 10px;
	font-size: 17px;
	line-height: 40px;
}

.submit .email {
	width: 75%;
	margin-left: -0.4em;
}

.phone .submit .email {
	margin-left: 0;
}

.submit .btn {
	width: 15%;
	background: #FFF;
	font-size: 17px;
	line-height: 2em;
}

.phone .submit .email {
	width: 70%;
}

.phone .submit .btn {
	width: 20%;
	float: right;
}

/* tablet layout */

.tablet .logo, .phone .logo {
	position: relative;
	display: block;
	padding: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tablet .logo a, .phone .logo a {
	margin: 0;
	padding: 0;
}
.tablet .logo img.vert, .phone .logo img.vert {
	display: none;
}
.tablet .logo img.hor, .phone .logo img.hor {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.tablet .wrapper, .phone .wrapper {
//	padding: 0 15px 30px 15px;
	margin: 0;
}

.phone nav {
	margin-bottom: 30px;
}

.phone .main-content .img {
//	width: 100%;
//	float: none;
}

.phone .slider-block .img {
//	width: 100%;
//	float: none;
//	border: none;
//	padding: 0;
}

.phone .slider-block .img img {
//	width: 100%;
//	height: auto;
}

.phone .slider-block .text {
//	width: 100%;
//	float: none;
//	padding: 0;
//	margin-bottom: 25px;
}

.tablet .bgimage, .phone .bgimage {
	height: auto;
	//margin-bottom: 15px;
}

.tablet .bgimage img, .phone .bgimage img {
	width: 100%;
	height: auto;
}

body.phone {
	height: auto;
}

.phone .bgimage .text-block, .phone .bgimage .text-block.open, .tablet .bgimage .text-block, .tablet .bgimage .text-block.open {
	position: relative;
	width: 100%;
	right: auto;
	opacity: 1;
	color: #000;
	padding-bottom: 30px;
	visibility: hidden;
}

.phone .bgimage .text-block .close, .tablet .bgimage .text-block .close {
	display: none;
}

.phone .bgimage .text-block .title, .tablet .bgimage .text-block .title {
	position: relative;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	width: 100%;
	top: 0;
	left: 0;
	text-align: left;
	border: 0;
	cursor: auto;
	height: auto;
	padding: 0;
}

.phone .text-block .txt, .tablet .text-block .txt {
	padding: 0;
}

.phone footer {
	padding: 0;
}

/* nav menu */

.pnone-nav-button, .tablet .pnone-nav-button, .desktop .pnone-nav-button {
	width: 24px;
	height: 24px;
	float: left;
	cursor: pointer;
	display: none;
}

.pnone-nav-button img, .pnone-nav-button svg {
	width: 100%;
	height: 100%;
}
.phone .pnone-nav-button, .tablet .pnone-nav-button {
	display: block;
	margin-top: 3px;
}

.desktop .site-menu {
	display: block;
	position: relative;
}

.phone .site-menu li a, .phone .site-menu li a:visited, .tablet .site-menu li a, .tablet .site-menu li a:visited {
	color: #FFF;
}

.phone .site-menu li a:hover, .tablet .site-menu li a:hover {
	color: #FFF;
}
.main-menu {
	display: none !important;
}
.phone .site-menu, .tablet .site-menu {
	display: none;
}
.phone .main-menu, .tablet .main-menu {
	margin: 0;
	padding: 70px 0 0 0;
	width: 300px;
	max-width: 95%;
	//height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	left: -300px;
	background: #000;
	opacity: 0.95;
	z-index: 15;
	display: block !important;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
}
.menu-open.phone .main-menu, .menu-open.tablet .main-menu {
	//left: 0;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
}
body {
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
}
.phone body, .tablet body {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	position: relative;
}
.menu-open {
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
}
.phone .main-menu li, .tablet .main-menu li {
	display: block;
	margin: 1em 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
}
.phone .main-menu li a, .tablet .main-menu li a {
	opacity: 1;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
}
.phone .main-menu li.active a, .tablet .main-menu li.active a {
	font-weight: bold;
}
.phone .main-menu li a:hover, .tablet .main-menu li a:hover {
	opacity: 0.7;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
}
.main-menu li.close {
	display: none;
}
.phone .main-menu li.close, .tablet .main-menu li.close {
	display: block;
	position: absolute;
	color: #FFF;
	font-size: 3em;
	top: -50px;
	right: 20px;
	cursor: pointer;
}
.phone .nophone {
	display: none;
}

.onlyphone {
	display: none;
}

.desktop .onlymobile {
	display: none;
}

.phone .onlyphone {
	display: block;
}

.phone .news-page .img {
	width: 100%;
}

/* new landing */ 

.landing {

}

.landing .wrapper {
	padding-right: 0; 
	padding-top: 0; 
	height: 100%;
}

.landing .menu {
	background: white; 
	padding-top: 15px; 
	float: left; 
	width: 100%;
}
.landing ul.site-menu.bag {
	margin-right: 15px;
}

.phone.landing ul.site-menu.bag, .tablet.landing ul.site-menu.bag {
	margin-right: 0 !important;
}

.landing .background {
	background-image: url('../images/landing_squid.jpg'); 
	background-repeat: no-repeat;
	max-width: 1400px;
	height: 100%; 
	background-size: auto 100%; 
}
.tablet.landing .background, .phone.landing .background {
	width: 100%;
	min-height: 400px;
	height: auto;
	background-size: 100% auto;
}

.tablet.landing .background {
	min-height: 200px;
}

.landing .foot {
	background: white; 
	//opacity: 0.85; 
	//height: 30px; 
	bottom: 0;
	//margin-top: -30px;
	margin: 20px 15px 20px 0;
}

.tablet.landing .wrapper, .phone.landing .wrapper {
	padding-left: 0 !important;
}

.tablet.landing .menu, .tablet.landing .foot {
	padding-left: 15px;
	padding-right: 15px;
}

body.phone.landing {
	min-height: 100%;
	height: 100%;
}

.phone.landing .menu {
	position: relative;
	float: none;
	min-height: 35px;
}

.phone.landing .menu nav {
	padding: 0 15px;
}

.phone.landing .background {
	height: 70%;
}

.phone.landing .foot {
	padding: 0 15px;
	text-align: center;
}

/* new footer from shopify */

.site-footer {
    float: right;
    padding: 20px 0 20px 0;
    width: 100%;
}
.site-footer .grid, .site-footer .grid--rev, .site-footer .grid--full {
    margin: 0;
}
.site-footer .grid__item:first-child {
    border-left: medium none;
    margin-bottom: 30px;
}
.site-footer .grid__item:last-child {
	text-align: right;
	white-space: nowrap;
}
.site-footer ul {
    margin: 0;
    padding: 0;
}
.site-footer .footer-nav {
    padding: 0;
}
.site-footer .footer-nav li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 1em;
}
.site-footer .newsletter {
    border-left: medium none;
    padding: 0 20px 0 0;
}
.site-footer div:last-child {
    //font-size: 16px;
    line-height: 1;
    padding-right: 0;
}
.site-footer div:last-child p {
    margin-top: 12px;
}
.site-footer .social-icons {
    text-align: center;
}
.site-footer .social-icons li {
    display: inline-block;
    list-style: outside none none;
}
.site-footer .social-icons li a {
    height: 20px;
    margin-top: 10px;
    width: 20px;
}

@media screen and (max-width: 1030px) {
	.site-footer .grid__item:first-child {
	    margin-bottom: 0;
	}
	.site-footer .grid__item, .site-footer .grid__item:last-child {
	    text-align: center;
	    white-space: normal;
	}
	.site-footer .medium--full {
	    margin-top: 30px;
	}
	.site-footer .grid__item {
	    padding: 0;
	}
	.site-footer .newsletter form {
	    margin: 0 auto;
	    max-width: 310px;
	}
	.site-footer .footer-nav {
		margin-top: 20px;
	}
	.site-footer .footer-nav li {
	    float: left;
	    text-align: center;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.phone footer {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 600px) {

.site-footer {
    border-top: 1px solid #d2d2d2;
    margin-top: 50px;
    padding: 50px 0 40px;
}	

}

/* icons in footer */

.social-icons li {
    margin: 0 4%;
    vertical-align: middle;
}
@media screen and (min-width: 601px) {
.social-icons li {
    margin-left: 0;
}
}
.social-icons li .icon {
    font-size: 30px;
    line-height: 26px;
}
.social-icons li a {
    color: #bbbbbb;
}
.social-icons li a:hover {
    color: #a2a2a2;
}

.icon-svg {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}
.icon-svg svg {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.icon-svg img {
	width: 100%;
	height: auto;
}

/* grid */ 

.grid, .grid--rev, .grid--full, .grid-uniform {
}
.grid::after, .grid--rev::after, .grid--full::after, .grid-uniform::after {
    clear: both;
    content: "";
    display: table;
}
.grid__item.clear {
    clear: both;
}
.grid, .grid--rev, .grid--full, .grid-uniform {
    list-style: outside none none;
    margin: 0 0 0 -20px;
    padding: 0;
}
.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
    width: 100%;
}
.grid--rev {
    direction: rtl;
    text-align: left;
}
.grid--rev > .grid__item {
    direction: ltr;
    float: right;
    text-align: left;
}
.grid--full {
    margin-left: 0;
}
.grid--full > .grid__item {
    padding-left: 0;
}
.one-whole {
    width: 100%;
}
.one-half {
    width: 50%;
}
.one-third {
    width: 33.333%;
}
.two-thirds {
    width: 66.666%;
}
.one-quarter {
    width: 25%;
}
.two-quarters {
    width: 50%;
}
.three-quarters {
    width: 75%;
}
.one-fifth {
    width: 20%;
}
.two-fifths {
    width: 40%;
}
.three-fifths {
    width: 60%;
}
.four-fifths {
    width: 80%;
}
.one-sixth {
    width: 16.666%;
}
.two-sixths {
    width: 33.333%;
}
.three-sixths {
    width: 50%;
}
.four-sixths {
    width: 66.666%;
}
.five-sixths {
    width: 83.333%;
}
.one-eighth {
    width: 12.5%;
}
.two-eighths {
    width: 25%;
}
.three-eighths {
    width: 37.5%;
}
.four-eighths {
    width: 50%;
}
.five-eighths {
    width: 62.5%;
}
.six-eighths {
    width: 75%;
}
.seven-eighths {
    width: 87.5%;
}
.one-tenth {
    width: 10%;
}
.two-tenths {
    width: 20%;
}
.three-tenths {
    width: 30%;
}
.four-tenths {
    width: 40%;
}
.five-tenths {
    width: 50%;
}
.six-tenths {
    width: 60%;
}
.seven-tenths {
    width: 70%;
}
.eight-tenths {
    width: 80%;
}
.nine-tenths {
    width: 90%;
}
.one-twelfth {
    width: 8.333%;
}
.two-twelfths {
    width: 16.666%;
}
.three-twelfths {
    width: 25%;
}
.four-twelfths {
    width: 33.333%;
}
.five-twelfths {
    width: 41.666%;
}
.six-twelfths {
    width: 50%;
}
.seven-twelfths {
    width: 58.333%;
}
.eight-twelfths {
    width: 66.666%;
}
.nine-twelfths {
    width: 75%;
}
.ten-twelfths {
    width: 83.333%;
}
.eleven-twelfths {
    width: 91.666%;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
@media only screen and (max-width: 600px) {
.small--one-whole {
    width: 100%;
}
.small--one-half {
    width: 50%;
}
.small--one-third {
    width: 33.333%;
}
.small--two-thirds {
    width: 66.666%;
}
.small--one-quarter {
    width: 25%;
}
.small--two-quarters {
    width: 50%;
}
.small--three-quarters {
    width: 75%;
}
.small--one-fifth {
    width: 20%;
}
.small--two-fifths {
    width: 40%;
}
.small--three-fifths {
    width: 60%;
}
.small--four-fifths {
    width: 80%;
}
.small--one-sixth {
    width: 16.666%;
}
.small--two-sixths {
    width: 33.333%;
}
.small--three-sixths {
    width: 50%;
}
.small--four-sixths {
    width: 66.666%;
}
.small--five-sixths {
    width: 83.333%;
}
.small--one-eighth {
    width: 12.5%;
}
.small--two-eighths {
    width: 25%;
}
.small--three-eighths {
    width: 37.5%;
}
.small--four-eighths {
    width: 50%;
}
.small--five-eighths {
    width: 62.5%;
}
.small--six-eighths {
    width: 75%;
}
.small--seven-eighths {
    width: 87.5%;
}
.small--one-tenth {
    width: 10%;
}
.small--two-tenths {
    width: 20%;
}
.small--three-tenths {
    width: 30%;
}
.small--four-tenths {
    width: 40%;
}
.small--five-tenths {
    width: 50%;
}
.small--six-tenths {
    width: 60%;
}
.small--seven-tenths {
    width: 70%;
}
.small--eight-tenths {
    width: 80%;
}
.small--nine-tenths {
    width: 90%;
}
.small--one-twelfth {
    width: 8.333%;
}
.small--two-twelfths {
    width: 16.666%;
}
.small--three-twelfths {
    width: 25%;
}
.small--four-twelfths {
    width: 33.333%;
}
.small--five-twelfths {
    width: 41.666%;
}
.small--six-twelfths {
    width: 50%;
}
.small--seven-twelfths {
    width: 58.333%;
}
.small--eight-twelfths {
    width: 66.666%;
}
.small--nine-twelfths {
    width: 75%;
}
.small--ten-twelfths {
    width: 83.333%;
}
.small--eleven-twelfths {
    width: 91.666%;
}
.small--show {
    display: block !important;
}
.small--hide {
    display: none !important;
}
.small--text-left {
    text-align: left !important;
}
.small--text-right {
    text-align: right !important;
}
.small--text-center {
    text-align: center !important;
}
.small--left {
    float: left !important;
}
.small--right {
    float: right !important;
}
.grid-uniform .small--one-half:nth-child(2n+1), .grid-uniform .small--one-third:nth-child(3n+1), .grid-uniform .small--one-quarter:nth-child(4n+1), .grid-uniform .small--one-fifth:nth-child(5n+1), .grid-uniform .small--one-sixth:nth-child(6n+1), .grid-uniform .small--two-sixths:nth-child(3n+1), .grid-uniform .small--three-sixths:nth-child(2n+1), .grid-uniform .small--two-eighths:nth-child(4n+1), .grid-uniform .small--four-eighths:nth-child(2n+1), .grid-uniform .small--five-tenths:nth-child(2n+1), .grid-uniform .small--one-twelfth:nth-child(12n+1), .grid-uniform .small--two-twelfths:nth-child(6n+1), .grid-uniform .small--three-twelfths:nth-child(4n+1), .grid-uniform .small--four-twelfths:nth-child(3n+1), .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
}
}
@media only screen and (min-width: 601px) and (max-width: 1030px) {
.medium--one-whole {
    width: 100%;
}
.medium--one-half {
    width: 50%;
}
.medium--one-third {
    width: 33.333%;
}
.medium--two-thirds {
    width: 66.666%;
}
.medium--one-quarter {
    width: 25%;
}
.medium--two-quarters {
    width: 50%;
}
.medium--three-quarters {
    width: 75%;
}
.medium--one-fifth {
    width: 20%;
}
.medium--two-fifths {
    width: 40%;
}
.medium--three-fifths {
    width: 60%;
}
.medium--four-fifths {
    width: 80%;
}
.medium--one-sixth {
    width: 16.666%;
}
.medium--two-sixths {
    width: 33.333%;
}
.medium--three-sixths {
    width: 50%;
}
.medium--four-sixths {
    width: 66.666%;
}
.medium--five-sixths {
    width: 83.333%;
}
.medium--one-eighth {
    width: 12.5%;
}
.medium--two-eighths {
    width: 25%;
}
.medium--three-eighths {
    width: 37.5%;
}
.medium--four-eighths {
    width: 50%;
}
.medium--five-eighths {
    width: 62.5%;
}
.medium--six-eighths {
    width: 75%;
}
.medium--seven-eighths {
    width: 87.5%;
}
.medium--one-tenth {
    width: 10%;
}
.medium--two-tenths {
    width: 20%;
}
.medium--three-tenths {
    width: 30%;
}
.medium--four-tenths {
    width: 40%;
}
.medium--five-tenths {
    width: 50%;
}
.medium--six-tenths {
    width: 60%;
}
.medium--seven-tenths {
    width: 70%;
}
.medium--eight-tenths {
    width: 80%;
}
.medium--nine-tenths {
    width: 90%;
}
.medium--one-twelfth {
    width: 8.333%;
}
.medium--two-twelfths {
    width: 16.666%;
}
.medium--three-twelfths {
    width: 25%;
}
.medium--four-twelfths {
    width: 33.333%;
}
.medium--five-twelfths {
    width: 41.666%;
}
.medium--six-twelfths {
    width: 50%;
}
.medium--seven-twelfths {
    width: 58.333%;
}
.medium--eight-twelfths {
    width: 66.666%;
}
.medium--nine-twelfths {
    width: 75%;
}
.medium--ten-twelfths {
    width: 83.333%;
}
.medium--eleven-twelfths {
    width: 91.666%;
}
.medium--show {
    display: block !important;
}
.medium--hide {
    display: none !important;
}
.medium--text-left {
    text-align: left !important;
}
.medium--text-right {
    text-align: right !important;
}
.medium--text-center {
    text-align: center !important;
}
.medium--left {
    float: left !important;
}
.medium--right {
    float: right !important;
}
.grid-uniform .medium--one-half:nth-child(2n+1), .grid-uniform .medium--one-third:nth-child(3n+1), .grid-uniform .medium--one-quarter:nth-child(4n+1), .grid-uniform .medium--one-fifth:nth-child(5n+1), .grid-uniform .medium--one-sixth:nth-child(6n+1), .grid-uniform .medium--two-sixths:nth-child(3n+1), .grid-uniform .medium--three-sixths:nth-child(2n+1), .grid-uniform .medium--two-eighths:nth-child(4n+1), .grid-uniform .medium--four-eighths:nth-child(2n+1), .grid-uniform .medium--five-tenths:nth-child(2n+1), .grid-uniform .medium--one-twelfth:nth-child(12n+1), .grid-uniform .medium--two-twelfths:nth-child(6n+1), .grid-uniform .medium--three-twelfths:nth-child(4n+1), .grid-uniform .medium--four-twelfths:nth-child(3n+1), .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
}
}
/*
@media only screen and (max-width: 970px) {
.medium-down--one-whole {
    width: 100%;
}
.medium-down--one-half {
    width: 50%;
}
.medium-down--one-third {
    width: 33.333%;
}
.medium-down--two-thirds {
    width: 66.666%;
}
.medium-down--one-quarter {
    width: 25%;
}
.medium-down--two-quarters {
    width: 50%;
}
.medium-down--three-quarters {
    width: 75%;
}
.medium-down--one-fifth {
    width: 20%;
}
.medium-down--two-fifths {
    width: 40%;
}
.medium-down--three-fifths {
    width: 60%;
}
.medium-down--four-fifths {
    width: 80%;
}
.medium-down--one-sixth {
    width: 16.666%;
}
.medium-down--two-sixths {
    width: 33.333%;
}
.medium-down--three-sixths {
    width: 50%;
}
.medium-down--four-sixths {
    width: 66.666%;
}
.medium-down--five-sixths {
    width: 83.333%;
}
.medium-down--one-eighth {
    width: 12.5%;
}
.medium-down--two-eighths {
    width: 25%;
}
.medium-down--three-eighths {
    width: 37.5%;
}
.medium-down--four-eighths {
    width: 50%;
}
.medium-down--five-eighths {
    width: 62.5%;
}
.medium-down--six-eighths {
    width: 75%;
}
.medium-down--seven-eighths {
    width: 87.5%;
}
.medium-down--one-tenth {
    width: 10%;
}
.medium-down--two-tenths {
    width: 20%;
}
.medium-down--three-tenths {
    width: 30%;
}
.medium-down--four-tenths {
    width: 40%;
}
.medium-down--five-tenths {
    width: 50%;
}
.medium-down--six-tenths {
    width: 60%;
}
.medium-down--seven-tenths {
    width: 70%;
}
.medium-down--eight-tenths {
    width: 80%;
}
.medium-down--nine-tenths {
    width: 90%;
}
.medium-down--one-twelfth {
    width: 8.333%;
}
.medium-down--two-twelfths {
    width: 16.666%;
}
.medium-down--three-twelfths {
    width: 25%;
}
.medium-down--four-twelfths {
    width: 33.333%;
}
.medium-down--five-twelfths {
    width: 41.666%;
}
.medium-down--six-twelfths {
    width: 50%;
}
.medium-down--seven-twelfths {
    width: 58.333%;
}
.medium-down--eight-twelfths {
    width: 66.666%;
}
.medium-down--nine-twelfths {
    width: 75%;
}
.medium-down--ten-twelfths {
    width: 83.333%;
}
.medium-down--eleven-twelfths {
    width: 91.666%;
}
.medium-down--show {
    display: block !important;
}
.medium-down--hide {
    display: none !important;
}
.medium-down--text-left {
    text-align: left !important;
}
.medium-down--text-right {
    text-align: right !important;
}
.medium-down--text-center {
    text-align: center !important;
}
.medium-down--left {
    float: left !important;
}
.medium-down--right {
    float: right !important;
}
.grid-uniform .medium-down--one-half:nth-child(2n+1), .grid-uniform .medium-down--one-third:nth-child(3n+1), .grid-uniform .medium-down--one-quarter:nth-child(4n+1), .grid-uniform .medium-down--one-fifth:nth-child(5n+1), .grid-uniform .medium-down--one-sixth:nth-child(6n+1), .grid-uniform .medium-down--two-sixths:nth-child(3n+1), .grid-uniform .medium-down--three-sixths:nth-child(2n+1), .grid-uniform .medium-down--two-eighths:nth-child(4n+1), .grid-uniform .medium-down--four-eighths:nth-child(2n+1), .grid-uniform .medium-down--five-tenths:nth-child(2n+1), .grid-uniform .medium-down--one-twelfth:nth-child(12n+1), .grid-uniform .medium-down--two-twelfths:nth-child(6n+1), .grid-uniform .medium-down--three-twelfths:nth-child(4n+1), .grid-uniform .medium-down--four-twelfths:nth-child(3n+1), .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
}
}
*/
@media only screen and (min-width: 1030px) {
.large--one-whole {
    width: 100%;
}
.large--one-half {
    width: 50%;
}
.large--one-third {
    width: 33.333%;
}
.large--two-thirds {
    width: 66.666%;
}
.large--one-quarter {
    width: 25%;
}
.large--two-quarters {
    width: 50%;
}
.large--three-quarters {
    width: 75%;
}
.large--one-fifth {
    width: 20%;
}
.large--two-fifths {
    width: 40%;
}
.large--three-fifths {
    width: 60%;
}
.large--four-fifths {
    width: 80%;
}
.large--one-sixth {
    width: 16.666%;
}
.large--two-sixths {
    width: 33.333%;
}
.large--three-sixths {
    width: 50%;
}
.large--four-sixths {
    width: 66.666%;
}
.large--five-sixths {
    width: 83.333%;
}
.large--one-eighth {
    width: 12.5%;
}
.large--two-eighths {
    width: 25%;
}
.large--three-eighths {
    width: 37.5%;
}
.large--four-eighths {
    width: 50%;
}
.large--five-eighths {
    width: 62.5%;
}
.large--six-eighths {
    width: 75%;
}
.large--seven-eighths {
    width: 87.5%;
}
.large--one-tenth {
    width: 10%;
}
.large--two-tenths {
    width: 20%;
}
.large--three-tenths {
    width: 30%;
}
.large--four-tenths {
    width: 40%;
}
.large--five-tenths {
    width: 50%;
}
.large--six-tenths {
    width: 60%;
}
.large--seven-tenths {
    width: 70%;
}
.large--eight-tenths {
    width: 80%;
}
.large--nine-tenths {
    width: 90%;
}
.large--one-twelfth {
    width: 8.333%;
}
.large--two-twelfths {
    width: 16.666%;
}
.large--three-twelfths {
    width: 25%;
}
.large--four-twelfths {
    width: 33.333%;
}
.large--five-twelfths {
    width: 41.666%;
}
.large--six-twelfths {
    width: 50%;
}
.large--seven-twelfths {
    width: 58.333%;
}
.large--eight-twelfths {
    width: 66.666%;
}
.large--nine-twelfths {
    width: 75%;
}
.large--ten-twelfths {
    width: 83.333%;
}
.large--eleven-twelfths {
    width: 91.666%;
}
.large--show {
    display: block !important;
}
.large--hide {
    display: none !important;
}
.large--text-left {
    text-align: left !important;
}
.large--text-right {
    text-align: right !important;
}
.large--text-center {
    text-align: center !important;
}
.large--left {
    float: left !important;
}
.large--right {
    float: right !important;
}
.grid-uniform .large--one-half:nth-child(2n+1), .grid-uniform .large--one-third:nth-child(3n+1), .grid-uniform .large--one-quarter:nth-child(4n+1), .grid-uniform .large--one-fifth:nth-child(5n+1), .grid-uniform .large--one-sixth:nth-child(6n+1), .grid-uniform .large--two-sixths:nth-child(3n+1), .grid-uniform .large--three-sixths:nth-child(2n+1), .grid-uniform .large--two-eighths:nth-child(4n+1), .grid-uniform .large--four-eighths:nth-child(2n+1), .grid-uniform .large--five-tenths:nth-child(2n+1), .grid-uniform .large--one-twelfth:nth-child(12n+1), .grid-uniform .large--two-twelfths:nth-child(6n+1), .grid-uniform .large--three-twelfths:nth-child(4n+1), .grid-uniform .large--four-twelfths:nth-child(3n+1), .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
}
}
[class*="push--"] {
    position: relative;
}
.push--one-whole {
    left: 100%;
}
.push--one-half {
    left: 50%;
}
.push--one-third {
    left: 33.333%;
}
.push--two-thirds {
    left: 66.666%;
}
.push--one-quarter {
    left: 25%;
}
.push--two-quarters {
    left: 50%;
}
.push--three-quarters {
    left: 75%;
}
.push--one-fifth {
    left: 20%;
}
.push--two-fifths {
    left: 40%;
}
.push--three-fifths {
    left: 60%;
}
.push--four-fifths {
    left: 80%;
}
.push--one-sixth {
    left: 16.666%;
}
.push--two-sixths {
    left: 33.333%;
}
.push--three-sixths {
    left: 50%;
}
.push--four-sixths {
    left: 66.666%;
}
.push--five-sixths {
    left: 83.333%;
}
.push--one-eighth {
    left: 12.5%;
}
.push--two-eighths {
    left: 25%;
}
.push--three-eighths {
    left: 37.5%;
}
.push--four-eighths {
    left: 50%;
}
.push--five-eighths {
    left: 62.5%;
}
.push--six-eighths {
    left: 75%;
}
.push--seven-eighths {
    left: 87.5%;
}
.push--one-tenth {
    left: 10%;
}
.push--two-tenths {
    left: 20%;
}
.push--three-tenths {
    left: 30%;
}
.push--four-tenths {
    left: 40%;
}
.push--five-tenths {
    left: 50%;
}
.push--six-tenths {
    left: 60%;
}
.push--seven-tenths {
    left: 70%;
}
.push--eight-tenths {
    left: 80%;
}
.push--nine-tenths {
    left: 90%;
}
.push--one-twelfth {
    left: 8.333%;
}
.push--two-twelfths {
    left: 16.666%;
}
.push--three-twelfths {
    left: 25%;
}
.push--four-twelfths {
    left: 33.333%;
}
.push--five-twelfths {
    left: 41.666%;
}
.push--six-twelfths {
    left: 50%;
}
.push--seven-twelfths {
    left: 58.333%;
}
.push--eight-twelfths {
    left: 66.666%;
}
.push--nine-twelfths {
    left: 75%;
}
.push--ten-twelfths {
    left: 83.333%;
}
.push--eleven-twelfths {
    left: 91.666%;
}
@media only screen and (min-width: 601px) and (max-width: 1030px) {
.push--medium--one-whole {
    left: 100%;
}
.push--medium--one-half {
    left: 50%;
}
.push--medium--one-third {
    left: 33.333%;
}
.push--medium--two-thirds {
    left: 66.666%;
}
.push--medium--one-quarter {
    left: 25%;
}
.push--medium--two-quarters {
    left: 50%;
}
.push--medium--three-quarters {
    left: 75%;
}
.push--medium--one-fifth {
    left: 20%;
}
.push--medium--two-fifths {
    left: 40%;
}
.push--medium--three-fifths {
    left: 60%;
}
.push--medium--four-fifths {
    left: 80%;
}
.push--medium--one-sixth {
    left: 16.666%;
}
.push--medium--two-sixths {
    left: 33.333%;
}
.push--medium--three-sixths {
    left: 50%;
}
.push--medium--four-sixths {
    left: 66.666%;
}
.push--medium--five-sixths {
    left: 83.333%;
}
.push--medium--one-eighth {
    left: 12.5%;
}
.push--medium--two-eighths {
    left: 25%;
}
.push--medium--three-eighths {
    left: 37.5%;
}
.push--medium--four-eighths {
    left: 50%;
}
.push--medium--five-eighths {
    left: 62.5%;
}
.push--medium--six-eighths {
    left: 75%;
}
.push--medium--seven-eighths {
    left: 87.5%;
}
.push--medium--one-tenth {
    left: 10%;
}
.push--medium--two-tenths {
    left: 20%;
}
.push--medium--three-tenths {
    left: 30%;
}
.push--medium--four-tenths {
    left: 40%;
}
.push--medium--five-tenths {
    left: 50%;
}
.push--medium--six-tenths {
    left: 60%;
}
.push--medium--seven-tenths {
    left: 70%;
}
.push--medium--eight-tenths {
    left: 80%;
}
.push--medium--nine-tenths {
    left: 90%;
}
.push--medium--one-twelfth {
    left: 8.333%;
}
.push--medium--two-twelfths {
    left: 16.666%;
}
.push--medium--three-twelfths {
    left: 25%;
}
.push--medium--four-twelfths {
    left: 33.333%;
}
.push--medium--five-twelfths {
    left: 41.666%;
}
.push--medium--six-twelfths {
    left: 50%;
}
.push--medium--seven-twelfths {
    left: 58.333%;
}
.push--medium--eight-twelfths {
    left: 66.666%;
}
.push--medium--nine-twelfths {
    left: 75%;
}
.push--medium--ten-twelfths {
    left: 83.333%;
}
.push--medium--eleven-twelfths {
    left: 91.666%;
}
}
@media only screen and (max-width: 970px) {
.push--medium-down--one-whole {
    left: 100%;
}
.push--medium-down--one-half {
    left: 50%;
}
.push--medium-down--one-third {
    left: 33.333%;
}
.push--medium-down--two-thirds {
    left: 66.666%;
}
.push--medium-down--one-quarter {
    left: 25%;
}
.push--medium-down--two-quarters {
    left: 50%;
}
.push--medium-down--three-quarters {
    left: 75%;
}
.push--medium-down--one-fifth {
    left: 20%;
}
.push--medium-down--two-fifths {
    left: 40%;
}
.push--medium-down--three-fifths {
    left: 60%;
}
.push--medium-down--four-fifths {
    left: 80%;
}
.push--medium-down--one-sixth {
    left: 16.666%;
}
.push--medium-down--two-sixths {
    left: 33.333%;
}
.push--medium-down--three-sixths {
    left: 50%;
}
.push--medium-down--four-sixths {
    left: 66.666%;
}
.push--medium-down--five-sixths {
    left: 83.333%;
}
.push--medium-down--one-eighth {
    left: 12.5%;
}
.push--medium-down--two-eighths {
    left: 25%;
}
.push--medium-down--three-eighths {
    left: 37.5%;
}
.push--medium-down--four-eighths {
    left: 50%;
}
.push--medium-down--five-eighths {
    left: 62.5%;
}
.push--medium-down--six-eighths {
    left: 75%;
}
.push--medium-down--seven-eighths {
    left: 87.5%;
}
.push--medium-down--one-tenth {
    left: 10%;
}
.push--medium-down--two-tenths {
    left: 20%;
}
.push--medium-down--three-tenths {
    left: 30%;
}
.push--medium-down--four-tenths {
    left: 40%;
}
.push--medium-down--five-tenths {
    left: 50%;
}
.push--medium-down--six-tenths {
    left: 60%;
}
.push--medium-down--seven-tenths {
    left: 70%;
}
.push--medium-down--eight-tenths {
    left: 80%;
}
.push--medium-down--nine-tenths {
    left: 90%;
}
.push--medium-down--one-twelfth {
    left: 8.333%;
}
.push--medium-down--two-twelfths {
    left: 16.666%;
}
.push--medium-down--three-twelfths {
    left: 25%;
}
.push--medium-down--four-twelfths {
    left: 33.333%;
}
.push--medium-down--five-twelfths {
    left: 41.666%;
}
.push--medium-down--six-twelfths {
    left: 50%;
}
.push--medium-down--seven-twelfths {
    left: 58.333%;
}
.push--medium-down--eight-twelfths {
    left: 66.666%;
}
.push--medium-down--nine-twelfths {
    left: 75%;
}
.push--medium-down--ten-twelfths {
    left: 83.333%;
}
.push--medium-down--eleven-twelfths {
    left: 91.666%;
}
}
@media only screen and (min-width: 1030px) {
	.push--large--one-whole {
	    left: 100%;
	}
	.push--large--one-half {
	    left: 50%;
	}
	.push--large--one-third {
	    left: 33.333%;
	}
	.push--large--two-thirds {
	    left: 66.666%;
	}
	.push--large--one-quarter {
	    left: 25%;
	}
	.push--large--two-quarters {
	    left: 50%;
	}
	.push--large--three-quarters {
	    left: 75%;
	}
	.push--large--one-fifth {
	    left: 20%;
	}
	.push--large--two-fifths {
	    left: 40%;
	}
	.push--large--three-fifths {
	    left: 60%;
	}
	.push--large--four-fifths {
	    left: 80%;
	}
	.push--large--one-sixth {
	    left: 16.666%;
	}
	.push--large--two-sixths {
	    left: 33.333%;
	}
	.push--large--three-sixths {
	    left: 50%;
	}
	.push--large--four-sixths {
	    left: 66.666%;
	}
	.push--large--five-sixths {
	    left: 83.333%;
	}
	.push--large--one-eighth {
	    left: 12.5%;
	}
	.push--large--two-eighths {
	    left: 25%;
	}
	.push--large--three-eighths {
	    left: 37.5%;
	}
	.push--large--four-eighths {
	    left: 50%;
	}
	.push--large--five-eighths {
	    left: 62.5%;
	}
	.push--large--six-eighths {
	    left: 75%;
	}
	.push--large--seven-eighths {
	    left: 87.5%;
	}
	.push--large--one-tenth {
	    left: 10%;
	}
	.push--large--two-tenths {
	    left: 20%;
	}
	.push--large--three-tenths {
	    left: 30%;
	}
	.push--large--four-tenths {
	    left: 40%;
	}
	.push--large--five-tenths {
	    left: 50%;
	}
	.push--large--six-tenths {
	    left: 60%;
	}
	.push--large--seven-tenths {
	    left: 70%;
	}
	.push--large--eight-tenths {
	    left: 80%;
	}
	.push--large--nine-tenths {
	    left: 90%;
	}
	.push--large--one-twelfth {
	    left: 8.333%;
	}
	.push--large--two-twelfths {
	    left: 16.666%;
	}
	.push--large--three-twelfths {
	    left: 25%;
	}
	.push--large--four-twelfths {
	    left: 33.333%;
	}
	.push--large--five-twelfths {
	    left: 41.666%;
	}
	.push--large--six-twelfths {
	    left: 50%;
	}
	.push--large--seven-twelfths {
	    left: 58.333%;
	}
	.push--large--eight-twelfths {
	    left: 66.666%;
	}
	.push--large--nine-twelfths {
	    left: 75%;
	}
	.push--large--ten-twelfths {
	    left: 83.333%;
	}
	.push--large--eleven-twelfths {
	    left: 91.666%;
	}
}

/* end grid */

/* mailchimp form */

.btn, .btn--secondary, .rte .btn--secondary, .rte .btn, .rte .btn--secondary {
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1.42;
    margin: 0;
    padding: 6px 20px 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.36s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

@media screen and (max-width: 970px) { 
	.site-footer .grid__item:first-child {
	    margin-bottom: 0;
	}
	.site-footer .grid__item {
	    text-align: center;
	}
	.site-footer .medium--full {
	    margin-top: 30px;
	}
	.site-footer .grid__item {
	    padding: 0;
	}
	.site-footer .newsletter form {
	    margin: 0 auto;
	    max-width: 310px;
	}
	.site-footer .footer-nav li {
	    float: left;
	    text-align: center;
	    width: 100%;
	}
}	

/* input group */
input {
	font-family: "AmbassadorPlusSans-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	border-radius: 0;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus {
	outline: none;
}

.input-group .input-group-field, .input-group .input-group-btn {
	box-sizing: border-box;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .input-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child > .btn, .input-group .input-group-btn:first-child > .btn--secondary, .input-group input[type="hidden"]:first-child + .input-group-field, .input-group input[type="hidden"]:first-child + .input-group-btn > .btn, .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary {
    border-radius: 0;
}
.input-group input[type="submit"] {
    line-height: 0.4em;
}
.input-group .input-group-field:last-child, .input-group .input-group-btn:last-child > .btn, .input-group .input-group-btn:last-child > .btn--secondary {
    border-radius: 0;
}
.input-group input::-moz-focus-inner {
    border: 0 none;
    margin-bottom: -1px;
    margin-top: -1px;
    padding: 0;
}
.input-group-field, .input-group-btn {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}
.input-group .btn, .input-group .btn--secondary, .input-group .input-group-field {
    height: 40px;
}
.input-group {
    width: 100%;
}
.input-group-field {
	width: 100%;
	padding: 8px 10px;
}
.input-group-btn {
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 1%;
}

/* SVG in menu */

.menu-title .icon-svg {
	width: 0.75em;
	height: 0.75em;
	margin-right: 0.2em;
	position: relative;
	line-height: 0.8em;
	top: 4px;
}

.menu-svg a {
	display: inline-block;
}
.menu-svg a svg {
	display: inline-block;
	vertical-align: middle;
	width: 0.75em;
	height: 0.75em;
}

/* footer popup */

.popup-wrapper {
	position: fixed;
	z-index: 10001;
	background: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.box {
	width: 70%;
	left: 15%;
	background: #FFF;
	padding: 40px;
	border-radius: 5px;
	opacity: 1;
	z-index: 10002;
	position: absolute;
	top: 10%;
	margin-bottom: 20px;
	line-height: 1.3;
	display: none;
}

.box.narrow {
	width: 50%;
	left: 25%;
}

.tablet .box, .phone .box {
	width: 90%;
	left: 5%;
	padding: 30px 10px;
}

.box .close {
	cursor: pointer;
	font-weight: normal;
	font-size: 48px;
	color: #999;
	float: right;
	line-height: 1px;
	height: 20px;
	padding-top: 4px;
}

.box .close:hover {
	color: red;
}

.box h3 {
	margin-top: 0;
	font-size: 23px;
	font-weight: normal;
	display: inline-block;
}

.box h4 {
	font-weight: normal;
	font-size: 20px;
	margin: 1% 0 2%;
}
.box ol > li {
	font-weight: normal;
	font-size: 20px;
}
.box ol li p, .box ol li ul {
	font-size: 16px;
}	
.box p {
	margin-bottom: 2%;
}
.box ul, .box ol {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1%;
	font-family: "AmbassadorPlusSans-Light";
}
.phone .box ol li {
	margin-bottom: 4%;
}
.box ol > li > :first-child {
	display: inline;
}
.box ol > li > :first-child:after {
 	content: "";
    display: block;
    margin-bottom: 1em;	
}

.box ul {
	list-style-type: none;
}

.box ul li:before {
	content: "\2014 \00a0";
	position: relative;
	left: 0;
}

.box ul li {
	text-indent: 0;
}

.box table {
	width: 100%;
	border: 0;
	border-collapse:collapse;
	margin-bottom: 30px;
}

.phone .box table {
	font-size: 12px;
}

.box td {
	width: 23%;
	text-align: right;
	border: 0;
	padding: 3px 0;
}

.box tr>td:first-child {
	text-align: left;
	width: 8%;
}


/* no white-space wrap for contact page */

.cnt {
	white-space: nowrap;
	line-height: 1.2;
}

.phone .cnt {
	white-space: normal !important;
}

.noscroll {
	overflow: hidden;
}

.hidden {
	display: none;
}

.phone ul.site-menu li.hidden, .tablet ul.site-menu li.hidden {
	display: none;
}

li.menu-title {
	position: relative;
}
.dropdown-wrapper {
	position: absolute;
	z-index: 4000;
	opacity: 0.8;
	padding: 15px 10px 0px 10px;
	left: -10px;
	background: #FFF;
}
.dropdown-wrapper p {
	margin: 0.5em 0;
}

.dropdown-wrapper.mobile {
	position: relative;
	opacity: 1;
	background: #000;
	border: 0;
	padding: 5px;
}

.dropdown-wrapper.mobile ul li {
	margin: 0;
}

.bxsliderphone li {
	padding-right: 5px;
}

ul.noslider {
   list-style-type: none;
    margin: 0;
    padding: 0;
    visibility: visible;
}

ul.noslider li {
	width: 100%;
	display: block;
}

ul.noslider li img {
	width: 100% !important;
	height: auto;
	margin-bottom: 5px;
}

