.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
	font-family: "soleil",sans-serif;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('../images/homepage/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}
.just_text {
	height: 440px;
}
.just_text h1 {
	text-align: center;
	text-transform: uppercase;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 2.6em;
	color: white;
	line-height: 165%;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
	padding-top: 10%;
	font-family: "prestige-elite-std";
	font-weight:bold;
	opacity: .8;
}
.just_text h1.final {
	padding-top: 6%;
}
.just_text strong {
	background-color:rgba(0, 0, 0, 0.6);;
	padding:15px;	
	ba
}
.home-image {
	background-image: url(../images/homepage/main/03.jpg);
}
.slider {
	height: 440px;
	max-height: 440px;
	width: 1050px;
	margin-left:10px;
	margin-top: 10px;
}
.slider a {
	text-decoration: none;
	float: right;
	margin: 90px 15px 10px 50px;
	color: white;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	opacity: 0.7;
}
.slider a:hover {
	color: yellow;
	opacity: 1;
}
.slider .explore {
	margin: auto auto 81px;
	text-align:center;
	padding-top:10px;
}
.slider .explore a {
	color: yellow;
	opacity: .8;
	float:none;
	font-size:1.5em;
	margin:0;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.slider .explore a:hover {
	opacity: 1;
}
#purpose {
	text-align: center;
	font-family: "source-sans-pro",sans-serif;
	font-weight:lighter;
	margin-top: 2em;
	margin-bottom: 2em;
}
#purpose h2 {
	font-weight: 300;
	font-size: 1.9em;
	line-height: 1.7em;
}
#help p {
	font-family: "prestige-elite-std";
	text-align:center;
	font-size:15px;
	border:thin;
	border-style:solid;
	border-color:#999999;
	padding:5px;
	margin-left: 11%;
	margin-right: 11%;
	background:white;
}
#story::before {
    top: 20%;
}
#help::before {
    top: 50%;
}
#help::before, #story::before {
    border-top: 1px solid #999999;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: -1;
}
#help, #story {
    position: relative;
    z-index: 1;
}
#help a, #story a {
	text-decoration:none;
    font-weight: bold
}
#help a {
	color: black;
}
#story a {
	color: red;
}
#help a:hover, #story a:hover {
	text-decoration:underline;
}
.home-1, .home-2 {
	background-repeat:no-repeat;
	padding-left: 35px;
	padding-top: 0;
}
.home-1 {
	background-image:url(../images/homepage/home-1.png);
}
.home-2 {
	background-image:url(../images/homepage/home-2.png);
}
.educate {
	text-align: center;
	margin-top: 2em;
}
.educate h2 {
	font-family: "soleil",sans-serif;
	text-transform: uppercase;
	font-size: 2.4em;
	font-weight:lighter;
	line-height:.75em;
}
.educate p {
	font-family: "source-sans-pro",sans-serif;
	color: #666666;
	font-size: 1.5em;
	font-weight:lighter;
	margin-bottom: 10px;
}
.image-blocks {
	margin-left: 33px;
}
.image-blocks img {
	display:block;
	margin:auto;
	width: 235px;
}
.image-blocks img.caption {
    width: auto;
}
.image-blocks a {
	float:left;
	margin:0 8px;
}
.image-blocks a:hover{
	opacity: 0.8;
}
.img-w-caption {
	width:250px;
	float:left;
}
.img-w-caption img {
	margin-bottom:10px;
}
.activate {
	width:753px;
	margin: auto;
}
.home-content #slider-ed input {
    display: none;
}
#slider-ed {
    transition: all 0.5s ease-out 0s;
    margin: 0 auto;
    text-align: center;
}
article {
    display: block;
}
#controls {
    height: 35px;
    margin: -25% 0 0;
    width: 100%;
}
#controls label {
    display: none;
    height: 50px;
    opacity: 0.3;
    width: 50px;
	transition: opacity 0.2s ease-out 0s;
}
#slide2:checked ~ #controls label:nth-child(1), #slide3:checked ~ #controls label:nth-child(2) {
    background: rgba(0, 0, 0, 0) url("../images/homepage/prev.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    margin: 130px 0 0 3px;
}
#slide1:checked ~ #controls label:nth-child(2), #slide2:checked ~ #controls label:nth-child(3) {
    background: rgba(0, 0, 0, 0) url("../images/homepage/next.png") no-repeat scroll 0 0;
    display: block;
    float: right;
    margin: 130px -14px 0 0;
}
#active {
    margin: 23% 0 0;
    text-align: center;
}
#active label {
    background: #bbb none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    height: 10px;
    width: 10px;
}
label, #active, img {
    -moz-user-select: none;
}
label, a {
    color: teal;
    cursor: pointer;
    text-decoration: none;
}
#slide1:checked ~ #active label:nth-child(1), #slide2:checked ~ #active label:nth-child(2), #slide3:checked ~ #active label:nth-child(3) {
    background: #333 none repeat scroll 0 0;
    border-color: #333 !important;
}
#overflow {
    overflow: hidden;
    width: 100%;
}
#slide1:checked ~ #slides .inner { 
	margin-left:0; 
	}
#slide2:checked ~ #slides .inner {
    margin-left: -100%;
}
#slide3:checked ~ #slides .inner {
    margin-left: -200%;
}
#slides .inner {
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
    line-height: 0;
    width: 500%;
}
#slides article {
    float: left;
    width: 20%;
}
#controls, #slides, #active, #active label {
    transition: all 0.5s ease-out 0s;
}
#story .box {
	font-family: "prestige-elite-std";
	font-size:15px;
	border:thin;
	border-style:solid;
	border-color:#999999;
	padding:30px;
	clear:both;
	line-height: 2em;
	margin-left: 11%;
	margin-right: 11%;
	background:white;
	margin-bottom: 50px;
	padding: 30px;
}
#story h3 {
	text-transform:uppercase;
	color:red;
	font-size:1.5em;
	margin-bottom: 0.75em;
}
#story ul {
	list-style:none;
	margin-bottom:1em;
	margin-top:1em;
}
.aw_drop {
    font-size: 0.75em;
}
.full-width {
	max-width:100%;
	display: block;
}
@media only screen and (max-width: 600px) {
.hide {
	display:none;
}
.educate h2 {
    line-height: 1em;
}
.slider {
    height: 50vw;
    margin-left: 0px;
    width: 100%;
}
#purpose h2 {
    font-size: 1.5em;
    line-height: 1.35em;
}
#help p {
    margin-left: 5%;
    margin-right: 5%;
}
#purpose {
    margin-bottom: 1em;
    margin-top: 1em;
}
#story .box {
    line-height: 1.5em;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5%;
}
#story h3 {
    margin-bottom: 0.25em;
}
.just_text h1 {
    font-size: 4vw;
}
.slider a {
    margin-top: 14vw;
	margin-left: 2vw;
	margin-right: 2vw;
	font-size: 3vw;
}
.just_text strong {
    padding: 1.5vw;
}
.home-image {
    background-size: cover;
}
.sssnext, .sssprev {
    height: 50%;
}
.slider .explore a {
    font-size: 4vw;
}
.just_text h1.final {
    padding-top: 10%;
}
.educate p {
    line-height: 1.25em;
}
.image-blocks a {
    float: none;
	margin: 0;
}
.image-blocks img {
    width: 90%;
}
.image-blocks {
    margin-left: 0;
}
.activate {
    width: 100%;
}
.img-w-caption {
    width: 100%;
}
}
