html {
	width: 100%;
}
body {
	width: 100%;
	margin: 0px;
	cursor: initial;
	font-family: SourceSansPro;
}

/***SourceSansPro Font Styles***/

@font-face{font-family:'SourceSansPro';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'SourceSansPro';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');font-weight:bold;font-style:normal;}
@font-face{font-family:'SourceSansPro';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.eot'); src:url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-SemiboldIt-webfont.svg#SourceSansProSemiboldItalic') format('svg');font-weight:bold;font-style:italic;}
@font-face{font-family:'SourceSansPro';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-It-webfont.svg#SourceSansProItalic') format('svg');font-weight:normal;font-style:italic;}
@font-face{font-family:'SourceSansProSemibold';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'SourceSansProBold';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'SourceSansProBlack';src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.eot');src:url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.eot?#iefix') format('embedded-opentype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.woff') format('woff'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.ttf') format('truetype'),url('/_resources/fonts/source-sans-pro/SourceSansPro-Black-webfont.svg#SourceSansProBlack') format('svg');font-weight:normal;font-style:normal;}

@font-face{font-family:'PhosphateBackup';src:url('../fonts/introrustg-base2line.otf');font-weight:normal;font-style:normal;}

a#de {
    display: none;
}
.nav-container {
	width: 100%;
    z-index: 10;
	position: absolute;
	font-family: SourceSansProBold;
}
.inner-nav-container {
	width: 1350px;
	height: 65px;
	margin: auto;
}
.inner-nav-container .left-nav {
	float: left;
    display: inline-flex;
    list-style: none;
    padding: 0px 15px;
    margin: 22px 0;
}
.inner-nav-container .right-nav {
	float: right;
    display: inline-flex;
    list-style: none;
    padding: 0px 15px;
    margin: 22px 0;
}
.inner-nav-container li {
	padding: 0 15px;
	text-transform: uppercase;
}
.inner-nav-container a {
	text-decoration: none;
	color: #03703c;
}
.inner-nav-container a:hover {
	color: #dc8b26;
}
#donateButton {
	background: #dc8b26;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 130px;
    margin: auto;
    font-size: 24px;
    text-transform: uppercase;
}

#donateButton a{
	color: #fff;
}
#donateButton:hover #innerDonateButton{
	padding: 24px 10px 14px;
}
#innerDonateButton {
	padding: 18px 10px 12px;
	transition: .5s ease;
}
.container {
	overflow: hidden;
	height: 925px;
	position: relative;
	text-align: center;
}
.container img{ 
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	transition: 1s ease;
}
.group-total-visibility {
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: 242px;
    transform: translate(50%,0);
    width: 100%;
}
.group-total-container {
	position: absolute;
    z-index: 4;
    left: -450px;
	transition: 1.5s ease;
}
.group-total-container h2 {
	text-align: center;
    font-size: 26px;
    color: #0f4f41;
    margin-top: 0;
    font-family: SourceSansProBold;
    text-transform: uppercase;
}
.group-total-container h2 span {
	color: #dc8b26;
}
.inner-container {
	width: 1350px;
    height: 100%;
    margin: auto;
    position: relative;
}
#path-container {
	height: 200px;
	overflow: hidden;
	position: relative;
	transition: 5s ease;
}
.title-container {
	position: absolute;
    width: 100%;
    z-index: 4;
    top: 50px;
}
.about-title-container {
	position: relative;
    width: 100%;
    z-index: 4;
    background: #0e4734;
    padding: 50px 0;
}
.about-title-sub-container {
	width: 1350px;
	max-width: 100%;
	margin: auto;
}
#title {
    font-size: 62px;
    color: #0f4f41;
    margin-bottom: 0;
	margin-top: 25px;
    font-family: phosphate,'PhosphateBackup';
    font-weight: 100;
}
#subtitle {
	text-align: center;
    font-size: 30px;
    color: #03703c;
    margin-top: 0;
    font-family: SourceSansProBold;
    text-transform: uppercase;
}
#aboutTitle {
    font-size: 48px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: phosphate,'PhosphateBackup';
    font-weight: 100;
    text-align: left;
    padding: 0 70px;
	letter-spacing: 1px;
	line-height: 40px;
}
#aboutSubtitle {
    font-size: 20px;
    color: #7ebf39;
    margin-top: 0;
    font-family: SourceSansProBold;
    text-transform: uppercase;
	text-align: left;
    padding: 0 70px;
}
.about-text-container {
	display: inline-flex;
	padding: 0 70px;
}
#aboutText {
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    padding: 0;
    margin: 5px 0;
}
.about-title-container img {
	width: 400px;
    height: 233px;
    padding: 0 0 0 50px;
	float: right;
}

