article img {
	margin: 0;
	padding: 0;
	width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#slider-container{
	width:100%;
}
.slider-input {
	display: none;
	margin: 0 !important;
}
#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#overflow {
	width: 100%;
	overflow: hidden;
}
#slides .inner {
	width: 500%;
	line-height: 0;
}
#slides article {
	width: 20%;
	float: left;
}
/* Slider Styling */
/* Control Setup */
#controls {
	margin: -50vh 0 0 0;
	width: 90%;
	padding: 0 5%;
	height: 0;
}
#controls label { 
	display: none;
	width: 50px;
	height: 50px;
	opacity: 0.9;
}
#controls label:hover {
	opacity: 1;
}
#active-slider {
	margin: 40vh 0 0;
	text-align: center;
}
#active-slider label {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #bbb;
}
#active-slider label:hover {
	background: #ccc;
	border-color: #777 !important;
}
#slide1:checked ~ #controls label:nth-child(2), 
#slide2:checked ~ #controls label:nth-child(3), 
#slide3:checked ~ #controls label:nth-child(1) {
	background: url('../img/gs-next.png') no-repeat;
	float: right;
	margin: 0;
	display: block;
	cursor: pointer;
}
#slide1:checked ~ #controls label:nth-child(3),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2) {
	background: url('../img/gs-prev.png') no-repeat;
	float: left;
	margin: 0;
	display: block;
	cursor: pointer;
}
#slide1:checked ~ #active-slider label:nth-child(1),
#slide2:checked ~ #active-slider label:nth-child(2),
#slide3:checked ~ #active-slider label:nth-child(3) {
	background: #fff;
	border-color: #fff !important;
}
/* Slider Styling */
#slides {
	background: #fff !important;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(219,218,201,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(219,218,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#dbdac9',GradientType=0 ); /* IE6-9 */
}
/* Animation */
#slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
#slide1:checked ~ #slides article:nth-child(1) .slider-info,
#slide2:checked ~ #slides article:nth-child(2) .slider-info,
#slide3:checked ~ #slides article:nth-child(3) .slider-info {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}
.slider-info, #controls, #slides, #active-slider, #active-slider label, .slider-info h3, .desktop, .tablet, .mobile {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/* Custom Styling*/
.gs-slider-home-header {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 10%;
    text-align: center;
    left: 10%;
    line-height: 28px;
    margin: 58vh 0 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.gs-slider-home-header {
	    transform: translate(30%, -50%);
	    width: 50% !important;
	}
}
.gs-home-slider-img {
	height: 100vh;
}
.gs-home-slider-img-1 {
	background-image: url("../img/home/gs-home-slide-1.jpg");
}
.gs-vimeo-container {
    margin: auto;
}
.gs-play-button {
    width: 150px;
    opacity: .75;
}
.gs-play-button:hover {
    opacity: .85;
}
.gs-slider-home-header h3 {
	font-family: OpenSans-Regular, helvetica, arial, sans-serif;
	font-size: 24px;
}
#controls.secondary-controls {
    margin: -35vh 0 0;
}
#active-slider.secondary-active-slider {
	margin: 27.5vh 0 0;
}
.gs-secondary-slider-img {
    height: 60vh;
    margin-top: 96px;
}
.gs-contact-slider-img {
	height: 40vh;
}
.gs-about-slider-img-1 {
	background-image: url("../img/about/gs-about-slide-1.jpg");
}
.gs-about-slider-img-2 {
	background-image: url("../img/about/gs-about-slide-2.jpg");
}
.gs-about-slider-img-3 {
	background-image: url("../img/about/gs-about-slide-3.jpg");
}
.gs-design-slider-img-1 {
	background-image: url("../img/capabilities/gs-design-slide-1.jpg");
}
.gs-design-slider-img-2 {
	background-image: url("../img/capabilities/gs-design-slide-2.jpg");
}
.gs-design-slider-img-3 {
	background-image: url("../img/capabilities/gs-design-slide-3.jpg");
}
.gs-manufacturing-slider-img-1 {
	background-image: url("../img/capabilities/gs-manufacturing-slide-1.jpg");
}
.gs-manufacturing-slider-img-2 {
	background-image: url("../img/capabilities/gs-manufacturing-slide-2.jpg");
}
.gs-manufacturing-slider-img-3 {
	background-image: url("../img/capabilities/gs-manufacturing-slide-3.jpg");
}
.gs-sourcing-slider-img-1 {
	background-image: url("../img/capabilities/gs-sourcing-slide-1.jpg");
}
.gs-sourcing-slider-img-2 {
	background-image: url("../img/capabilities/gs-sourcing-slide-2.jpg");
}
.gs-sourcing-slider-img-3 {
	background-image: url("../img/capabilities/gs-sourcing-slide-3.jpg");
}
.gs-distribution-slider-img-1 {
	background-image: url("../img/capabilities/gs-distribution-slide-1.jpg");
}
.gs-distribution-slider-img-2 {
	background-image: url("../img/capabilities/gs-distribution-slide-2.jpg");
}
.gs-distribution-slider-img-3 {
	background-image: url("../img/capabilities/gs-distribution-slide-3.jpg");
}
.gs-values-slider-img-1 {
	background-image: url("../img/values/gs-values-slide-1.jpg");
}
.gs-values-slider-img-2 {
	background-image: url("../img/values/gs-values-slide-2.jpg");
}
.gs-values-slider-img-3 {
	background-image: url("../img/values/gs-values-slide-3.jpg");
}
.gs-contact-slider-img-1 {
	background-image: url("../img/contact/gs-contact.png");
}
@media only screen and (max-width: 45em) {
	#controls {
	    margin: -35vh 0 0 0;
	    width: 100%;
	    padding: 0;
	}
	#controls.secondary-controls {
	    margin: -25vh 0 0;
	}
	#active-slider {
	    margin: 28vh 0 0;
	}
	#active-slider.secondary-active-slider {
	    margin: 20vh 0 0;
	}
	.gs-slider-home-header {
	    width: 16%;
	    margin: 54vh 0 0;
	}
	.gs-play-button {
	    width: 125px;
	}
	.gs-slider-home-header h3 {
	    font-size: 22px;
	    line-height: 24px;
	}
	.gs-home-slider-img {
		height: 80vh;
	}
	.gs-secondary-slider-img {
	    height: 40vh;
	    margin-top: 132px;
	}
	.gs-contact-slider-img {
		height: 30vh;
	}
	.gs-home-slider-img-1 {
		background-image: url("../img/home/gs-home-slide-1-mobile.jpg");
	}
	.gs-contact-slider-img-1 {
		background-image: url("../img/contact/gs-contact-mobile.png");
	}
	article img.gs-secondary-slider-img.gs-contact-slider-img-1 {
	    background-position: center;
	}
}
@media only screen and (max-width: 35em) {
	.gs-slider-home-header h3 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.gs-play-button {
	    width: 125px;
	}
}
@media only screen and (max-width: 22.5em) {
	.gs-slider-home-header h3 {
	    font-size: 14px;
	    line-height: 16px;
	}
	.gs-play-button {
	    width: 100px;
	}
}