:root {
	--field-grey: #F3F3F3;
	--light-grey: #E7E7E7;
	--adventure-bg: #F0EEEE;
	--mid-grey: #919090;
	--dark-grey: #333333;
	--white: #fff;
	--tr-green: rgba(101, 156, 36,0.85);
	--off-white: #D4E2C5;
	--dark-green: #43732D;
	--oas-green: #609930;
	--cancel-red: #dc3545;
}
.light-grey-text {
	color: var(--light-grey);
}
.mid-grey-text {
	color: var(--mid-grey);
}

.justify {
	text-align: justify;
}
body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif !important;
}
.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.wrapper .inner {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
}


.wrapper .inner#adventure-preview {
	background: url(../assets/images/adventure-preview.png);
	background-position: center;
}

.toprow {
	display: flex;
	width: 100%;
	margin: 0;
	position: absolute;
	z-index: 10;
	padding: 10px 10%;
	align-items: center;
}
.toprow .logo {
	flex-grow: 0;
	float: left;
}
.toprow .logo a {
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.toprow .menuicon, .menuicon-x {
	flex-grow: 0;
	float: right;
	color: #fff;
	font-size: 30px;
	margin-left: auto;
	width: 30px;
	cursor: pointer;
}
.toprow .menuicon img, .menuicon-x img{
	width: 100%;
}
.menuicon-x {
	font-size: 40px;
	margin-top: -3px;
	margin-bottom: 25px;
}
.navmenu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: var(--tr-green);
	padding: 25px 10%;
	display: none;
}
.navmenu ul {
	float: left;
	width: 100%;
	height: auto;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.navmenu ul li {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;

}
.navmenu ul li a {
	color: var(--off-white);
	font-size: 30px;
	text-decoration: none;
}

.slick-hero, .slick-track {
	height: 100%;
}

.hero {
	float: left;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	/*background-image: url('../images/oas-hero-ph.jpg');
	background-size: cover;
	background-position: center;*/
	position: relative;
}
.hero .caption /*.hero-50 .caption*/ {
	flex-grow: 1;
	width: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	text-align: center;
	z-index: 100;
}

.hero-50 .caption {
	flex-grow: 1;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 15px;
}


.hero .caption .hero-btn, .hero-50 .caption .hero-btn {
	margin: 25px 0 10px 0;
	background: var(--white);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
	float: none;
	padding: 15px 18px;
	border-radius: 5px;
	font-weight: 500;
	transition: 0.35s all ease-in-out;
}
.hero .caption .hero-btn:hover, .hero-50 .caption .hero-btn:hover {
	background: var(--oas-green);
	transition: 0.35s all ease-in-out;
}
.hero .caption .hero-btn:hover a,.hero-50 .caption .hero-btn:hover a, .form-btn:hover a{
	text-decoration: none;
	transition: 0.35s all ease-in-out;
	color: var(--white);
	transition: 0.35s all ease-in-out;
}
.hero .caption .hero-btn a, .hero-50 .caption .hero-btn a, .form-btn a {
	color: var(--green);
	text-decoration: none;
	transition: 0.35s all ease-in-out;
}
.hero .caption h1, .hero .caption p, .hero-50 .caption h1, .hero .caption p {
	text-align: center;
	color: var(--white);
}
.hero .caption p, .hero-50 .caption p {
	line-height: 24px;
	font-size: 14px;
}

.hero .caption h1 {
	font-weight: 700;
}


.hero-50 {
	background-size: cover !important;
	overflow: hidden;
	width: 100%;
	height: 35vh;
	height: 50vh;
   	background-position: center !important;
   	position: relative;
}





.h1 {
	font-size: 50px !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
}
.h2 {
	font-size: 40px !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
}
.h3 {
	font-size: 30px !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
}

.mapbox {
	float: left;
	width: 100%;
	height: 100vh;
	position: relative;
}
.section.adventures {
	background: var(--adventure-bg);
	color: var(--dark-grey);
	padding: 75px 10% 0 10%;
	float: left;
	width: 100%;
}
.adventures-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section.adventures h2, .adventures .intro {
	width: 100%;
	text-align: center;
	font-weight: 500;
}
.section.adventures .intro {
	margin-bottom: 60px;
	color: var(--mid-grey);
}
.section.adventures .adventure-box {
	margin-bottom: 75px;
	text-align: center;
}
.section.adventures .adventure-box .heading {
	text-transform: uppercase;
	color: var(--dark-grey);
	margin: 15px 0;
	font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
}
.section.adventures .adventure-box .snippet {
	color: var(--mid-grey);
	font-size: 14px;
	letter-spacing: 1px;
}
.section.adventures .adventure-box .caption {
	color: var(--mid-grey);
	margin: 15px 0;
	float: left;
}
.section.adventures .adventure-box .image {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 5px;
}
.news-posts {
	display: flex;
	flex-wrap: wrap;
	float: left;
	padding: 75px 75px 0 75px;
	width: 100%;
}
.news-posts h2, .news-posts .intro {
	width: 100%;
	text-align: center;
}
.news-posts .news-box {
	margin-bottom: 75px;
}

.footer-logo, .footer-pages, .footer-social {
	float: left;
	width: 100%;
	text-align: center;
}
.footer-logo, .footer-pages {
	margin-bottom: 25px;
}
.footer-pages {
	color: var(--mid-grey);
}
.footer-pages a {
	float: none;
	margin: 0 10px;
	text-decoration: none;
	color: var(--mid-grey);
	font-size: 18px;
	transition: 0.35s all ease-in-out;
}
.footer-pages a:hover {
	color: var(--oas-green);
	text-decoration: none;
	transition: 0.35s all ease-in-out;
}
.footer-social a {
	color: var(--dark-grey);
	font-size: 0px;
	margin: 0 10px;
	transition: 0.35s all ease-in-out;
}
.footer-social {
	padding-bottom: 35px;
}
.footer-social a:hover{
	color: var(--mid-grey);
	transition: 0.35s all ease-in-out;
}

.contact-wrap {
	background: var(--oas-green);
	padding: 75px 10%;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	
}
.contact-form {
	width: 45%;
	float: left;
	margin-right: 5%;
	background: var(--white);
	border-radius: 5px;
	padding: 35px 25px;
}
.contact-details {
	width: 45%;
	float: right;
	margin-left: 5%;
}
.contact-details .group {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.contact-details div{
	float: left;
	margin-bottom: 10px;
	color: var(--field-grey);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	font-weight: 400;
}
.contact-details span {
	float: left;
	color: var(--white);
	font-size: 26px;
	
}

.contact-form h2 {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.tr-pos {
	position: static;
}
.tr-pos .menuicon {
	color: var(--dark-grey);
}
.white-btn {
	margin: 25px 0 10px 0;
	background: var(--white);
	color: var(--oas-green);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
	float: none;
	padding: 15px 18px;
	border-radius: 5px;
	font-weight: 500;
	border: 0;
	transition: 0.35s all ease-in-out;
}
.white-btn:hover {
	background: var(--oas-green);
	color: var(--white);
	transition: 0.35s all ease-in-out;
}

.green-btn {
	margin: 25px 0 10px 0;
	background: var(--oas-green);
	color: var(--white);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
	float: none;
	padding: 15px 18px;
	border-radius: 5px;
	font-weight: 500;
	border: 0;
	transition: 0.35s all ease-in-out;
}
.green-btn:hover {
	background: var(--dark-grey);
	color: var(--white);
	transition: 0.35s all ease-in-out;
}



/* form fields  */
.field-wrap {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	border-radius: 3px;
	/*overflow: hidden;*/
	/*display: flex;*/
	z-index: 10;
}
.field-wrap:last-of-type {
	margin-bottom: 0;
}

.field-wrap-50-l {
	width: 47.5%;
	margin-right: 2.5%;
}
.field-wrap-50-r {
	width: 47.5%;
	margin-left: 2.5%;
}

.form-field {
	border: 1px solid #ccc;
	padding: 14px;
	transition: 0.4s;
	background: var(--field-grey);
	float: left;
	width: 100%;
	outline: 0;
	border: 0;
	border-radius: 3px;
	height: 52px;
	
}
.form-field.ta {
	height: 120px !important;
}

.form-field ~ .focus-border:before,
.form-field ~ .focus-border:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #4caf50;
	transition: 0.2s;
	transition-delay: 0.2s;
}
.form-field ~ .focus-border:after {
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	transition-delay: 0.6s;
}
.form-field ~ .focus-border i:before,
.form-field ~ .focus-border i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	background-color: #4caf50;
	transition: 0.2s;
}
.form-field ~ .focus-border i:after {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	transition-delay: 0.4s;
}
.form-field:focus ~ .focus-border:before,
.form-field:focus ~ .focus-border:after,
.has-content.form-field ~ .focus-border:before,
.has-content.form-field ~ .focus-border:after {
	width: 100%;
	transition: 0.2s;
	transition-delay: 0.6s;
}
.form-field:focus ~ .focus-border:after,
.has-content.form-field ~ .focus-border:after {
	transition-delay: 0.2s;
}
.form-field:focus ~ .focus-border i:before,
.form-field:focus ~ .focus-border i:after,
.has-content.form-field ~ .focus-border i:before,
.has-content.form-field ~ .focus-border i:after {
	height: 100%;
	transition: 0.2s;
}
.form-field:focus ~ .focus-border i:after,
.has-conten.form-field ~ .focus-border i:after {
	transition-delay: 0.4s;
}
.form-field ~ label {
	position: absolute;
	left: 14px;
	width: auto;
	top: 13px;
	color: #aaa;
	transition: 0.3s;
	z-index: 0;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	pointer-events:none
}
.form-field:focus ~ label, .has-content.form-field ~ label {
	top: -18px;
	left: 0;
	font-size: 12px;
	color: #4caf50;
	transition: 0.3s;
}


.form-field.cc {
	width: 30px;
    padding: 14px 0 14px 0;
}
.form-field.small-field {
	    width: auto;
    padding: 14px 14px 14px 0;
    flex-grow: 1;
}

.cc-symbol {
	width: auto;
	padding: 14px 0px 14px 14px;
	display: inline-block;
    float: left;
    height: 52px;
    line-height: 25px;
}


.form-flex {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* form fields  */


.section.blog {
	width: 100%;
	margin: 50px 0;
	float: left;
}

.blog-box {
	padding: 15px;
	background: none;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.blog-box .image {
	float: left;
	width: 100%;
	height: 315px;
	overflow: hidden;
	border-radius: 5px;
}
.blog-box .image img {
	width: auto;
	height: 100%;

}
.blog-box .category {
	float: left;
	color: var(--oas-green);
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	width: 50%;
	margin: 15px 0;
}
.blog-box .date {
	float: right;
	color: var(--oas-green);
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	width: 50%;
	margin: 15px 0;
	text-align: right;
}
.blog-box .heading {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: var(--dark-grey);
	font-size: 24px;
	font-weight: 400;
	text-align: left;
}
.blog-box .copy {
	float: left;
	color: var(--mid-grey);
	font-size: 15px;
}

/* SECTIONS */

.section {
	width: 100%;
	height: auto;
	float: left;
	padding: 25px 10%;
}
/*.section:last-of-type {
	margin-bottom: 75px;
}
*/
/* END SECTIONS */



/* BUTTONS */


/* white with green on hover */
.white-btn-green-hvr {
	margin: 25px 0 10px 0;
	background: var(--white);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
	float: none;
	padding: 15px 18px;
	border-radius: 5px;
	font-weight: 500;
	transition: 0.35s all ease-in-out;
}
.white-btn-green-hvr:hover {
	background: var(--oas-green);
	transition: 0.35s all ease-in-out;
}
.white-btn-green-hvr:hover a {
	text-decoration: none;
	transition: 0.35s all ease-in-out;
	color: var(--white);
	transition: 0.35s all ease-in-out;
}
.white-btn-green-hvr a {
	color: var(--green);
	text-decoration: none;
	transition: 0.35s all ease-in-out;
}



/* green with white on hover */
.green-btn-white-hvr {
	margin: 25px 0 10px 0;
	background: var(--oas-green); /**/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
	float: none;
	padding: 15px 18px;
	border-radius: 5px;
	font-weight: 500;
	transition: 0.35s all ease-in-out;
}
.green-btn-white-hvr:hover {
	background: var(--white);
	transition: 0.35s all ease-in-out;
}
.green-btn-white-hvr:hover a {
	text-decoration: none;
	transition: 0.35s all ease-in-out;
	color: var(--oas-green); /**/
	transition: 0.35s all ease-in-out;
}
.green-btn-white-hvr a {
	color: var(--white);
	text-decoration: none;
	transition: 0.35s all ease-in-out;
}



/* green with grey on hover */
.green-btn-grey-hvr {
	margin: 25px 0 10px 0;
	background: var(--oas-green); /**/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
	float: none;
	padding: 15px 18px;
	border-radius: 5px;
	font-weight: 500;
	transition: 0.35s all ease-in-out;
	color: var(--white);
	cursor: pointer;
}
.green-btn-grey-hvr:hover {
	background: var(--mid-grey);
	transition: 0.35s all ease-in-out;
	text-decoration: none;
}
.green-btn-grey-hvr:hover a {
	text-decoration: none;
	transition: 0.35s all ease-in-out;
	color: var(--white); /**/
	transition: 0.35s all ease-in-out;
}
.green-btn-grey-hvr a {
	color: var(--white);
	text-decoration: none;
	transition: 0.35s all ease-in-out;
}
.green-btn-grey-hvr a:hover {
	color: var(--white);
	transition: 0.35s all ease-in-out;
}
.green-btn-grey-hvr:focus {
	outline: 0;
}
/* green with grey on hover */


/* grey with green on hover */
.grey-btn-green-hvr {
	margin: 25px 0 10px 0;
	background: var(--mid-grey); /**/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	width: auto;
	display: inline-block;
	float: none;
	padding: 15px 18px;
	border-radius: 5px;
	font-weight: 500;
	transition: 0.35s all ease-in-out;
	color: var(--white);
	cursor: pointer;
}
.grey-btn-green-hvr:hover {
	background: var(--oas-green);
	transition: 0.35s all ease-in-out;
	text-decoration: none;
}
.grey-btn-green-hvr:hover a {
	text-decoration: none;
	transition: 0.35s all ease-in-out;
	color: var(--white); /**/
	transition: 0.35s all ease-in-out;
}
.grey-btn-green-hvr a {
	color: var(--white);
	text-decoration: none;
	transition: 0.35s all ease-in-out;
}
.grey-btn-green-hvr a:hover {
	color: var(--white);
	transition: 0.35s all ease-in-out;
}
.grey-btn-green-hvr:focus {
	outline: 0;
}
/* grey with green on hover */


/* red cancel button */

.red-btn-grey-hvr {
	margin: 25px 0 10px 15px;
	background: var(--cancel-red); /**/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	width: auto;
	float: none;
	padding: 15px 18px;
	border-radius: 5px;
	font-weight: 500;
	transition: 0.35s all ease-in-out;
	color: var(--white);
	cursor: pointer;
	display: inline-block;
}
.red-btn-grey-hvr a{
	color: var(--white);
	text-decoration: none;
	transition: 0.35s all ease-in-out;
}
.red-btn-grey-hvr:hover {
	background: var(--mid-grey);
	transition: 0.35s all ease-in-out;
	text-decoration: none;
}
.red-btn-grey-hvr:hover a {
	text-decoration: none;
	transition: 0.35s all ease-in-out;
	color: var(--white); /**/
	transition: 0.35s all ease-in-out;
}
/* red cancel button */




/* END BUTTONS */

.section.sitemap{
	padding: 75px 10% 0 10%;
	float: left;
	width: 100%;
}

.sitemap {
	padding: 0;
	margin: 0;
}
.sitemap li {
	width: 30%;
	padding-right: 3.3333%;
	display: inline-block;
}
.sitemap li a {
	color: var(--mid-grey);
}

.footer {
	width: 100%;
	float: left;
	margin-top: 75px;
}

.label-hidden {
	display: none;
}

.bars-white, .bars-grey {
	display: none;
}

.blog h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 700;
}

.heading-centre{
	width: 100%;
	text-align: center;
	font-weight: 700;
}
.reset-filters {
	cursor: pointer;
}

.h-spacer-50 {
	width: 100%;
	float: left;
	height: 50px;
}

.about-text {
	font-size: 14px;
	margin-bottom: 25px;
}

.section.flex {
	display: flex;
	align-items: center
}
.section.flex-copy {
	display: flex;
}
.section.flex-copy .copy {
	width: 50%;
}
.section.flex .green-btn-grey-hvr {
	margin-left: auto;
	margin-top: 0;
    margin-bottom: 0;
}

.section.flex h1 {
	flex-grow: 1;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}


.adventure-copy-h {
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 15px;
	float: left;
	clear: both;
	width: 100%;
}

.mtop-50 {
	margin-top: 50px;
}

.mr-10 {
	margin-right: 10px;
}
.fright {
	float: right;
}



/* login */

.loginbox {
	background: rgba(255,255,255,0.75);
	padding: 20px;
	border-radius: 5px;
	display: inline-block;
}
.loginbtn {
	background: #fff/*var(--oas-green)*/;
	color: var(--oas-green);
	width: 100%;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 15px 18px;
	transition: 0.35s all ease-in-out;
	cursor: pointer;
}
.loginfield {
	border: 1px solid var(--oas-green);
	background: transparent;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	float: left;
	padding: 10px;
}
.loginbtn:hover {
	background: var(--oas-green);
    transition: 0.35s all ease-in-out;
    color: #fff;
}
.loginbox a {
    color: var(--oas-green);;
}


/* login */


.nav-login {
	margin-top: 50px;
}
.nav-login a {
	background: var(--adventure-bg);
    color: var(--oas-green) !important;
    padding: 10px 25px;
    border-radius: 5px;
}


.newsletter {
	width: 100%;
    margin: 40px 0;
    background: var(--oas-green);
    color: var(--white);
    padding: 40px 0;
    float: left;
    text-align: center;
	
}
.newsletter .heading {
	width: 100%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    float: left;
    font-size: 40px !important;
    font-family: 'Lato', sans-serif !important;
    margin-top: 0;
}


.newsletter .newsletter-field {
	padding: 10px;
	border: 0;
    border-radius: 3px;
    height: 45px;
}
.newsletter .newsletter-field:focus {
	outline: 0;
}
.newsletter .newsletter-btn {
	padding: 10px;
	height: 45px;
	
	margin-left: 15px;
	border-radius: 3px;
	background: var(--white);
	text-transform: uppercase;
	font-size: 12px;
    letter-spacing: 2px;
    border: 0;
 
}
.newsletter form {
	display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
}


.cite {
	font-size: 13px;
    margin-top: 10px;
    display: inline-block;
}

.login-reg {
	text-align: center;
    width: auto;
    margin-top: 50px;
    text-transform: uppercase;

}
.login-reg a {
	color: var(--dark-grey);
	transition: 0.35s all ease-in-out;
	width: 100%;
	font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 18px;;
	display: block;
	background: rgba(255,255,255,0.75);
	border-radius: 5px;
}
.login-reg a:hover {
	color: var(--oas-green);
	transition: 0.35s all ease-in-out;
	text-decoration: none;
	background: var(--oas-green);
	color: #fff;
}


/* account */

.acc-sidecol {
	background: var(--oas-green);
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.acc-sidecol ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.acc-sidecol ul li {
	width: 100%;
	list-style: none;
	padding: 5px 0;
	display: flex;
    align-items: center;
}
.acc-sidecol ul li a {
	color: #fff;
	width: 100%;
	
}
.acc-sidecol ul li i {
	margin-right: 10px;
	float: left;
}

.acc-content {
	background: var(--light-grey);
	padding: 20px;
	border-radius: 5px;
	/*display: table;*/
	width: 100%;
	height: auto;
}
.nolabel label{
	opacity: 0;
}


.acc-form-field {
	padding: 14px;
    transition: 0.4s;
    background: var(--field-grey);
    float: left;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 3px;
    border: 0;
}


/* account */



[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 52px;
}

[type=file] + label {
    height: 52px;
    white-space: nowrap;
    width: auto;
    padding: 12px;
    border-radius: 5px;
    background: var(--mid-grey);
    position: relative;
    color: var(--white);
}
[type=file] + label {
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
}
[type=file] + label:hover {
  background: var(--oas-green);
  color: var(--white);
}



.forgot-wrap {
	background: var(--oas-green);
	padding: 75px 10%;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	
}
.forgot-form {
	width: 100%;
	float: left;
	background: var(--white);
	border-radius: 5px;
	padding: 35px 25px;
	text-align: center;
}

.adventure-video {
	margin-top: 125px;
}

.sidebox-btn {
	background: none;
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0 2px;
	width: 100%;
}

.add-images-icon {
	float: left;
	margin-top: -2px;
	margin-right: 8px;
	font-size: 20px;
}

.del-btn {
	margin-left: 10px;
	text-decoration: none;
}
.del-btn:hover {
	text-decoration: none;
}
.del-btn i {
	color: var(--cancel-red);
}

.uploaded-file-name {
	margin-left: 10px;
	display: inline-block;
	font-weight: bold;
}

.ml-20 {
	margin-left: 20px;
}

/* member levels */

#member-level-list {
	display: block;
	list-style: none;
	margin: auto;
	max-width: 500px;
	padding: 0;
	width: 100%;
}

#member-level-list li {
	border-bottom: 1px solid #ddd;
	display: flex;
}

#member-level-list li:first-child {
	font-weight: bold;
}

#member-level-list li:nth-child(even) {
	background-color: #f9f9f9;
}

#member-level-list li span {
	flex-basis: 20%;
	padding: 10px;
	text-align: center;
}

#member-level-list li span:first-child {
	flex-basis: 40%;
	text-align: left;
}

#member-level-list li span i {
	color: var(--oas-green);
}

/* draft / live */

.acc-content h5 span {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	display: inline;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	padding: 0 5px;
	text-transform: uppercase;
	vertical-align: middle;
}

.acc-content h5 span.live {
	border-color: var(--oas-green);
	color: var(--oas-green);
}

.acc-content h5 span.draft {
	border-color: var(--warning);
	color: var(--warning);
	display: none;
}

/* width fix */

ul.translation-links {
	display: none;
}

div.translation-links {
	right: 13%;
}

@media (max-width: 1455px){
	div.translation-links {
		right: 60px;
		top: 45px;
	}
}

@media (max-width: 480px){
	div.translation-links {
		right: 15px;
		top: 65px;
	}
	.toprow .menuicon {
		align-self: flex-start;
	}
}

/* travel page */ 

.travel ul {
	font-size: 21px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.travel ul a {
	color: var(--oas-green);
	font-weight: bold;
}

.travel ul a:hover {
	color: var(--dark-grey);
	font-weight: bold;
	text-decoration: none;
}

.travel .travel-image {
	border-radius: 5px;
	display: block;
	height: 200px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.travel .travel-image img {
	display: block;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

/* adventure page updates */ 

.adv {
	border: none;
	text-align: center;
	width: 100%;
}

.adventure-video {
    margin-top: 0;
}

.section.video {
	background: var(--adventure-bg);
	padding: 25px 10%;
	float: left;
	width: 100%;
}

.tel {
	font-size: 1.75rem;
}

.tel a {
	color: Var(--oas-green);
}

.adventure-sidebar {
	border-radius: 10px;
	background: var(--adventure-bg);
	padding: 15px 20px;
}

.adventure-sidebar .form-field {
	background: #fff;
}

.adventure-sidebar h3 {
	text-transform: uppercase;
	color: var(--dark-grey);
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
}

.adventure-sidebar hr {
	margin-bottom: 0;
}

.slick-arrow:focus {
	outline: none;
}

.hr-copy {
	border-top-color: var(--adventure-bg);
	margin-top: 2rem;
	margin-bottom: 2rem;
}