.slick, .slick .col-xs-12, .slick .row, .full-container {
	padding-left:0!important;
	padding-right:0!important;
	margin-left:0!important;
	margin-right:0!important;
}

.slide .orange, .slide .orange h2, .slide .orange h5, .slide .orange p, .slide .orange li {background-color:#e2693b; color:#fff!important;}
.slide .grey, .slide .grey h2, .slide .grey h5, .slide .grey p, .slide .grey li {background-color:#dfe1e5; color:#333!important;}
.slide .pink, .slide .pink h2, .slide .pink h5, .slide .pink p, .slide .pink li {background-color:#d36e9a; color:#FFF!important;}
.slide .light-green, .slide .light-green h2, .slide .light-green h5, .slide .light-green p, .slide .light-green li {background-color:#bbfd96; color:#333!important;}
.slide .blue, .slide .blue h2, .slide .blue h5, .slide .blue p, .slide .blue li {background-color:#b5c1df; color:#FFF!important;}
.slide .gold, .slide .gold h2, .slide .gold h5, .slide .gold p, .slide .gold li {background-color:#edc988; color:#FFF!important;}
.slide .green, .slide .green h2, .slide .green h5, .slide .green p, .slide .green li {background-color:#a7d3b1; color:#FFF!important;}


.slick-prev, .slick-next {
	z-index:5;
}

.slick-prev {
	left:25px;
}

.slick-next {
	right:25px;
}


.slide .pad {
	padding:50px;
}

.slide h5, .slide h2 {
	text-transform:uppercase;
	font-weight: 800;
	margin-bottom:0;
	
}

.slide h2 {
	font-size:40px;
	line-height: 40px;
}

.slide h5 {
	margin-bottom:0;
}

.slide p, .slide ul {
	font-size: 16px;
	margin-top:30px;
}

.slide ul {
	list-style-type: disc;
	margin-left:20px;
}


.double-parallax .top-image {
	min-height: 660px;
	background-size:cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;	
	
}

.double-parallax .lower-cta {
	position: absolute;
    bottom: 0;
    width: 100%;
}

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    	.slide-copy {min-height:500px;}  
    	
		.slide h2 {
			font-size:40px;
			line-height: 50px;
		}    	
    	  
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

		.slide h2 {
			font-size:36px;
			line-height: 36px;
		}   
		
		.double-parallax .top-image {
			min-height: 350px;
			background-size:1000px auto;
			background-position: 50% 50%;
			background-repeat: no-repeat;	
			
		}		 	


		.double-parallax .lower-cta {
		    bottom: -70px;
		}	


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

		.double-parallax .top-image {
			min-height: 250px;
			background-size:800px auto;
			background-position: 50% 50%;
			background-repeat: no-repeat;	
			
		}	
		
		
		.double-parallax .lower-cta {
		    bottom: -70px;
		}			 	



    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }