﻿html {
    -webkit-text-size-adjust: none;
}

body {
    font-family: 'Nunito', Arial, sans-serif;
    max-width: 100%;
    margin: 0;
}

.earthpeopleconnect h1 {
    font-family: 'Charm', Arial, sans-serif;
    font-size: 3em;
    position: relative;
    display: inline-block;
    font-weight: normal;
}

.earthpeopleconnect .section h1 {
    color: #000000;
    text-shadow: none;
    text-align: center;
    display: block;
}

.earthpeopleconnect .titleInfo h1 {
    margin: auto;
}

.earthpeopleconnect .introduction {
    text-align: center;
}

.earthpeopleconnect .introduction h1 {
    margin-bottom: 10px;
}

.earthpeopleconnect .introduction h2 {
    margin-top: 0;
}

.earthpeopleconnect h2 {
    font-family: 'Charm', Arial, sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.earthpeopleconnect h3 {
    font-family: Raleway;
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.earthpeopleconnect h4 {
    margin-bottom: 0.5em;
    font-size: 1em;
}

.earthpeopleconnect ul {
    margin: 0;
    padding: 0;
}

.earthpeopleconnect ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.earthpeopleconnect ul li {
    list-style: none;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-top: 5px;
}

.earthpeopleconnect ul li span.usualPrice {
    position: relative;
}

.earthpeopleconnect ul li span.usualPrice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #2F5A08;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.earthpeopleconnect ol li {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-top: 5px;
}


.earthpeopleconnect a {
    text-decoration: none;
    font-weight: 500;
    color: #2F5A08;
}

.earthpeopleconnect a:hover {
    color: #581245;
    text-decoration:underline;
}

.earthpeopleconnect p {
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: justify;
}

.earthpeopleconnect p.error {
    font-size: 1.2em;
    color: #CE4447;
}

.earthpeopleconnect .section.intro {
    margin-bottom: 50px;
    margin-top: 50px;
}

.earthpeopleconnect .section.intro h2 {
    text-align: center;
}

.earthpeopleconnect .section.intro h3 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 16px;
}

.earthpeopleconnect .section.intro p {
    text-align: center;
    font-size: 1.2em;
}

.earthpeopleconnect .section.intro .textSpotlight {
    width: 80%;
    margin: 48px auto;
    border-bottom: solid 1px #2F5A08;
}

.earthpeopleconnect .section.intro .textSpotlight:last-child {
    border-bottom: none;
}

.earthpeopleconnect .section.intro .textSpotlight img.icon {
    margin: 0 auto;
    display: block;
    width: 32px;
}

.earthpeopleconnect p.note {
    color: #808080;
    font-style: italic;
}

.earthpeopleconnect .section.tinymce p.contentDate {
    text-align: center;
    font-size: 1.3em;
    margin-top:0;
    margin-bottom: 30px;
}

.earthpeopleconnect .tabletShow {
    display: none;
}

.earthpeopleconnect .mobileShow {
    display: none;
}

.earthpeopleconnect .noVisibility {
    visibility: hidden;
}

.earthpeopleconnect table {
    margin: 20px 0;
    font-size: 1.1em;
}

.earthpeopleconnect table thead tr th {
    text-align: left;
}

.earthpeopleconnect table tr th,
.earthpeopleconnect table tr td {
    padding: 5px 10px;
    border-color: #2F5A08;
}

.earthpeopleconnect table tr th:first-child,
.earthpeopleconnect table tr td:first-child {
    padding-left: 5px;
}

.earthpeopleconnect iframe {
    width: 560px;
    height: 315px;
}

/*************** GRID LAYOUT ***************/
.earthpeopleconnect .section {
    width: 100%;
}

.earthpeopleconnect .section.privacy ul li:before {
    content:none;
}

.earthpeopleconnect .columns {
    float: left;
    margin-left: 2.12766%;
    min-height: 1px;
    position: relative;
}

    .earthpeopleconnect .columns:first-child {
        margin-left: 0;
    }

    .earthpeopleconnect .columns.twelve {
        width: 100%;
    }

    .earthpeopleconnect .columns.eleven {
        width: 91.4895%;
    }

    .earthpeopleconnect .earthpeopleconnect .columns.ten {
        width: 82.9789%;
    }

.earthpeopleconnect .columns.nine {
    width: 74.4682%;
}

.earthpeopleconnect .columns.eight {
    width: 65.9576%;
}

.earthpeopleconnect .columns.seven {
    width: 57.4469%
}

.earthpeopleconnect .columns.six {
    width: 48.9362%;
}

.earthpeopleconnect .columns.five {
    width: 40.4256%;
}

.earthpeopleconnect .columns.four {
    width: 31.9149%
}

.earthpeopleconnect .columns.three {
    width: 23.4043%;
}

.earthpeopleconnect .columns.two {
    width: 14.8936%;
}

.earthpeopleconnect .columns.one {
    width: 6.38299%;
}

.earthpeopleconnect .row {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.earthpeopleconnect .row::before, .earthpeopleconnect .row::after, .earthpeopleconnect .clearfix::before, .earthpeopleconnect .clearfix::after, .earthpeopleconnect .section::after, .earthpeopleconnect .section::before {
        content: "";
        display: table;
    }

.earthpeopleconnect .row::after, .earthpeopleconnect .clearfix::after, .earthpeopleconnect .section::after {
    clear: both;
}

/*************** END GRID LAYOUT ***************/

/****** OVERLAY STYLES ******/
.earthpeopleconnect #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.7;
    z-index: 10000;
}

.earthpeopleconnect .overlayContainer {
    background: #ffffff;
    padding: 15px;
    padding: 5px;
    position: absolute;
    top: 20%;
    left: 33%;
    z-index: 65537;
    border-radius: 10px;
}

.earthpeopleconnect .overlayContainer .overlayContainerInner {
    border: 1px solid #738C68;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    padding: 15px;
}

.earthpeopleconnect .overlayContainer .overlayContainerInner ul {
    padding: 0;
}

.earthpeopleconnect .overlayContainer .close {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 10000;
}

.earthpeopleconnect .overlayContainer .overlayContainerInner .buttonContainer {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    white-space: nowrap;
}

.earthpeopleconnect .overlayContainer .overlayContainerInner .buttonContainer.inline {
    margin-top: 0;
}

.earthpeopleconnect .overlayContainer .overlayContainerInner .buttonContainer .button {
    margin-left: 10px;
}

.earthpeopleconnect .overlayContainer .overlayContainerInner .buttonContainer.list {
    width: 300px;
    float: none;
    display: grid;
    text-align: center;
}

.earthpeopleconnect .overlayContainer .overlayContainerInner .buttonContainer.list .button {
    width: 280px;
    padding: 10px 0;
}

.earthpeopleconnect .formContainer.inline {
    display: inline-block;
    position: relative;
    margin: 10px 0;
}

.earthpeopleconnect .formContainer.inline input {
    width: 270px;
    float: left;
    padding: 3px 5px;
    margin-top: 0
}

.earthpeopleconnect .formContainer.inline input[type="checkbox"] {
    width: auto;
}

.earthpeopleconnect .productItem .formContainer.inline input[type="text"] {
    width: 110px;
    float: none;
}


.earthpeopleconnect .formContainer.inline .buttonContainer {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

.earthpeopleconnect .formContainer.inline .buttonContainer .button {
    padding-top: 8px;
    padding-bottom: 8px;
}

/****** END OVERLAY STYLES ******/

/******************** HEADER ************************/
.earthpeopleconnect .header.ecomm {
    margin-top: 150px;
}

.earthpeopleconnect .titleHeader {
    width: 100%;
    display: flex;
    flex-direction:row;
}

.earthpeopleconnect .titleHeader .titleInfo {
    float: left;
    width: 100%;
    background: linear-gradient(to top, #2F5A08 28%, #9BC872 70%,  #C4E6A5 99%);
    padding: 2%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.earthpeopleconnect .titleHeader .titleInfo p {
    color: #fff;
    text-shadow: 1px 1px #808080;
    font-size: 1.2vw;
    text-align: left;
}

.earthpeopleconnect .titleHeader .titleInfo p.price {
    font-size: 2.5vw;
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 1px 1px #808080;
}

.earthpeopleconnect .titleHeader .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    float: left;
    width: 100%;
    padding-top: 26%;
    margin-top: 108px;
}

.earthpeopleconnect .titleHeader .banner.short {
    padding-top: 8%;
}

.earthpeopleconnect .titleHeader .banner .bannerNav {
    position: absolute;
    top: 0;
    right: 0;
}

.earthpeopleconnect .titleHeader .banner .bannerNav ul {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 12px;
}

.earthpeopleconnect .titleHeader .banner .bannerNav ul li {
    float: left;
}

.earthpeopleconnect .titleHeader .banner .bannerNav .buttonContainer {
    float: left;
    margin: 20px;
}

.earthpeopleconnect .navigationBar {
    display: inline-block;
    position:fixed ;
    width: 100%;
    z-index: 10;
    top: 0;
}

.earthpeopleconnect .navigationBar .logoHolder {
    width: 100px;
    position:absolute;
    left: 17%;
    top: 48px;

}

.earthpeopleconnect .navigationBar .logoHolder .logoBorder {
    border-radius: 70px;
    width: 115px;
    height: 111px;
    text-align: center;
    background-color: #ffffff;
    z-index: 10;
    padding-top: 3px;
    position: relative;
}

.earthpeopleconnect .navigationBar .logoHolder .logoBorder img {
    width: 100px;
    z-index: 10;
}

.earthpeopleconnect .navigation {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 9;
    padding: 20px 20px 15px 20px;
    border-bottom: solid 2px #000;
}

.earthpeopleconnect .navigation ul {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 2%;
}

.earthpeopleconnect .navigation ul li { 
    float: left; 
    margin: 3px 3.6%;
}

.earthpeopleconnect .navigation ul li a {
    font-size: 1em;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.earthpeopleconnect .navigation ul li.hasSubNav {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.earthpeopleconnect .navigation ul li a.noLink {
    cursor: default;
}

.earthpeopleconnect .navigation ul.subNav {
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    padding: 10px 0;
    left: -26px;
    top: 24px;
    margin-left: 3%;
    width: auto;
}

    .earthpeopleconnect .navigation li.hasSubNav:first-child ul.subNav {
        /* margin-left: 33px; */
    }

.earthpeopleconnect .navigation ul li ul.subNav li a {
    font-size: 0.87em;
}

.earthpeopleconnect .navigation ul.subNav li {
    float: none;
    margin: 0;
    padding: 1px 0;
}

.earthpeopleconnect .navigation ul.subNav li a,
.earthpeopleconnect .navigation ul.subNav li a:visited,
.earthpeopleconnect .navigation ul.subNav li a:active {
    color: #000000;
    padding: 2px 25px 3px 25px;
    display: inline-block;
    width: calc(100% - 50px);
}

.earthpeopleconnect .navigation ul.subNav li a:hover {
    background-color: #ffffff;
    color: #395910;
}

.earthpeopleconnect .leftNavigation {
    float: left;
    width: 25%;
    margin-right: 4%;
    margin-top: 45px;
    max-width: 280px;
}

.earthpeopleconnect .leftNavigation.noHeader {
    margin-top: 0;
}

.earthpeopleconnect .leftNavigation ul {
    
}

.earthpeopleconnect .leftNavigation ul li {
    background-color: #557927;
    padding: 10px;

}

.earthpeopleconnect .leftNavigation ul li a {
    font-weight: 500;
    color: #ffffff;
}

.earthpeopleconnect .leftNavigation ul li a:hover {
    text-decoration: none;
}

.earthpeopleconnect .mobileMenuHolder a.menu img {
    height: 16px;
}


.earthpeopleconnect .mobileMenuHolder {
    width: 100%;
    z-index: 0;
}

.earthpeopleconnect .mobileMenuHolder {
    position: absolute;
    right: 12px;
}

.earthpeopleconnect .mobileMenuHolder a.menu {
    position: relative;
    display: inline-block;
    margin: 0 5%;
    float: right;
}

.earthpeopleconnect .mobileNavigation {
    background-color: #2F5A08;
    padding: 5px 30px 10px 30px;
    position: fixed;
    right: 17px;
    top: 108px;
    text-align: right;
    z-index: 100;
    margin-top: -7px;
}


.earthpeopleconnect .navigation .mobileNavigation ul li {
    margin-top: 10px;
    float: none;
}

.earthpeopleconnect .mobileNavigation ul li a {
    color: #ffffff;
    font-size: 0.9em;
}

.earthpeopleconnect .mobileNavigation ul li ul.subNav {
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    margin-top: 5px;
    padding-bottom: 5px;
}

.earthpeopleconnect .mobileNavigation ul li ul.subNav li a {
    color: #ffffff;
    font-size: 0.8em;
}

.earthpeopleconnect .mobileNavigation ul li.close {
    margin-top: 20px;
}

.earthpeopleconnect .mobileNavigation ul li.close a {
    font-size: 0.85em;
    text-decoration: underline;
}

.earthpeopleconnect .navigationBar .logoHolder {
    top: 27px;
}

/******************** END HEADER ************************/

/******************** MAIN BODY ************************/

.earthpeopleconnect .mainContent {
    margin: 75px auto 0 auto;
    max-width: 1380px;
    padding: 0 2%;
    position: relative;
}

.earthpeopleconnect .mainContent.hasLeftNav {
    display: inline-block;
    max-width: 1660px;
}

.earthpeopleconnect .mainContent.home {
    margin: 25px auto 0 auto;
    max-width: 100%;
    padding: 0 2%;
}

.earthpeopleconnect .mainContent .tinymce { padding: 0;}

.earthpeopleconnect .mainContent .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 40%;
}

.earthpeopleconnect .mainContent .mainContentInner {
    float: left;
    width: 71%;
}

.earthpeopleconnect .middleContainer {
    width: 400px;
    margin: auto;
}

.earthpeopleconnect .middleContainer h2 {
    text-align: center;
}

.earthpeopleconnect .middleContainer.wide {
    width: 800px;
}

.earthpeopleconnect .middleContainer.wide ul li {
    clear: both;
}

.earthpeopleconnect .middleContainer.wide .inputContainer {
    width: 49%;
    float: left;
    margin-bottom: 25px;
}

.earthpeopleconnect .middleContainer.wide .inputContainer:first-child {
    margin-right: 2%;
}

.earthpeopleconnect a.booking {
    text-transform: uppercase;
    font-weight: bold;
}

.earthpeopleconnect p.title {
    font-family: Raleway;
    font-size: 1.3em;
    margin-top: 0;
}

.earthpeopleconnect span.label {
    font-weight: bold;
}

.earthpeopleconnect .right {
    float: right;
    margin-left: 5%;
}
.earthpeopleconnect .left {
    float: left;
}

.earthpeopleconnect .navigation .right {
    width: 80%;
    padding-top: 20px;
}

.earthpeopleconnect .navigation .left {
    float: left;
    width: 13.2%;
}

.earthpeopleconnect .navigation .left img {
    width: 100%;
}

.earthpeopleconnect .additionalLinkContainer {
    text-align: center;
    padding: 20px 0;
}

.earthpeopleconnect ul.additionalLinks {
    display: inline-block;
    position: relative;
}

.earthpeopleconnect ul.additionalLinks li {
    float: left;
    padding: 0 20px;
    border-left: solid 1px #738C68;
    line-height: 1em;
}

.earthpeopleconnect ul.additionalLinks li:first-child {
    border-left: 0;
}

.earthpeopleconnect ul.additionalLinks li a {
    text-decoration: underline;
}

.earthpeopleconnect .mainContent .tinymce .announcementContainer {
    text-align: center;
    padding: 20px 0;
}

.earthpeopleconnect .mainContent .tinymce p.announcement {
    max-width: 80%;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

/******************** END MAIN BODY ************************/

/******************** TINYMCE ************************/

.earthpeopleconnect .tinymce {
    display: inline-block;
    position: relative;
}

.earthpeopleconnect .tinymce ul {
    padding: 10px 0;
}

.earthpeopleconnect .tinymce ul.date {
    padding: 0;
}

.earthpeopleconnect .tinymce ul.date li {
    list-style: none;
}

.earthpeopleconnect .tinymce img.left { margin: 0 20px 20px 0;}
.earthpeopleconnect .tinymce img.right {
    margin: 0 20px 0 20px;
    max-width: 500px;
}

.earthpeopleconnect .tinymce ul li:before {
    /*content: "\262F";*/
    content: "-";
    margin-right: 10px;
}

.earthpeopleconnect .tinymce ul.formContainer li:before {
    content: none;
    margin-right: 0;
}

.earthpeopleconnect .section .boxQuote .content {
    margin-left: 30px;
}

.earthpeopleconnect .section .boxQuote .content p {
    font-family: 'Charm', Arial, sans-serif;
    font-size: 1.3em;
}

.earthpeopleconnect .tinymce .videoHolder {
    text-align: center;
}

/******************** END TINYMCE ************************/

/******************** FORMS ************************/


.earthpeopleconnect .mainContent .formContainer:not(.inline) {
    position: relative;
    display: inline-block;
    width: 100%
}

.earthpeopleconnect .mainContent .formContainer li
{
    padding: 10px 0;
    position:relative;
}

.earthpeopleconnect .mandatory {
    color: #bf2424;
    margin-left: 5px;
}

.earthpeopleconnect input[type="checkbox"]{
    margin: 5px 10px 0 0;
    top: 2px;
    position: relative;
}

.earthpeopleconnect input[type=text] {
    width: 98.5%;
    border: solid 1px #738C68;
    border-radius: 5px;
    height: 30px;
    margin-top: 3px;
    padding-left: 3px;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 1em;
}

.earthpeopleconnect input[type=text].error {
    border-color: #CE4447;
}

.earthpeopleconnect select {
    border: solid 1px #738C68;
    border-radius: 5px;
    height: 35px;
    margin-top: 3px;
    padding-left: 3px;
    font-family: 'Nunito', Arial, sans-serif;
    width: 100%;
    font-size: 1em;
}

.earthpeopleconnect select.small {
    width: 65px;
}

.earthpeopleconnect select.error {
    border-color: #CE4447;
}

.earthpeopleconnect textarea {
    width: 98.5%;
    border: solid 1px #738C68;
    border-radius: 5px;
    margin-top: 3px;
    font-family: 'Nunito', Arial, sans-serif;
    padding-left: 3px;
}

.earthpeopleconnect li.buttonContainer {
}

.earthpeopleconnect .buttonContainer.large {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px;
}

.earthpeopleconnect .buttonContainer.large .button {
    padding: 20px 40px;
    font-size: 1em;
}

.earthpeopleconnect .buttonContainer .button {
    background-color: #2F5A08;
    color: #ffffff;
    padding: 12px 30px;
    border: solid 1px #2F5A08;
    font-size: 1em;
    text-transform: uppercase;
    margin-left: 22px;
    text-decoration: none;
}

.earthpeopleconnect .buttonContainer.seeMore {
    text-align: center;
}

.earthpeopleconnect .buttonContainer.seeMore .button:first-child {
    margin-top: 0;
}

.earthpeopleconnect .buttonContainer.seeMore .button {
    font-size: 1em;
    margin-top: 20px;
    margin-left: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.earthpeopleconnect .linkContainer.seeAll {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 100px;
}

.earthpeopleconnect .linkContainer.seeAll a {
    padding: 20px 30px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.earthpeopleconnect .buttonContainer .button:first-child {
    margin-left: 0;
}

.earthpeopleconnect .buttonContainer.inText {
    margin-top: 35px;
    text-align: right;
}

.earthpeopleconnect .mainContent .formContainer li.error input, li.error select, li.error textarea {
    border: solid 1px #CE4447;
}

.earthpeopleconnect .mainContent .formContainer li .infoIcon {
    background-image: url("../Images/Icons/errorInfo.png");
    position: absolute;
    top: 15px;
    right: 80px;
    height: 29px;
    width: 29px;
    display: none;
}

.earthpeopleconnect .mainContent .formContainer li.error .infoIcon {
    display: block;
}



/******************** END FORMS ************************/

/******************** HOME PAGE SPOTLIGHTS *********************/

.earthpeopleconnect .item h2 {
    font-family: Nunito, Arial, sans-serif;
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.earthpeopleconnect .spotlightContainer {
    margin-bottom: 30px;
    margin-top: 50px;
}

.earthpeopleconnect .spotlightContainer .item {
    float: left;
    width: 31.8366%;
    margin-left: 2%;
}

.earthpeopleconnect .spotlightContainer .item:first-child {
    margin-left: 0;
}

.earthpeopleconnect .spotlightContainer .item.double {
    width: 65.6732%;
}

.earthpeopleconnect .spotlightContainer .item.contact {
    text-align: center;
    padding: 20px 2%;
    border: solid 2px #000000;
    width: 27.8366%;
    cursor: pointer;
}

.earthpeopleconnect .spotlightContainer .item.contact img {
    width: 60%;
}

.earthpeopleconnect .spotlightContainer .item.contact h2 {
    font-size: 2vw;
}

.earthpeopleconnect .spotlightContainer .item.contact h3 {
    font-size: 1.5vw;
}

.earthpeopleconnect .spotlightContainer .item .thumbnailHolder {
    float: none;
    width: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 57%;
    min-height: 120px;
    position: relative;
}

.earthpeopleconnect .spotlightContainer .item.double .thumbnailHolder {
    padding-top: 31.37%;
}

.earthpeopleconnect .spotlightContainer .item .thumbnailHolder .mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    backdrop-filter: brightness(0.65);
}

.earthpeopleconnect .spotlightContainer .item .info {
    width: 100%;
    float: none;
    padding: 0 15px 1px 15px;
    position: absolute;
    bottom: 40%;
    text-align: center;
}

.earthpeopleconnect .spotlightContainer .item .info h2 {
    color: #ffffff;
    font-weight: normal;
    font-size: 2.5vw;
    text-shadow: 2px 2px 5px #000;
}

.earthpeopleconnect .spotlightContainer .item .info h3 {
    color: #ffffff;
    font-weight: normal;
    font-size: 2vw;
}

.earthpeopleconnect .spotlightContainer .item.double.spotlight .info {
    height: 100%;
    padding: 0;
    top:0;
}

.earthpeopleconnect .spotlightContainer .item.double.spotlight .info h2 {
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: 20px;
    text-shadow: 1px 1px #808080;
}

.earthpeopleconnect .spotlightContainer .item.double.spotlight .info h3 {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/****************** END HOME PAGE SPOTLIGHTS *******************/

/******************** LISTINGS ************************/

.earthpeopleconnect .listing {
    width: 100%;
}


/******************** END LISTINGS ************************/

/******************** EVENT LISTINGS ************************/

.earthpeopleconnect .events.listing .row {
    height: 100%;
    border: solid 1px #000000;
    margin-bottom: 60px;
}

.earthpeopleconnect .events.listing .row .thumbnailHolder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 25%;
    width: 31.9149%;
    float: left;
}

.earthpeopleconnect .events.listing .row .thumbnailHolder .mask {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, black 5%, transparent 50%);
    position: absolute;
    top: 0;
    cursor: pointer;
}

.earthpeopleconnect .events.listing .row h2 {
    color: #ffffff;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    padding: 0 15px 1px 15px;
}

.earthpeopleconnect .events.listing .row .columns.eight {
    padding-bottom: 30px;
    padding-right: 30px;
}

.earthpeopleconnect .events.listing .row .basicInfo {
    width: 100%;
    position: relative;
    display: inline-block;
}

.earthpeopleconnect .events.listing .row .basicInfo::after {
    clear: both;
}

.earthpeopleconnect .events.listing .row .info p {
    float: left;
    font-size: 1em;
    width: 80%;
    text-align: left;
}

.earthpeopleconnect .events.listing.spotlight .row .info p {
    font-size: 1.1em;
}

.earthpeopleconnect .events.listing .row .summary p {
    font-size: 1em;
    text-align: left;
}

.earthpeopleconnect .events.listing.spotlight .row .summary p {
    font-size: 1.1em;
}

.earthpeopleconnect .events.listing .row .price {
    float: right;
}

.earthpeopleconnect .events.listing .row .price p.amount {
    font-size: 2em;
    margin: 0;
    text-align: right;
}

.earthpeopleconnect .events.listing .row .info {
    width: 55%;
}

.earthpeopleconnect .events.listing .row p.amount .earlyBird {
    /*text-decoration: line-through;
    text-decoration-color: #2F5A08;*/
    position: relative;
    margin-right: 20px;
    font-size: 0.9em;
}

    .earthpeopleconnect .events.listing .row p.amount .earlyBird:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 3px solid #2F5A08;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

.earthpeopleconnect .events.listing .row .price span.earlyBirdNote {
    font-size: 0.9em;
    font-style: italic;
}

.earthpeopleconnect .events.listing .row .itemInfo {
    display: flex;
    flex-direction: column;
    width: 65.9576%;
    padding: 15px;
}

.earthpeopleconnect .events.listing .row .buttonContainer {
    margin-top: auto;
    padding-bottom: 15px;
    text-align: center;
}

.earthpeopleconnect .events.listing .row .buttonContainer .buttonContainerInner {
    
}

/******************** END EVENT LISTINGS ************************/

/******************** EVENT SPOTLIGHTS ************************/

.earthpeopleconnect .eventSpotlight.listing .item {
    width: 31.7446%;
    margin-left: 2%;
    margin-bottom: 50px;
    border: solid 1px #4d4d4d;
    vertical-align: top;
    padding-bottom: 0;
    display: inline-block;
}

.earthpeopleconnect .eventSpotlight.listing .item:first-child,
.earthpeopleconnect .eventSpotlight.listing .item:nth-child(3n+1) {
    margin-left: 0;
}

    .earthpeopleconnect .eventSpotlight.listing .item .thumbnailHolder .mask {
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, black 20%, transparent 40%);
        position: absolute;
        top: 0;
        cursor: pointer;
    }

.earthpeopleconnect .eventSpotlight.listing.basic .item .thumbnailHolder .mask {
    background: linear-gradient(to top, black 4%, transparent 40%);
}

.earthpeopleconnect .eventSpotlight.listing .item .basicInfo {
    height: 100%;
    padding-bottom: 30px;
    position: relative;
}

.earthpeopleconnect .eventSpotlight.listing.basic .item .basicInfo {
    padding-bottom: 0;
}

.earthpeopleconnect .eventSpotlight.listing .item .basicInfo .info {
    width: 100%;
    float: none;
    padding: 0 15px 1px 15px;
    position: absolute;
    bottom: 0;
}

.earthpeopleconnect .eventSpotlight.listing .item .basicInfo .info h2 {
    color: #ffffff;
    font-weight: normal;
}

.earthpeopleconnect .eventSpotlight.listing.basic .item .basicInfo .info h2 {
    font-size: 1.5em;
}

.earthpeopleconnect .eventSpotlight.listing .item .summary {
    padding: 15px;
}

.earthpeopleconnect .eventSpotlight.listing .item .basicInfo p.date {
    color: #000000;
}

.earthpeopleconnect .eventSpotlight .item .basicInfo .buttonContainer {
    text-align: center;
}

/******************** END EVENT SPOTLIGHTS ************************/

/******************** BLOG LISTINGS ************************/

.earthpeopleconnect .section .content.listing {
    width: 100%;
}

.earthpeopleconnect .listing .row {
    display: flex;
}

.earthpeopleconnect .content.listing .item {
    width: 31.7446%;
    margin-left: 1.33%;
    margin-bottom: 50px;
    border: solid 1px #4d4d4d;
    vertical-align: top;
    padding-bottom: 0;
    display: inline-block;
}

.earthpeopleconnect .content.listing .item:first-child,
.earthpeopleconnect .content.listing .item:nth-child(4n+1)
{
    margin-left: 0;
}

.earthpeopleconnect .listing .item .thumbnailHolder {
    float: none;
    width: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 47%;
    min-height: 120px;
    position: relative;
}

.earthpeopleconnect .content.listing .item .thumbnailHolder .mask {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, black 20%, transparent 40%);
    position: absolute;
    top: 0;
    cursor: pointer;
}

.earthpeopleconnect .content.listing.basic .item .thumbnailHolder .mask {
    background: linear-gradient(to top, black 4%, transparent 40%);
}

.earthpeopleconnect .content.listing .item .basicInfo {
    height: 100%;
    padding-bottom: 30px;
    position: relative;
}

.earthpeopleconnect .content.listing.spotlight .item .basicInfo {
    padding-bottom: 0;
}

.earthpeopleconnect .content.listing.spotlight .item .basicInfo h3 {
    text-align: left;
    color: #ffffff;
}

.earthpeopleconnect .content.listing.spotlight .item .basicInfo p {
    text-align: left;
    color: #ffffff;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
}

.earthpeopleconnect .content.listing.spotlight .item .basicInfo p.note {
    position: absolute;
    bottom: 0;
    right: 40px;
}

.earthpeopleconnect .content.listing.basic .item .basicInfo {
    padding-bottom: 0;
}

.earthpeopleconnect .content.listing .item .basicInfo .info {
    width: 96%;
    float: none;
    padding: 0 2% 1px 2%;
    position: absolute;
    bottom: 0;
}

.earthpeopleconnect .content.listing.spotlight .item .basicInfo .info {
    padding-bottom: 24px;
}

.earthpeopleconnect .content.listing .item .basicInfo .info h2 {
    color: #ffffff;
    font-weight: normal;
}

.earthpeopleconnect .content.listing.basic .item .basicInfo .info h2 {
    font-size: 1.5em;
}

.earthpeopleconnect .listing .item .basicInfo p {
    font-size: 1em;
}

.earthpeopleconnect .listing .item .basicInfo p.date {
    color: #ffffff;
}

.earthpeopleconnect .content.listing .item .summary {
    padding: 15px;
    min-height: 130px;
    margin-bottom: 20px;
}

.earthpeopleconnect .content.listing .item .readMore {
    position: absolute;
    bottom: 30px;
    right: 15px;
}

.earthpeopleconnect .content.listing .item .basicInfo .buttonContainer {
    display: inline-block;
    width: 100%;
}

.earthpeopleconnect .content.listing .item .buttonContainerInner {
    position: absolute;
    text-align: center;
    bottom: 56px;
    width: 100%;
}

.earthpeopleconnect .content.listing .item .button {
    position: relative;
}

/******************** END BLOG LISTINGS ************************/

/******************** PRODUCT LISTING ************************/


/******************** END PRODUCT LISTING ************************/

/******************** GIFT VOUCHER LISTING ************************/

.earthpeopleconnect .listing.product.giftVoucher .item {
    float: left;
    width: 48%;
    margin-bottom: 100px;
}

.earthpeopleconnect .listing.product.giftVoucher .item:nth-child(odd) {
    margin-right: 4%;
}

.earthpeopleconnect .listing.product.giftVoucher .item .thumbnailHolder {
    padding-top: 0;
}

.earthpeopleconnect .listing.product.giftVoucher .item .thumbnailHolder img {
    width: 100%;
    cursor: pointer;
}

.earthpeopleconnect .listing.product.giftVoucher .item h2 {
    font-size: 1.5em;
}

.earthpeopleconnect .listing.product.giftVoucher .item .info {
    text-align: center;
}

.earthpeopleconnect .listing.product.giftVoucher .item .info .summary.noPrice {
    margin-bottom: 50px;
}

.earthpeopleconnect .listing.product.giftVoucher .item .info p {
    text-align: center;
}

.earthpeopleconnect .listing.product.giftVoucher .item .info .price p.amount
{
    font-size: 2em;
    margin: 0 0 20px 0;
}

.earthpeopleconnect .overlayContainer .generatingGiftVoucher {
    text-align: center;
}

.earthpeopleconnect .overlayContainer .generatingGiftVoucher p {
    text-align: center;
}

.earthpeopleconnect .overlayContainer .generatingGiftVoucher .ajaxLoading {
    margin: 15px 0;
}

/******************** END GIFT VOUCHER LISTING ************************/
/*********************** SUBSCRIBE BOX ************************/
.subscribeBox {
    background-color: #2F5A08;
    text-align: center;
    padding: 30px 10px 50px 10px;
    margin-top: 40px;
}

.subscribeBoxPage {
    text-align: center;
    margin-bottom: 100px;
}

.subscribeBoxPage p {
    text-align: center;
    font-size: 1.5em;
}

.mainContent .subscribeBox {
    padding: 25px;
}

.mainContent .subscribeBox .formContainer.inline {
    margin: 0;
}

.mainContent .subscribeBox p {
    line-height: normal;
    margin-top: 0;
}

.subscribeBox h2 {
   font-family: Nunito, Arial, sans-serif;
   color: #ffffff;
   text-transform: uppercase;
   font-weight: normal;
   font-size: 2em;
   margin-top: 0;
}

.subscribeBox p {
    color: #ffffff;
    text-align: center;
}

.subscribeBox p.thankYou {
    font-size: 1.5em;
}

.subscribeBox .formContainer {
    display: inline-block;
    position: relative;
    margin: 10px 0;
}

.subscribeBox .formContainer input {
    width: 375px;
    border-radius: 0;
    border: none;
    float: left;
    padding: 3px 5px;
    margin-top: 0
}


.subscribeBox .formContainer .buttonContainer {
    float: left;
    margin-top: 6px;
    margin-left:10px;
}

.subscribeBox .formContainer .buttonContainer a.button {
    background-color: #ffffff;
    color: #2F5A08;
    text-transform: uppercase;
    padding: 8px 50px;
    font-weight: bold;
    cursor: pointer;
}

.subscribeBox .formContainer .buttonContainer a.button:hover,
.subscribeBox .formContainer .buttonContainer a.button:active,
.subscribeBox .formContainer .buttonContainer a.button:focus {
    text-decoration: none;
}


/******************** END SUBSCRIBE BOX ************************/

/******************** FOOTER ************************/

.earthpeopleconnect .footer {
    padding: 20px;
    margin-top: 20px;
}
.earthpeopleconnect .footer p {
    font-size: 1em;
    text-align: center;
}
.earthpeopleconnect .footer p a {
    font-size: 1em;
}

.earthpeopleconnect .footer p a:hover {
    color: #c3d1bc;
}

.earthpeopleconnect .footer ul.socialMedia { 
    position: relative;
    display: table;
}

.earthpeopleconnect .footer ul.socialMedia li { 
    float: left; 
    margin-left: 20px;
}

.earthpeopleconnect .footer ul.socialMedia li:first-child { 
    margin-left: 0;
}

.earthpeopleconnect .footer ul.accreditation { text-align: center;}

.earthpeopleconnect .footer ul.accreditation li a img { width: 150px;}

/******************** END FOOTER ************************/

/******************** BANNER ************************/
.earthpeopleconnect .bannerContainer {
    width: 100%;
    margin-top: 75px;
}

.earthpeopleconnect .bannerContainer p.accreditation {
    float: right;
    margin-top: 0;
    color: #666666;
    font-style: italic;
    font-size: 0.8em;
}

.earthpeopleconnect .bannerContainer .scrollingBanner .banner {
    width: 100%;
    height: 300px;
    background-position: center;
}

.earthpeopleconnect .bannerContainer .single.banner {
    width: 100%;
}

/******************** END BANNER ************************/

/******************** SECTION LINKS ************************/

.earthpeopleconnect .sectionContainer {
    border: solid 1px #73285f;
    padding: 5px 5px 10px 5px;
}

.earthpeopleconnect .sectionContainer .thumbnail {
    height: 230px;
    background-position: center;
    background-size: cover;
    border: solid 1px #73285f;
}

.earthpeopleconnect .sectionContainer .thumbnail{
    border-color: #2d882d;
}

.earthpeopleconnect .sectionContainer .title {
    text-align: center;
    font-size: 1em;
    margin-top: 10px;
}


.earthpeopleconnect .section .headerBar {
    color: #ffffff;
    background-color: #738C68;
    width: 98%;
    padding: 8px 2%;
    margin: 20px 0;
}

.earthpeopleconnect .section .headerBar a {
    color: #ffffff;
}

.earthpeopleconnect .section .headerBar a:hover {
    color: #c3d1bc;
}

.earthpeopleconnect .section .headerBar .viewAll {
    float: right;
    font-size: 0.85em;
}

.earthpeopleconnect .section .spotlights {
    position: relative;
    display: inline-block;
    width: 100%;
}

.earthpeopleconnect .section .spotlights .item {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.earthpeopleconnect .section .spotlights .item .thumbnailHolder {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.earthpeopleconnect .section .spotlights .item .thumbnail {
    width: 100%;
    border: solid 1px #808080;
}

.earthpeopleconnect .section .spotlights .item .summary {
    float: left;
    width:50%;
}

.earthpeopleconnect .section .spotlights .item .summary p.title {
    font-size: 1.1em;
    margin-bottom: 2px;
}

.earthpeopleconnect .section .spotlights .item .summary p.date {
    margin-top: 0;
}

.earthpeopleconnect .item .summary p a.readMore {
    float: right;
    font-size: 0.95em;
}

.bookingList ul {
    border-top: solid 1px #738C68;
    padding-top: 20px;
    margin-top: 10px;
}

.bookingList ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.bookingList ul li .buttonContainer.inline { 
    float: left;
    margin-left: 20px;
}

.bookingList ul li span.date {
    float: left;
    width: 250px;
}

.earthpeopleconnect .mainContentFooter {
    margin-top:50px;
    margin-bottom: 80px;
}

/******************** END SECTION LINKS ************************/

/******************** GALLERY ************************/

.earthpeopleconnect .gallery {
    position: relative;
    display: inline-block;
}

.earthpeopleconnect .gallery .listing .thumbnailHolder {
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.earthpeopleconnect .gallery .listing .thumbnailHolder .thumbnail {
    width: 245px;
    height: 180px;
    border: solid 1px #808080;
    margin-right: 1%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/******************** END GALLERY ************************/


/******************** DATA ITEM STYLES ************************/
.earthpeopleconnect .dataItem {
    position: relative;
    display: inline-block;
}

.earthpeopleconnect .dataItem .info
{ 
    position: relative; 
    display: inline-block;
    width: 100%;
    text-align: center;
}

.earthpeopleconnect .dataItem .info .buttonContainer {
    margin-top: 40px;
    margin-bottom: 30px;
}

.earthpeopleconnect .dataItem .thumbnailHolder { 
    float: left; 
    margin-right: 2%;
    width: 27%;
}

.earthpeopleconnect .dataItem .thumbnailHolder .thumbnail {
    width: 100%;
    border: solid 1px #808080;
}

.earthpeopleconnect .dataItem .basicInfo {
    width: 100%;
}

.earthpeopleconnect .dataItem .basicInfo p {
    text-align:center;
}

.earthpeopleconnect .dataItem .basicInfo p.price {
    font-family: 'Charm', Arial, sans-serif;
    font-size: 1.8em;
    margin:0;
}

.earthpeopleconnect .dataItem .basicInfo .earlyBird {
    margin: 0 20px;
    position: relative;
    font-size: 0.9em;
}

.earthpeopleconnect .dataItem .basicInfo .contentDate {
    font-size: 1.3em;
}

.earthpeopleconnect .dataItem .basicInfo .earlyBird:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid #2F5A08;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.earthpeopleconnect .dataItem .basicInfo .earlyBirdNote {
    font-size: 0.9em;
    font-style: italic;
}

.earthpeopleconnect .dataItem .basicInfo p:first-child { margin-top: 0;}

.earthpeopleconnect .dataItem .basicInfo .note {
    font-style: italic;
}

.earthpeopleconnect .mainContent.event .buttonContainer {
    text-align: right;
    margin-top: 60px;
}


/******************** END DATA ITEM STYLES ************************/

/************** PRIVACY POLICY STYLES **************/
.earthpeopleconnect ul.listedDoc li {
    font-size: 11pt;
    margin-bottom: 12px;
}

.earthpeopleconnect ul.listedDoc > li {
    font-weight: bold;
}

.earthpeopleconnect ul.listedDoc li span.number {
    margin-right: 5px;
}

.earthpeopleconnect ul.listedDoc li ul li {
    font-weight: normal;
}

.earthpeopleconnect ul.listedDoc li ul li ul li {
    margin-left: 28px;
}

/************* END PRIVACY POLICY STYLES ***************/


/************** COOKIE BOX STYLES **************/
.earthpeopleconnect .cookieConsentBox {
    border: solid 3px #738C68;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    padding: 20px;
    width: 275px;
    z-index: 10;
}

.earthpeopleconnect .cookieConsentBox p {
    font-size: 0.85em;
    line-height: 1.5em;
}

.earthpeopleconnect .cookieConsentBox p:first-child {
    margin-top:0;
}

.earthpeopleconnect .cookieConsentBox .buttonContainer {
    text-align: center;
}

/************* END COOKIE BOX STYLES ***************/

/************* BLOG STYLES ***************/

.earthpeopleconnect h1.blogTitle {
    margin-bottom: 0;
}

.earthpeopleconnect p.date {
    margin-top: 0;
    font-size: 1em;
}


/************* BLOG STYLES ***************/
/************* TESTIMONIAL STYLES ***************/

.earthpeopleconnect .testimonialContainer .testimonial p.testimonialContent {
    font-style: italic;
}

.earthpeopleconnect .testimonialContainer .testimonial {
    margin-bottom: 40px;
}

.earthpeopleconnect .testimonialContainer .testimonial:last-child {
    margin-bottom: 0;
}

/************* END TESTIMONIAL STYLES ***************/

/************* GALLERY STYLES ***************/

/*.earthpeopleconnect .galleryContainer {
    position: relative;
    display: inline-block;
    height: 300px;
    margin: 0 auto;
    width: 100%;
}
*/
/*.earthpeopleconnect .galleryContainerInner {
    overflow: hidden;
    position: absolute;
    left: 120px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200%;
}*/
.earthpeopleconnect .galleryContainer ul {
    /*position: absolute;*/
    display: flex;
    overflow-x: hidden;
    width: 80%;
    float: left;
    margin: 0 2%;
}

.earthpeopleconnect ul::-webkit-scrollbar {
    /*display: none;*/
}
    
.earthpeopleconnect .galleryContainer .galleryImage {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.earthpeopleconnect .galleryContainer .galleryImage:first-child {
    margin-left: 0;
}

.earthpeopleconnect .galleryContainer .galleryImage img {
    height: 300px;
}

.earthpeopleconnect .galleryContainer .arrowContainer {
    height: 300px;
    width: 8%;
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 5px;
}

.earthpeopleconnect .galleryContainer .arrowContainer.left {
    background: linear-gradient(to left, #cccccc 2%, transparent);
}

.earthpeopleconnect .galleryContainer .arrowContainer.right {
    background: linear-gradient(to right, #cccccc 2%, transparent);
    margin-left: 0;
}

.earthpeopleconnect .galleryContainer .arrowContainer .arrow {
    border: solid rgba(77, 127, 32, 0.79);
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 20px;
    position: absolute;
    top: 125px;
    border-radius: 5px 0;
}

.earthpeopleconnect .galleryContainer .arrowContainer .arrow.disabled {
    border-color: #808080;
}

.earthpeopleconnect .galleryContainer .arrowContainer.left .arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 40px;
}

.earthpeopleconnect .galleryContainer .arrowContainer.right .arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 40px;
}

/************* END GALLERY STYLES ***************/

/************* BOOKING STYLES ***************/

.earthpeopleconnect p.bookingMsg {
    font-weight: bold;
    font-style: italic;
}

.earthpeopleconnect .formContainer.booking {
    margin-bottom: 90px;
}

.earthpeopleconnect .mainContent .formContainer ul.time li {
    padding: 2px 5px;
    border: solid 1px #2F5A08;
    border-radius: 3px;
    color: #2F5A08;
    text-align: center;
    margin: 20px 2px;
    cursor: pointer;
}

.earthpeopleconnect .mainContent .formContainer ul.time li.selected {
    background-color: #2F5A08;
    color: #ffffff;
}

.earthpeopleconnect .mainContent .formContainer .selectedTimeContainer {
    margin-top: 28px;
    margin-right: 5px;
}

.earthpeopleconnect .mainContent .formContainer .selectedTimeContainer .selectedTime {
    padding: 2px 10px;
    border: solid 1px #2F5A08;
    border-radius: 3px;
    background-color: #2F5A08;
    color: #ffffff;
    text-align: center;
    margin-right: 12px;
}

.earthpeopleconnect .checkboxContainer .prompt, .earthpeopleconnect .radioButtonContainer .prompt {
    display: none;
    color: #b0172b;
}

.earthpeopleconnect .checkboxContainer.error .prompt, .earthpeopleconnect .radioButtonContainer.error .prompt {
    display: inline;
}

.earthpeopleconnect input[type=checkbox] {
    margin-top: 5px;
}

.earthpeopleconnect span.specialOffer {
    font-style: italic;
    color: #73285f;
}

/************* END BOOKING STYLES ***************/

/************* PRODUCT STYLES ***************/

.earthpeopleconnect .section.productItem .thumbnailHolder {
    width: 50%;
    float: left;
}

.earthpeopleconnect .section.productItem .thumbnailHolder img {
    max-width: 100%;
}

.earthpeopleconnect .section.productItem .info {
    width: 50%;
    float: left;
}

.earthpeopleconnect .section.productItem h2 {
    text-align: center;
}

.earthpeopleconnect .section.productItem p.amount {
    font-size: 2em;
    margin: 0 0 0 30px;
}

.earthpeopleconnect .section.productItem p.amount span.note {
    font-size: 0.5em;
}

.earthpeopleconnect .section.productItem p.terms {
    font-style: italic;
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 35px;
    font-size: 1em;
}

.earthpeopleconnect .section.productItem .formContainer {
    margin: 10px 0 0 0;
}

.earthpeopleconnect .section.productItem .formContainer .inputContainer {
    float: left;
    margin-right: 2%;
    white-space: nowrap;
}

.earthpeopleconnect .section.productItem .formContainer .inputContainer span.number {
    margin-right:10px;
}

.earthpeopleconnect .section.productItem .formContainer label.activation {
    margin-left: 30px;
}

.earthpeopleconnect .section.productItem .formContainer .checkboxContainer {
    margin-top: 27px;
}

.earthpeopleconnect .section.productItem .formContainer .datePickerContainer {
    margin-bottom: 20px;
}

.earthpeopleconnect .section.productItem .formContainer select {
    margin-top: 0;
    height: 38px;
}

.earthpeopleconnect .section.productItem .buttonContainer {
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 30px;
}

.earthpeopleconnect .shoppingBasketHolder {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 10;
}

.earthpeopleconnect .shoppingBasketHolder .quantity {
    font-weight: bold;
    background-color: #ffffff;
    position: absolute;
    left: -14px;
    border-radius: 14px;
    padding: 1px 7px;
}

/************* END PRODUCT STYLES ***************/

/************* TESTIMONIAL STYLES ***************/
.earthpeopleconnect .testimonial.inline {
    width: 80%;
    margin: 60px auto 30px auto;
    position: relative;
    padding: 1px 30px;
}

.earthpeopleconnect .testimonial.inline p {
    font-size: 1.5em;
    font-family: 'Charm', Arial, sans-serif;
    color: #808080;
    font-style: italic;
}

.earthpeopleconnect .testimonial .corner {
    width:50px;
    height: 50px;
    position: absolute;
    border-radius: 7px;
}

.earthpeopleconnect .testimonial .corner.top {
    border-top: solid 2px #c5c5c5;
    top: 0;
}

.earthpeopleconnect .testimonial .corner.bottom {
    border-bottom: solid 2px #c5c5c5;
    bottom: 0;
}

.earthpeopleconnect .testimonial .corner.right {
    border-right: solid 4px #c5c5c5;
    right: 0;
}

.earthpeopleconnect .testimonial .corner.left {
    border-left: solid 4px #c5c5c5;
    left: 0;
}


/************* END TESTIMONIAL STYLES ***************/

/************* INSTAGRAM STYLES ***************/

.earthpeopleconnect .section.post {
    margin-top: 20px;
}

.earthpeopleconnect .section.post .item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.earthpeopleconnect .section.post .item:nth-child(3n) {
    margin-right: 0;
}

.earthpeopleconnect .post .item a img {
    width: 100%;
}

/************* END INSTAGRAM STYLES ***************/

/********************STRIPE ***********************/
#card-errors {
    color: #CE4447;
}

/*****************END STRIPE *********************/


/******************** VENUES ***********************/
.earthpeopleconnect .section.dataItem.venue .info .basicInfo {
    width: auto;
    margin-left: 30px;
}

.earthpeopleconnect .section.dataItem.venue .info .basicInfo h2 {
    margin-top: 0;
}

.earthpeopleconnect .section.dataItem.venue .info .mapHolder {
    width: 50%;
    float: left;
}

.earthpeopleconnect .section.dataItem.venue .info .basicInfo .buttonContainer {
    margin-top: 35px;
}

/******************** END VENUES ***********************/

/******************** RECIPES ***********************/

.earthpeopleconnect .recipe ol li {
    margin-top: 20px;
}


/******************** END RECIPES ***********************/
/******************** SPECIAL OFFER ANNOUNCEMENTS ***********************/

.section.specialOffer {
    padding: 25px 0 0 0;
    width: 80%;
    margin: 0 auto;
}

.section.specialOffer p {
    font-size: 2vw;
}

.section.specialOffer p .amount {
    font-family: 'Charm', Arial, sans-serif;
    color: #2F5A08;
    font-size: 1.2em;
    padding-right: 15px;
}

.section.specialOffer .button {
    text-align: center;
}

.section.specialOffer p .borderIcon {
    position: relative;
}

.section.specialOffer p .borderIcon.right {
    float: none;
    width: auto;
    margin: 0 0 0 20px;
}

.section.specialOffer p .borderIcon.top {
    top: -16px;
}

/******************** END SPECIAL OFFER ANNOUNCEMENTS ***********************/



.classListingContainer {
}

    .classListingContainer .dateRow {
        font-family: 'Charm', Arial, sans-serif;
        border-bottom: solid 3px #000000;
        font-size: 1.5rem;
        padding: 5px 0;
    }

    .classListingContainer .classRow {
        padding: 11px 5px 14px 5px;
        margin: 2px 0;
        border-bottom: solid 1px #000000;
    }

    .classListingContainer .classRow.shaded {
        background-color: #BDCCB7;
    }

.earthpeopleconnect .classRow .buttonContainer .button {
    padding: 8px 20px;
    font-size: 0.8rem;
}

.classListingContainer .classRow.cancellation.shaded {
    background-color: #FFCCCC;
}

.classListingContainer .classRow.cancellation .message {
    font-style: italic;
    font-size: 0.8rem;
    margin:0;
}

.classListingContainer .classRow.cancellation div.columns:not(.messageContainer) {
    text-decoration: line-through;
}