#sky { width: 2550px;}
#mountain { top: 990px; width: 2040px; transform: translate(-47.7%,0); }
#top { top: 1000px; width: 2550px;}
#light { top: 900px; width: 2550px;}
#middle { top: 1000px; width: 2550px;}
#bottom { top: 825px; z-index: 3; width: 2550px; }
#smallMountain { top: 900px; z-index: 3; display: none; transform: translate(0%,0); }
#smallTop { top: 1000px; z-index: 3; display: none; transform: translate(0%,0); }
#smallLight { top: 900px; z-index: 3; display: none; transform: translate(0%,0); }
#smallMiddle { top: 1000px; z-index: 3; display: none; transform: translate(0%,0); }
#smallBottom { top: 825px; z-index: 3; display: none; transform: translate(0%,0); }

#zebra {
	position: absolute;
    top: 740px;
    left: -2700px;
    width: 375px;
	z-index: 4;
}
#camping {
	position: absolute;
    top: 1200px;
    left: 635px;
    width: 198px;
	z-index: 4;
}
#path {
	position: absolute;
    top: 217px;
    left: 414px;
    width: 820px;
	z-index: 4;
}
#tree {
    position: absolute;
    top: 670px;
    left: 2000px;
    width: 450px;
	z-index: 4;
}
#hiker {
    position: absolute;
    top: -200px;
    left: 495px;
    width: 200px;
	z-index: 4;
}

.full-width-layers {
	position: absolute;
	transform: translate(-50%,0);
	width: 1350px;
}


.hikers-container {
	position: relative;
    width: 100%;
    z-index: 4;
    background: #fff;
    padding: 50px 0 80px;
}
.hiker-slider {
    padding: 20px 0;
    display: inline-flex;
    border-bottom: 1px solid #ddd;
	position: relative;
	width: 100%;
}
.slider {
	height: 10px;
    background-color: #0f4f41;
    width: 730px;
    position: relative;
    top: 40px;
    left: -1px;
    z-index: 3;
}
.lighter-slider {
	background: #7ebf39;
    height: 10px;
}
.slider-donate-btn {
	background: #dc8b26;
    border-radius: 10px;
    width: 115px;
    height: 45px;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0 25px;
    text-transform: uppercase;
    top: 22px;
}
.slider-donate-btn:hover {
	background: #fff;
	border: 3px solid #dc8b26;
	height: 39px;
	line-height: 24px;
	width: 109px;
}
.slider-donate-btn:hover .slider-donate-inner-container{
	color: #dc8b26;
}
.slider-donate-btn a{ 
	text-decoration: none;	
}
.slider-donate-inner-container {
	padding: 10px;
	color: #fff;
	text-align: center;
}
.hiker-slider img {
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px #7ebf39 solid;
    z-index: 4;
	margin-left: 10px;
	cursor: pointer;
}
.hikers-sub-container {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
#hikersTitle {
    font-size: 60px;
    color: #0f4f41;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: phosphate, 'PhosphateBackup', 'SourceSansPro';
    font-weight: 100;
    text-align: center;
    padding: 0 70px;
	letter-spacing: 1px;
	line-height: 40px;
}
#hikersSubtitle {
    font-size: 20px;
    color: #7ebf39;
    margin: 0 0 50px;
    font-family: SourceSansProBold;
    text-transform: uppercase;
	text-align: center;
    padding: 0 70px;
}
#followSubtitle {
    font-size: 20px;
    color: #406050;
    margin: 0 0 10px;
    font-family: SourceSansProBold;
    text-transform: inherit;
	text-align: center;
    padding: 0 70px;
}

.name-container {
	position: absolute;
    top: 90px;
    left: -5px;
    text-align: center;
	color: #03703c;
	width: 100%;
}

.green-span{
	color: #7ebf39;
	text-transform: uppercase;
    font-weight: bold;
}

.remove-span { 
	display: initial;
}

.money-raised-container {
	position: absolute;
    top: 25px;
    left: -5px;
    text-align: center;
    color: #7ebf39;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.end-of-light-slider {
	border-radius: 50%;
    border: 4px solid #7ebf39;
    background-color: #03703c;
    width: 12px;
    height: 12px;
    float: right;
    position: relative;
    top: -4px;
    left: 17px;
}

.social-container {
    background: url(../img/social-background-layer.png);
    background-position: -1px top;
    background-repeat: no-repeat;
    background-size: 101% 101%;
	background-color: #fff;
}
.follow-title {
	color: #fff;
    margin: 0;
    padding: 100px 0 10px;
    font-family: phosphate, "PhosphateBackup", 'SourceSansPro';
    font-weight: 100;
    font-size: 42px;
	line-height: 44px;
    text-align: center;
	width: 100%;
}
.follow-image-container {
	width: 1350px;
    max-width: 100%;
    margin: auto;
    position: relative;
    display: flex;
}
.social-media-section {
	background: #fff;
    width: 450px;
    height: 600px;
    margin: 25px 15px 40px;
	border-radius: 10px;
}
.top-social-media-section {
	width: 100%;
	height: 50px;
	background: #dcebc8;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.top-social-media-section img {
    height: 34px;
    padding: 8px 12px;
	cursor: pointer;
}
.inner-social-media-section {
	overflow: scroll;
	width: 100%;
	height: 540px;
}
.top-social-media-section span {
	color: #056937;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
	position: relative;
    top: -15px;
}

.footer-container {
	height: 400px;
    background: url(../img/cjp-logo-layer.png);
    background-position: -1px top;
    background-repeat: no-repeat;
    background-size: 101% 101%;
	background-color: #97af94;
	width: 100%;
}
.logo-wrapper {
	width: 250px;
	margin: auto;
	position: relative;
    top: 170px;
	max-width: 95%;
}
.logo-wrapper img {
	width: 100%;
}

.combined-section {
	display: none;
	background: #fff;
    width: 450px;
	max-width: 95%;
    height: 600px;
    margin: 25px auto 40px;
	border-radius: 10px;
}

.outer-bio-overlay {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background: rgba(25,25,25,.7);
    display: none;
    z-index: 100000;
}
.inner-bio-overlay {
	background: #eee;
	border-radius: 10px;
	max-width: 550px;
	width: 83%;
	margin: auto;
	padding: 25px;
}
.inner-bio-overlay a {
	font-size: 22px;
    letter-spacing: 1.5px;
    font-weight: 100;
    float: left;
    color: #111;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.bio-title {
	line-height: 28px;
    font-size: 25px;
	color: #0e4734;
	margin: 10px 0;
}
.bio-text-area {
    line-height: 24px;
    font-size: 16px;
}
.form-container {
	background: #97af94;
	padding: 30px 0;
}
.form-sub-container {
    width: 800px;
    max-width: 90%;
    margin: auto;
}
a#link-7cec5252fb9895e25860d13111e79df3614587380e8511f96d0f647c81c7af6c {
    display: none !important;
}

