﻿.homepage {
	position: relative;
	min-height: 520px;
	height: 100%;
}
.homepage .header-banner-content-wrapper .header-content h1 {
	margin-right: 50px!important;
}

.callout-carousel>li{
	margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
}

@media screen and (min-width:43.75em) {
.homepage .header-banner-content-wrapper .header-content h1 {
	font-size: 2.5vw!important;
}
}
.homepage .site-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2000;
}
.homepage .homepage-footer {
	display: block;
}
.homepage .standard-footer {
	display: none;
}
.homepage .hero {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-color: #fff;
	overflow: hidden;
	min-height: 0;
	z-index: 20;
}
.homepage .hero:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 85px;
	z-index: 1001;
	background: -moz-linear-gradient(top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,.85)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.homepage .hero li {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: visible;
	border-color: #fff;
	background-size: cover;
	background-position: bottom left;
	transform: translateX(-100%);
	transition: display 2000ms linear;
}
.homepage .hero li.active {
	transform: translateX(0);
	transition: z-index 1500ms linear, display 0 linear;
	z-index: 999;
}
.homepage .hero li.active .copy-left {
	opacity: 1;
	transform: translateX(0%) rotateZ(0) scale(1);
}
.homepage .hero li.transition-out {
	transform: translateX(0);
	z-index: 1000;
}
.homepage .hero li.transition-out .image {
	opacity: 0;
}
.homepage .hero li.transition-out .copy-left {
	opacity: 0;
	transform: translateX(-150%) rotateZ(0) scale(1);
	transition: transform 500ms 1000ms cubic-bezier(.7, .015, .685, .22), opacity 500ms 1000ms cubic-bezier(.165, .84, .44, 1);
}
.homepage .hero li .image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 240px;
	right: 0;
	opacity: 1;
	overflow: hidden;
	transition: opacity 125ms 1000ms cubic-bezier(.77, 0, .175, 1);
}

@media all and (min-width:43.75em) {
.homepage .hero li .image {
	bottom: 60px;
}
}
.homepage .hero li .image .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: -1px;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-position: bottom center;
}

@media all and (min-width:43.75em) {
.homepage .hero li .image .inner {
	background-position: bottom left;
}
}
.homepage .hero li .copy-left {
	overflow: visible;
	opacity: 0;
	transform-origin: 50% 100%;
}
.homepage .hero li .header-banner-content-wrapper {
	z-index: 1002;
}
.homepage .hero li .header-banner-content-wrapper svg {
	height: 3.5em;
}
.homepage .hero li .header-banner-content-wrapper .header-content p.left {
	display: block;
}
.homepage .site-content {
	z-index: 10;
	margin-left: 0;
}
.homepage .back-to-top {
	display: none;
}
.homepage .site-footer {
	height: 240px;
	z-index: 21;
	overflow: visible;
	background-color: #fefefe;
	position: absolute;
	bottom: 0;
	padding-left: 0;
	margin-left: 0;
}

@media all and (min-width:43.75em) {
.homepage .site-footer {
	height: 60px;
	background: #fefefe;
}
}
.homepage .site-footer .wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 53px;
}

@media all and (min-width:43.75em) {
.homepage .site-footer .wrapper {
	/*background: transparent url('images/footer-150-years.png') right 5px bottom no-repeat;*/
	background-size: fill;
}
}
.homepage .site-footer .social-icons [class^="icon-"], .homepage .site-footer .social-icons [class*=" icon-"] {
	font-size: 1.6em;
}

@media all and (min-width:43.75em) {
.homepage .site-footer .social-icons [class^="icon-"], .homepage .site-footer .social-icons [class*=" icon-"] {
	font-size: 1.4em;
}
}

@media all and (min-width:68.75em) {
.homepage .site-footer .social-icons [class^="icon-"], .homepage .site-footer .social-icons [class*=" icon-"] {
	font-size: 2em;
}
}
.homepage .page-content, .homepage .site-container, .homepage .site-content, .homepage .site-content>.wrapper {
	min-height: 100px;
}
.homepage .site-container {
	height: 100%;
}
.callout-carousel {
	position: absolute;
	bottom: 67px;
	width: 100%;
	right: 0;
	height: 220px;
	overflow: visible;
	z-index: 22;
	margin: 0;
	padding: 0;
	perspective: 800px;
}

