@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Varela Round', sans-serif;
	font-size: 1.5em;
	line-height: 1.7;
	color: #877361;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
}
h1 { font-size: 5.5rem; line-height: 1.2; color: #738C44; }
h2 { font-size: 4rem; line-height: 1.2; }
h3 { font-size: 2.7rem; line-height: 1.3; }
h4 { font-size: 2.3rem; line-height: 1.3; }
h5 { font-size: 1.7rem; line-height: 1.3; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-feature {
	font-size: 2.2rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-highlight_brown {
	color: #877361;
}
.text-highlight_lime-green {
	color: #B3B635;
}
.text-highlight_green {
	color: #738C44;
}
.text-number {
    background: #B3B635;
    border-radius: 50px;
    color: #FFF;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 3px 0 0 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3.2rem; }
	h2 { font-size: 2.7rem;  }
	h3 { font-size: 2.2rem; }
	h4 { font-size: 2rem; }
	
	.text-para1 {
		font-size: 1.6rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #B3B635;
}
a:hover {
	color: #7BAA91;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 15px 1% 0 1%;
	padding: 40px;
    background: #FFF;
    border-radius: 10px;
    border: solid 1px #DDD;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
}
header.menu {
	background: #FFF;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}
section {
	overflow: hidden;
	clear: both;
}
section.banner-hero {
	height: 600px;
	position: relative;
	background-image:  url(../images/banner/banner01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.banner-hero-caption {
	text-align: center;
	color: #FFF;
	padding: 0;
	margin-top: 200px;
}
.banner-hero-caption h2 {
	font-size: 7rem;
	font-weight: normal;
}
.banner-hero-caption h3 {
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 20px;
}
section.banner-internal {
	height: 200px;
	background-image:  url(../images/banner/banner01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
section.texture {
	background-image: url(../images/texture-opacity.svg);
	background-position: left -200px top;
	background-repeat: no-repeat;
	background-size: 900px;
	height: auto;
}
section.subtle {
	background: rgba(123,169,144,0.2);
}
section.bold {
	background: rgb(123,169,144);
    color: #FFF;
}
section.light {
	background: rgba(0,0,0,0.06);
}
section.cta {
	color: #FFF;
	background-image:  url(../images/section-cta.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.banner-hero-slider {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 400px;
}
.slider ul {
	height: 100px;
	list-style: none;
	margin: 0;
}
.slider ul li {
	height: 100%;
	color: #FFF;
	padding-left: 70px;
	background-image: url(../images/icons/ic_location_white.svg);
	background-position: left 20px top 10px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.slider ul li h4 {
	font-size: 2rem;
	margin: 0;
}
.slider ul li h5 {
	font-size: 1.4rem;
	margin: 0;
}
.slider ul li a {
	color: #FFF;
	background-color: #B3B635;
	display: inline-block;
	padding: 3px 10px;
	font-size: 1rem;
	border-radius: 50px;
	margin: 0 3px 5px 3px;
}
footer.main {
	background: #F4F4F4;
	overflow: hidden;
	clear: both;
	padding: 40px 0;
	color: #738C44;
	background-image: url(../images/texture-opacity.svg);
	background-size: 500px auto;
	background-position: right bottom -100px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	section.banner-hero {
		height: 600px;
	}
	.banner-hero-caption {
		margin-top: 70px;
		max-width: 480px;
		margin: 170px auto 0 auto;
	}
	.banner-hero-caption h2 {
		font-size: 5rem;
		font-weight: normal;
	}
	.banner-hero-caption h3 {
		font-size: 2rem;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.banner-hero-slider {
		border-top: solid 1px rgba(255,255,255,0.5);
		width: 100%;
		padding-top: 20px;
		bottom: 10px;
	}
	.slider ul {
		height: 80px;
	}
	.slider ul li h4 {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
	.slider ul li h5 {
		font-size: 1.1rem;
	}
	.slider ul li a {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 480px) {
	main {
		padding: 30px 0;
	}
	.banner-hero-caption {
		margin-top: 170px;
		max-width: 320px;
	}
	.banner-hero-caption h2 {
		font-size: 3.6rem;
		font-weight: normal;
	}
	.banner-hero-caption h3 {
		font-size: 1.8rem;
		font-weight: normal;
		margin-bottom: 20px;
	}
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}

/* Navigation - Primary
––––––––––––––––––––––––– */
ul.nav-primary {
	position: absolute;
	top: 60px;
	left: 300px;
}
ul.nav-primary li {
	float: left;
	font-size: 1.4rem;
}
ul.nav-primary li a {
	float: left;
	color: #877361;
	display: block;
	padding: 5px 10px;
}
ul.nav-primary li a:hover {
	color: #B3B635;
}

/* Navigation - Secondary
––––––––––––––––––––––––– */
ul.nav-secondary {
	position: absolute;
	top: 55px;
	right: 30px;
	background: #EEE;
	border-radius: 50px;
	padding: 5px 10px;
}
ul.nav-secondary li {
	float: left;
	font-size: 1.4rem;
}
ul.nav-secondary li a {
	float: left;
	color: #877361;
	display: block;
	padding: 5px 10px;
}
ul.nav-secondary li a:hover {
	color: #B3B635;
}

@media only screen and (max-width:1024px) {
	ul.nav-primary {
		top: 35px;
		right: 30px;
		left: auto;
	}
	ul.nav-secondary {
		top: 75px;
		right: 30px;
	}
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #FFF;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	/* Navigation - Primary
	––––––––––––––––––––––––– */
	ul.nav-primary {
		position: relative;
		overflow: hidden;
		top: auto;
		left: auto;
		right: auto;
		padding: 20px 0;
	}
	ul.nav-primary li {
		width: 100%;
		background-image: url(../images/icons/ic_arrow-right_green.svg);
		background-size: 10px 10px;
		background-position: right 30px center;
		background-repeat: no-repeat;
	}
	ul.nav-primary li a {
		float: left;
		color: #877361;
		display: block;
		padding: 10px 30px;
	}
	ul.nav-primary li a:hover {
		color: #B3B635;
	}
	/* Navigation - Secondary
	––––––––––––––––––––––––– */
	ul.nav-secondary {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		overflow: hidden;
		background: #EEE;
		border-radius: 0;
		padding: 20px 1px;
	}
	ul.nav-secondary li {
		width: 100%;
		background-image: url(../images/icons/ic_arrow-right_green.svg);
		background-size: 10px 10px;
		background-position: right 30px center;
		background-repeat: no-repeat;
	}
	ul.nav-secondary li a {
		float: left;
		color: #877361;
		display: block;
		padding: 10px 30px;
	}
	ul.nav-secondary li a:hover {
		color: #B3B635;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 28px;
		right: 15px;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 20px 20px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: #FFF url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:480px) {
	.trigger {
		top: 10px;
		right: 10px;
	}
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* List Icons
–––––––––––––––––––––––––– */
ul.list-icons {
	overflow: hidden;
	list-style: none;
    margin-bottom: 20px;
}
ul.list-icons li {
	margin: 0 0 10px 0;
    padding: 0 0 0 35px;
    line-height: 1.5;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top 3px;
}

/* Upcoming Treks
–––––––––––––––––––––––––– */
ul.upcoming-treks {
	overflow: hidden;
	max-width: 1180px;
	margin: 20px auto 0 auto;
}
ul.upcoming-treks:after {
	content: "";
	display: table;
	clear: both;
}
ul.upcoming-treks li {
	width: 31.333%;
	margin: 0 1% 30px 1%;
	height: 500px;
	background: #EEE;
	float: left;
	border-radius: 2px;
	text-align: left;
	position: relative;
}
ul.upcoming-treks li:nth-child(3n+1) {
}
ul.upcoming-treks li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
ul.upcoming-treks li .content {
	padding: 30px;
}
ul.upcoming-treks li h3 {
	font-size: 2.5rem;
	color: #738C44;
}
ul.upcoming-treks li h4 {
	font-size: 1.4rem;
	color: #B3B635;
}
ul.upcoming-treks li h5 {
	font-size: 1.4rem;
	color: #FFF;
	position: absolute;
	top: 20px;
	left: 0;
	background: #B3B635;
	padding: 3px 20px;
	border-radius: 0 30px 30px 0;
}
ul.upcoming-treks li p {
	font-size: 1.2rem;
}
ul.upcoming-treks a.btn-primary, ul.upcoming-treks a.btn-secondary {
	font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
	ul.upcoming-treks {
		max-width: 768px;
	}
	ul.upcoming-treks li {
		width: 29.333%;
		height: 420px;
	}
	ul.upcoming-treks li .content {
		padding: 20px;
	}
	ul.upcoming-treks li h3 {
		font-size: 2rem;
	}
	ul.upcoming-treks li h4 {
		font-size: 1.2rem;
	}
	ul.upcoming-treks li h5 {
		font-size: 1.2rem;
	}
	ul.upcoming-treks li p {
		font-size: 1rem;
	}
	ul.upcoming-treks a.btn-primary, ul.upcoming-treks a.btn-secondary {
		font-size: 1rem;
		padding: 5px 10px;
	}
}

@media only screen and (max-width: 768px) {
	ul.upcoming-treks li {
		width: 46%;
		height: 400px;
	}
}
@media only screen and (max-width: 480px) {
	ul.upcoming-treks {
		max-width: 320px;
	}
	ul.upcoming-treks li {
		width: 100%;
		margin: 0 0 20px 0;
		height: 420px;
	}
}


/* Packages
–––––––––––––––––––––––––– */
ul.packages {
	overflow: hidden;
	display: table;
	margin: 0 auto 40px auto;
	position: relative;
	padding: 20px 0 0 0;
}
ul.packages li {
	width: 200px;
	height: 200px;
	border-radius: 200px;
	float: left;
	margin: 0 10px 45px 10px;
	text-align: center;
	color: #FFF;
	padding: 60px 30px;
	position: relative;
	line-height: 1.2;
}
ul.packages li a {
    position: absolute;
    bottom: -45px;
    left: 41px;
    color: #FFF;
    width: 100%;
    max-width: 120px;
    text-align: center;
    background: #738C44;
    border-radius: 50px;
    padding: 7px 0;
}
ul.packages li a:hover {
    transition: 0.3s;
    background: #C8C97E;
}
ul.packages li h4 {
	font-size: 2.4rem;
}
ul.packages li:nth-child(1) {
	background: #B3B635;
}
ul.packages li:nth-child(2) {
	background: #7BAA91;
}
ul.packages li:nth-child(3) {
	background: #877361;
}
.item-price {
	position: absolute;
	top: -10px;
	right: 10px;
	background: #C8C97E;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	font-size: 1.6rem;
	text-align: center;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	ul.packages li {
		width: 130px;
		height: 130px;
		padding-top: 40px;
		font-size: 1.1rem;
	}
	ul.packages li h4 {
		font-size: 1.5rem;
	}
    ul.packages li a {
        left: 15px;
        max-width: 100px;
    }
	.item-price {
		width: 45px;
		height: 45px;
		font-size: 1.4rem;
		text-align: center;
		padding: 15px 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	ul.packages {
		width: 100%;
		max-width: 200px;
		margin-bottom: 0;
	}
	ul.packages li {
		width: 200px;
		height: 200px;
		padding-top: 60px;
		font-size: 1.5rem;
		margin: 0 0 80px 0;
	}
	ul.packages li h4 {
		font-size: 2.4rem;
	}
    ul.packages li a {
        left: 50px;
        max-width: 100px;
        font-size: 1.2rem;
    }
	.item-price {
		width: 60px;
		height: 60px;
		font-size: 1.4rem;
		text-align: center;
		padding: 22px 0 0 0;
	}
}

/* Links
–––––––––––––––––––––––––– */
ul.list-links {
	overflow: hidden;
}
ul.list-links li {
	font-size: 1.4rem;
	margin-bottom: 10px;
	border-bottom: dotted 3px #DDD;
	padding: 5px 0 10px 0;
}
ul.list-links li a {
	color: #738C44;
	font-size: 1.2rem;
}
ul.list-links li a:hover {
	color: #B3B635;
}

/* Training Walks
–––––––––––––––––––––––––– */
ul.training-walks {
    overflow: hidden;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
ul.training-walks li {
    flex: 1 0 25%;
    margin: 0 1% 20px 1%;
    background: #EEE;
    padding: 30px 30px 60px 30px;
    font-size: 1.2rem;
    position: relative;
}
ul.training-walks li h4 {
    color: #738C44;
}
ul.training-walks li a {
    font-size: 1.1rem !important;
    position: absolute;
    bottom: 30px;
}

@media only screen and (max-width: 768px) {
    ul.training-walks {
    display: block;
}
    ul.training-walks li {
        width: 100%;
    }
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
    margin-bottom: 15px;
}
ul.sitemap li {
	width: 100%;
	font-size: 1.4rem;
}
ul.sitemap li a {
	color: #738C44;
	display: inline-block;
	padding: 5px 0;
}
ul.sitemap li a:hover {
	color: #877361;
}
ul.sitemap li ul {
	margin-left: 20px;
}
ul.sitemap li ul li {
	font-size: 1.2rem;
}
ul.sitemap li ul li a {
	padding: 3px 0;
}

/* Load More
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.load-more-container {
	min-height: 500px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
}
.load-more-container .load-more-btn {
	color: #738C44;
	display: inline-block;
	padding: 5px 30px 5px 20px;
	font-size: 1.5rem;
	border-radius: 50px;
	margin: 0 3px;
	background-image: url(../images/icons/ic_arrow-right_green.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.load-more-container .load-more-btn:hover {
	padding: 5px 40px 5px 20px;
}
.load-more-container .load-more-btn .loaded {
	display: none;
}
.load-more-container #load-more {
	display: none;
}
.load-more-container #load-more:checked ~ ul li:nth-child(1n+4) {
	max-height: 999px;
	opacity: 1;
	transition: 0.2s ease-in;
}
.load-more-container #load-more:checked ~ .load-more-btn .loaded {
	display: block;
}
.load-more-container #load-more:checked ~ .load-more-btn .unloaded {
	display: none;
}

@media only screen and (max-width: 768px) {
	.load-more-container #load-more:checked ~ ul li:nth-child(1n+3) {
		max-height: 999px;
		opacity: 1;
		transition: 0.2s ease-in;
	}
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0 0 10px 0;
	padding: 20px 50px 20px 30px;
    border-radius: 10px;
	background: #EEE;
	cursor: pointer;
    background-color: rgba(123,169,144,0.2);
    background-image: url(../images/icons/ic_arrow-down_green.svg);
    background-size: 20px 20px;
    background-position: right 20px center;
    background-repeat: no-repeat;
}
.accordian header:hover {
    background-color: rgba(178,182,52,0.2);
}
.accordian header h4 {
    margin: 0;
    color: #B3B635;
}
.accordian header p {
    margin: 0;
}
.accordian section {
	display: none;
	padding: 20px;
	background: #FFF;
}
.accordian section.active {
	display: block;
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 30px 30px;
}
img.logo-menu {
	width: 150px;
	height: auto;
	display: none !important;
	padding: 20px  0 0 20px;
}
img.logo-footer {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: inline-block;
	padding: 0;
}
img.img-full {
	width: 99%;
	height: auto;
	display: block;
    border-radius: 5px;
}
img.img-half {
	width: 49%;
	height: auto;
	display: block;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 1%;
    float: left;
}
img.overlay {
	position: absolute;
	top: 450px;
	right: 50px;
	width: 500px;
	height: auto;
	z-index: 100;
}
img.profile {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
img.ic-social {
    width: 35px;
    height: auto;
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: -12px;
}
img.ic-social:hover {
    opacity: 0.5;
     transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
	img.overlay {
		top: 500px;
		right: -100px;
		width: 400px;
	}
}

@media only screen and (max-width: 768px) {
	img.logo {
		width: 180px;
		height: auto;
		display: inline-block;
		padding: 20px 30px;
	}
	img.logo-menu {
		display: block !important;
	}
	img.overlay {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 110px;
		padding: 15px 10px;
	}
    img.ic-social {
        margin-bottom: 0;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="number"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 5px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 180px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #B3B635;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #000;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	color: #FFF;
	background-color: #B3B635;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.5rem;
	border-radius: 50px;
	margin: 0 3px 5px 3px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #7BAA91;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #B3B635;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.3rem;
	border-radius: 50px;
	margin: 0 3px 5px 3px;
}
a.btn-primary:hover {
	opacity: 0.5;
    transition: 0.3s;
}

a.btn-secondary {
	color: #FFF;
	background-color: #7BAA91;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.3rem;
	border-radius: 50px;
	margin: 0 3px 5px 3px;
}
a.btn-secondary:hover {
	opacity: 0.5;
    transition: 0.3s;
}

a.btn-arrow {
	color: #738C44;
	display: inline-block;
	padding: 5px 30px 5px 0;
	font-size: 1.5rem;
	border-radius: 50px;
	margin: 0 3px;
	background-image: url(../images/icons/ic_arrow-right_green.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: right center;
	
}
a.btn-arrow:hover {
	padding: 5px 40px 5px 10px;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: dotted 5px #DDD; margin: 20px 0; }
hr.divide40 { border-top: dotted 5px #DDD; margin: 40px 0; }
hr.divide60 { border-top: dotted 5px #DDD; margin: 60px 0; }
hr.divide80 { border-top: dotted 5px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}

#more {
	background: #fff;
	margin: 0 auto;
	max-height: 500px;
	overflow: hidden;
	/* Set Transitions */
	transition: max-height 0.7s;
}
#more.open {
	max-height: 9999px;
	/* Set transitions */
	transition: max-height 0.7s;
}
#show-more {
    color: #738C44;
	display: inline-block;
	padding: 5px 30px 5px 20px;
	font-size: 1.5rem;
	border-radius: 50px;
	margin: 0 3px;
	background-image: url(../images/icons/ic_arrow-right_green.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
blockquote {
    background: #EEE;
    margin: 0;
    padding: 30px 40px 20px 40px;
    border-left: solid 3px #B3B635;
    margin-bottom: 30px;
    font-size: 1.4rem;
}
.byline {
	text-align: left;
	font-size: 1rem;
	padding: 20px 20px 0 20px;
	color: #877361;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
	#more {
		max-height: 450px;
	}
}

@media only screen and (max-width: 768px) {
	#more {
		max-height: 420px;
	}
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	#more {
		max-height: 880px;
	}
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}