#facebookSmallSection {
	display: inherit;
	position: relative;
    top: 15px;
}
#twitterSmallSection {
	display: none;
}
#instagramSmallSection {
	display: none;
}
#facebookSmallIcon {
	opacity: 1;
}
#twitterSmallIcon {
	opacity: .65;
}
#instagramSmallIcon {
	opacity: .65;
}

#johnBSlide {
	width: 100%;
}
#gerrySlide {
	width: 100%;
}
#christySlide {
	width: 52.65%;
}
#fredSlide {
	width: 100%;
}
#sergeSlide {
	width: 100%;
}
#randallSlide {
	width: 77.7%;
}
#wilmerSlide {
	width: 100%;
}
#westonSlide {
	width: 17.25%;
}
#charlieSlide {
	width: 44.55%;
}
#johnSlide {
	width: 100%;
}
#rileySlide {
	width: 33.29%;
}
#joySlide {
	width: 34.0%;
}

@media screen and (min-width: 1350px) and (max-height: 890px) {
	.group-total-visibility, .inner-container, .full-width-layers { margin-top: -60px; }
	#title { margin-top: 15px; font-size: 55px; line-height: 57px; }
	#subtitle { font-size: 22px; }
	#innerDonateButton { padding: 14px 10px 11px; }
}
@media screen and (min-width: 1250px) and (max-width: 1349px) and (max-height: 890px) {
	.group-total-visibility, .inner-container, .full-width-layers { margin-top: -50px; }
	#title { margin-top: 15px; font-size: 55px; line-height: 57px; }
	#subtitle { font-size: 22px; }
	#innerDonateButton { padding: 14px 10px 11px; }
}

@media screen and (max-width: 1350px) {
	.full-width-layers { width: 100%; }
	.inner-nav-container { width: 100%; }
	.inner-container { width: 100%; }
	#smallMountain { display: inherit; top: 1000px;}
	#smallTop { display: inherit; top: 1000px;}
	#smallLight { display: inherit; top: 1000px;}
	#smallMiddle { display: inherit; top: 1000px;}
	#smallBottom { display: inherit; top: 60.6vw;}
	#mountain { display: none;}
	#top { display: none;}
	#light { display: none;}
	#middle { display: none;}
	#bottom { display: none;}
	.container { height: 68vw;}
	#path { top: 15.9vw; left: 29.9vw; width: 60.2vw; }
	#hiker { top: -150px; left: 35.85vw; width: 14.7vw; }
	#tree { top: 49vw; left: 2000px; width: 33vw; }
	#camping { top: 1200px; left: 46.7vw; width: 14.5vw; }
	#camping { top: 1200px; left: 62.7vw; width: 14.5vw; }
	#zebra { top: 54.7vw; left: -2700px; width: 27.3vw; }
	.group-total-visibility { top: 17.4vw; }
	#path-container { height: 15vw; }
}
@media screen and (max-width: 1140px) {
	.container { height: 75vw;}
	.full-width-layers, .inner-container, .group-total-visibility { margin-top: 50px; }
	#sky { margin-top: 0px; }
	.combined-section { display: inherit; }
	.social-media-section { display: none; }
	.top-social-media-section { height: 54px; }
	.top-social-media-section img { padding: 8px 20px; top: 2px; position: relative; }
}
@media screen and (max-width: 1100px) {
	.about-text-container { display: inline-block; text-align: center; }
	.about-title-container div { margin-top: 15px; padding: 0 !important; }
	#aboutText { padding: 0px 30px !important; }
	.about-title-container div iframe { max-width: 95%; }
	#aboutTitle, #aboutSubtitle { padding: 0px 30px; }
}