@media all and (min-width:43.75em) {
.callout-carousel {
	bottom: 0;
	width: 240px;
	height: 100%;
	z-index: 20;
}
}
.callout-carousel>li {
	display: block;
	position: absolute;
	left: 50%;
	width: 240px;
	background-color: #000;
	opacity: .6;
	height: 100%;
	transition: transform 750ms cubic-bezier(.77, 0, .175, 1), background-color 750ms cubic-bezier(.77, 0, .175, 1), opacity 750ms cubic-bezier(.77, 0, .175, 1);
	backface-visibility: hidden;
}

@media all and (min-width:43.75em) {
.callout-carousel>li {
	-webkit-box-shadow: -1px 0 20px 0 rgba(255,255,255,.4);
	-moz-box-shadow: -1px 0 20px 0 rgba(255,255,255,.4);
	box-shadow: -1px 0 20px 0 rgba(255,255,255,.4);
}
}
.callout-carousel>li:nth-child(1) {
	transform-origin: 100% 100%;
}

@media all and (min-width:43.75em) {
.callout-carousel>li:nth-child(1) {
	transform-origin: 100% 100%;
}
}
.callout-carousel>li:nth-child(2) {
	transform-origin: 50% 100%;
}

@media all and (min-width:43.75em) {
.callout-carousel>li:nth-child(2) {
	transform-origin: 100% 50%;
}
}
.callout-carousel>li:nth-child(3) {
	transform-origin: 0% 100%;
}

@media all and (min-width:43.75em) {
.callout-carousel>li:nth-child(3) {
	transform-origin: 100% 0%;
}
}

@media all and (min-width:43.75em) {
.callout-carousel>li {
	width: 100%;
	height: 220px;
	left: auto;
	right: 0;
	top: 50%;
}
}
.callout-carousel>li .inner {
	color: #efefef;
	padding: 20px;
	font-size: .875em;
}
.callout-carousel>li h4 {
	font-family: 'Helvetica', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.callout-carousel>li input {
	width: 90px;
	display: block;
	margin-bottom: 10px;
	position: absolute;
	bottom: 0;
}
.callout-carousel>li .row {
	width: 100%;
}
.callout-carousel>li .selectricWrapper {
	position: relative;
	display: block;
	width: 110px;
	transform: scale(.75) translate(-15px, -10px);
}
.callout-carousel>li .selectricWrapper.selectricOpen {
	z-index: 2000;
}
.callout-carousel>li .select-wrapper {
	position: relative;
	width: 90px;
	margin: 0;
	display: inline-block;
}
.callout-carousel>li select {
	position: absolute;
	width: 100px !important;
	height: 20px !important;
	margin-bottom: 10px;
}
.callout-carousel.show-1 li:nth-child(1) {
	z-index: 10;
	transform: translate(-160px, 0) scale(1);
	opacity: 1;
	transition: transform 750ms cubic-bezier(.77, 0, .175, 1), background-color 750ms cubic-bezier(.77, 0, .175, 1), opacity 750ms cubic-bezier(.77, 0, .175, 1);
}

@media all and (min-width:43.75em) {
.callout-carousel.show-1 li:nth-child(1) {
	transform: translate(0, -160px) scale(1);
}
}
.callout-carousel.show-1 li:nth-child(2) {
	z-index: 9;
	transform: translate(46px, 0) scale(.8);
}

@media all and (min-width:43.75em) {
.callout-carousel.show-1 li:nth-child(2) {
	transform: translate(0, 28px) scale(.8);
}
}
.callout-carousel.show-1 li:nth-child(3) {
	z-index: 8;
	transform: translate(252px, 0) scale(.64);
}

@media all and (min-width:43.75em) {
.callout-carousel.show-1 li:nth-child(3) {
	transform: translate(0, 216px) scale(.64);
}
}
.callout-carousel.show-2 li:nth-child(1) {
	z-index: 9;
	transform: translate(-350px, 0) scale(.8);
}

@media all and (min-width:43.75em) {
.callout-carousel.show-2 li:nth-child(1) {
	transform: translate(0, -320px) scale(.8);
}
}
.callout-carousel.show-2 li:nth-child(2) {
	z-index: 10;
	transition: transform 750ms cubic-bezier(.77, 0, .175, 1), background-color 750ms cubic-bezier(.77, 0, .175, 1), opacity 750ms cubic-bezier(.77, 0, .175, 1);
	transform: translate(-120px, 0) scale(1);
	opacity: 1;
}

@media all and (min-width:43.75em) {
.callout-carousel.show-2 li:nth-child(2) {
	transform: translate(0, -110px) scale(1);
}
}
.callout-carousel.show-2 li:nth-child(3) {
	z-index: 8;
	transform: translate(110px, 0) scale(.8);
}

@media all and (min-width:43.75em) {
.callout-carousel.show-2 li:nth-child(3) {
	transform: translate(0, 100px) scale(.8);
}
}
.callout-carousel.show-3>li:nth-child(1) {
	z-index: 8;
	transform: translate(-492px, 0) scale(.64);
}

@media all and (min-width:43.75em) {
.callout-carousel.show-3>li:nth-child(1) {
	transform: translate(0, -436px) scale(.64);
}
}
.callout-carousel.show-3>li:nth-child(2) {
	z-index: 9;
	transform: translate(-286px, 0) scale(.8);
}

@media all and (min-width:43.75em) {
.callout-carousel.show-3>li:nth-child(2) {
	transform: translate(0, -248px) scale(.8);
}
}
.callout-carousel.show-3>li:nth-child(3) {
	z-index: 10;
	transition: transform 750ms cubic-bezier(.77, 0, .175, 1), background-color 750ms cubic-bezier(.77, 0, .175, 1), opacity 750ms cubic-bezier(.77, 0, .175, 1);
	transform: translate(-80px, 0) scale(1);
	opacity: 1;
}

@media all and (min-width:43.75em) {
.callout-carousel.show-3>li:nth-child(3) {
	transform: translate(0, -60px) scale(1);
}
}
.callout-carousel .find-locations .image {
	background-position: 10px bottom;
	float: left;
	padding: 30px 20px 0 10px;
}
.callout-carousel .find-locations .inner {
	padding-top: 25px;
	margin-left: 55px;
}
.callout-carousel .find-locations .inner a {
	position: absolute;
	bottom: 15;
}
.callout-carousel .find-products .image {
	float: right;
}
.callout-carousel .find-products .inner {
	width: 70%;
}
.callout-carousel .find-products .inner h4 {
	width: 60%;
}
.callout-carousel .find-products .inner p {
	width: 70%;
}
.callout-carousel .find-products .inner .btn {
	padding: 11px 15px 8px 15px !important;
	position: absolute;
	left: 20px;
    bottom: 10px;
}
.callout-carousel .product-catalog .image {
	float: right;
	padding: 40px 5px 0 10px;
	width: 50%;
}
.callout-carousel .product-catalog .inner {
	padding: 12px!important;
	float: left;

display: inline-block;

width: 50%;
}
.callout-carousel .product-catalog .inner p {
	
}
.callout-carousel .product-catalog .inner .btn {
	padding: 10px 10px 7px 10px!important;
	position: absolute;
	bottom: 15;
}
.callout-carousel .btn:hover {
	color: #fff;
}
.st-menu-open .callout-carousel {
	display: none;
}

@media all and (min-width:43.75em) {
.st-menu-open .callout-carousel {
	display: block;
}
}
.callout-carousel>li{
	margin: 0 !important;
    padding: 0 !important;
    border: none;
    text-decoration: none;
    position: absolute !important;
    line-height: 20px !important;
}

.callout-carousel>li:before{
	display: none !important;
}

.callout-carousel>li h4{
	margin: 0;
	font-size: 1.2em;
    margin: 0px 0px 10px 0px;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    letter-spacing: 0;
    padding: 0;
}

.callout-carousel>li h4:after, .callout-carousel>li h4:after {
    margin: 0;
    display: none;
}

.callout-carousel>li p{
	margin: 0 0 1.5em;
	padding: 0;
    border: none;
    text-decoration: none;
    line-height: 18px;
    font-family: 'Myriad Pro';
    font-weight: 400;
	}

.callout-carousel	.btn-transparent {


		position: relative;
    margin: 0 0.25em 0.75em 0;
    padding: 10px 15px 8px 15px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.7em;
    font-weight: 700;
    line-height: 1;
    text-align: center;

		font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 0.065em;

    border: 1px solid #fff;
    color: #fff;
    background-color: #000000;
    background-color: hsla(0, 0%, 0%, 0.25);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000, endColorstr=#40000000);
}