@media screen and (max-width: 1000px) {
	.hiker-slider img { width: 9%; height: 1%; }
	.slider { width: 73%; top: 4vw; }
	.money-raised-container { top: 2vw; }
	.name-container { top: 10vw; }
}
@media screen and (max-width: 934px) {
	.inner-nav-container .right-nav { display: none; }
	#donateButton { margin: 0 15px; float: right; }
	#aboutText {font-size: 16px;line-height: 22px;}
}
@media screen and (max-width: 850px) {
	#title { margin-top: 0px; }
}
@media screen and (max-width: 750px) {
	#donateButton { font-size: 20px; width: 110px; }
	#innerDonateButton { padding: 14px 6px 10px; }
	.slider-donate-btn { top: 10px; }
}
@media screen and (max-width: 700px) {
	#title { font-size: 54px; }
}
@media screen and (max-width: 685px) {
	.about-title-container { padding: 20px 0 35px; }
}
@media screen and (max-width: 670px) {
	.container { height: 87vw;}
	.full-width-layers, .inner-container, .group-total-visibility { margin-top: 100px; }
	#sky { margin-top: 0px; }
	.group-total-container h2 { font-size: 20px; margin-left: 5px; }
	.name-container { font-size: 14px; }
	.slider-donate-btn { width: 90px; height: 40px; font-size: 18px; line-height: 24px; margin: 0 18px; }
	.slider-donate-btn:hover { width: 78px;height: 36px;font-size: 17px;line-height: 20px;margin: 0 18px;border: 2px solid #dc8b26; }
	#aboutTitle, #aboutSubtitle, #aboutText { text-align: center; }
}
@media screen and (max-width: 600px) {
	.name-container { top: 12vw; left: -15px; }
}
@media screen and (max-width: 570px) {
	#aboutSubtitle, #aboutTitle ,.about-text-container, #hikersTitle, #hikersSubtitle  { padding: 0 30px; }
	#topTextSmallRemove { display: none; }
}
@media screen and (max-width: 540px) {
	.mobile-removable { display: none; } 
	#hikersTitle { font-size: 54px; }
	#hikersSubtitle { margin: 0 0 20px; font-size: 18px; }
	.money-raised-container { font-size: 20px; top: 3vw; }
	#aboutText { font-size: 16px; line-height: 22px; }
}
@media screen and (max-width: 520px) {
	.container { height: 90vw; }
}
@media screen and (max-width: 490px) {
	.name-container { top: 13vw; left: -18px; font-size: 11px; }
}
@media screen and (max-width: 480px) {
	.slider-donate-btn { width: 70px; height: 35px;font-size: 14px;line-height: 20px; }
	.slider-donate-btn:hover { width: 64px; height: 33px; font-size: 13px; line-height: 17px; }
	.slider { height: 8px; top: 4.2vw; }
	.lighter-slider { height: 8px; }
	.end-of-light-slider { width: 8px; height: 8px; top: -2px; left: 12px; border: 3px solid #7ebf39; }
	#aboutSubtitle { font-size: 18px; }
	#aboutTitle { font-size: 44px; }
	#aboutText { line-height: 20px; }
	.remove-span { display: none; }
	.hiker-slider img { width: 10%; border: 3px #7ebf39 solid; }
	.group-total-container h2 { font-size: 18px; }
}
@media screen and (max-width: 450px) {
	.container { height: 94vw; }
	#aboutTitle { font-size: 42px; }
	#hikersTitle { font-size: 46px; }
}
@media screen and (max-width: 430px) {
	.group-total-container h2 { font-size: 16px; }
}
@media screen and (max-width: 400px) {
	.bio-text-area { line-height: 20px;font-size: 14px;}
	.name-container { top: 14vw; }
}
@media screen and (max-width: 380px) {
	#title { font-size: 48px; }
	#subtitle { font-size: 24px; }
	.container { height: 98vw; }
	#aboutTitle { font-size: 40px; }
	#hikersTitle { font-size: 44px; }
	.group-total-container h2 { font-size: 14px; }
}
@media screen and (max-width: 340px) {
	.group-total-container h2 { font-size: 12px; }
}