/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/ 

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  transform: none !important;
}
.body-container-wrapper {
  margin: 0px 40px;
} 
:focus {
  outline: 0; 
}
.page-center {
  width: 100% !important;
  max-width: 1300px !important;
  float: none !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0px 0px;
}
.lp-header-logo {
  text-align: center;
  padding: 30px 20px;
}
body.icon-active {
  position: relative;
  overflow-y: hidden;
}
body.icon-active:before {
  content: '';
  position: absolute;
  background-color: #134431;
  width: 100%;
  height: 100%;
  top: 0px;
}
body.icon-active .banner-outter-wrapper-meet {
  padding-bottom: 0px;
  padding-top: 0px;
  z-index: -1;
}
body.icon-active .parallax-outter-wrapper {
  padding: 0px;
  min-height: 0px;
}
body.icon-active .parallax-outter-wrapper-two {
  padding: 0px;
  min-height: 0px;
}
.header-outer-col {
  padding: 10px 0px;
  float: left !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 100px;
}
.header-inner-col>.row-fluid-wrapper.row-depth-1.row-number-4>.row-fluid {
  display: flex !important;
  align-items: flex-start;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.desktop-menu-wrp {
  flex: 0 30%;
}
.logo-outer-wrapper {
  margin: 0px !important;
  text-align: center;
  margin-top: 10px !important;
  flex: 0 40%;
}
.desktop-cta {
  margin: 0px !important;
  margin-top: 20px !important;
  /* flex: 0 20%; */
  text-align: right;
}
.menu-outer-col-wrp {
  text-align: right;
  margin: 0px !important;
  flex: 0 3%;
  margin-top: 10px !important;
}
.header-inner-col {
  float: left !important;
  width: 100% !important;
}
.desktop-menu-wrp ul {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.desktop-menu-wrp ul li.hs-menu-item.hs-menu-depth-1 {
  position: relative;
  z-index: 999999;
  flex: 0 22% !important;
  display: flex;
  justify-content: center;
  border-bottom: 10px solid transparent;
}
.desktop-menu-wrp ul li.hs-menu-item.hs-menu-depth-1:hover {
  border-bottom: 10px solid #ffffff;
}
.desktop-menu-wrp ul li.hs-menu-item.hs-menu-depth-1:nth-child(1) {
  background-color: #E3BD8C;
}
.desktop-menu-wrp ul li.hs-menu-item.hs-menu-depth-1:nth-child(2) {
  background-color: #A8C156;
}
.desktop-menu-wrp ul li.hs-menu-item.hs-menu-depth-1:nth-child(3) {
  background-color: #85BFCC;
}
.desktop-menu-wrp ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
  background-color: #ACAAA9;
}
body.icon-active .hamburger-menu {
  display: block !important;
}
body.icon-active .banner-outter-wrapper {
  z-index: -1;
}
.desktop-menu-wrp ul li.hs-menu-item.hs-menu-depth-1 a {
  font-size: 18px;
  line-height: 40px;
  color: #100E0B;
  text-transform: uppercase;
  min-height: 80px;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 10px;
}
.desktop-logo-wrp img, .desktop-logo-white img {
  max-width: 300px !important;
}
.desktop-logo-white img {
  display: none;
}
.desktop-logo-wrp a, .desktop-logo-white a {
  display:inline-block;
}
.header-outer-col .header-inner-col .desktop-cta a {
  background-color: #768f84;
  text-decoration: none;
  letter-spacing: .36px;
  color: #f9f9f9;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 40px;
  display: inline-block;
  text-align: center;
  border: 2px solid #768f84;
  opacity: 100%;
  transition: 0.4s;
}
.header-outer-col .header-inner-col .desktop-cta a:hover {
  background-color: #134431;
  color: #f9f9f9;
  border: 2px solid #134431;
}
.hamburger-menu {
  /*position: absolute;*/
  width: 100% !important;
  margin: 0px !important;
  /*top: 0px;*/
  left: 0px;
  bottom:0px;
  background-color: #134431;
  z-index: 999999;
  padding-top: 110px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display:none !important;
  position:fixed;
  top: 100px;
  overflow: scroll !important;
}
.hamburger-menu .hs-menu-wrapper>ul {
  /*     display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 86%;
  margin: 0 auto !important;
  align-items: flex-start; */
  /*   display: flex !important;
  flex-wrap: wrap; */

}
.hamburger-menu .hamburger-menu-inn-wrap .hs-menu-wrapper>ul {
  column-count:3;
}
.hamburger-menu .hamberger-inner-column .hs-menu-wrapper>ul {
  column-count: unset !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  visibility: visible;
  opacity: 1;
}
.menu-outer-col-wrp.icon-active .menu-icon p {
  text-align: right;
  float: right !important;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
  /*     flex: 0 28% !important;
  text-align: left;
  margin: 0 4%;
  border-bottom: 1px dotted #f9f9f9;
  border-width: 3px;
  margin-bottom:14px; */
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
  border-bottom: 3px dotted #f9f9f9;
  margin-bottom: 20px;
}
.hamberger-inner-column {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1280px !important;
  float: none !important;
}
.hamburger-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  padding-bottom: 20px;
}
.desktop-menu-wrp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active.active-branch {
  border-bottom: 10px solid #ffffff;
}
/* .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(1) {
margin-left: 0px;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3) {
margin-right: 0px;
padding-bottom: 20px;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
margin-left: 0px;
margin-top: -12%;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
margin-top: -12%;
padding-bottom: 20px;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
margin-right: 0px;
padding-bottom: 20px;
padding-top: 20px;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
margin-left: 0px;
margin-top: -29%;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(8) {
margin-top: -13%;
border: 0px;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(9) {
margin-right: 0px;
border: 0px;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(10) {
margin-top: -28%;
margin-left: 0px; 
padding-bottom: 20px;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(11) {
margin-top: -17%;
margin-left: -100%;
border: 0px;
} */
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1>a {
  font-size: 28px;
  line-height: 30px;
  color: #F9F9F9;
  text-transform: uppercase;
  max-width: 100%;
  font-weight: 300;
  padding-left: 0px;
  display: inline-block;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
  padding-left: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #F9F9F9;
  font-weight: 300;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
  position: relative;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 a {
  color: #f9f9f9;
  text-decoration: none;
}
.desktop-menu-wrp.icon-active {
  display: none;
}
.logo-outer-wrapper.icon-active .row-fluid-wrapper.row-depth-2.row-number-1 {
  display: none;
}
.logo-outer-wrapper.icon-active .row-fluid-wrapper.row-depth-2.row-number-2 {
  display: block;
}
.logo-outer-wrapper.icon-active .row-fluid-wrapper.row-depth-2.row-number-2 .desktop-logo-white {
  display: block !important;
}
.logo-outer-wrapper.icon-active .row-fluid-wrapper.row-depth-2.row-number-2 .desktop-logo-white img {
  display: block;
}
.desktop-cta.icon-active {
  display: none;
}
.logo-outer-wrapper.icon-active {
  flex: 0 50%;
  z-index: 9999999;
}
.menu-outer-col-wrp.icon-active {
  flex: 0 50%;
  text-align: right;
}
.menu-outer-col-wrp.icon-active .menu-icon {
  z-index: 999999;
  color: #ffffff;
}
.menu-icon p img.menu-open {
  display: block;
}
.menu-icon p img.menu-close {
  display: none;
}
.menu-outer-col-wrp.icon-active img.menu-open {
  display: none;
}
.menu-outer-col-wrp.icon-active .menu-icon p img.menu-close {
  display: block;
  text-align: right;
  margin: 0 25px 0 auto;
}
.menu-icon p img {
  width: 39px;
  height: 48px;
  cursor: pointer;
  z-index: 9999999;
  position: relative;
  padding:0 9px;
}

.hamberger-inner-column .row-fluid {
  display: flex !important;
  justify-content: space-between;
}
.hamberger-inner-column .row-fluid .widget-span.widget-type-custom_widget {
  flex: 0 28%;
}
.hamberger-inner-column .widget-type-custom_widget.menu-2 {
  margin: 0px 85px !important;
}

.hamberger-inner-column .menu-1 {
  width: unset !important;
}
.hamberger-inner-column .menu-2 {
  width: unset !important;
  margin-left: 0px !important;
}
.hamberger-inner-column .menu-3 {
  width: unset !important;
  margin-left: 0px !important;
}
.footer-inner-wrapper .row-fluid {
  display: flex;
}
.footer-inner-wrapper .row-fluid .footer-menu-main-wrapper {
  padding-right: 35px;
}




/* lp Banner Module -2020 */
.activetcoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.lp-banner-outter-wrapper {
  width: 100%;
  float: left;
}
.lp-banner-outter-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height:500px;
  z-index:-1;
}
.lp-banner-outter-wrapper>div {
  position: relative;
  z-index: 999;
}
.lp-banner-heading h1 {
  font-size: 100px;
  line-height: 80px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-shadow: 4px 4px 4px #0000003B;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
}
.two-session-button-wrapper-yurt.yurt-small-button {
  flex: 0 100% !important;
}
.widget-module ul li a {
  /*text-decoration: none;
  width: 100%;
  text-align: left;
  letter-spacing: 0;
  color: #100E0B;
  opacity: 1;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;*/
  text-decoration: none;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  color: #100e0b;
  opacity: 1;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 228px !important;
  display: inline-block;
  position: relative;
}
.widget-module ul li {
  display: inline-block;
  position: relative;
  padding: 0px 0px 0px 25px !important;
}
/* Banner Module -2020 */
.banner-cta-mobile-outter {
  display:none;
}
.activetcoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.banner-outter-wrapper {
  width: 100%;
  float: left;
}
.banner-outter-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 85vh;
  min-height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.banner-cta-mobile a {
  letter-spacing: 0.36px;
  color: #100E0B;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 16px;
  background-color: #C9A8DD;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.4s;
}
.banner-cta-mobile a:hover {
  color: #C9A8DD;
  background-color: #100E0B;
}
.banner-section-heading h1 {
  font-size: 95px;
  line-height: 90px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-shadow: 4px 4px 4px #0000003B;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
}
.banner-sub-heading-cta h2 {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 25px;
  line-height: 70px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 10px;
}
.banner-sub-heading-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner-inner-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 10%;
  right: 0px;
  left: 0px;
}
.banner-left-group {
  flex: 0 80%;
}
.banner-right-group {
  flex: 0 20%;
}
.banner-section-sub-heading {
  flex: 0 63%;
}
.banner-cta {
  flex: 0 36%;
}
.banner-right-section-heading h2 {
  letter-spacing: 0px;
  color: #C9A8DD;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 300;
  line-height: 35px;
  margin: 0px;
  text-align: center;
}
.banner-right-section-heading {
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
}

.single-column-headline h2 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
.single-column-inner-wrapper {
  max-width: 905px;
  margin: 0 auto;
}
.sigle-column-outter-wrapper {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.single-column-content p {
  letter-spacing: 0px;
  color: #100E0B;
  margin: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
}
.no-of-ppl-type-room select {
  background-color: #E3BD8C;
  letter-spacing: 0.44px;
  color: #100E0B;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 60px;
  font-weight: 600;
}
.blc-content {
  flex: 0 90%;
  padding-left:10px;
  box-sizing: border-box;
}
.block-content-image {
  flex: 0 10%;
  text-align: center;
}
.block-content-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-column-module-outter-wrapper {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.perfect-hub-outer {
  max-width: 1600px;
  margin: 0 auto;
}
.fine-dining-align {
  max-width: 2000px;
  margin: 0 auto;
}
.book-now-module-inner {
  padding: 0 60px;
}
.two-column-left-right-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left-group-container {
  flex: 0 56%;
}
.right-group-container {
  flex: 0 32%;
  margin: 0 auto;
  padding-top:20px;
}
.image-content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.image-content-container-info {
  flex: 0 21%;
}
.block-heading h2 {
  letter-spacing: 0px;
  color: #3A3939;
  line-height: 55px;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.block-subheading h3 {
  letter-spacing: 0px;
  color: #85BFCC;
  font-size: 80px;
  line-height: 75px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 40px;
}
.image-content-info h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 20px 0px;
}
.block-image {
  text-align: center;
}
.blc-content p {
  text-align: left;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 30px;
}
.blc-content p {
  display: -webkit-box;
}
/* lp two column Module */
.lp-two-column-module-outter {
  width: 100%;
  float: left;
}
.lp-two-column-module-outter {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.two-col-lp-container {
  /*display: flex;*/
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto;
}
.two-col-lp-container-info {
  flex: 0 45%;
}
.two-col-rght-content p {
  font-size: 17px;
  line-height: 25px;
  color: #100E0B;
  margin: 0px;
  font-weight: 300;
}
.two-col-rght-content p:first-child {
  padding-bottom:10px;
}
.two-col-lp-container-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-col-lft-image {
  flex: 0 7%;
  text-align: center;
}
.two-col-rght-content {
  flex: 0 90%;
}

.three-column-module-lp-outter {
  width: 100%;
  float: left;
}
.three-column-module-lp-outter {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.three-column-heading-sec h2 {
  letter-spacing: 0px;
  color: #85BFCC;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 10px;
}
.three-col-lp-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 40px;
}
.three-col-lp-container-info {
  flex: 0 35%;
}
.three-col-lp-container-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:center;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.three-col-lft-image {
  flex: 0 12%;
}
.three-col-rght-content {
  flex: 0 78%;
}
.three-col-rght-content p {
  margin: 0px;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}
.quote-outter-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.quote-outter-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.quote-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto;
}
.quote-left-content {
  flex: 0 63% !important;
  max-width:560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.quote-right-image {
  flex: 0 36%;
}
.quote-left-content h2 {
  letter-spacing: 0px;
  color: #85BFCC;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
  text-align: left;
  margin: 0px;
  padding-bottom: 20px;
}
.quote-left-content h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  margin: 0px;
  padding-top: 10px;
}
.quote-left-content h2:before {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/QT.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background-position: center;
  background-size: 60px;
  margin-right: 10px;
  position: absolute;
  top: 55px;
  left: -80px;
  right: 0;
  bottom: 40px;
}

.form-module-outter-wrapper {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.form-section-heading-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -266px;
  z-index: 999;
  padding: 80px 60px;
  box-sizing: border-box;
}
.form-section-heading-sdf {
  flex: 0 48%;
}
.form-section-form {
  flex: 0 45%;
}
.form-section-heading-sdf h3 {
  letter-spacing: 0px;
  color: #3A3939;
  font-size: 30px;
  left: 55px;
  margin: 0px;
  padding-bottom: 14px;
}
.form-section-heading-sdf h1 {
  color: #85BFCC;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  margin: 0px;
}
.form-section-heading-container {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
.form-section-form input, .contact-us-form textarea {
  background-color: #f0f0f0 !important;
  box-sizing: border-box;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0px !important;
}
.form-section-form input {
  height: 49px;
}
.form-section-heading-sdf {
  flex: 0 48%;
  border-right: 2px dashed rgba(0, 0, 0, 0.16);
}
.form-section-form label {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #100E0B;
  line-height: 33px;
  display: block;
  font-weight: bold;
}
.form-section-form input.hs-button.primary.large {
  min-width: 100%;
  height: auto;
  font-weight: 700;
  width: auto !important;
  font-size: 18px !important;
  letter-spacing: 0.36px;
  color: #100E0B;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #E3BD8C !important;
  height: auto;
  padding: 10px 20px !important;
  transition: .3s ease;
  -webkit-appearance: none;
}
.form-section-form .actions {
  margin-top: 40px;
}
.form-section-form .focus{
  outline:0px;
}
.form-section-form ul.no-list.hs-error-msgs.inputs-list label {
  color: #f00 !important;
}
.form-section-form ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 12px;
}
.form-section-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
  font-size: 12px;
  color: red;
  padding: 0px 0px;
  bottom: 0px;
}
.parallax-outter-wrapper>div {
  position: relative;
  z-index: 999;
}

.activeoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.parallax-outter-wrapper {
  min-height: 500px;
  width: 100%;
  float:left;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.parallax-outter-wrapper-two>div {
  position: relative;
  z-index: 999;
}
.activeoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.parallax-outter-wrapper-two {
  min-height: 500px;
  width: 100%;
  float:left;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/* Left Content Right Image Module */
.faq-question-two h3 {
  letter-spacing: 0.2px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  padding: 20px 20px 0px;
  position: relative;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  cursor: pointer;
}
.faq-answers-two h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0px;
  color: #100E0B;
  line-height: 25px;
  text-transform: none;
  margin: 0px;
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 20px;
}
.faq-content-container-two {
  background-color: #fff;
  margin-bottom: 20px; 
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  max-width: 1050px;
  margin: 0 auto 0px auto;
}
.faq-answers-two {
  display: none;
  padding-bottom:20px;
  box-sizing: border-box;
}
.faq-content-container-two:last-child {
  border-bottom: 1px solid #000;
}
.faq-question-two.active h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Dashh.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-size: 12px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 30px;
}
.faq-question-two h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Plus.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: 18px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 24px;
}
.faq-question-two {
  border-top: 1px solid #19313F;
}
.right-container-group-mobile {
  display:none;
}
.left-content-right-image-outter {
  width:100%;
  float:left;
}
.right-container-group-mobile {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 40px;
}
.left-section-heading {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.left-section-sub-heading {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.left-section-heading h2 {
  letter-spacing: 0px;
  color: #3A3939;
  line-height: 55px;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.left-section-sub-heading h3 {
  letter-spacing: 0px;
  color: #85BFCC;
  font-size: 80px;
  line-height: 75px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 40px;
}
.right-content p {
  text-align: left;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
}
.left-content-right-image-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left-container-group {
  flex: 0 50%;
}
.right-container-group {
  flex: 0 45%;
}

.section-cta-head a  {
  letter-spacing: 0.36px;
  color: #fff;
  text-transform: uppercase;
  font-weight:bold;
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  line-height:25px;
  padding:8px 30px;
  background-color:#100E0B;
  text-decoration:none;
  border-radius:20px;
  transition:0.4s;
}
.section-cta-head a:hover{
  background-color:#F9F9F9;
  color:#100E0B; 
  border-color:#100E0B;
}

.cta-module-outter {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width:100%;
  float: left;
}
.form-section-heading {
  flex: 1 48%;
}
.form-panel {
  flex: 1 48%;
}
.cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}
.form-panel form {
  display: inline-flex;
  margin-top:-5px;
}
.form-panel span.hs-form-required {
  display: none;
}

.form-panel input, .form-panel textarea {
  letter-spacing: 0px;
  color: #100E0B;
  font-weight: 300;
  font-size: 17px !important;
  line-height: 25px !important;
  padding: 20px 10px !important;
  box-sizing: border-box;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-panel input.hs-button.primary.large {
  min-width: 120px;
  height: auto;
  width: auto !important;
  font-size: 18px !important;
  color: #F9F9F9 !important;
  display: inline-block;
  text-transform: uppercase;
  border: 0px solid #C9A8DD;
  border-radius: 50px;
  cursor: pointer;
  background-color: #100E0B !important;
  padding: 10px 30px !important;
  transition: .3s ease;
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif !important;
  font-weight:bold;
  line-height: 25px !important;
  margin-left: 30px;
  margin-top: 8px;
}
.form-panel input.hs-button.primary.large:hover {
  background-color: #f9f9f9 !important;
  color: #100e0b !important;
}
.form-section-heading h2 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 34px;
  line-height: 45px;
  margin: 0px;
  font-weight: 700;
  font-family: Georgia, times;
}
.form-panel h3 {
  display: none;
}
.form-panel input {
  height: 48px;
  min-width: 325px;
  border: none;
  outline: none !important;
}
.form-panel ul.no-list.hs-error-msgs.inputs-list label {
  color: #100E0B !important;
  padding-top:10px;
}
.form-panel ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 12px;
}
.form-panel label {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin-bottom: 8px !important;
  display: block;
}
.form-panel ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  text-align: left !important;
  margin: 0px;
  padding: 0px;
}
.form-panel label.hs-main-font-element {
  display: none;
}
.two-column-session-content {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.two-column-button-module-outter-wrapper {
  width:100%;
  float:left;
}
.two-col-container-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-col-session-image {
  flex: 0 50%;
}
.two-column-session-content {
  flex: 0 38%;
  margin: 0 auto;
  display: flex;
  padding: 50px 60px;
  flex-direction: column;
  justify-content: center;
}
.two-column-button-module-inner-wrapper {
  border: 15px solid #85BFCC;
}
.two-col-container-info:nth-child(even) .two-col-session-image {
  order: 2;
}
.two-col-container-info:nth-child(even) .two-col-session-content {
  order: 1;
}
.two-session-heading h2 {
  letter-spacing: 0px;
  color: #3a3939;
  line-height: 55px;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.two-col-session-image {
  min-height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.left-section-image {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.two-session-sub-heading h2 {
  letter-spacing: 0px;
  color: #85bfcc;
  font-size: 70px;
  line-height: 65px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 40px;
}
.two-session-content p {
  text-align: left;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}
.two-session-button-wrapper a {
  letter-spacing: 0px;
  color: #85BFCC;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition:.4s all;
}
.two-session-button-wrapper a:hover {
  color: #85BFCC;
}
.two-session-button-wrapper {
  margin-top: 10px;
}
.two-col-content-section {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.two-col-cont-bottom-outter {
  width:100%;
  float:left;
}
.green-smre-outer .two-col-image-section img {
  width: 100%;
}
.green-smre-outer .two-col-content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
  float: none;
  flex: 0 43%;
}
.green-smre-outer .two-col-image-section {
  min-height: 680px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-col-cont-info-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-col-image-section {
  flex: 0 50%;
}
.two-col-content-section {
  flex: 0 44%;
  padding: 28px 0px;
}
.two-col-cont-sec-heading h2 {
  letter-spacing: 0px;
  color: #3a3939;
  line-height: 55px;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.two-col-cont-sec-sub-heading h3 {
  letter-spacing: 0px;
  color: #A8C156;
  font-size: 70px;
  line-height: 65px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 40px;
}
.two-col-cont-sec-content p {
  text-align: left;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}
.two-col-content-bottom-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-col-bot-left {
  flex: 0 38%;
  text-align: center;
}
.two-col-bot-right {
  flex: 0 56%;
}
.two-col-content-bottom-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 20px 20px;
  background-color: #A8C156;
  align-items: center;
  margin-bottom: -1px;
}
.two-col-bot-left {
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  padding: 20px;
}
.two-col-bot-right-content p {
  letter-spacing: 0px;
  color: #F9F9F9;
  margin: 0px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  padding-bottom: 10px;
  max-width: 93%;
}
.two-col-bot-left-sub-heading h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 34px;
  line-height: 45px;
  margin: 0px;
  padding-top: 20px;
  font-weight: 600;
  font-family: Georgia, times;
}
.two-col-bot-left-heading h2 {
  letter-spacing: 0px;
  color: #A8C156;
  font-size: 26px;
  line-height: 55px;
  margin: 0px;
  padding-top: 10px;
  font-weight: 600;
}
.two-col-bot-left-heading {
  max-width: 130px;
  margin: 0 auto;
  border-bottom: 1px solid #A8C156;
}
.two-col-cont-bottom-inner {
  border: 15px solid #A8C156;
  margin: -1px;
}
.accordion-left-content-map .hs-responsive-embed-inner-wrapper {
  padding-bottom: 77.71% !important;
}
.accordion-left-content-map-mobile {
  display: none;
}
.accordion-left-content-map .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-height: 480px !important;
}

.accordion-left-content-map iframe {
  height: 400px !important;
}
.accordion-outter-wrapper {
  width:100%;
  float:left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.accordion-inner-wrapper {
  max-width: 1800px;
  margin: 0 auto;
}
.accordion-section-top-heading h3 {
  letter-spacing: 0px;
  color: rgb(58, 57, 57);
  line-height: 55px;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.accordion-section-content-sub-heading h2 {
  letter-spacing: 0px;
  color: #85BFCC;
  font-size: 70px;
  line-height: 75px;
  margin: 0px;
  font-weight: 300;
}
.accordion-left-content-info p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  margin: 0px;
  padding-bottom: 10px;
}
.faq-question h3 {
  letter-spacing: 0.2px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  padding: 20px 20px 0px;
  position: relative;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  cursor: pointer;
}
.faq-answers h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0px;
  color: #100E0B;
  line-height: 25px;
  text-transform: none;
  margin: 0px;
  /* padding-bottom: 10px; */
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 20px;
}
.faq-answers a {
  color:#85bfcc;
  font-weight:600;
}
.faq-content-container {
  background-color: #fff;
  margin-bottom: 20px; 
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  max-width: 1050px;
  margin: 0 auto 0px auto;
}
.faq-question i {
  font-size: 18px;
  color: #85BFCC;
  transition: .4s all;
  position: absolute;
  right: 0px;
  top: 50%;
}
.faq-answers {
  display: none;
  padding-bottom:20px;
  box-sizing: border-box;
}
.faq-question.active h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Dashh.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-size: 12px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 30px;
}
.faq-question h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Plus.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: 18px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 24px;
}
.faq-question.active i{
  display:none;
}
.faq-question {
  border-top: 1px solid #000;
}
.acco-cont-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accordion-left-content-info {
  flex: 0 45%;
}
.accordion-right-content-info {
  flex: 0 49%;
}
.faq-content-container:last-child {
  border-bottom: 1px solid #000;
}
.accordion-section-content-sub-heading {
  padding-bottom: 40px;
}
.accordion-left-content {
  padding-bottom: 40px;
}
.activetcoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.banner-outter-wrapper-meet {
  width: 100%;
  float: left;
}
.banner-outter-wrapper-meet {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  height: 85vh;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.banner-section-heading-meet h1 {
  font-size: 95px;
  line-height: 90px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-shadow: 4px 4px 4px #0000003B;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
}
.banner-sub-heading-cta-meet h2 {
  letter-spacing: 0px;
  color: #f9f9f9;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 10px;
}
.banner-sub-heading-cta-meet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner-inner-wrapper-inner-meet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner-left-group-meet {
  flex: 0 80%;
}
.banner-right-group-meet {
  flex: 0 20%;
}
.banner-section-sub-heading-meet {
  flex: 0 82%;
}
.banner-cta-meet {
  flex: 0 16%;
}
.banner-cta-meet a, .banner-cta a {
  color: #100E0B;
  background-color: #C9A8DD !important;
  padding-top:12px;
  padding-bottom:12px;
}
.banner-cta-meet a:hover, .banner-cta a:hover {
  color: #100E0B;
  background-color: #DEC6ED !important;
}
.banner-right-section-heading-meet h2 {
  letter-spacing: 0px;
  color: #C9A8DD;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 300;
  line-height: 35px;
  margin: 0px;
  text-align: center;
}
.banner-right-section-heading-meet {
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
}
.banner-inner-wrapper-inner-meet {
  position: absolute;
  bottom: 10%;
  right: 0px;
  left: 0px;
}
.heading-cta-module-outter {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.information-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:center;
  margin: 0 auto;
}
.section-heading-head {
  flex: 0 60%;
}
.section-cta-head-cta {
  flex: 0 30%;
}
.section-heading-head h2 {
  letter-spacing: 0px;
  color: #f9f9f9;
  font-size: 34px;
  line-height: 40px;
  margin: 0px;
  font-weight: 700;
}
.no-of-ppl-type-room select {
  background-color: rgb(227 189 140 / 0.5);
  letter-spacing: .44px;
  color: #100e0b;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 45px;
  font-weight: 600;
  background-repeat: no-repeat;
  padding-left: 100px;
  background-position: 95% center, 5% center;
  -webkit-appearance: none;
  min-width: 320px;
  border: 0px;
  cursor: pointer;
}
.no-of-ppl-type-room.one-guest select {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/down.png),url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Group.png) !important;
}
.no-of-ppl-type-room.two-guest select {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/down.png),url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Stay%20Icons/Two%20Select.png) !important;
}
.no-of-ppl-type-room.three-guest select {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/down.png),url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Stay%20Icons/Three%20Icons.png) !important;
}
.no-of-ppl-type-room.four-guest select {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/down.png),url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Stay%20Icons/Four%20Select.png) !important;
}
.room-type-heading-sub-heading h2 {
  letter-spacing: 0px;
  color: #3a3939;
  line-height: 55px;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.type-room-section-image-mobile {
  display:none;
}
.room-type-outter-wrapper {
  width: 100%;
  float: left;
}
.section-sub-heading h3 {
  letter-spacing: 0px;
  color: #E3BD8C;
  font-size: 80px;
  line-height: 75px;
  font-weight: 300;
  margin: 0px 0px 0px -7px;
  padding: 0px 0px 20px;
}
.room-type-heading-section-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width:1600px;
  margin: 0 auto;
}
.room-type-heading-sub-heading {
  flex: 0 41.5%;
}
.no-of-ppl-type-room {
  flex: 0 20%;
  margin: 0 auto;
  margin-left: 0px;
  padding-top:30px;
}
.type-of-room-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.room-facility-info {
  flex: 0 80%;
}
.room-facilty-image {
  flex: 0 20%;
}
.room-facilities-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.type-room-section-image {
  flex: 0 40%;
  margin: 0px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
.room-section-content {
  flex: 0 1 38%;
}
.type-of-room-info {
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: 2px dashed #E3BD8C;
}
.type-of-room-info:last-child {
  padding-bottom: 40px;
  border-bottom: 0px dashed #e3bd8c;
}
.room-facilities {
  flex: 0 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 350px;
}
.roon-type-block-heading h3 {
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 22px;
  line-height: 1.2em;
  padding-bottom: 20px;
  margin: 0px;
  font-weight: 700;
}
.room-type-block-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  font-weight: 300;
  padding-bottom: 10px;
}
.room-facility-info h3 {
  letter-spacing: 0px;
  color: #100E0B;
  margin: 0px;
  font-size: 17px;
  line-height: 20px;
  margin-left:12px;
}
.room-facilities-info {
  padding: 17px 12px;
  border: 2px solid #E3BD8C;
  margin-bottom: 14px;
}
.room-facilities-info:last-child {
  margin-bottom: 0px;
}
.button-wrapper a {
  border: 1px solid #C9A8DD;
  border-radius: 50px;
  background-color: #100E0B;
  letter-spacing: 0.36px;
  color: #F9F9F9;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration:none;
  transition:0.4s;
}
.button-wrapper {
  margin-top: 30px;
}
.room-selection-container-info:last-child {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 0px dashed #E3BD8C;
}
.room-type-inner-wrapper {
  border: 15px solid #E3BD8C;
}
.room-type-heading-section-container {
  padding: 50px 0px 20px;
  box-sizing: border-box;
}
.room-section-container {
  padding: 0px 50px;
  max-width:1600px;
  margin: 0 auto; 
}
.button-wrapper a:hover {
  background-color: #E3BD8C;
  color: #100E0B;
}
.mr-filtr-module-outter {
  width:100%;
  float:left;
}
.mr-types-room-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mr-filtr-section-heading h2 {
  letter-spacing: 0px;
  color: #3a3939;
  line-height: 55px;
  font-size: 30px;
  margin: 0px;
  font-weight: 700;
}
.mr-filtr-section-sub-heading h2 {
  letter-spacing: 0px;
  color: #a8c156;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 70px;
  line-height: 60px;
  padding-bottom: 10px;
}
.mr-room-type h3 {
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  font-weight: 700;
  padding: 20px 0px 10px 0px;
  border-bottom: 8px solid #100e0b;
  cursor: pointer;
  position: relative;
  min-width:120px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom:15px;
}
.mr-room-type h3:hover, .mr-types-room-info.active-menu .mr-room-type h3 {
  border-bottom: 8px solid #acaaa9;
}
.mr-types-room-info {
  padding-right: 5px;
  box-sizing: border-box;
}
.mr-room-type h3:after {
  content: '';
  position: absolute;
  background-color: #acaaa9;
  min-height: 0px;
  bottom: -1px;
  width: 100%;
  left: 0px;
  transition: .4s all;
}
.mr-room-type h3:hover:after {
  min-height: 10px;
}

.mr-types-room-info.active-menu h3:after {
  min-height: 10px;
}
.left-content-section-heading h2 {
  letter-spacing: 0px;
  color: #A8C156;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 30px;
}
.left-image-container-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 14px;
}
.filtr-content-container-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.left-content-container {
  flex: 0 38%;
}
.mr-types-room-container {
  padding-bottom: 20px;
}
.mr-filtr-section-sub-heading {
  padding-bottom: 20px;
}
.right-container {
  flex: 0 60%;
}
.mr-filtr-module-outter .right-container {
  flex: 0 1 57%;
}
.left-content-image-container {
  flex: 0 13%;
}
.left-text-info {
  flex: 0 83%;
}
.mr-filtr-module-outter .right-info-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 630px;
}
.bottom-context-cont-align {
  max-width:1600px;
  margin: 0 auto;
}
.bottom-context-cont-outer {
  background:#a8c156;
  padding: 20px;
}
.bottom-context-cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
.left-content {
  flex: 0 70%;
}
.right-button-wrapper {
  flex: 0 15%;
}
.mr-filter-container {
  padding: 60px 30px 30px;
  max-width: 1600px;
  margin: 0 auto;
}
.left-text-info h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  font-weight: 300;
  text-align: left;
}
.left-content-information p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  font-weight: 300;
  text-align: left;
  padding-bottom: 10px;
}
.left-content-information {
  padding-bottom: 50px;
  padding-top: 30px;
}
.left-content h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 34px;
  line-height: 45px;
  font-weight: 700;
  margin: 0px;
  font-family: Georgia, times;
}
.bottom-context-cont {
  background-color: #A8C156;
  padding: 30px 0px;
  margin: -1px;
}
.mr-filtr-module-inner {
  border: 15px solid #A8C156;
  margin: -1px;
}
.right-button-wrapper a {
  background-color: #F9F9F9;
  border-radius: 50px;
  padding: 10px 15px;
  letter-spacing: 0.36px;
  color: #100E0B;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition: 0.4s;
  white-space: nowrap;
}
.filtr-content-container-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 40px;
}
.right-button-wrapper a:hover {
  background-color: #100e0b;
  color: #f9f9f9;
}
.section-cta-head-two a {
  letter-spacing: 0.36px !important;
  color: #F9F9F9 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  line-height: 25px !important ;
  padding: 8px 50px !important;
  background-color: #100E0B !important;
  border-color: #100E0B !important;
  text-decoration: none !important;
  border-radius: 20px !important;
  transition: 0.4s !important;
}
.section-cta-head-two a:hover {
  color: #100e0b !important;
  background-color: #a8c156 !important;
  border-color: #a8c156 !important; 
}
.footer-logo a {
  display:inline-block;  
}
.footer-outter-wrapper {
  background-color: #100E0B;
  padding: 60px 100px;
  width: 100%;
  float: left;
  color: #fff;
  box-sizing: border-box;
}
.footer-outter-wrapper {
  margin-top: 50px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.footer-outter-wrapper ul {
  padding: 0px;
}
.footer-outter-wrapper ul {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: left;
  width:100% !important;
  text-align:left !important;
}

.footer-outter-wrapper ul li {
  list-style: none;
  text-decoration: none !important;
}
.footer-outter-wrapper ul li a {
  font-size: 25px !important;
  font-weight: 300 !important;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-transform: uppercase;
  border-bottom: 1px dashed #f9f9f9 !important;
  line-height: 48px !important;
  overflow: visible !important;
  padding: 8px 0px !important;
  min-width: 180px;
}
.footer-menu {

  padding-top: 40px;
  width:76% !important;
}


.footer-outter-wrapper .hs-menu-wrapper>ul {
  column-count: 3;
}
.footer-social-content {
  width: 350px !important;
  float: right !important;
  margin: 0 !important;
}
.footer-outter-wrapper .hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color: #fff !important;
  font-size: 25px !important;
  letter-spacing: 0 !important;
  line-height: 48px !important;
  border-bottom: 1px dashed #f9f9f9 !important;
  display: block;
  word-break: break-word !important;
  overflow: visible !important;
  white-space: initial !important;
  padding: 8px 0px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.social-icon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.social-icon-container-info {
  margin-right: 20px;
}
.section-address-container p {
  margin: 0px;
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}
.section-address-container a {
  margin: 0px;
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}
.section-address-container {
  padding: 30px 0px;
}
.footer-content-information-inner-wrapper {
  padding: 60px 0px;
}
.book-now-module-outter-wrapper {
  width:100%;
  float:left;
}
.book-nw-module-content {
  border: 1px solid #e3e3e3;
  background-color: #f7f7f7;
  padding: 12px;
  text-align: center;
  flex: 0 40%;
}
.book-now-mdule-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin:0 auto;
}
.section-module-heading h3 {
  letter-spacing: 0px;
  color: #C9A8DD;
  font-weight: 700;
  font-size: 26px;
  line-height: 55px;
  margin: 0px; 
  padding-bottom: 10px;
}
.section-module-heading{
  border-bottom: 2px solid #C9A8DD;
  max-width: 150px;
  margin: 0 auto;
}
.section-sub-heading-bk h2 {
  font-size: 34px;
  line-height: 45px;
  margin: 0px;
  font-weight: 700;
  padding: 20px 0px;
  letter-spacing: 0px;
  color: #100E0B;
  font-family: Georgia, times;
}
.section-sub-heading-bk {
  max-width: 390px !important;
  margin: 0 auto;
}
.banner-cta-eat {
  padding-top:13px;
  padding-bottom:13px;
}
.book-nowmodule-button-wrapper a {
  border-radius: 50px;
  background-color: #100E0B;
  padding: 12px 30px;
  letter-spacing: 0.36px;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  transition:0.4s all;
  text-decoration: none;
}
.book-nowmodule-button-wrapper a:hover {
  background-color: #F9F9F9;
  color: #100E0B;
}
.book-now-module-right-content {
  flex: 0 52%;
}
.select-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 26px;
}
.book-now-module-outter-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.select-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  align-items: flex-end;
  padding-right:70px;
}
.select-section h3 {
  letter-spacing: 0px;
  color: #100E0B;
  margin: 0px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}
.booking-dates  {
  flex: 0 18%;
}
.booking-dates input {
  flex: 0 16%;
  height: 40px;
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
}
.boking-details-no-nights {
  flex: 0 12%;
}
.boking-details-no-nights select {
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  height: 40px;
  -webkit-appearance: none;
}
.book-nowmodule-button-wrapper {
  margin-top: 10px;
}
.boking-details-no-adults {
  flex: 0 12%;
}
.boking-details-no-adults select {
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  height: 40px;
  -webkit-appearance: none;
}
.boking-details-no-childrens {
  flex: 0 12%;
}
.boking-details-no-childrens select {
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  height: 40px;
  -webkit-appearance: none;
}
.offer-code {
  flex: 0 30%;
}
.offer-code input {
  flex: 0 16%;
  height: 40px;
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
}
.prev-post a:before {
  height: 30px;
  width: 30px;
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Stay%20Icons/Icon%20awesome-arrow-left.png);
  content: '';
  position: absolute;
  background-size: 30px;
  left: 0;
  background-repeat: no-repeat;
}
.next-post a:after {
  height: 30px;
  width: 30px;
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Stay%20Icons/Icon%20awesome-arrow-left.png);
  content: '';
  position: absolute;
  background-size: 30px;
  right: 0;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.pagination-section.new {
  padding: 40px 0px;
}
.blog-page-center {
  max-width: 1400px;
  width: 100%;
  float: none !important;
  margin: 0px auto !important;
  padding: 0px 20px;
  box-sizing: border-box;
}
.blog-page-center-out-wr {
  padding-top: 100px;
}
.blog-heading-cta-module-outter {
  width: 100%;
  float: left;
  padding: 30px 0px;
}
.blog-information-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-section-heading-head {
  flex: 0 69%;
  text-align: center;
}
.blog-section-cta-head {
  flex: 0 29%;
}
.blog-section-heading-head h2 {
  margin: 0px;
  color: #F9F9F9;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.widget-module ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.widget-module ul li a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  color: #100e0b;
  opacity: 1;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 145px;
  display: inline-block;
  position: relative;
}
.widget-module ul li {
  display: inline-block;
  position: relative;
  padding: 0px 20px;
}
.widget-module ul li a:after {
  min-height: 10px;
  content: "";
  display: block;
  bottom: -25px;
  transition: .4s all;
  position: absolute;
  left: 10px;
  right: 10px;
}
.widget-module ul li a:hover:after {
  min-height: 20px;
}
.widget-module ul li.active a:after {
  background: #005441;
}
.widget-module ul li.Stay a:after , a.topic-link.Stay {
  background: #E3BD8C;
}
.widget-module ul li.Meet a:after , a.topic-link.Meet {
  background: #A8C156;
}
a.topic-link.Stay {
  color: #100E0B !important;
}
.widget-module ul li.Eat a:after , a.topic-link.Eat {
  background: #ACAAA9;
}
.widget-module ul li.Retreat a:after , a.topic-link.Retreat {
  background: #85BFCC;
}
.widget-module ul li.Community a:after , a.topic-link.Community {
  background: #C9A8DD;
}
.blog-outer-list-wrapper {
  width: 100%;
  float: left;
  background: #F0F0F0;
  padding: 100px 0px 0px;
}
.blog-listing-outer-wrapper {
  width: 100%;
  float: left;
}
.blog-list-first-list-wrap {
  display: flex;
  flex-wrap: wrap;
  transition: 0.4s all;
}
.hs-featured-image-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s linear;
  min-height: 300px;
  position: relative;
  height: 100%;
}
.right-first-list {
  flex: 0 58%;
}
.left-first-list {
  flex: 0 42%;
  background: #fff;
  padding: 40px 25px;
  box-sizing: border-box;
}
.left-first-list a.topic-link , .one-list-content-wrap a.topic-link {
  text-align: center;
  text-decoration: none;
  padding: 5px 30px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
  color:#f9f9f9;
  text-transform: uppercase;
}
.left-first-list p#hubspot-topic_data , .one-list-content-wrap p#hubspot-topic_data{
  margin: 0px;
}
.left-first-list .list-content-name h2.post-listing-simple {
  margin: 0px;
  font-size: 38px;
  line-height: 45px;
  color: #100E0B;
  font-weight: 600;
}
.left-first-list .list-content-name h2.post-listing-simple a {
  text-decoration: none;
  color: #100E0B;
}
.list-content-name {
  width: 100%;
  float: left;
  padding: 25px 0px;
}
.list-content-name p {
  margin: 0px;
  font-size: 17px;
  line-height: 30px;
  padding-top: 20px;
}
.left-first-list .list-read-more {
  width: 100%;
  float: left;
}
.left-first-list .list-read-more a {
  border-radius: 50rem;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: bold;
  color: #100E0B;
  display: inline-block;
  transition: 0.4s all;
  text-transform: uppercase;
}
.left-first-list .list-read-more a.Stay {
  background: #E3BD8C;
}
.left-first-list .list-read-more a.Meet {
  background: #A8C156;
}
.left-first-list .list-read-more a.Eat {
  background: #ACAAA9;
}
.left-first-list .list-read-more a.Retreat {
  background: #85BFCC;
}
.left-first-list .list-read-more a.Community {
  background: #C9A8DD;
}
.left-first-list a.Stay:hover {
  background: #e3bd8c6e;
}
.left-first-list a.Meet:hover {
  background: #d0e09e;
}
.left-first-list a.Eat:hover {
  background: #c3bab6;
}
.left-first-list a.Community:hover {
  background: #e6cdf4;
}
.left-first-list a.Retreat:hover {
  background: #bfe0e8;
}
.category-filter {
  width: 100%;
  float: left;
  padding-bottom: 60px;
  text-align: center;
}
.listing-outer-wrap {
  width: 100%;
  float: left;
  padding: 40px 0px;
  display: flex;
  flex-wrap: wrap;
}
.listing-outer-wrap {
  width: 100%;
  float: left;
  padding: 40px 0px;
  display: flex;
  flex-wrap: wrap;
}
.listing-outer-wrap .listing-inner-wrap:nth-child(2) {
  margin-right: 2% !important;
  display: block;
}
.listing-outer-wrap .listing-inner-wrap {
  flex: 0 48%;
  display: none;
  transition: 0.4s all;
}
.listing-outer-wrap .listing-inner-wrap:nth-child(3) {
  margin-left: 2% !important;
  display: block;
}
.one-list-content-wrap {
  width: 100%;
  float: left;
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
}
.one-list-content-wrap h2.post-listing-simple a {
  text-decoration: none;
  font-size: 30px;
  color: #100E0B;
  margin: 0px;
}
.one-list-content-wrap h2.post-listing-simple {
  font-size: 30px;
  line-height: 45px;
  margin: 0px;
  font-weight: 600;
  padding-top:15px;
}
.one-list-featuredimage-wrap {
  overflow: hidden;
}
.listing-inner-wrap:hover .hs-featured-image-wrapper {
  transform: scale(1.2);
}
.listing-inner-wrap:hover .one-list-content-wrap h2.post-listing-simple a {
  text-decoration: underline;
}
.list-3-blocks-inner-wrapper {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.list-3blocks-wrapper:first-child , 
.list-3blocks-wrapper:nth-child(2) , 
.list-3blocks-wrapper:nth-child(3){
  display: none;
}
.list-3blocks-wrapper:nth-child(3n+2) {
  margin-right: 2%;
  margin-left: 2%;
}
.list-3blocks-wrapper {
  flex: 0 32%;
  margin-bottom: 2%;
  transition: 0.4s all;
}
.list-3blocks-wrapper:hover .hs-featured-image-wrapper {
  transform: scale(1.2);
}
.list-3blocks-wrapper:hover .one-list-content-wrap h2.post-listing-simple a {
  text-decoration: underline;
}
.list-3blocks-wrapper .one-list-content-wrap h2.post-listing-simple {
  font-size: 20px;
  line-height: 35px;
  margin: 0px;
  font-weight: 600;
  padding-top: 15px;
}
.blog-outer-list-wrapper2 {
  background: #F0F0F0;
}
.blog-col-outer-wrapper .body-container-wrapper {
  margin: 0px;
}
.list-3blocks-wrapper .one-list-content-wrap {
  width: 100%;
  float: left;
  background: transparent;
  padding: 20px 0px;
  box-sizing: border-box;
}
.list-3blocks-wrapper .hs-featured-image-wrapper {
  min-height: 250px;
}
.list-3blocks-wrapper .one-list-content-wrap h2.post-listing-simple a {
  font-size: 20px;
}
.blog-list-second-post-wrap .listing-outer-wrap {
  padding: 40px 0px 0px;
}
.signup-outer-col {
  width: 100%;
  float: left;
  background: #005441;
  margin: 30px 0px;
}
.signup-inner-col {
  background: #005441;
  padding: 30px 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}
.signup-header-col {
  width: 60%;
  margin-right:20px;
}
.signup-header-col h2 {
  margin: 0px;
  color: #F9F9F9;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  font-family: Georgia, serif;
  text-align: center;
}
.signup-form-col form {
  display: inline-flex;
}
.signup-form-col h3.hs_cos_wrapper.form-title {
  display: none;
}
.signup-form-col span.hs-form-required {
  display: none;
}
.signup-form-col form .hs-email .input input {
  float: left;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  border: none;
  height: 48px;
  min-width: 325px;
  border: 0;
  outline: none !important;
}
.signup-form-col input.hs-button.primary.large {
  background: #E3BD8C;
  border: 0px;
  letter-spacing: 0;
  color: #100E0B;
  font-weight: bold;
  padding: 11px 30px 12px 30px;
  font-size: 18px;
  cursor: pointer;
  line-height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Open Sans';
  transition: all .3s ease;
  border-radius: 50rem;
  min-width: 160px;
  margin-left:15px;
}
.signup-form-col form .hs-email ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style-type: none;
  display: block !important;
}
.signup-form-col form .hs-email ul.no-list.hs-error-msgs.inputs-list li label.hs-error-msg {
  display: block;
  padding: 3px 0px;
  color: #f9f9f9;
  font-size: 12px;
}
.post-sign-up .signup-header-col {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.post-sign-up .signup-form-col {
  width: 100%;
  position: relative;
  text-align: center;
  max-width: 70%;
  float: none;
  margin: 0px auto;
}
.post-sign-up .signup-form-col form .hs-email .input input {
  float: left;
  width: 70%;
  height: 48px;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
}
.post-sign-up .signup-form-col form .hs-email .input input{
  z-index: 999999;
  position: relative;
}
.post-sign-up .signup-form-col .hs_submit.hs-submit {
  position: relative;
  right: 0;
}
.post-sign-up .signup-outer-col {
  background: #005441;
}
.hs_error_rollup {
  display: none;
}
.post-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}
.prev-post a {
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  letter-spacing: 0px;
  color: #100E0B;
  opacity: 1;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
}
.next-post a {
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  letter-spacing: 0px;
  color: #100E0B;
  opacity: 1;
  font-weight: 600;
  position: relative;
  padding-right: 40px;
  text-transform: uppercase;
}
.blog-col-outer-wrapper .footer-outter-wrapper {
  margin: 0px;
}
.blog-heading-col {
  background: #f0f0f0;
}
.blog-post-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.blog-post-banner p#hubspot-topic_data a {
  text-decoration: none;
  color: #3A3939;
  padding: 5px 30px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
}
.blog-post-banner p#hubspot-topic_data {
  margin: 0px;
  font-size: 15px;
  line-height: 55px;
  text-align: center;
}
.blog-post-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
.blog-post-banner > div {
  position: relative;
}
.blog-post-banner .inner-blog-post-banner {
  max-width: 755px;
  width: 100%;
  float: none;
  margin: 0px auto;
}
.blog-post-banner .inner-blog-post-banner h1 {
  font-size: 45px;
  line-height:60px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #F9F9F9;
  opacity: 1;
}
.blog-post-banner p#hubspot-topic_data {
  margin: 0px;
  font-size: 15px;
  line-height: 55px;
  text-align: center;
}
.blog-post-banner .list-content-name {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.blog-post-banner h2.post-listing-simple {
  text-align: center;
  margin: 0px;
  font-size: 45px;
  line-height: 55px;
}
.blog-post-banner h2.post-listing-simple a {
  text-align: center;
  text-decoration: none;
  color: #F9F9F9;
}
.blog-post-banner h2.post-listing-simple a span {
  font-size: 45px;
  line-height: 55px;
  color: #F9F9F9;
  text-align: center;
}
.blog-post-banner div#hubspot-author_data {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0px 30px;
  color: #F9F9F9;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.blog-post-banner div#hubspot-author_data a.author-link {
  color: #f9f9f9;
  text-decoration: none;
}
.blog-post-outer-wrapper .blog-posting-content-wrapper {
  width: 100%;
  float: left;
}
.blog-post-outer-wrapper .section.post-body p:first-child {
  font-size: 20px;
  line-height: 30px;
  color: #100E0B;
  font-weight: 600;
  padding-bottom: 35px;
}
.blog-post-outer-wrapper .section.post-body p {
  margin: 0px;
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 15px;
  color: #100E0B;
}
.blog-post-outer-wrapper .section.post-body p a,
.single-column-content p a {
  color:#A8C156;
}
blockquote p {
  font-size: 40px !important;
  color: #E3BD8C !important;
  line-height: 45px !important;
  font-family: 'Open Sans',sans-serif !important;
  font-weight: 300 !important;
}
.case-study-outer-wrp-1 blockquote p {
  font-size: 30px !important;
  line-height: 35px !important;
}
blockquote span {
  font-size: 17px;
  font-weight:700;
}
blockquote {
  position:relative;
  margin-left:10%;
  margin-top:30px;
}
.case-study-outer-wrp-1 blockquote {
  margin-bottom:50px;
}
blockquote p:before {
  height: 59px;
  width: 75px;
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Icons/Path%20525.png);
  content: '';
  position: absolute;
  background-size: 70px;
  left: -100px;
  top: 10px;
  background-repeat: no-repeat;
}
.outer-blog-post-wrapper {
  background: #F0F0F0;
  padding-top:60px;
}
.blog-post-outer-wrapper .section.post-body p:last-child {
  padding-bottom: 40px;
}
.blog-post-inner-wrapper {
  padding: 40px 120px;
  box-sizing: border-box;
  background: #fff;
}
.post-heading-cta .blog-section-heading-head {
  text-align: left;
  flex: 0 60%;
}
.post-heading-cta .blog-information-container {
  padding: 0px 50px;
  box-sizing: border-box;
  align-items: center;
}
.post-heading-cta .blog-section-cta-head {
  flex: 0 40%;
  text-align: right;
}
.post-heading-cta .blog-section-heading-head h2 {
  line-height: 40px;
}
.social-sharing-wrapper {
  width: 100%;
  float: left;
  text-align: center;
}
.social-sharing-wrapper span {
  width: 100%;
  float: left;
}
.social-sharing-wrapper span a {
  display: inline-block;
  padding: 2px 10px 8px; 
  text-align: center;
  margin-right: 5px;
}
.social-sharing-wrapper span.Stay a{
  background: #e3bd8c;
}
.social-sharing-wrapper span.Meet a{
  background: #A8C156;
}
.social-sharing-wrapper span.Eat a{
  background: #ACAAA9;
}
.social-sharing-wrapper span.Retreat a{
  background: #85BFCC;
}
.social-sharing-wrapper span.Community a{
  background: #C9A8DD;
}
.social-sharing-wrapper span a img {
  width: 14px;
  height: 14px;
}
.post-sign-up .signup-inner-col {
  display:block;
}
.outer-blog-image-content-wrapper {
  width: 100%;
  float: left;
  padding: 40px 0px;
}
.outer-blog-image-content-wrapper .post-image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 430px;
}
.post-blog-content-wrapper p {
  margin: 0px;
  font-size: 17px;
  line-height: 25px;
  padding-top: 40px;
  color: #100E0B;
}
.blog-post-quote-content:before {
  position: absolute;
  left: -5px;
}
.blog-post-quote-content.Stay:before{
  content: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Blog/QT.png);
}
.blog-post-quote-content.Eat:before{
  content: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Blog/QT5.png);
}
.blog-post-quote-content.Retreat:before{
  content: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Blog/QT4.png);
}
.blog-post-quote-content.Meet:before{
  content: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Blog/QT3.png);
}
.blog-post-quote-content.Community:before{
  content: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Blog/QT6.png);
}
.blog-post-quote-content.Stay h2{
  color:#E3BD8C;
}
.blog-post-quote-content.Eat h2{
  color:#ACAAA9;
}
.blog-post-quote-content.Retreat h2{
  color:#85BFCC;
}
.blog-post-quote-content.Meet h2{
  color:#A8C156;
}
.blog-post-quote-content.Community h2{
  color:#C9A8DD;
}
.outer-blog-post-quote-section-wrapper .blog-post-quote-content {
  position: relative;
  padding-left: 100px;
  padding-bottom:20px;
}
.outer-blog-post-quote-section-wrapper {
  width: 90%;
  float: right;
}
.outer-blog-post-quote-section-wrapper .blog-post-quote-content h2 {
  font-size: 45px;
  margin: 0px;
  line-height: 55px;
  font-weight: 300;
}
.outer-blog-post-quote-section-wrapper .blog-post-quote-content p {
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  margin: 0px;
  padding-top: 10px;
}
.blog-recent-post-wrapper {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: #F0F0F0;
}
.recent-post-heading h2 {
  color: #005441;
  font-size: 50px;
  line-height: 75px;
  margin: 0px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.recent-post-heading {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.recent-post-outer-wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recent-featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 260px;
  transition: 0.4s all;
}
.recent-post-wrap {
  flex: 0 32%;
  transition: 0.4s all;
}
.recent-content-wrap {
  width: 100%;
  float: left;
  background: transparent;
  padding: 20px 0px;
  box-sizing: border-box;
}
.recent-post-outer-wrap a.topic-link {
  text-align: center;
  text-decoration: none;
  padding: 5px 30px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
  color: #f9f9f9;
  text-transform: uppercase;
}
.recent-post-outer-wrap .post-name h2 {
  font-size: 20px;
  line-height: 35px;
  margin: 0px;
  font-weight: 600;
  padding-top: 15px;
}
.recent-post-outer-wrap .post-name h2 a {
  text-decoration: none;
  color: #100E0B;
}
.recent-post-outer-wrap .recent-post-wrap:first-child {
  display: none;
}
.recent-post-wrap:hover .recent-featured-image {
  transform: scale(1.2);
}
.recent-post-wrap:hover .post-name h2 a {
  text-decoration: underline;
}
.blog-recent-post-width {
  max-width: 1400px;
  margin: 0 auto;
}
.comment-form-outer {
  padding: 50px 80px;
}
.comment-form-outer form {
  padding-top: 50px;
}
.comment-form-outer h2 {
  font-size: 22px;
  line-height: 30px;
  color: #242530;
  font-family: Georgia ,serif;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 30px;
}
.comment-form label span {
  font-size: 17px;
  line-height: 33px;
  color: #100E0B;
  font-weight: bold;
}
.comment-form span.hs-form-required {
  display: none;
}
.comment-form input {
  background: #F0F0F0 !important;
  border: 1px solid #F0F0F0;
  font-family: 'Open Sans',sans-serif;
  font-size: 17px;
}
.comment-form input:focus {
  outline: none !important;
}
.comment-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.comment-form ul.no-list.hs-error-msgs.inputs-list li {
  font-size: 12px;
  color: red;
}
.comment-form .hs-form-field {
  min-height: 80px;
  margin-bottom: 15px;
}
.comment-form textarea {
  min-height: 240px;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
}
.comment-form input.hs-button.primary {
  background: #005441 !important;
  border-radius: 50rem;
  color: #F9F9F9;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans',sans-serif;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 45px;
  font-weight: bold;
}
.comment-form .hs_submit.hs-submit {
  width: 100%;
  float: right;
  text-align: right;
}
.comment-form ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}
.new-comments h4 a {
  text-decoration: none;
  display: block;
  font-size: 17px;
  line-height: 33px;
  color: #100E0B !important;
}
.comment-date, .comment-from {
  display: block !important;
}
.new-comments h4 {
  margin: 0px;
  width: 100%;
  float: left;
  display: block;
}
.charity-outter-wrapper {
  width: 100%;
  float: left;
}
.charity-inner-wrapper {
  padding: 100px 0px 30px;
}
.charity-section-heading h1 {
  letter-spacing: 0px;
  color: #005441;
  text-transform: uppercase;
  text-align: center;
  font-size: 86px;
  line-height: 90px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 60px;
}
.charity-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.charity-block-content-container {
  flex: 0 39%;
  margin: 0 auto;
  display: flex;
  padding: 50px 0px;
  flex-direction: column;
  justify-content: center;
}
.charity-block-heading h2 {
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #3A3939;
  text-align: left;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.charity-block-sub-heading h3 {
  letter-spacing: 0px;
  color: #A8C156;
  font-size: 70px;
  line-height: 65px;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  padding-bottom:30px;
}
.charity-block-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  margin: 0px;
  padding: 15px 0px;
}
.our-finanace-blc-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  margin: 0px;
  padding: 15px 0px;
}

.our-finanace-blc-content p a {
  letter-spacing: 0px;
  color: #c9a8dd;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: .4s all;
}

.charity-block-list-info-container h2 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
  position:relative;
}
.charity-section-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 50%;
  height: auto;
}
.charity-section-info-container {
  border: 15px solid #A8C156;
}
.charity-block-list-info-container h2:before {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/Charity/Greenarrow.svg) !important;
  background-repeat: no-repeat;
  content: '';
  width: 22px;
  height: 28px;
  display: inline-block;
  background-position: center;
  position: absolute;
  left: -40px;
  top: 0px;
}
.charity-block-list-info-container {
  padding-left: 40px;
}
.charity-accordion-outter {
  width:100%;
  float:left;
}
.faq-question-charity h3 {
  letter-spacing: 0.2px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px;
  padding: 20px;
  position: relative;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  cursor: pointer;
}
.faq-answers-charity h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0px;
  color: #100E0B;
  line-height: 25px;
  text-transform: none;
  margin: 0px;
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
}
.faq-content-container-charity {
  background-color: #fff;
  margin-bottom: 20px; 
  width: 100%;
  box-sizing: border-box;
  max-width: 1050px;
  margin: 0 auto 0px auto;
}
.faq-answers-charity {
  display: none;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.faq-question-charity.active h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Dashh.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-size: 12px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 30px;
}
.faq-question-charity h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Plus.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: 18px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 24px;
}
.faq-question-charity {
  border-top: 1px solid #19313F;
}
.faq-content-container-charity:last-child {
  border-bottom: 1px solid #000;
}
.charity-acc-section-heading h2 {
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 0px;
  color: #3a3939;
  text-align: left;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.charity-acc-section-sub-heading h3 {
  letter-spacing: 0px;
  font-size: 70px;
  line-height: 65px;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  color: #85BFCC;
  padding-bottom: 50px;
}
.charity-acc-content p {
  letter-spacing: 0px;
  color: #100e0b;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.accordion-char-cont-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.char-accordion-right-container {
  flex: 0 48%;
}
.char-accordion-left-container {
  flex: 0 46%;
  box-sizing: border-box;
  padding: 0 50px;
} 
.our-finance-blc-heading h3 {
  letter-spacing: 0px;
  font-size: 70px;
  line-height: 65px;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  color: #C9A8DD;
  padding-bottom: 30px;
}
.our-finance-block {
  border: 15px solid #c9a8dd;
  padding: 40px 60px;
  margin-bottom: 40px;
  border: 15px solid #C9A8DD;
}
.our-prayer-team-container {
  background-color: #E3BD8C;
  padding: 55px 75px;
}
.our-prayer-team-blc-heading h3 {
  letter-spacing: 0px;
  font-size: 70px;
  line-height: 65px;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  color: #f9f9f9;
  padding-bottom:40px;
}
.our-prayer-team-blc-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  margin: 0px;
}
.charity-acc-content {
  max-width: 60%;
  margin: 0 auto 0 0;
}
.contact-us-body-outter {
  padding: 100px 0px 80px;
  background-color: #F0F0F0;
}
.contact-us-body {
  max-width: 1180px !important;
  margin: 0 auto !important;
  float: none !important;
}
.white-bg-group {
  background-color: #FFFFFF;
  padding: 30px 0px 40px 0px;
}
.activetcoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.contact-form-outter-wrapper {
  padding: 0px 20px;
  box-sizing: border-box;
}
.contact-banner-outter-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 274px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.contact-banner-section-heading h1 {
  letter-spacing: 0px;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 85px;
  line-height: 85px;
  font-weight: 300;
  margin: 0px;
  text-align: center;
}
.contact-form input, .contact-form textarea {
  background-color: #f0f0f0 !important;
  box-sizing: border-box;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0px !important;
}
.contact-form input {
  height: 49px;
}
.contact-form label {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #242530;
  //line-height: 33px;
  display: block;
/*   display: flex;
  justify-content: start; */
}
.contact-form input.hs-button.primary.large {
  min-width: 170px;
  height: auto;
  font-weight: 700;
  width: auto !important;
  font-size: 18px !important;
  letter-spacing: 0.36px;
  font-family: 'Open Sans', sans-serif !important;
  color: #100E0B;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #A8C156 !important;
  height: auto;
  padding: 10px 20px !important;
  transition: .3s ease;
  -webkit-appearance: none;
}
.contact-form input.hs-button.primary.large:hover {
  background-color:#CBDA99 !important;
}
.contact-form .actions {
  padding-top: 10px;
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}
.contact-form .hs-form-required {
  color: #F15E13;
}
.contact-form .focus{
  outline:0px;
}
.contact-form ul.no-list.hs-error-msgs.inputs-list label {
  color: #242530 !important;
}
.contact-form ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 12px;
}
.contact-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
  font-size: 12px;
  color: red;
  padding: 0px 0px;
  bottom: 0px;
}
.contact-form {
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.contact-form fieldset {
  margin: 0 auto 20px !important;
  max-width: 820px !important;
}
.contact-form textarea {
  height: 244px;
}
.contact-form-section-form input {
  height: 48px;
  min-width: 425px;
}
.contact-form-section-form input, .contact-form-section-form textarea {
  letter-spacing: 0px;
  color: #100e0b;
  font-weight: 300;
  font-size: 17px !important;
  line-height: 25px !important;
  padding: 20px 10px !important;
  box-sizing: border-box;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align:center;
  outline: none !important;
  border: none !important;
}
.contact-form-section-form input.hs-button.primary.large {
  min-width: 160px;
  height: auto;
  width: auto !important;
  font-size: 16px !important;
  color: #f9f9f9 !important;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #c9a8dd;
  border-radius: 50px;
  cursor: pointer;
  background-color: #100e0b !important;
  height: auto;
  padding: 10px 20px !important;
  transition: .3s ease;
  -webkit-appearance: none;
  margin-left: 15px;
  margin-top: 0px;
}
.contact-form-section-form input.hs-button.primary.large:hover {
  background-color: #f9f9f9 !important;
  color: #100e0b !important;
}
.contact-form-section-form form {
  display: inline-flex;
}
.contact-form-section-heading-contact h2 {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 30px;
  line-height: 40px;
  margin: 0px;
  padding-bottom: 10px;
  text-align: center;
  font-family: Georgia, times;
}
.contact-form-module-outter-wrapper {
  max-width: 830px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.contact-form-section-form {
  max-width: 600px;
  margin: 0 auto;
}
.contact-form-section-form span.hs-form-required {
  display: none;
}
.contact-form-section-form ul.no-list.hs-error-msgs.inputs-list label {
  color: #242530 !important;
}
.contact-form-section-form ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 12px;
}
.contact-form-section-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.contact-form .hs_interest__contact_.hs-interest__contact_.hs-fieldtype-checkbox.field.hs-form-field input {
  height: auto;
  width: auto !important;
}

.contact-form .hs-0-2\/type_of_organisation.hs-0-2\/type_of_organisation.hs-fieldtype-checkbox.field.hs-form-field input {
  height: auto;
  width: auto !important;
}
.contact-form .hs_refreshments_and_meals_available.hs_refreshments_and_meals_available.hs-fieldtype-checkbox.field.hs-form-field input {
  height: auto;
  width: auto !important;
}

.contact-form ul.inputs-list.multi-container {
  padding: 0px;
  list-style-type: none;
}
.contact-form .hs-fieldtype-booleancheckbox.field.hs-form-field li.hs-form-booleancheckbox input {
  height: auto;
  width: auto !important;
  margin-top: 6px;
}
.contact-form .hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list {
  padding: 0px;
  list-style-type: none;
}
.address-outter-wrapper {
  width:100%;
  float:left;
}
.address-outter-wrapper {
  text-align: center;
}
.address-section-content a {
  margin: 0px;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}
.address-section-content p {
  margin: 0px;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}
.donate-cta-module-outter {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.donate-cta-module-outter {
  width:100%;
  float:left;
}
.donate-form-section-heading {
  flex: 0 50%;
}
.donate-form-panel {
  flex: 0 45%;
}
.donate-cta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.donate-form-panel form {
  display: inline-flex;
}
.donate-form-panel span.hs-form-required {
  display: none;
}

.donate-form-panel input, .form-panel textarea {
  letter-spacing: 0px;
  color: #100E0B;
  font-weight: 300;
  font-size: 17px !important;
  line-height: 25px !important;
  padding: 20px 10px !important;
  box-sizing: border-box;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border: none;
}
.donate-form-panel input.hs-button.primary.large {
  min-width: 160px;
  height: auto;
  width: auto !important;
  font-size: 18px !important;
  color: #f9f9f9 !important;
  display: inline-block;
  text-transform: uppercase;
  border: 0px solid #c9a8dd;
  border-radius: 50px;
  line-height: 25px !important;
  cursor: pointer;
  background-color: #100e0b !important;
  height: auto;
  padding: 10px 20px !important;
  transition: .3s ease;
  -webkit-appearance: none;
  margin-left: 15px;
  margin-top: 10px;
}
.donate-form-panel input.hs-button.primary.large:hover {
  background-color: #f9f9f9 !important;
  color: #100e0b !important;    
}
.donate-form-section-heading h1 {
  letter-spacing: 0px;
  color: #3A3939;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  font-weight: 700;
  font-family: Georgia, times;
  text-align: center;
}
.donate-form-panel h3 {
  display: none;
}
.donate-form-panel input {
  height: 48px;
  min-width: 325px;
}
.donate-form-panel ul.no-list.hs-error-msgs.inputs-list label {
  color: #f00 !important;
}
.donate-form-panel ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 12px;
}
.donate-form-panel label {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin-bottom: 8px !important;
  display: block;
}
.donate-form-panel ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  text-align: left !important;
  margin: 0px;
  padding: 0px;
}
.donate-form-panel label.hs-main-font-element {
  display: none;
}

.content-with-buttons-outter {
  width:100%;
  float:left;
}
.content-with-button-container {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: -266px;
  z-index: 99;
  background-color: #fff;
  padding: 30px 30px 50px 30px;
  box-sizing: border-box;
}
.content-section-heading h2 {
  letter-spacing: 0px;
  color: #3A3939;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
.content-section-sub-heading h1 {
  letter-spacing: 0px;
  color: #85BFCC;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  margin: 0px;
  padding-bottom: 40px;
}
.content-section-content h2 {
  letter-spacing: 0px;
  color: #100E0B;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin: 0px;
  padding-bottom: 20px;
}
.content-section-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  margin: 0px;
  padding-bottom: 10px;
  max-width: 68%;
  margin: 0 auto;
}
.button-container-info {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left-first-button {
  flex: 0 45%;
  text-align: right;
}
.right-second-button {
  flex: 0 45%;
  text-align: left;
}
.left-first-button a {
  background-color: #E3BD8C;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  letter-spacing: 0.36px;
  color: #100E0B;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  transition: 0.3s;
}
.left-first-button a:hover {
  background-color: #F3E2CD;
  color: #100E0B;
}
.right-second-button a:hover {
  background-color: #CAE3E9;
  color:#100E0B;
}
.right-second-button a {
  background-color: #85BFCC;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  letter-spacing: 0.36px;
  color: #100E0B;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  transition: 0.3s;
}
.content-section-sub-heading {
  max-width: 600px;
  margin: 0 auto;
}
.activetcoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.au-banner-outter-wrapper {
  width: 100%;
  float: left;
}
.au-banner-outter-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height:350px;
  z-index: 99;
}
.au-banner-outter-wrapper>div {
  position: relative;
  z-index: 999;
}
.au-banner-heading {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}
.au-banner-heading h1 {
  font-size: 86px;
  line-height: 96px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-shadow: 4px 4px 4px #0000003B;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
  text-align:center;
}
.au-single-column-outter-wrapper {
  WIDTH: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.au-single-col-section-content p {
  letter-spacing: 0px;
  color: #100E0B;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 10px;
}
.au-single-col-section-content {
  max-width: 1075px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.au-single-col-section-button-wrapper a {
  border: 1px solid #C9A8DD;
  border-radius: 50px;
  letter-spacing: 0.36px;
  color: #100E0B;
  text-transform: uppercase;
  background-color: #C9A8DD;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: 700;
  transition: 0.4s;
  white-space: nowrap;
}
.au-single-col-section-button-wrapper {
  text-align:center;
}
.au-single-col-section-button-wrapper a:hover {
  background-color: #DEC6ED;
  color: #100E0B;
  border: 1px solid #DEC6ED;
}
.au-heading-cta-module-outter {
  width: 100%;
  float: left;
  position: relative;
  margin: 50px 0px;
}
.au-sec-heading-con h2 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 34px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  font-family: Georgia, times;
  margin: 0px;
  padding-bottom: 30px;
}
.au-heading-cta-module-outter:before {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Historyone.png);
  background-size: 425px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: -110px;
  bottom: 0px;
  left: 14px;
  right: 0px;
  width: 425px;
  height: 350px;
}
.au-heading-cta-module-outter:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Historytwo.png);
  background-size: 400px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: -100px;
  bottom: 0px;
  right: 12px;
  width: 400px;
  height: 325px;
}
.au-cta-button a {
  letter-spacing: 0.36px;
  color: #F9F9F9;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #C9A8DD;
  border-radius: 50px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  padding: 12px 30px;
  background-color: #100E0B;
  transition: 0.4s all;
}
.au-cta-button a:hover {
  background-color: #f9f9f9;
  color: #100e0b;
}
.au-cta-button {
  text-align:center;
}
.au-careers-outter-wrapper {
  width: 100%;
  float: left;
}
.careers-content-image-au-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
}
.careers-section-au-image {
  flex: 0 44%;
}
.careers-section-au-content {
  flex: 0 48%;
}
.careers-sectionau-heading h2 {
  letter-spacing: 0px;
  color: #3A3939;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 0px;
}
.careers-sectionau-subheading h3 {
  letter-spacing: 0px;
  color: #A8C156;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 75px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 40px;
}
.careers-sectionau-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
}
.career-section-button-wrapper-au a {
  background-color: #A8C156;
  border-radius: 50px;
  padding: 12px 30px;
  text-decoration: none;
  letter-spacing: .36px;
  color: #100e0b;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  transition: .3s;
  white-space: nowrap;
}
.career-section-button-wrapper-au {
  margin-top:30px;
}
.career-section-button-wrapper-au a:hover {
  background-color: #CBD999;
  color: #100E0B;
}
.careers-section-au-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.au-meet-the-team-outter-wrapper {
  width: 100%;
  float: left;
}
.meet-section-heading h2 {
  letter-spacing: 0px;
  color: #3A3939;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}
.meet-section-sub-heading h3 {
  letter-spacing: 0px;
  color: #A8C156;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 75px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 10px;
  text-align: center;
}
.meet-section-con-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  padding-bottom: 10px;
}
.my-team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 20px 60px;
  max-width: 1500px;
  margin: 0 auto;
}
.my-team-con-info {
  flex: 0 23%;
  padding-bottom: 20px;
}
.team-img-text-wrap {
  margin:0 auto;
  max-width:290px;
}
.my-team-block-heading h2 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  font-weight: 700;
  padding-bottom: 0px;
}
.my-team-block-sub-heading h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  font-weight: 300;
  padding-bottom: 10px;
}
.my-team-block-heading {
  padding-top: 10px;
}
.my-team-block-sub-heading h3 {
  padding-bottom: 10px;
}
.meet-section-con-content {
  padding-bottom: 30px;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 20px;
}
.meet-section-heading {
  padding-top: 50px;
}
.green-back-bottom-team {
  background-color: #a8c156;
  margin-left:-1px;
}
.my-team-bottom-content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 20px 40px 20px;
  box-sizing:border-box;
  background-color: #A8C156;    
  max-width:1400px;
  margin:0 auto;
}
.my-team-bottom-content-container-left {
  flex: 0 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.my-team-bottom-content-container-right {
  flex: 0 48%;
}
.my-tm-lft-cont-heading h3 {
  letter-spacing: 0px;
  color: #3a3939;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  margin: 0px;
  text-align: left;
}
.my-tm-lft-cont-sub-heading h3 {
  letter-spacing: 0px;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 75px;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 10px;
}
.my-tm-lft-cont-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  margin: 0px;
}
.my-tm-lft-cont-content  {
  padding-top:20px;
}
.my-tm-lft-cont-content h4 a {
  color: #f9f9f9;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  margin-top:30px;
}
.my-tm-rt-con-hd-content h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  margin: 0px;
  padding-bottom:10px;
}
.my-tm-rt-con-hd-content h3:before {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/White-arrow.svg) !important;
  background-repeat: no-repeat;
  content: '';
  width: 22px;
  height: 28px;
  display: inline-block;
  background-position: center;
  position: absolute;
  left: -32px;
  top: 0px;
}
.my-tm-rt-con-hd-content {
  position: relative;
}
.au-meet-the-team-inner-wrapper {
  border: 15px solid #A8C156;
}
.activetcoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.banner-outter-wrapper-retreat {
  width: 100%;
  float: left;
}
.banner-outter-wrapper-retreat {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  height:85vh;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 99;
}
.banner-section-heading-retreat h1 {
  font-size: 95px;
  line-height: 90px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-shadow: 4px 4px 4px #0000003B;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
  z-index: 9999;
}
.banner-sub-heading-cta-retreat h2 {
  letter-spacing: 0px;
  color: #f9f9f9;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 10px;
  z-index: 9999;
}
.banner-sub-heading-cta-retreat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner-section-sub-heading-retreat {
  flex: 0 60%;
}
.banner-cta-retreat {
  flex: 0 40%;
}
.banner-right-section-heading-retreat h2 {
  letter-spacing: 0px;
  color: #C9A8DD;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 300;
  line-height: 35px;
  margin: 0px;
  text-align: center;
  z-index: 9999;
}
.banner-right-section-heading-retreat {
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.banner-inner-wrapper-inner-retreat {
  position: absolute;
  bottom: 10%;
  right: 0px;
  left: 0px;
}
.banner-left-group-retreat {
  max-width: 1100px;
  margin: 0 auto;
}

.heading-cta-module-outter-retreat {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.information-container-retreat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:center;
}
.section-heading-head-retreat {
  flex: 0 62%;
}
.section-cta-head-cta-retreat {
  flex: 0 30%;
}
.section-heading-head-retreat h2 {
  letter-spacing: 0px;
  color: #f9f9f9;
  font-size: 34px;
  line-height: 40px;
  margin: 0px;
  font-weight: 700;
  font-family:Georgia, times;
}
.bg-image-heading-outter {
  width:100%;
  float:left;
  padding: 0px 50px 50px;
  box-sizing: border-box;
}
.bg-imgsection-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 550px;
  transition: 1s all;
}
.bg-img-heading-container-info:hover .bg-imgsection-image {
  transform: scale(1.2);
  transition: 1s all;
}
.bg-img-heading-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.bg-image-section-heading h2 {
  letter-spacing: 0px;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
}
.bg-image-section-heading {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 31%;
}
.bg-img-hover-heading h3 {
  letter-spacing: 0px;
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
}
.bg-img-hover-content {
  padding-top: 30px;
  padding-bottom:30px;
}
.bg-img-hover-content p {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
  padding-bottom: 10px;
}
.bg-img-hover-button a {
  border-radius: 50px;
  background-color: #100E0B;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.4s;
  letter-spacing: 0.36px;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.bg-img-hover-button {
  text-align:center;
  margin-top:20px;
}
.bg-img-heading-container-info {
  flex: 0 31%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.bg-image-section-heading {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}
.bg-img-heading-container-info:hover .bg-image-section-heading {
  z-index: -1;
}

.bg-img-heading-container-info:hover .bg-img-heading-cont-hover {
  opacity: 1;
}
.bg-img-heading-cont-hover {
  position: absolute;
  top: 0px;
  z-index: 999999;
  background: rgb(104,149,159,0.7);
  opacity: 0;
  height: 100%;
  padding: 0px 20px;
}
.banner-cta-mobile-outter-eat {
  display:none;
}
.activetcoverlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.banner-outter-wrapper-eat {
  width: 100%;
  float: left;
}
.banner-outter-wrapper-eat {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  height:85vh;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  z-index: 99;
}
.banner-cta-mobile-eat a {
  letter-spacing: 0.36px;
  color: #100E0B;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 16px;
  background-color: #C9A8DD;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.4s;
}
.banner-cta-mobile-eat a:hover {
  color: #C9A8DD;
  background-color: #100E0B;
}
.banner-section-heading-eat h1 {
  font-size: 95px;
  line-height: 90px;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-shadow: 4px 4px 4px #0000003B;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
  z-index: 9999;
}
.banner-sub-heading-cta-eat h2 {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 10px;
  z-index: 9999;
}
.banner-sub-heading-cta-eat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width:1150px;
  margin:0 auto;
  margin-left:0px;
}
.banner-section-sub-heading-eat {
  flex: 0 77%;
}
.banner-cta-eat-eat {
  flex: 0 23%;
}
.banner-left-group-eat {
  max-width: 1100px;
  margin: 0 auto;
}
.banner-right-section-heading-eat h2 {
  letter-spacing: 0px;
  color: #C9A8DD;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 300;
  line-height: 35px;
  margin: 0px;
  text-align: center;
}
.banner-right-section-heading-eat {
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
}
.banner-inner-wrapper-inner-eat {
  position: absolute;
  bottom: 10%;
  right: 0px;
  left: 0px;
}
.two-column-session-content-eat {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.two-column-button-module-outter-wrapper-eat {
  width:100%;
  float:left;
}
.two-col-container-info-eat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-col-session-image-eat {
  flex: 0 50%;
}
.two-column-session-content-eat {
  flex: 0 38%;
  margin: 0 auto;
  display: flex;
  padding: 50px 60px;
  flex-direction: column;
  justify-content: center;
}
.two-column-button-module-inner-wrapper-eat {
  border: 15px solid #85BFCC;
}
.two-col-container-info-eat:nth-child(odd) .two-col-session-image-eat {
  order: 2;
}
.two-col-container-info-eat:nth-child(odd) .two-col-session-content-eat {
  order: 1;
}
.two-session-heading-eat h2 {
  letter-spacing: 0px;
  color: #3A3939;
  text-align: left;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.two-col-session-image-eat {
  min-height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.left-section-image-eat {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.two-session-sub-heading-eat h3 {
  letter-spacing: 0px;
  color: #85BFCC;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 70px;
  line-height: 75px;
  padding-bottom: 40px;
}
.two-session-content-eat p {
  text-align: left;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}
.two-session-button-wrapper-eat a {
  letter-spacing: 0px;
  color: #85BFCC;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition:.4s all;
}
.two-session-button-wrapper-eat a:hover {
  color: #85BFCC;
}
.two-session-button-wrapper-eat {
  margin-top: 10px;
}
.two-column-button-module-outter-wrapper-yurt {
  width:100%;
  float:left;
}
.two-col-container-info-yurt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-col-session-image-yurt {
  flex: 0 50%;
}
.two-column-session-content-yurt {
  flex: 0 38%;
  margin: 0 auto;
  display: flex;
  padding: 50px 60px;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.two-column-button-module-inner-wrapper-yurt {
  border: 15px solid #A8C156;
  margin: -1px;
}
.two-col-container-info-yurt:nth-child(odd) .two-col-session-image-yurt {
  order: 2;
}
.two-col-container-info-yurt:nth-child(odd) .two-col-session-content-yurt {
  order: 1;
}
.two-session-heading-yurt h2 {
  letter-spacing: 0px;
  color: #3A3939;
  text-align: left;
  font-size: 30px;
  line-height: 55px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 700;
}
.two-col-session-image-yurt {
  min-height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.left-section-image-yurt {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.two-session-sub-heading-yurt h3 {
  letter-spacing: 0px;
  color: #A8C156;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 70px;
  line-height: 75px;
  padding-bottom: 40px;
}
.two-session-content-yurt p {
  text-align: left;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}
.two-session-button-wrapper-yurt a {
  letter-spacing: 0.36px;
  color: #100E0B;
  border-radius: 50px;
  text-transform: uppercase;
  background-color:#C9A8DD;
  font-weight: 600;
  padding: 10px 20px;
  margin: 0px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition:.4s all;
}
.two-session-button-wrapper-yurt a:hover {
  color: #100e0b;
  background-color: #dec6ed;
}
.two-session-button-wrapper-yurt-two a {
  letter-spacing: 0.36px;
  color: #100E0B;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
  padding: 10px 20px;
  border: 1px solid #1F5441;
  border-radius: 50px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition:.4s all;
}
.two-session-button-wrapper-yurt-two a:hover {
  color: #F9F9F9;
  background-color: #1F5441;
}
.button-wrapper-container {
  margin-top: 40px;
}
.button-wrapper-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.two-session-button-wrapper-yurt {
  flex: 0 50%;
}
.two-session-button-wrapper-yurt-two {
  flex: 0 50%;
}
.two-yurt-bottom-container {
  background-color: #A8C156;
  margin-bottom:-1px;
  padding: 20px 30px;
}
.two-yurt-bottom-container-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0px 12px 0px;
  box-sizing:border-box;
}
.bottom-button-wrapper-content {
  flex: 0 62%;
}
.bottom-button-wrapper-yurt-left-content {
  flex: 0 35%;
  background-color: #E3E3E3;
}
.bottom-button-wrapper-content p {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding: 20px 0px;
  max-width: 93%;
  font-weight: bold;
}
.bottom-button-wrapper-yurt-left-content h2 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 34px;
  line-height: 45px;
  margin: 0px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  font-family: Georgia,times;
}
.image-below-content-outter {
  width:100%;
  float:left;
}
.image-content-container-col-info {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
.image-content-container-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto; 
}
.image-content-container-col-info {
  flex: 0 32%;
}
.image-below-col-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px 20px;
}
.image-below-col-content-left {
  flex: 0 50%;
}
.image-below-col-content-right {
  flex: 0 45%;
}
.img-bel-col-sec-heading h2 {
  letter-spacing: 0px;
  color: #3a3939;
  text-align: left;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 600;
}
.img-bel-col-sec-sub-heading h3 {
  letter-spacing: 0px;
  color: #85bfcc;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 70px;
  line-height: 75px;
  padding-bottom: 10px;
}
.img-bel-col-sec-content p {
  text-align: left;
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 700;
}
.img-bel-col-sec-content-right p {
  text-align: left;
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}

.img-bel-col-sec-button-wrapper a {
  letter-spacing: .36px;
  color: #100e0b;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #c9a8dd;
  font-weight: 600;
  padding: 10px 20px;
  margin: 0px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition: .4s all;
}
.img-bel-col-sec-button-wrapper {
  padding-top:30px;
}
.img-bel-col-sec-button-wrapper a:hover {
  color: #100e0b;
  background-color: #dec6ed;
}
.food-menu-filter-outter {
  width: 100%;
  float: left;
}
.food-menue-section-heading h2 {
  letter-spacing: 0px;
  color: #3a3939;
  line-height: 40px;
  font-size: 30px;
  margin: 0px;
  font-weight: 700;
}
.food-menue-section-sub-heading h3 {
  letter-spacing: 0px;
  color: #85BFCC;
  font-weight: 300;
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 70px;
  line-height: 75px;
  padding-bottom: 10px;
}
.menu-type-ins h3 {
  letter-spacing: 0.2px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  transition:0.4s all;
  cursor: pointer;
}
.types-menue-info:last-child {
  border-bottom: 1px solid #000;
}
.food-menue-left-container {
  flex: 0 30%;
}
.food-menue-right-container {
  flex: 0 65%;
}
.section-image-bg-food-menue {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}
.food-menu-filter-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.food-diff-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.food-diff-container-left {
  flex: 0 48%;
}
.food-diff-container-right {
  flex: 0 40%;
}
.food-diff-cont-sec-heading h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 14px;
}
.food-diff-cont-sec-content p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin: 0px;
}
.food-diff-cont-sec-content  {
  max-width: 90%;
  padding: 10px 0px 50px;
}
.food-diff-cont-sec-button-wrapper a {
  letter-spacing: .36px;
  color: #100e0b;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #c9a8dd;
  font-weight: 600;
  padding: 10px 20px;
  margin: 0px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition: .4s all;
  cursor: pointer;
  white-space: nowrap;
}
.food-diff-cont-sec-button-wrapper a:hover {
  color: #100e0b;
  background-color: #dec6ed;
}
.food-diff-cont-sec-right-heading h3 {
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 0px;
  padding-bottom: 30px;
}
.food-price-heading h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 700;
}
.food-price-heading-below-content h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}
.food-diff-container {
  padding: 60px 60px 0px;
  margin: 0 auto;
}
.food-menu-align {
  max-width:1800px;
  margin: 0 auto;
}
.food-menu-filter-border {
  border: 15px solid #e3bd8c;
  padding: 60px 80px;
}
.menu-type-ins {
  border-top: 1px solid #000;
}
.types-menue-container {
  padding-top: 40px;
}
.food-diff-container-left {
  flex: 0 48%;
  border-right: 2px dashed #E3BD8C;
  padding-right: 30px;
}
.types-menue-info.active-menu {
  background-color: #E3BD8C;
}
.food-diff-cont-sec-right-container-info {
  padding-bottom: 20px;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown option {
  letter-spacing: .2px;
  color: #100e0b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  transition: .4s all;
  cursor: pointer;
  background-color: #EFEFEF;
}
.dropdown select {
  letter-spacing: .2px;
  color: #100e0b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  transition: .4s all;
  cursor: pointer;
  background-color: #E3BD8C;
  font-family: 'Open Sans',sans-serif;
  min-width: 350px;
  padding: 10px 20px;
  /*-webkit-appearance: none;*/
}

.types-menue-container.mobile-filter {
  display: none;
}
.types-menue-container {
  display: block;
}
.latest-news-wrapper .section-cta-head:hover,
.case-study-outer-wrp-1 .section-cta-head:hover{
  background-color: #fff;
  color:#100e0b;
}
.resource-filter-outer-wrp {
  min-height: 490px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.filter-heading h1 {
  text-align: center;
  margin: 0px;
  letter-spacing: 0px;
  color: #005441;
  text-transform: uppercase;
  opacity: 1;
  font-size: 86px;
  line-height: 96px;
  font-weight: 300;
}
.video-rpt-inner.button:after {
  display: none;
}
.video-rpt-inner:hover {
  opacity: 0.7;
  transition: .4s all;
}
.filter-wrp {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -200px;
  padding: 50px;
}
.filter-inner-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0px;
}
.filter-1, .filter-2, .filter-3 {
  margin: 0px 60px;
  cursor: pointer;
}
.filter-1 h3, .filter-2 h3, .filter-3 h3 {
  margin: 0px;
  letter-spacing: 0px;
  color: #100E0B;
  opacity: 1;
  font-size: 17px;
  position: relative;
}
.filter-1 h3:after {
  min-height: 10px;
  content: "";
  display: block;
  bottom: -25px;
  transition: .4s all;
  position: absolute;
  left: -8px;
  right: 10px;
  background: #a8c156;
  width: 130px;
}
.filter-1 h3:hover:after,
.filter-2 h3:hover:after,
.filter-3 h3:hover:after {
  min-height: 20px;
}
.filter-2 h3:after {
  min-height: 10px;
  content: "";
  display: block;
  bottom: -25px;
  transition: .4s all;
  position: absolute;
  left: -8px;
  right: 10px;
  background: #005441;
  width: 130px;
}
.filter-3 h3:after {
  min-height: 10px;
  content: "";
  display: block;
  bottom: -25px;
  transition: .4s all;
  position: absolute;
  left: -8px;
  right: 10px;
  background: #85bfcc;
  width: 130px;
}
.filter-cont p {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0px;
  color: #100E0B;
  opacity: 1;
  padding-bottom: 8px;
  font-size: 20px;
}
.filter-cont {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.latest-news {
  border: 15px solid #a8c156;
  padding: 50px 100px;
  margin:30px 0px;
}
.latest-news .feedreader_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
}
.latest-news .thank-u-page-rss {
  flex: 0 32%;
  margin-bottom: 20px;
}
.video-lib-outer-wrp .signup-form-col input.hs-button.primary.large:hover {
  color: #3a3939;
  background-color: #fff;
}
.latest-news .featured-image {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.image-wrp {
  overflow: hidden;
}
.latest-news .thank-u-page-rss:hover .featured-image {
  transform: scale(1.2);
  transition: 0.3s all;
}
.video-lib-outer-wrp {
  width: 100%;
  float: left;
}
.latest-blog-heading h2 {
  margin: 0px;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  color: #a8c156;
  padding-bottom: 70px;
}
a.readall {
  color: transparent;
}
.latest-news .thank-u-page-rss:hover a.name {
  text-decoration: underline;
}
.latest-news .post-name a.name {
  padding-top: 10px;
  display: inline-block;
  text-decoration: none;
  color: #3a3939;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}
.latest-news a.topic-link {
  text-align: center;
  text-decoration: none;
  padding: 5px 30px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
  color: #f9f9f9;
  text-transform: uppercase;
  margin-top: 20px;
}
.readmore {
  text-align: center;
  padding-top: 30px;
}
.readmore a.read-more {
  text-align: center;
  border-radius: 50rem;
  font-size: 23px;
  line-height: 25px;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: bold;
  color: #100e0b;
  display: inline-block;
  transition: .4s all;
  text-transform: uppercase;
}
.latest-news-wrapper {
  width: 100%;
  float: left;
}
.video-library-wrapper {
  border: 15px solid #1F5441;
  padding: 50px;
  margin: 30px 0px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.vid-lib-header h2 {
  margin: 0px;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  color: #1F5441;
  padding-bottom: 70px;
}
.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.video-rpt {
  flex: 0 32.5%;
  padding-bottom: 40px;
  position:relative;
  transition: 0.3s;
}
.video-rpt h2 {
  margin: 0px;
  font-size: 18px;
  color: #005441;
  font-weight: bold;
  padding-top: 10px;
}

.thank-u-page-rss:hover .post-name {
  background-color: #85bfcc00 !important;
}
.video-container a {
  width: 100%;
  text-align: center;
  border-radius: 50rem;
  font-size: 23px;
  line-height: 25px;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: bold;
  color: #100e0b;
  display: inline-block;
  transition: .4s all;
  text-transform: uppercase;
  margin-top: 30px;
}
.video-lib-outer-wrp .signup-outer-col {
  padding: 0px;
}
.video-lib-outer-wrp .signup-inner-col {
  background-color: #E3BD8C;
}
.video-lib-outer-wrp .signup-outer-col {
  background: #e3bd8c;
}
.video-lib-outer-wrp .signup-header-col h2 {
  color: #3A3939;
}
.video-lib-outer-wrp .signup-form-col input.hs-button.primary.large {
  background-color: #3A3939;
  color: #fff;
}
.video-lib-outer-wrp .signup-form-col form .hs-email ul.no-list.hs-error-msgs.inputs-list li label.hs-error-msg {
  position: absolute;
  top: 50px;
  left: 0;
  color: #3a3939;
}
.form-sign-up-align {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-lib-outer-wrp .signup-form-col form .hs-email .input input {
  font-family: 'Open Sans';
}
.case-study-outer-wrp {
  border: 15px solid #85BFCC;
  padding: 50px 100px;
  margin: 30px 0px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.case-study-outer-wrp .feedreader_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.case-study-outer-wrp .thank-u-page-rss {
  flex: 0 48%;
  position: relative;
  margin-bottom: 20px;
  overflow-y: hidden;
}
.cse-study-heading h2 {
  margin: 0px;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  color: #85BFCC;
  padding-bottom: 30px;
}
.case-study-outer-wrp .featured-image {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.case-study-outer-wrp .post-name a.name {
  width: 100%;
  text-align: center;
  font-size: 45px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.case-study-outer-wrp .post-name {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #85BFCC;
  text-align: center;
  min-height: 80px;
  align-items: center;
  display: flex;
  z-index:9;
}
.cont-wrp {
  position: absolute;
  top: 45%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(300px);
  transition: 0.3s;
}
.post-cont p {
  color: #fff;
  width: 75%;
  margin: 0 auto;
}
.read-more-link a.read-more {
  background: #100e0b;
  border: 0px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  padding: 11px 40px 12px 40px;
  font-size: 16px;
  cursor: pointer;
  line-height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Open Sans';
  transition: all .3s ease;
  display: inline-block;
  border-radius: 50rem;
  text-decoration: none;
  margin-top: 10px;
  text-transform: uppercase;
}
.case-study-outer-wrp .thank-u-page-rss:hover:after {
  transform: translateY(0px);
  transition: 0.3s;
}
.case-study-outer-wrp .thank-u-page-rss:after {
  height: 95%;
  position: absolute;
  background-color: #85BFCC;
  content: '';
  top: 22px;
  width: 100%;
  opacity: 0.8;
  transform: translateY(400px);
  transition: 0.3s;
}
.thank-u-page-rss:hover .cont-wrp {
  transform: translateY(0px);
  transition: 0.3s;
  z-index: 9;
}
.virtual-map-outer-wrp {
  width: 100%;
  float: left;
  padding: 50px 20px;
}
.map-heading h2 {
  margin: 0px;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  color: #005441;
  padding-bottom: 10px;
}
.map-heading {
  padding-bottom: 40px;
}
.map-heading p {
  margin: 0px;
  text-align: center;
  letter-spacing: 0px;
  color: #100E0B;
  opacity: 1;
  font-size: 20px;
  font-weight: 600;
}
.video-rpt-inner video {
  opacity: 0;
}
.readmore a.read-more:hover {
  text-decoration: underline;
}
.video-rpt-inner {
  background-size: contain;
  background-repeat: no-repeat;
  position:relative;
  cursor: pointer;
}
.video-rpt:hover :before {
  content: '';
  width: 100%;
  height: 15px;
  background-color: #1f5441;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.post-cont {
  padding-bottom: 20px;
}
.latest-news-wrapper .section-cta-head {
  opacity: 100%;
  background: #100E0B;
}
.inner-blog-post-banner {
  text-align: center;
}
.inner-blog-post-banner h3 {
  text-transform: uppercase;
  padding: 5px;
  background-color: #85BFCC;
  letter-spacing: 0px;
  color: #F9F9F9;
  opacity: 1;
  width: 130px;
  margin: 0 auto;
  font-size: 15px;
}
.inner-blog-post-banner p {
  margin: 0px;
  font-size: 45px;
  padding: 20px 0px;
  letter-spacing: 0px;
  color: #F9F9F9;
  opacity: 1;
}
.case-study-outer-wrp-1 .section-cta-head {
  opacity: 100%;
  background-color: #100E0B;
}
.case-study-outer-wrp-1 .signup-form-col input.hs-button.primary.large:hover {
  color: #100e0b;
  background-color: #fff;
}
.case-study-outer-wrp a.read-more:hover {
  background-color: #fff;
  color: #000;
}
.two-col-container-info-comunity {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-column-session-content-comunity {
  flex: 0 30%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0px;
}
.two-column-button-module-inner-wrapper-comunity {
  border: 15px solid #85BFCC;
}
.two-col-container-info-comunity:nth-child(even) .two-col-session-image-comunity {
  order: 2;
}
.two-col-container-info-comunity:nth-child(even) .two-col-session-content-comunity {
  order: 1;
}
.two-session-heading-comunity h2 {
  letter-spacing: 0px;
  color: #68959F;
  text-align: left;
  font-size: 42px;
  font-weight: 300;
  line-height: 52px;
  text-transform: uppercase;
  margin-top:0px;
}
.two-col-session-image-comunity {
  min-height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  flex: 0 50%;
}
.left-section-image-comunity {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.section-heading-com h1 {
  letter-spacing: 0px;
  color: #005441;
  text-transform: uppercase;
  font-size: 86px;
  line-height: 90px;
  font-weight: 300;
  text-align: center;
  margin: 0px;
  padding-bottom: 60px;
}
.two-session-content-comunity p {
  text-align: left;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}
.two-session-content-comunity p:first-child {
  margin-bottom:20px;
}
.two-session-button-wrapper-comunity {
  margin-top: 10px;
}
.bg-image-content-module-session-image {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.bg-image-content-section-heading h2 {
  letter-spacing: 0px;
  color: #A8C156;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 75px;
  font-weight: 300;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}
.bg-image-section-sub-heading h3 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0px;
  padding: 10px 20px;
}
.bg-image-section-sub-heading {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.bg-image-content-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 20px;
}
.bg-image-content-container-left {
  flex: 0 45%;
}
.bg-image-content-container-right {
  flex: 0 45%;
}
.bg-image-content-container-left p {
  text-align: left;
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 20px;
  font-weight: 300;
}
.bg-image-content-container-right p {
  text-align: left;
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 20px;
  font-weight: 300;
}
.bg-img-button-wrapper a {
  letter-spacing: .36px;
  color: #100e0b;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #c9a8dd;
  font-weight: 600;
  padding: 10px 30px;
  margin: 0px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition: .4s all;
}
.bg-img-button-wrapper a:hover {
  color: #100e0b;
  background-color: #dec6ed;
}
.bg-img-button-wrapper {
  margin-top: 50px;
}
.bg-image-content-module-inner-wrapper {
  border: 15px solid #A8C156;
}

.bottom-button-wrapper-col-left-content {
  flex: 0 35%;
  background-color: #e3e3e3;
}
.bottom-button-wrapper-col-left-content h2 {
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 34px;
  line-height: 45px;
  margin: 0px;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  font-family: Georgia,times;
}
.two-col-bottom-container {
  background-color: #a8c156;
  margin: -1px;
}
.two-col-bottom-container-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
}
.bottom-col-wrapper-button {
  flex: 0 20%;
}
.bottom-button-wrapper-col-left-content {
  flex: 0 35%;
}
.bottom-col-wrapper-content {
  flex: 0 40%;
}
.bottom-col-wrapper-content p {
  letter-spacing: 0px;
  color: #f9f9f9;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding: 20px 0px;
  font-weight: bold;
}
.bottom-col-wrapper-button a {
  letter-spacing: 0.36px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  line-height: 25px !important;
  padding: 10px 30px !important;
  background-color: #100E0B !important;
  text-decoration: none !important;
  border-radius: 30px !important;
  transition: 0.4s !important;
  opacity: 1 !important;
  border: 0px solid #100E0B !important;
}
.image-content-accordion-image-section {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.image-content-acc-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.image-content-accordion-image-section {
  flex: 0 54%;
}
.image-content-accordion-content-section {
  flex: 0 39%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-content-accordion-block-heading h2 {
  letter-spacing: 0px;
  color: #68959F;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 75px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 30px;
}
.image-content-accordion-block-content p {
  text-align: left;
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
  padding-bottom: 20px;
}
.image-content-accordion-block-content a, 
.faq-answers-com-content p a, 
.cg-accordion-sub-heading p a,
.cg-faq-answers-com-content p a,
.pp-text p a {
  text-align: left;
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.cg-faq-answers-com-content .cta_button.banner-cta-eat {
  text-decoration: none;
  text-align: center;
}
.faq-question-com h3 {
  letter-spacing: 0.2px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  padding: 20px 20px 0px;
  position: relative;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  cursor: pointer;
}
.faq-answers-com-content h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0px;
  color: #100E0B;
  line-height: 25px;
  text-transform: none;
  margin: 0px;
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 0px;
}
.faq-content-container-com {
  background-color: #fff;
  margin-bottom: 20px; 
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin: 0 auto;
}
.img-con-acc-align {
  max-width:1440px;
  margin: 0 auto;
}
.faq-answers-com {
  display: none;
  padding-bottom:20px;
  box-sizing: border-box;
}
.faq-question-com.active h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Dashh.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-size: 12px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 30px;
}
.faq-question-com h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Plus.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: 18px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 24px;
}
.faq-question-com {
  border-top: 1px solid #000;
}
.faq-content-container-com:last-child, .cg-faq-content-container-com:last-child  {
  border-bottom: 1px solid #000;
}
.accordion-heading h2 {
  letter-spacing: 0px;
  color: #005441;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 75px;
  font-weight: 300;
  text-align: center;
  padding: 20px;
}
.faq-content-container-comunity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-right: 40px;
}
.faq-answers-com-content {
  flex: 0 70%;
}
.faq-answers-com-image {
  flex: 0 30%;
  text-align: center;
  padding-top:20px;
}
.image-content-accordion-inner-wrapper {
  border: 15px solid #E3BD8C;
  padding: 60px 60px 100px;
  border: 15px solid #E3BD8C;
}
.cg-faq-information-com {
  padding: 0px 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.cg-accordion-image-section {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.cg-faq-question-com h3 {
  letter-spacing: 0.2px;
  color: #100E0B;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  padding: 20px 20px 0px;
  position: relative;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  cursor: pointer;
}
.cg-faq-answers-com-content h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0px;
  color: #100E0B;
  line-height: 25px;
  text-transform: none;
  margin: 0px;
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 0px;
}
.cg-faq-content-container-com {
  background-color: #fff;
  margin-bottom: 20px; 
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px 20px;
  max-width: 1440px;
  margin: 0 auto 0px auto;
}
.cg-faq-answers-com {
  display: none;
  padding-bottom:20px;
  box-sizing: border-box;
}
.cg-faq-question-com.active h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Dashh.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 10px;
  display: inline-block;
  background-position: center;
  background-size: 12px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 30px;
}
.cg-faq-question-com h3:after {
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Plus.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: center;
  background-size: 18px;
  margin-right: 6px;
  position:absolute;
  right: -9px;
  top: 24px;
}
.cg-faq-question-com {
  border-top: 1px solid #000;
}
.cg-accordion-heading h2 {
  letter-spacing: 0px;
  color: #C9A8DD;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.cg-faq-content-container-comunity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 40px;
}
.cg-faq-answers-com-content {
  flex: 0 70%;
}
.cg-faq-answers-com-image {
  flex: 0 30%;
  text-align: center;
  padding-top: 20px;
}
.cg-accordion-inner-wrapper {
  border: 15px solid #D2C0E8;
  padding: 60px 60px 100px;
}
.cg-accordion-sub-heading p {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  font-weight: 700;
  padding: 0px 20px 60px 20px;
  text-align: center;
}
.cg-accordion-sub-heading {
  max-width:950px;
  margin:0 auto;
}
.bg-imgsection-image-com {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 550px;
  transition: 1s all;
}
.bg-img-heading-container-info-com:hover .bg-imgsection-image-com {
  transform: scale(1.2);
  transition: 1s all;
}
.bg-img-heading-container-com {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
}
.bg-image-section-heading-com h2 {
  letter-spacing: 0px;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
}
.bg-image-section-heading-com {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 31%;
}
.bg-img-hover-heading-com h3 {
  letter-spacing: 0px;
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
}
.bg-img-hover-content-com {
  padding: 30px 40px 20px;
}
.bg-img-hover-content-com p {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
  padding-bottom: 10px;
}
.bg-img-hover-button-com a {
  border-radius: 50px;
  background-color: #100E0B;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.4s;
  letter-spacing: 0.36px;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.bg-img-hover-button-com {
  text-align:center;
  margin-top:20px;
}
.accordion-right-content-info-com {
  padding: 0 40px;
}
.bg-img-heading-container-info-com {
  flex: 0 49%;
  position: relative;
  overflow: hidden;
}

.bg-image-section-heading-com {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}
.bg-img-heading-container-info-com:hover .bg-image-section-heading-com {
  z-index: -1;
}
.bg-img-heading-container-info-com:hover .bg-img-heading-cont-hover-com {
  opacity: 1;
}
.bg-img-heading-cont-hover-com {
  position: absolute;
  top: 0px;
  z-index: 999999;
  background: rgb(104,149,159,0.7);
  opacity: 0;
  height: 100%;
  padding: 0px 20px;
}
.mus-art-section-heading h2 {
  letter-spacing: 0px;
  color: #85BFCC;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 75px;
  font-weight: 300;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}
.mus-art-section-sub-heading h3 {
  letter-spacing: 0px;
  color: #100e0b;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  font-weight: 700;
  text-align: center;
}
.mus-art-section-sub-heading {
  padding-bottom: 30px;
}
.bg-image-heading-inner-com {
  border: 15px solid #85BFCC;
  padding: 60px 0px 40px;
}
.music-art-section-heading-container {
  padding: 0px 20px;
}
.two-col-container-info-com {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-column-session-content-com {
  box-sizing: border-box;
  margin: 0 auto;
  flex: 0 38%;
  margin: 0 auto;
  display: flex;
  padding: 50px 60px;
  flex-direction: column;
  justify-content: center;
}
.two-column-button-module-inner-wrapper-com {
  border: 15px solid #A8C156;
}
.two-col-container-info-com:nth-child(odd) .two-col-session-image-com {
  order: 2;
}
.two-col-container-info-com:nth-child(odd) .two-col-session-content-com {
  order: 1;
}
.two-session-heading-com h2 {
  letter-spacing: 0px;
  color: #3A3939;
  text-align: left;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 0px;
  font-weight: 600;
}
.two-col-session-image-com {
  min-height: 560px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 0 50%;
}
.left-section-image-com {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}
.two-session-sub-heading-com h2 {
  letter-spacing: 0px;
  color: #A8C156;
  font-weight: 300;
  margin: 0px 0px 30px;
  text-transform: uppercase;
  text-align: left;
  font-size: 70px;
  line-height: 75px;
}
.two-session-content-com p {
  text-align: left;
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 17px;
  line-height: 25px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 300;
}
.two-session-content-com p:last-child {
  padding-top:20px;
  padding-bottom:20px;
}
.two-session-content-com p a {
  color: #A8C156;
  font-weight: 700;
}
.two-session-button-wrapper-com a {
  letter-spacing: 0.36px;
  color: #100E0B;
  border-radius: 50px;
  text-transform: uppercase;
  background-color:#C9A8DD;
  font-weight: 600;
  padding: 10px 30px;
  margin: 0px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition:.4s all;
  white-space: nowrap;
}
.two-session-button-wrapper-com a:hover {
  color: #100E0B;
  background-color:#DEC6ED;
}
.button-wrapper-container-com {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.two-session-button-wrapper-com {
  flex: 0 50%;
}
.two-session-button-wrapper-com-two {
  flex: 0 50%;
}
.two-com-bottom-container-com {
  background-color: #A8C156;
  margin: -1px;
  padding: 20px 30px;
}
.two-com-bottom-container-info-com {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0px 12px 0px;
  box-sizing:border-box;
}
.bottom-button-wrapper-content-com {
  flex: 0 62%;
}
.bottom-button-wrapper-com-left-content-com {
  flex: 0 35%;
  background-color: #E3E3E3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-button-wrapper-content-com p {
  letter-spacing: 0px;
  color: #F9F9F9;
  font-size: 17px;
  line-height: 27px;
  margin: 0px;
  padding: 20px 0px;
  max-width: 93%;
  font-weight: bold;
}
.bottom-button-wrapper-com-left-content-com h2 {
  letter-spacing: 0px;
  color: #100E0B;
  font-size: 34px;
  line-height: 45px;
  margin: 0px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  font-family: Georgia,times;
}
.bg-image-content-module-section-content-container {
  padding: 60px 60px 30px;
}
.pp-outer-wrap {
  background: #f4f4f4;
  padding-bottom:100px;
}
.pp-outer-wrap .pp-text {
  padding-bottom:30px;
}
.pp-outer-wrap .pp-text ul {
  padding-left:20px;
}
.pp-outer-wrap .pp-text ul li {
  padding-bottom: 10px;
}
.privacy-policy-text .filter-cont p, .privacy-policy-text .filter-cont ul li {
  text-align: left;
  max-width:100%;
  line-height:30px;
  font-size: 17px;
  line-height: 25px;
}
.privacy-policy-text .filter-cont h2 {
  color: #A8C156;
}
.privacy-policy .body-container-wrapper {
  margin: 0px;
}
.privacy-policy .footer-outter-wrapper {
  margin-top:0px;
}
.voucher-banner-outer .au-banner-heading {
  padding-top: 10%;
}
.au-banner-outter-wrapper.voucher-banner-outer {
  float: none;
}
.au-banner-outter-wrapper.voucher-banner-outer .au-banner-heading h1 {
  font-size: 86px;
  line-height: 96px;
  letter-spacing: 0px;
  color: #f9f9f9;
  text-shadow: 4px 4px 4px #0000003B;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  padding-bottom: 20px;
  text-align: center;
}
.voucher-inner .cols-wrap {
  padding-top: 30px;
}
.hs-content-id-36562100351 .cta-module-outter {
  margin-bottom: 40px;
}
.page-title {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
.history-heading h1 {
  text-align: center;
  font-size: 65px;
  line-height: 75px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #F9F9F9;
  text-transform: uppercase;
  opacity: 1;
  margin: 0px;
}
.history-banner-outer-wrp {
  padding: 130px 0px 70px;
  position: relative;
}
.history-banner-outer-wrp:after {
  width: 80px;
  height: 80px;
  background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/greenarrow.png);
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -50px;
  left: 47%;
  background-size: cover;
}
.history-top-content h2 {
  margin: 0px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #100E0B;
  opacity: 1;
}
.history-top-content p {
  margin: 0px;
  padding-bottom: 20px;
  letter-spacing: 0px;
  color: #100E0B;
  opacity: 1;
  font-size: 17px;
  line-height: 25px;
}
.history-top-content {
  padding: 90px 20px 30px;
  max-width: 800px;
  margin: 0 auto;
}
.history-cont-outer-wrp {
  max-width: 800px;
  margin: 0 auto;
}

.history-content-outer-wrp {
  position: relative;
  padding: 50px 0px;
}
.history-cont-header h2 {
  font-size: 40px;
  line-height: 75px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
  position:relative;
}
.history-cont-header h3 {
  margin: 0px;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #3A3939;
  opacity: 1;
  padding-bottom: 25px;
  position: relative;
}
.history-cont-header p {
  margin: 0px;
  padding-bottom: 20px;
  letter-spacing: 0px;
  color: #100e0b;
  opacity: 1;
  font-size: 17px;
  line-height: 25px;
}
.history-content-outer-wrp:before {
  width: 2px;
  height: 100%;
  background-color: #ACAAA9;
  position: absolute;
  content: '';
  left: -20%;
  top:0;
}
.history-cont-header h3:before {
  width: 16px;
  height: 16px;
  background-color: #acaaa9;
  content: '';
  position: absolute;
  left: -20.9%;
  top: 26px;
  border-radius: 50%;
}
.content-details-wrp {
  position: relative;
}
.history-block-header-inner-wrp:before {
  width: 2px;
  height: 100%;
  background-color: #acaaa9;
  position: absolute;
  content: '';
  left: -16.6%;
  top: 0px;
}
.history-block-header-inner-wrp {
  padding: 90px 20px 60px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.history-block-header-inner-wrp h3 {
  margin: 0px;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #3a3939;
  opacity: 1;
  padding-bottom: 25px;
  position: relative;
}
.history-block-2-cont p {
  margin: 0px;
  padding-bottom: 20px;
  letter-spacing: 0px;
  color: #100e0b;
  opacity: 1;
  font-size: 17px;
  line-height: 25px;
}
.history-block-header-inner-wrp h3:before {
  width: 16px;
  height: 16px;
  background-color: #acaaa9;
  content: '';
  position: absolute;
  left: -20.9%;
  top: 26px;
  border-radius: 50%;
}
.history-block-2-cont {
  position: relative;
}
.history-block-Content-inner:nth-child(1) .history-block-2-cont:before{
  height: 175px !important;
}
.history-block-Content-inner:nth-child(2) .history-block-2-cont:before{
  width: 200px !important;
}
.history-block-Content-inner {
  padding-bottom: 80px;
}
.history-outer-col:first-child .history-content-outer-wrp:before {
  top: 80px;
}
.sticky-year-wrp {
  display: none;
}
.sticky-year-wrp.middle-nav {
  position: fixed;
  top: 20%;
  right: 7%;
  width: 200px;
  display: block;
}
.sec-1-year h4 {
  margin: 0px;
  background-color: #100E0B;
  color: #fff;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  cursor:pointer;
}

.section-years ul li a:hover {
  background-color: #c9a8dd;
}
.sec-2-year {
  padding-bottom: 10px;
}
.sec-1-year {
  padding-bottom: 10px;
}
.sec-2-year h4 {
  margin: 0px;
  background-color: #100E0B;
  color: #fff;
  cursor:pointer;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.section-years ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.section-years ul li a {
  text-decoration: none;
  background-color: #100E0B;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50px;
  display: inline-block;
  width: 100%;
  margin: 4px 0px;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.36px;
  color: #F9F9F9;
  text-transform: uppercase;
  opacity: 1;
  transition:0.3s all;
}
.section-years ul li a.active {
  background-color: #C9A8DD;
}
.history-outer-col:nth-child(4) .history-block-Content-inner:nth-child(5) .history-block-2-cont:before {
  height: 200px !important;
  width: 200px !important;
}
.history-outer-col:nth-child(4) .history-block-Content-inner:nth-child(3) .history-block-2-cont:before{
  height: 200px !important;
  width: 200px !important;
}
.history-outer-col:last-child .history-content-outer-wrp:after {
  width:16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  content: '';
  background-color: #acaaa9;
  left: -20.8%;
  border-radius: 50%;
}
.history-block-Content-inner:before {
  left: calc(50% - 60px);
  height: 3px;
  background-color: #005441;
  width: 120px;
  top: -50px;
  content: '';
  position: absolute;
}
.history-block-Content-inner{
  position:relative; 
}
.history-block-Content-inner:first-child:before {
  display: none;
}
.bloc-1-rpt-wrp-col1:last-child {
  padding-bottom: 0px;
}
.bloc-1-rpt-wrp-col1 {
  padding-bottom: 80px;
  position:relative;
}
.bloc-1-rpt-wrp-col1:first-child:before {
  display: none;
}
.bloc-1-rpt-wrp-col1:before {
  left: calc(50% - 60px);
  height: 3px;
  background-color: #005441;
  width: 120px;
  top: -50px;
  content: '';
  position: absolute;
}
.mobile-block-1-img {
  display: none;
}
.mobile-block-2-img,.mobile-hamberger {
  display: none;
}

/* body.safari .header-inner-col>.row-fluid-wrapper.row-depth-1.row-number-4>.row-fluid {
display: flex !important;
align-items: flex-start;
flex-wrap: initial !important;
} */
/* body.safari .hamburger-menu .hs-menu-wrapper>ul {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
max-width: 86%;
margin: 0 auto !important;
align-items: flex-start;
}
body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
flex: 0 22% !important;
}
body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
margin-left: 0px;
margin-top: -10%;
} */
/*
body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
margin-top: -10%;
padding-bottom: 20px;
}
body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
margin-right: 0px;
padding-bottom: 20px;
padding-top: 20px;
}
body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
margin-left: 0px;
margin-top: -24%;
}
body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(8) {
margin-top: -11%;
border: 0px;
}
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(9) {
margin-right: 0px;
border: 0px;
}
body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(10) {
margin-top: -6%;
margin-left: 4%;
border: 0px;
} */
.error-page-2020 .error-wrapper {
  padding: 100px 20px;
}
.error-page-2020 .error-wrapper form {
  display:flex;
}
.subs-pref .error-wrapper form {
  display:block;
}
.error-page-2020 .error-wrapper form label {
  display:none;
}
.error-page-2020 .error-wrapper form label.hs-error-msg {
  display: inline-block;
}
.error-page-2020 .error-wrapper form ul.hs-error-msgs {
  list-style-type: none;
  padding-left: 0px;
  font-size:12px;
}
.error-page-2020 .error-wrapper form ul.hs-error-msgs li {
  font-size:12px;
}
.error-page-2020 .error-wrapper form input.hs-search-field__input {
  max-width: 80%;
  margin-right:20px;
}
.error-page-2020 .error-wrapper form textarea, 
.error-page-2020 .error-wrapper form input[type="text"], 
.error-page-2020 .error-wrapper form input[type="password"],
.error-page-2020 .error-wrapper form input[type="datetime"],
.error-page-2020 .error-wrapper form input[type="datetime-local"],
.error-page-2020 .error-wrapper form input[type="date"], 
.error-page-2020 .error-wrapper form input[type="month"],
.error-page-2020 .error-wrapper form input[type="time"],
.error-page-2020 .error-wrapper form input[type="week"],
.error-page-2020 .error-wrapper form input[type="number"],
.error-page-2020 .error-wrapper form input[type="email"],
.error-page-2020 .error-wrapper form input[type="url"],
.error-page-2020 .error-wrapper form input[type="search"],
.error-page-2020 .error-wrapper form input[type="tel"],
.error-page-2020 .error-wrapper form input[type="color"],
.error-page-2020 .error-wrapper form input[type="password"],
.error-page-2020 .error-wrapper form select {
  padding: 15px !important;
  font-family: 'Open Sans', sans-serif;
  font-size:16px !important;
}
.error-page-2020 .error-wrapper form input[type="password"],
.subs-pref .error-wrapper form input[type="email"] {
  max-width:50%;
}
.error-page-2020 .error-wrapper form input[type="password"] {
  height:45px !important;
  margin-right:20px;
}
.hs-search-field__bar button {
  font-family: 'Open Sans', sans-serif;
  padding:17px;
}
.unsusb-backup form input[type="submit"] {
  letter-spacing: 0.36px;
  color: #100E0B;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 16px;
  background-color: #C9A8DD;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.4s;
  border-color: #C9A8DD;
  border-style: none;
  cursor: pointer;
  margin-top:10px;
}
.subs-pref form input[type="submit"] {
  margin-top:20px;
}
.unsusb-backup form input[type="submit"]:hover {
  color: #100e0b;
  background-color: #dec6ed !important;
}
.unsusb-backup .error-wrapper {
  padding: 122px 20px;
}

.image-content-accordion-outter-wrapper {
  float: left;
  width: 100%;
}
.cg-accordion-outter-wrapper {
  float: left;
  width: 100%;
}
.bg-image-heading-outter-com {
  float: left;
  width: 100%;
}
.bg-image-content-module-outter-wrapper {
  float: left;
  width: 100%;
}
.two-column-button-module-outter-wrapper-com {
  float: left;
  width: 100%;
}
.two-column-button-module-outter-wrapper-comunity {
  float: left;
  width: 100%;
}

/**** Responsive  ****/


@media (max-width: 1798px) and (min-width: 1686px) {
  /*   .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 76%;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 76%;
} */
}

@media (max-width: 2023px) and (min-width: 1798px) { 
  /*   .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 68%;
} */
}

@media (max-width: 2698px) and (min-width: 2023px) { 
  /*   .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 63%;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 63%;
} */
}

@media (max-width: 2698px) and (min-width: 2223px) { 
  /*   .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 55%;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 70%;
} */
}

@media (max-width: 4000px) and (min-width: 2699px) {
  /*   .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 42%;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul {
  max-width: 42%;
} */
}
@media only screen and (min-width:768px) and (max-width: 1024px) {
  .history-banner-outer-wrp:after {
    left: 41%;
    bottom: -35px;
  }
  .history-banner-outer-wrp {
    padding: 50px 20px;
  }
  .history-top-content {
    padding: 60px 20px 30px;
  }
}

@media only screen and (min-width:768px) and (max-width: 1324px) {
  .history-cont-header h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .history-cont-header h3 {
    margin: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .content-details-wrp:before{
    display:none;
  }
  .history-block-header-inner-wrp {
    padding: 20px;
  }
  .history-cont-header {
    padding: 0px 30px;
  }
  .history-outer-col .history-block-header-inner-wrp h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .history-block-header-inner-wrp h3 {
    margin: 0px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  .history-outer-col .history-block-Content-inner .history-block-2-cont:before{
    display:none;
  }

  .history-block-Content-inner:last-child {
    padding-bottom: 0px;
  }
  .history-outer-col .history-block-header-inner-wrp h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .history-outer-col .history-cont-header h2:before,.history-cont-header h3:before,.history-content-outer-wrp:before,
  .history-outer-col .history-block-header-inner-wrp h2:before,.history-block-header-inner-wrp h3:before,.history-block-header-inner-wrp:before{
    display:none;
  }
  .mobile-block-1-img {
    display: block !important;
    text-align: center;
    padding-bottom: 30px;
  }
  .content-details-wrp {
    text-align: center;
  }
  .history-block-2-cont {
    text-align: center;
  }
  .mobile-block-2-img {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .mobile-block-2-img img, .mobile-block-1-img img {
    max-width: 200px;
    margin: 0 auto;
  }
  .history-outer-col .bloc-1-rpt-wrp-col1 .content-details-wrp:after{
    display:none;
  }

  .section-years {
    display: none;
  }
  .sticky-year-wrp.middle-nav{
    width: 100%;
    top: 0;
    background-color: #005441;
    right: inherit;
  }
  .section-years ul li a{
    padding: 10px 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    text-align:left;
  }

  .mobile-hamberger {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    padding-left:10px;
  }
  .mobile-hamberger img {
    width: 23px !important;
    padding-bottom: 7px;
    padding-left: 20px;
    transition: 0.2s;
    padding-right: 20px;
  }
  .section-years {
    display: none;
  }
  .mobile-hamberger.active img {
    transform: rotate(-180deg);
    padding-top: 7px;
    padding-right: 20px;
  }
}



@media (max-width: 1800px){ 
  .room-type-heading-section-container {
    padding: 50px 50px 20px;
  }
  /*   body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
  margin-top: -17%;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
  margin-left: 14px;
  margin-top: -41%;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
  margin-top: -17%;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(8) {
  margin-top: -19%;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(10) {
  margin-top: -10%;
  margin-left: 2%;
} */
}

@media (max-width: 1180px) {
  .tablet-full {
    width:100% !important;  
  }
}

@media (max-width: 990px) {
  /*   body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
  flex: 0 100% !important;
} 
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(2) {
  margin-left: 0px;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}*/
  /*
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
  margin-top: 0px;
  margin-left: 0px;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
  margin-top: 0px;
  margin-left: 0px;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
  margin-top: 0px;
  margin-left: 0px;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(8) {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(9) {
  margin-top: 0px;
  margin-left: 0px;
} 
  body.safari .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(10) {
  margin-top: 0px;
  margin-left: 0px;
}*/
  .tablet-full {
    display: none !important;
  }
}


@media (max-width: 1700px){
  .bg-image-heading-outter {
    padding: 0 20px !important;
  }
  .video-container {
    justify-content: space-evenly;
  }
  .bg-img-hover-content p {
    font-size: 18px;
    line-height: 28px;
  }   
  .bg-img-hover-content {
    padding-top: 10px;
  }
}


@media (max-width: 1440px) {
  .banner-inner-wrapper-inner, 
  .banner-inner-wrapper-inner-meet, 
  .banner-inner-wrapper-inner-retreat {
    padding: 0 30px;
  }
  .select-section {
    padding-right: 0px;
  }
  .bg-img-heading-container-info {
    flex: 0 49%;
    margin-bottom:25px;    
  }
  .bg-img-hover-content {
    padding-top: 50px;
  }
  .recent-post-outer-wrap {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .lp-banner-outter-wrapper {
    min-height: 300px;
  }
  .quote-right-image {
    flex: 0 1 46%;
  }
  .form-sign-up-align {
    flex-direction: column;
  }
  .signup-header-col {
    padding-bottom: 20px;
  }
  .signup-header-col {
    width:100%;
  }
  .signup-inner-col {
    justify-content: center;
  }
  .food-menu-filter-border {
    padding: 50px 30px;
  }
  .charity-inner-wrapper {
    padding: 100px 0px 30px;
  }
  .two-column-session-content-com {
    padding: 50px 30px;
  }
  .two-column-session-content-comunity {
    padding: 50px 0px;
  }
  .latest-blog-heading h2, .vid-lib-header h2 {
    padding-bottom:50px;
  }
  .filter-wrp {
    padding-bottom: 0px;
  }
  .au-heading-cta-module-outter:before {
    background-size: 350px;
    top: -75px;
    bottom: 0px;
    left: 14px;
    right: 0px;
    width: 350px;
    height: 350px;
  }
  .au-heading-cta-module-outter:after {
    background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Historytwo.png);
    background-size: 350px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -100px;
    bottom: 0px;
    right: 12px;
    width: 350px;
    height: 350px;
  }
}


@media (max-width: 1390px) {
  .sticky-year-wrp.middle-nav {
    right: 6%;
  }
  .history-block-header-inner-wrp {
    max-width: 700px;
  }
  .history-block-header-inner-wrp h3:before {
    left: -21.5%;
  }
  .history-outer-col:nth-child(4) .history-block-header-inner-wrp h2:before {
    left: -22%;
  }
  .history-cont-outer-wrp {
    max-width: 700px;
  }
}



@media (max-width: 1370px) {
  .section-heading-head {
    flex: 1 60%;
    text-align: center;
  }
  .section-cta-head-cta {
    flex: 0 25%;
  }
}

@media (max-width: 1367px) {
  .two-column-session-content {
    padding: 50px 20px;
  }
  .book-now-module-inner {
    padding: 0 20px;
  }
}



@media (max-width: 1366px){
  .no-of-ppl-type-room {
    flex: 0 40%;
    margin: 0 auto;
  }  
  .room-type-heading-sub-heading {
    flex: 0 100%;
    text-align: center;
  }  
  .banner-section-heading h1, 
  .banner-section-heading-meet h1,
  .banner-section-heading-retreat h1,
  .banner-section-heading-eat h1 {
    font-size:85px;
    line-height: 85px;
  }
  .block-subheading h3,
  .section-sub-heading h3, 
  .left-section-sub-heading h3,
  .food-menue-section-sub-heading h3, 
  .meet-section-sub-heading h3,
  .my-tm-lft-cont-sub-heading h3,
  .careers-sectionau-subheading h3,
  .charity-block-sub-heading h3, 
  .charity-acc-section-sub-heading h3,
  .our-finance-blc-heading h3,
  .our-prayer-team-blc-heading h3 {
    font-size:70px;
    line-height: 70px;
  } 
  .block-heading h2, 
  .room-type-heading-sub-heading h2, 
  .left-section-heading h2, 
  .two-session-heading h2, 
  .two-col-cont-sec-heading h2, 
  .accordion-section-top-heading h3, 
  .mr-filtr-section-heading h2,
  .two-session-heading-yurt h2,
  .two-session-heading-eat h2,
  .meet-section-heading h2, 
  .my-tm-lft-cont-heading h3, 
  .careers-sectionau-heading h2,
  .content-section-heading h2,
  .charity-block-heading h2,
  .charity-acc-section-heading h2 {
    font-size:28px;
    line-height: 38px;
  } 
  .two-session-sub-heading h2, 
  .two-col-cont-sec-sub-heading h3, 
  .accordion-section-content-sub-heading h2, 
  .mr-filtr-section-sub-heading h2,
  .two-session-sub-heading-yurt h3, 
  .two-session-sub-heading-eat h3,
  .history-heading h1,
  .image-content-accordion-block-heading h2,
  .two-session-sub-heading-com h2,
  .cg-accordion-heading h2,
  .mus-art-section-heading h2,
  .bg-image-content-section-heading h2 {
    font-size:65px;
    line-height: 65px;
  }
  .two-session-heading-comunity h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .charity-acc-section-sub-heading h3 {
    padding-bottom: 0px;
  }
  .charity-block-sub-heading h3 {
    padding-bottom: 10px;
  }
  .form-section-heading h2 {
    font-size: 30px;
    line-height:40px;
    text-align:right;
  }
  .form-panel {
    display: flex;
    justify-content: center;
  }
  .left-content-section-heading h2 {
    font-size:34px;
    line-height: 44px;
  }
  .bottom-context-cont {
    justify-content: space-around;
  }   
  .blog-section-cta-head {
    margin-top: 20px;
  }
}


@media (max-width: 1320px){
  .widget-module ul li a {
    min-width: 220px !important;
  }
}



@media (max-width: 1310px){
  .left-content {
    flex: 0 100%;
    padding-bottom: 40px;
    text-align: center;
  }
  .right-button-wrapper {
    flex: 0 100%;
    text-align: center;
  }  
  .au-heading-cta-module-outter:after {
    background-size: 250px;
    top: -63px;
    bottom: 0px;
    right: 12px;
    width: 250px;
    height: 250px;
  }
  .au-heading-cta-module-outter:before {
    background-size: 275px;
    top: -75px;
    bottom: 0px;
    left: 14px;
    right: 0px;
    width: 275px;
    height: 275px;
  }
}

@media (max-width: 1300px) {
  .header-inner-col.icon-active {
    padding: 0px 30px;
  }  
  .footer-outter-wrapper .hs-menu-wrapper>ul {
    column-count: 2;
  }
  .room-facilities-info {
    flex: 0 21%;
    margin-bottom: 0px;
  }
  .room-facilities-info {
    padding: 19px 12px;
    border: 2px solid #e3bd8c;
    margin-bottom: 0px;
  }  
  .room-facilities {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
  }
  .room-facilities {
    flex: 0 100%;
    flex-direction: row;
  }
  .room-section-container {
    padding: 0 30px;
  }
  .room-section-content {
    flex: 0 1 45%;
  }
  .type-room-section-image {
    flex: 0 1 45%;
    margin: 0px;
  }
}


@media (max-width: 1280px){
  .banner-outter-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .banner-left-group {
    flex: 0 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .banner-right-group {
    flex: 0 100%;
    text-align: center !important;
  }
  .banner-right-section-heading {
    margin: 0 auto;
  } 
  .banner-cta {
    flex: 0 100%;
  } 
  .banner-section-sub-heading {
    flex: 0 100%;
  }
  .banner-outter-wrapper-meet {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .banner-left-group-meet {
    flex: 0 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .banner-right-group-meet {
    flex: 0 100%;
    text-align: center !important;
  }
  .banner-right-section-heading-meet {
    margin: 0 auto;
  } 
  .banner-cta-meet {
    flex: 0 100%;
    padding-bottom: 30px;
  } 
  .banner-section-sub-heading-meet {
    flex: 0 100%;
    padding-bottom: 30px;
  }   
  .two-session-content {
    max-width: 100%;
  }
  .banner-outter-wrapper-retreat {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .banner-cta-retreat {
    flex: 0 100%;
    padding-bottom:0px !important;
  } 
  .banner-section-sub-heading-retreat {
    flex: 0 100%;
    padding-bottom: 30px;
  }   
  .banner-outter-wrapper-eat {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .banner-cta-eat-eat {
    flex: 0 100%;
    padding-bottom: 30px;
  }
  .banner-section-sub-heading-eat {
    flex: 0 100%;
    padding-bottom: 30px;
  } 
  .banner-outter-wrapper-yurt {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .banner-inner-wrapper-inner-yurt {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
  }
  .banner-cta-eat-yurt {
    flex: 0 100%;
  }
  .banner-section-sub-heading-yurt {
    flex: 0 100%;
    padding-bottom: 30px;
  }  
  .banner-outter-wrapper-retreat, 
  .banner-outter-wrapper-eat {
    height: 70vh;
  }
  .banner-left-group-retreat {
    text-align: center;
  }
  .quote-left-content h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .quote-left-content h2:before {
    top: 70px;
    left: 35%;
  }
  .banner-section-heading h1, 
  .banner-section-heading-meet h1, 
  .banner-section-heading-retreat h1, 
  .banner-section-heading-eat h1, 
  .section-heading-com h1, 
  .filter-heading h1,
  .contact-banner-section-heading h1,
  .charity-section-heading h1 {
    font-size: 70px;
    line-height:70px;
  }
  .banner-outter-wrapper, 
  .banner-outter-wrapper-meet, 
  .banner-outter-wrapper-retreat, 
  .banner-outter-wrapper-eat {
    height: 70vh;
  }
  .banner-left-group-eat {
    text-align: center;
  }
  .two-col-session-image-eat {
    flex: 0 100%;
  }
  .two-column-session-content-eat {
    flex: 0 100%;
  }
  .two-col-container-info-eat:nth-child(odd) .two-col-session-image-eat {
    order: 0 !important;
  }   
  .bg-img-hover-content-com p {
    font-size: 18px;
    line-height:22px;
  }
  .bg-img-hover-content-com {
    padding: 20px 0px;
  }
  .bg-img-hover-heading-com h3, .bg-image-section-heading-com h2 {
    line-height: 40px;
    font-size:40px
  }
  .au-banner-outter-wrapper.voucher-banner-outer .au-banner-heading h1, 
  .au-banner-heading h1 {
    font-size: 70px;
    line-height:70px;
  }
  .voucher-banner-outer .au-banner-heading {
    padding-top: 13%;
  }
  .voucher-inner .voucher-head h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .widget-module ul li a {
    min-width: 210px !important;
  }
  .banner-right-section-heading h2 {
    font-size:28px;
    line-height:28px;
  }
  .banner-right-section-heading {
    width:180px;
    height:180px;
  }
  .room-facilities-info {
    align-items: center;
    padding-right:25px;
  }
  .green-smre-outer .two-col-content-section {
    padding: 60px 20px;
  }
  .sticky-year-wrp.middle-nav {
    right: 0%;
  }
  .history-heading h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .privacy-policy-text .filter-cont {
    padding-top:30px;
  }
} 



@media (max-width: 1260px) {
  .au-heading-cta-module-outter:after {
    background-size: 250px;
    top: -63px;
    bottom: 0px;
    right: 12px;
    width: 250px;
    height: 250px;
  }
  .au-heading-cta-module-outter:before {
    background-size: 275px;
    top: -75px;
    bottom: 0px;
    left: 26px;
    right: 0px;
    width: 275px;
    height: 275px;
  }
}  



/* @media (max-width: 1251px) {
.hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
flex: 0 27% !important;
}
} */




@media (max-width: 1250px){
  .footer-outter-wrapper {
    padding: 60px 20px;
  }
  .bottom-button-wrapper-col-left-content {
    flex: 0 100%;
  } 
  .bottom-col-wrapper-content {
    flex: 0 100%;
  } 
  .bottom-col-wrapper-button {
    flex: 0 100%;
    text-align: center;
    margin: 20px 0px;
  }

}




@media (max-width: 1230px) {
  .form-panel {
    flex: 0 100%;
    text-align: center;
    padding-top: 20px;
  }
  .form-section-heading {
    flex: 0 100%;
    text-align: center;
  }
  .form-section-heading h2 {
    text-align: center;
  }
  .widget-module ul li a {
    min-width: 200px !important;
  }
}



@media (max-width: 1220px) {
  .section-heading-head-retreat {
    flex: 0 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .section-cta-head-cta-retreat {
    flex: 0 100%;
    text-align: center;
  }
}


@media (max-width: 1210px) {
  .donate-form-panel input, .form-panel textarea {
    text-align: center;
  }    
  .donate-form-panel {
    flex: 0 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
  }  
  .donate-form-section-heading {
    flex: 0 100% !important;
    text-align: center !important;
    padding-bottom: 20px;
  } 
  .au-heading-cta-module-outter:after {
    display:none;
  }
  .au-heading-cta-module-outter:before {
    display:none;
  }
  .select-section div {
    margin-top: 20px;
  }
} 


@media (max-width: 1190px){
  .widget-module ul li a {
    min-width: 190px !important;
  }
}

@media (max-width: 1180px) {
  .widget-module ul li {
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    margin-bottom: 40px;
  }
  .widget-module ul li {
    padding: 0px 10px;
  }
  .blog-section-heading-head h2 { 
    line-height:30px;
  }
}



@media (max-width: 1169px) {
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
  flex: 0 26% !important;
}   */
}



@media (max-width: 1160px) {
  .quote-right-image {
    flex: 0 1 40%;
  }
  .quote-left-content h2:before {
    top: 0px;
    left: 35%;
  } 
  .quote-left-content {
    flex: 1 40% !important;
  }
  .latest-news, .video-library-wrapper, .case-study-outer-wrp {
    padding: 50px;
  }
}



@media (max-width: 1140px){
  .widget-module ul li a {
    min-width: 180px !important;
  }
}


@media (max-width: 1095px) {
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
  flex: 0 25% !important;
}   */
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
  margin-top: -15%;
} */
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
  margin-top: -38%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(10) {
  margin-top: -36%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
  margin-top: -14%;
}
  .hamburger-menu .hs-menu-wrapper>ul {
  justify-content: end;
} */
}


@media (max-width: 1080px) {
  .desktop-cta {
    flex: 0 13%;
  }
  .menu-outer-col-wrp {
    flex: 0 4%;
  }
  .logo-outer-wrapper.icon-active .row-fluid-wrapper.row-depth-2.row-number-2 .desktop-logo-white img {
    margin: 0 auto;
  }
  .menu-outer-col-wrp.icon-active .menu-icon p img.menu-close {
    margin: 0 13% 0 auto;
    z-index: 99999999;
    position: relative;
  }
  .logo-outer-wrapper.icon-active .row-fluid-wrapper.row-depth-2.row-number-2 .desktop-logo-white img {
    margin: 0 28% 0 auto;
  }
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1>a {
    font-size: 28px;
    line-height: 36px;
  }
  .hamburger-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    padding-top:14px;
    padding-bottom:14px;  
  }
  .footer-menu {
    width: 66% !important;
  }
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
  margin-top: -18%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
  margin-top: -17%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
  margin-top: -43%;
} */
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
    font-size: 18px;
    line-height: 28px;
  }
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(10) {
  margin-top: -41%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(8) {
  margin-top: -18%;
} */
  /*body.icon-active {
  overflow-y: scroll;
}*/

  .footer-inner-wrapper .row-fluid .footer-menu-main-wrapper {
    padding-right: 0px;
  }
  .footer-inner-wrapper .row-fluid {
    display: block;
  }
  .footer-menu-main-wrapper {
    width: 100% !important;
    float: left !important;
  }
  .footer-content-information-inner-wrapper {
    padding: 60px 0px 0px;
  }
  .footer-social-content{
    width: auto !important;
  }
  .filter-1, .filter-2, .filter-3 {
    margin: 0px 40px !important;
  }
  .filtr-content-container-info {
    padding-bottom: 20px;
  }
  .room-facilities-info {
    flex: 0 20%;
    margin-bottom: 0px;
    align-items: center;
  }
  .section-cta-head-cta {
    flex: 0 100%;
    text-align: center;
  }  
  .section-heading-head {
    flex: 0 100%;
    padding-bottom: 40px;
    text-align: center;
  }  
  .form-section-form {
    flex: 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-section-heading-sdf {
    border-right: 0px dashed #000;
  }  
  .form-panel input, .form-panel textarea {
    text-align: center;
  }    
  .form-panel {
    flex: 0 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
  }  
  .form-section-heading {
    flex: 0 100% !important;
    text-align: center !important;
  }  
  .form-section-heading-sdf {
    flex: 0 100%;
  } 
  .form-section-heading-container {
    padding: 40px 40px 60px 40px;
  }  
  .left-content-container {
    flex: 0 100%;
    padding-bottom: 0px;
  }
  /*   .footer-outter-wrapper .hs-menu-wrapper>ul>li {
  flex: 0 50%;
}   */
  .mr-types-room-info {
    flex: 0 28%;
    margin: 0 auto;
    padding-right: 0px;
  } 
  .filtr-content-container-info .left-content-container {
    order: 2;
  }  
  .filtr-content-container-info .right-container {
    order: 1 !important;
  }  
  .right-container {
    flex: 0 100%;
    text-align: center;
    padding-bottom: 50px;
  }
  .left-container-group {
    flex: 0 100%;
  }
  .right-container-group-mobile {
    display: block;
    flex: 0 100%;
  }  
  .right-container-group {
    display: none;
  }  
  .right-container-group {
    flex: 0 100%;
  } 
  .two-column-button-module-inner-wrapper {
    border: 0px solid #85bfcc;
  } 
  .two-col-session-image {
    flex: 0 100%;
  }
  .two-column-session-content {
    flex: 0 100%;
  }
  .two-col-container-info:nth-child(even) .two-col-session-image {
    order: 0 !important;
  } 
  .two-col-container-info {
    padding-bottom: 50px;
  } 
  .two-col-container-info:last-child {
    padding-bottom: 0px !important;
  }  
  .form-section-heading-sdf h1 {
    font-size:42px;
    line-height: 52px;
  }
  .blog-post-inner-wrapper {
    padding: 40px 40px;
  } 
  .post-heading-cta .blog-information-container {
    padding: 0px 0px;
  }
  .charity-section-image {
    flex: 0 100%;
    min-height: 500px;
    margin-bottom: 30px;
    height: auto;
  }
  .charity-block-content-container {
    flex: 0 100%;
    padding: 0px 30px 40px;
  } 
  .char-accordion-left-container {
    flex: 0 100%;
    margin-bottom: 30px;
  }
  .char-accordion-right-container {
    flex: 0 100%;
  }
  .charity-acc-section-sub-heading {
    padding-bottom: 20px;
  }
  .charity-acc-content {
    max-width: 100%;
  } 
  .charity-acc-content {
    padding: 10px 0px;
  }  
  .contact-us-body-outter {
    padding: 0px 0px;
    background-color: #f0f0f0;
  }
  .content-with-button-container {
    margin-top: 0px;
    padding: 0px 30px 30px 30px;
  }
  .my-team-bottom-content-container-right {
    flex: 0 100%;
    margin-left: 30px;
  }    
  .meet-section-heading {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .meet-section-sub-heading {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  } 
  .meet-section-con-content {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }  
  .my-team-con-info {
    flex: 0 32%;
    padding-bottom: 20px;
  }
  .my-team-container {
    justify-content: space-around;
  }  
  .my-team-bottom-content-container-left {
    flex: 0 100%;
    padding-bottom: 30px;
  }  
  .careers-section-au-content {
    flex: 0 100%;
    padding: 0px 20px !important;
  }
  .careers-section-au-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:570px;
    flex: 0 100%;
    text-align: center;
    margin-bottom: 30px; 
  }  
  .hs-content-id-36562100351 .two-column-button-module-outter-wrapper {
    padding-bottom:0px !important;
  }
  .au-heading-cta-module-outter { 
    margin: 0px !important;
  }
  .green-back-bottom-team {
    margin: -1px;
  }
  .au-meet-the-team-outter-wrapper {
    padding-bottom: 0px !important;
  }
  .au-careers-outter-wrapper {
    padding-bottom: 80px !important;
    padding-top: 0px !important;
  }
  .food-menue-left-container {
    flex: 0 100%;
    padding-bottom: 30px;
  }
  .food-menue-right-container {
    flex: 0 100%;
  }
  .two-column-button-module-inner-wrapper-eat {
    border: 0px solid #85bfcc;
  } 
  .bottom-button-wrapper-yurt-left-content {
    flex: 0 100%;
    margin: 0px 20px;
    background-color: #e3e3e3;
  }
  .bottom-button-wrapper-content {
    flex: 0 100%;
    padding: 0px 20px;
  } 
  .button-wrapper-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 30px;
  }   
  .two-col-container-info-eat {
    padding-bottom: 50px;
  } 
  .two-col-container-info-eat:last-child {
    padding-bottom: 0px !important;
  } 
  .two-column-button-module-inner-wrapper-yurt {
    border: 0px solid #85bfcc;
    margin: -1px;
  } 
  .two-col-session-image-yurt {
    flex: 0 100%;
  }
  .two-column-session-content-yurt {
    flex: 0 100%;
  }
  .two-col-container-info-yurt:nth-child(odd) .two-col-session-image-yurt {
    order: 0 !important;
  } 
  .two-col-container-info-yurt:last-child {
    padding-bottom: 40px !important;
  }
  .two-col-bot-right {
    flex: 0 52%;
  }
  .mr-filtr-module-outter .right-container {
    flex: 0 1 100%;
  }
  .mr-filtr-module-outter .right-info-image {
    height:400px;
  }
  .widget-module ul {
    text-align: center;
  }
  .lp-banner-outter-wrapper {
    min-height: 250px;
  }
  .three-column-heading-sec h2 {
    font-size: 42px;
    line-height:52px;
  }
  .banner-section-heading h1, 
  .banner-section-heading-meet h1, 
  .banner-section-heading-retreat h1, 
  .banner-section-heading-eat h1, 
  .section-heading-com h1, 
  .filter-heading h1,
  .two-session-sub-heading-com h2, 
  .image-content-accordion-block-heading h2, 
  .cg-accordion-heading h2, 
  .mus-art-section-heading h2, 
  .bg-image-content-section-heading h2 {
    font-size: 50px;
    line-height:60px;
  }
  .food-menu-filter-border {
    border: none;
  }
  .contact-banner-section-heading h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .char-accordion-left-container {
    padding: 0 10px 30px;
  }
  .our-finance-block {
    padding: 20px 30px;
  }
  .our-prayer-team-container {
    padding: 35px 45px;
  }
  .pp-outer-wrap {
    padding-bottom:0px;
  }
  .au-banner-outter-wrapper.voucher-banner-outer .au-banner-heading h1, 
  .au-banner-heading h1, 
  .charity-section-heading h1 {
    font-size: 50px;
    line-height:60px;
  }
  .voucher-inner {
    padding: 30px 20px;
  }
  .voucher-inner .voucher-head h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .voucher-inner .cols-wrap .vou-col-left, .voucher-inner .cols-wrap .vou-col-right {
    flex: 0 50%;
  }  
  .au-banner-outter-wrapper {
    min-height: auto;
  }
  .au-banner-outter-wrapper.voucher-banner-outer {
    min-height: 300px;
  }
  .mobile-block-1-img {
    padding-bottom: 25px;
  }
  .mobile-block-2-img {
    padding-bottom: 25px;
  }
}


@media (max-width: 1025px) {
  .content-with-buttons-outter {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .block-subheading h3, 
  .section-sub-heading h3, 
  .left-section-sub-heading h3, 
  .mr-filtr-section-sub-heading h2,
  .food-menue-section-sub-heading h3, 
  .meet-section-sub-heading h3,
  .my-tm-lft-cont-sub-heading h3,
  .careers-sectionau-subheading h3,
  .charity-block-sub-heading h3,
  .charity-acc-section-sub-heading h3,
  .our-finance-blc-heading h3,
  .our-prayer-team-blc-heading h3 {
    font-size:55px;
    line-height: 55px;
  } 
  .block-heading h2, 
  .room-type-heading-sub-heading h2,
  .left-section-heading h2, 
  .two-session-heading h2, 
  .two-col-cont-sec-heading h2, 
  .accordion-section-top-heading h3, 
  .mr-filtr-section-heading h2,
  .two-session-heading-yurt h2,
  .two-session-heading-eat h2,
  .meet-section-heading h2,
  .my-tm-lft-cont-heading h3,
  .careers-sectionau-heading h2,
  .content-section-heading h2,
  .charity-block-heading h2,
  .charity-acc-section-heading h2 {
    font-size:24px;
    line-height: 34px;
  } 
  .two-session-sub-heading h2, 
  .two-col-cont-sec-sub-heading h3, 
  .accordion-section-content-sub-heading h2,
  .two-session-sub-heading-eat h3,
  .two-session-sub-heading-yurt h3 {
    font-size:55px;
    line-height: 55px;
  }
  .section-sub-heading-bk h2, 
  .two-col-bot-left-sub-heading h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .section-heading-head h2,
  .au-sec-heading-con h2 {
    font-size:28px;
    line-height:38px;
  }
  .bg-img-hover-content {
    padding: 20px 10px;
  }  
  .bg-img-hover-content p {
    font-size: 18px;
    line-height: 28px;
  }  
  .virtual-map-outer-wrp {
    padding: 50px 0px 0px;
  }
  .case-study-outer-wrp .post-name a.name {
    font-size: 30px;
  }
  .cont-wrp {
    top: 35%;
  }
  .accordion-right-content-info-com, 
  .cg-faq-information-com, 
  .bg-image-heading-inner-com {
    padding: 0px;
  }
  .bg-image-heading-inner-com {
    padding-bottom: 0px;
  }
  .bg-img-heading-container-com {
    padding: 20px;
  }
}


@media (max-width: 1024px) {
  .bg-image-heading-outter {
    padding: 0px !important;
  }
}


@media (max-width: 990px) {
  .logo-outer-wrapper.icon-active .row-fluid-wrapper.row-depth-2.row-number-2 .desktop-logo-white img {
    margin: 0 18% 0 auto;
  }  
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1>a {
    font-size: 26px;
    line-height: 30px;
  }
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
  margin-top: -22%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
  margin-top: -22%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
  margin-top: -53%;
} */
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
    font-size: 16px;
    line-height: 26px;
  }
  /*   .hamburger-menu .hs-menu-wrapper>ul {
  justify-content: flex-start;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(10) {
  margin-top: -51%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(8) {
  margin-top: -23%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(9) {
  margin-left: 8px;
} */
  .desktop-menu-wrp {
    display: none !important;
  }
  .desktop-cta {
    flex: 0 30%;
  }
  .hamberger-inner-column .menu-2 {
    margin: 0px 50px !important;
  }
}



@media (max-width: 980px){
  .footer-social-content {
    float: left !important;
  }
  .footer-menu {
    padding-top: 40px;
    width: 100% !important;
  }
  .three-col-lp-container-info {
    flex: 0 45%;
    padding-bottom: 50px;
  }
  .three-col-lp-container-info:last-child {
    padding-bottom: 0px;
  }  
  .three-column-module-lp-outter {
    padding-bottom: 0px !important;
  }  
  .accordion-left-content-map-mobile {
    display: block;
    padding-bottom: 50px;
  }  
  .accordion-left-content-map {
    display: none;
  }  
  .right-group-container {
    flex: 0 100%;
    margin: 0 auto;
  }  
  .left-group-container {
    flex: 0 100%;
    padding-bottom: 30px;
  }  
  .two-col-bot-left {
    flex: 0 100%;
    text-align: center;
  } 
  .two-col-cont-bottom-inner {
    border: 0px solid #a8c156;
  }
  .two-col-image-section {
    flex: 0 100%;
  }
  .two-col-content-section {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .two-col-content-section {
    flex: 0 100%;
    padding: 28px 20px;
  }  
  .two-col-bot-right {
    flex: 0 100%;
    padding-top: 30px;
  }    
  .quote-left-content h2:before {
    left: unset;
    right:-30px;
    top: 30px;
  }  
  .quote-left-content {
    flex: 100% !important;
    max-width: 450px;
    margin: 0 auto;
  }  
  .quote-right-image {
    flex: 0 100%;
    padding-top: 40px;
    text-align: center;
  }  
  .left-content {
    flex: 0 100%;
    padding-bottom: 40px;
  }
  .right-button-wrapper {
    flex: 0 100%;
    text-align: center;
  }  
  .form-panel input.hs-button.primary.large {
    margin-top: 26px;
    margin-left: 0px;
    min-width: 100%;
    padding:12px 30px !importan;
  }
  .form-panel .actions {
    text-align: center;
    width: 100% !important;
  }   
  .form-panel form {
    display: block;
  } 
  .accordion-left-content-info {
    flex: 0 100%;
    padding-bottom: 40px;
  }
  .accordion-right-content-info {
    flex: 0 100%;
  }  
  .bg-img-heading-container-info {
    flex: 0 45%;
    position: relative;
    margin-bottom: 40px;
  }
  .bg-img-heading-container-info:last-child {
    margin-bottom: 0px;
  }
  .blc-content {
    flex: 0 93%;
  }
  .block-content-image {
    flex: 0 1 5%;
  }
  .two-col-image-section-eat {
    flex: 0 100%;
  }
  .image-below-col-content-left {
    flex: 0 100%;
    padding-bottom: 20px;
  }
  .image-below-col-content-right {
    flex: 0 100%;
    padding-bottom: 20px;
  }  
  .two-col-content-section-eat {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .two-col-content-section-eat {
    flex: 0 100%;
    padding: 28px 20px;
  }
  .two-col-image-section-yurt {
    flex: 0 100%;
  }
  .two-col-content-section-yurt {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .two-col-content-section-yurt {
    flex: 0 100%;
    padding: 28px 20px;
  }   
  .two-col-cont-bottom-outter.green-smre-outer {
    padding-top: 0px !important;
  }
  .two-col-cont-bottom-outter.green-smre-outer .two-col-content-section {
    flex: 0 1 100%;
  }
  .green-smre-outer .two-col-content-section {
    padding-bottom: 30px;
  }
  .two-col-bot-right {
    flex: 0 100%;
  }
  .green-smre-outer .two-col-bot-right-content p {
    width: 100%;
  }
  .two-col-session-image-comunity {
    flex: 0 100%;
  }
  .two-column-session-content-comunity {
    flex: 0 100%;
    padding: 50px 30px;
  }
  .bg-image-content-container-right {
    flex: 0 100%;
  }
  .bg-image-content-container-left {
    flex: 0 100%;
  }
  .image-content-accordion-image-section {
    flex: 0 100%;
    margin-bottom: 40px;
  }
  .image-content-accordion-content-section {
    flex: 0 100%;
    padding: 0px 30px;
  } 
  .two-column-session-content-com {
    flex: 0 100%;
  }
  .two-col-session-image-com {
    flex: 0 100%;
  }  
  .bg-img-heading-container-info {
    flex: 0 100%;
    margin-bottom:25px;    
  }
  .blog-section-heading-head, .blog-section-cta-head {
    flex: 0 100%;
    text-align: center;
  }
  .blog-section-cta-head {
    margin-top:30px;
  }
  .blog-heading-cta-module-outter {
    padding: 50px 0px;
  }
  .comment-form-outer {
    padding: 30px 0px;
  }
  .quote-left-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .image-content-accordion-inner-wrapper {
    padding: 0;
  }
  .cg-accordion-inner-wrapper {
    padding: 50px 30px;
  }
  .accordion-right-content-info-com {
    padding: 0 30px 60px;
  }
  .accordion-heading h2 {
    padding: 0px;
  }
  .bg-image-heading-inner-com {
    padding: 50px 30px;
  }
  .cg-faq-content-container-com {
    padding: 0 0 20px;
  }
  .cg-faq-information-com {
    padding: 0px;
  }
  .bg-image-content-info-container {
    padding: 0px 30px 30px;
  }
  .bg-image-content-module-section-content-container {
    padding-top:50px;
  }
  .voucher-banner-outer .au-banner-heading {
    padding-top: 15%;
  }
}  



@media (max-width: 940px) {
  .blog-section-cta-head {
    flex: 0 100%;
    text-align: center;
    padding-top: 20px;
  }  
  .blog-section-heading-head {
    flex: 0 100%;
  }
  .signup-header-col {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
  .signup-form-col .hs_submit.hs-submit {
    position: relative;
    right: 0;
    padding-left: 20px;
    float: left;
  }
  .signup-form-col {
    width: 100%;
    position: relative;
    max-width: 70%;
    float: none;
    margin: 0px auto;
  }
  .signup-inner-col {
    display: block;
  }
  .signup-form-col form .hs-email .input input {
    margin-bottom: 20px;
    width: 100%;
  }
  .signup-form-col .hs_submit.hs-submit {
    padding-left: 0;
    float: left;
    width: 100%;
    text-align: center;
  }
}



@media (max-width: 920px){
  .footer-menu {

    padding-top: 40px;
  }
}



@media (max-width: 900px) {
  .post-sign-up .signup-form-col form .hs-email .input input {
    width: 100%;
  } 
  .post-sign-up .signup-form-col .hs_submit.hs-submit {
    width: 100%;
    float: left;
    padding-top: 10px;
  }
  blockquote p:before {
    background-size: 50px;
    left: -70px;
  }
  blockquote p {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .mobile-block-1-img {
    padding-bottom: 25px;
  }
}





@media (max-width: 880px){
  .room-facilities-info {
    flex: 0 40%;
    margin-bottom: 20px;
  }
  .room-facilities-info:last-child {
    margin-bottom: 20px;
  }  
  .my-team-con-info {
    flex: 0 40%;
    padding-bottom: 20px;
  }   
}



@media (max-width: 820px) {
  .body-container-wrapper {
    margin: 0px;
  }
  .two-col-session-image, 
  .two-col-session-image-eat, 
  .two-col-session-image-yurt {
    min-height:350px !important;
  }
  .parallax-outter-wrapper, .parallax-outter-wrapper-two {
    background-attachment: initial;
    min-height:350px;
  }
  .sigle-column-outter-wrapper {
    padding: 30px;
  }
  .recent-post-wrap {
    flex: 0 100% !important;
  }
  .blog-post-banner .inner-blog-post-banner h1 {
    font-size: 36px;
    line-height:46px;
    padding: 0px 30px;
  }
  .blog-page-center-out-wr {
    padding-top: 30px;
  }
  .two-column-session-content-eat, .two-column-session-content-yurt {
    padding: 60px 30px !important;
  }
  .two-col-container-info-eat, .two-column-button-module-outter-wrapper-eat {
    padding-bottom: 0px !important;
  }
  .two-col-container-yurt .two-col-container-info-yurt:first-child .button-wrapper-container {
    display: none;
  }
  .food-diff-container {
    padding: 60px 0px 0px !important;
  }
  .charity-section-info-container, .our-finance-block {
    border: none;
  }
  .our-finance-block {
    padding: 20px 30px;
  }
  .charity-section-image {
    margin-bottom: 0px;
  }
  .charity-block-content-container {
    padding: 50px 30px 30px;
  }
  .charity-accordion-outter {
    padding: 0px !important; 
    box-sizing: border-box;
  }
  .char-accordion-left-container {
    padding: 0 30px 30px;
  }
  .hs-content-id-36452632038 .footer-outter-wrapper {
    margin-top: 0px;
  }
  .our-prayer-team-container {
    padding: 50px 30px 
  }
}


@media (max-width: 800px){
  .footer-menu {
    /*     max-width: 100% !important;
    margin: 0 auto !important;
    width: 100% !important; */
    padding-top: 40px;
  }

  .footer-contact-information-outter-wrapper {
    padding-top: 50px;
  }  
  .footer-social-content {
    width: 100% !important;
    float: left !important;
    margin: 0 !important;
  }
  .social-icon-container {
    margin-bottom:20px;  
  }
  .section-address-container {
    padding: 0px 0px;
  }
  .footer-content-information-inner-wrapper {
    padding: 0px 0px;
  }   
  .post-heading-cta .blog-section-cta-head {
    flex: 0 100%;
    text-align: center;
  }  
  .post-heading-cta .blog-section-heading-head {
    text-align: center;
    flex: 0 100%;
  }
  .blog-post-banner h2.post-listing-simple {
    font-size: 32px;
    line-height: 40px;
  }
  .blog-post-banner h2.post-listing-simple a span {
    font-size: 32px;
    line-height: 40px;
  }
  .blog-post-banner {
    min-height: 450px;
  }
  .outer-blog-post-quote-section-wrapper .blog-post-quote-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .outer-blog-image-content-wrapper .post-image-wrapper {
    min-height: 300px;
  }
  .post-sign-up .signup-form-col form .hs-email .input input {
    width: 100%;
  }
  .recent-post-heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .voucher-inner .cols-wrap {
    flex-direction: column;
  }
  .voucher-inner .cols-wrap .vou-col-left, .voucher-inner .cols-wrap .vou-col-right {
    flex: 0 100%;
  }
  .voucher-inner .cols-wrap .vou-col-right {
    margin: 0 auto;
    text-align: center;
    padding-top:30px;
  }
  .voucher-inner .voucher-head h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: unset;
  }
  .vou-col-left p {
    font-size: 17px;
    line-height:27px;
  }
  .voucher-inner .cols-wrap .vou-col-right {
    min-width: 100%;
  }
  .voucher-inner {
    padding: 30px;
  }
}




@media (max-width: 790px) {
  /*   .footer-outter-wrapper .hs-menu-wrapper>ul>li {
  flex: 0 44%;
  margin: 0px 20px;
} */
  .list-3blocks-wrapper {
    flex: 0 48%;
  }  
  .list-3blocks-wrapper:nth-child(3n+2) {
    margin-right: 0px;
    margin-left: 0px;
  } 
  .list-3-blocks-inner-wrapper {
    justify-content: space-between;
  }
  .one-list-content-wrap h2.post-listing-simple {
    font-size: 20px;
    line-height: 30px;
  }
  .one-list-content-wrap h2.post-listing-simple a {
    font-size: 20px;
  }
  .blog-section-heading-head h2 {
    font-size: 25px;
    line-height:35px !important;
  }
  .left-first-list .list-content-name h2.post-listing-simple {
    font-size: 30px;
  }
  .signup-header-col h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .signup-form-col input.hs-button.primary.large {
    font-size: 16px;
  }
  .signup-form-col form .hs-email .input input {
    width: 100%;
  }
}



@media (max-width: 768px) {
  body.icon-active .hamburger-menu.mobile{
    display:block !important;
  }
  body.icon-active .hamburger-menu.desktop{
    display:none !important;
  }
  /*   .hamburger-menu.mobile{
  display:block !important;
}
  .hamburger-menu.desktop{
  display:none !important;
} */
  .logo-outer-wrapper.icon-active .row-fluid-wrapper.row-depth-2.row-number-2 .desktop-logo-white img {
    margin: 0 auto;
  }
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(1) {
  margin-left: 0px;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
  flex: 0 41% !important;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(3) {
  margin-left: 0px;
  padding-bottom: 20px;
  margin-top: 1%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
  margin-top: 1%;
  margin-left: 8%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
  margin-top: 0%;
  margin-left: 0px;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
  margin-right: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: -26%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
  margin-top: 0%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(8) {
  margin-top: -21%;
  margin-right: 0px;
  border-bottom: 3px dotted #f9f9f9;
  padding-bottom: 20px;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(9) {
  margin-left: 0px;
  margin-top: 1%;
}
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(10) {
  margin-top: -3%;
  margin-right: 0px;
  margin-left: 8%;
} */
  .latest-news {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
  }
  .filter-wrp {
    padding-bottom: 0px;
  }
  .video-library-wrapper, .case-study-outer-wrp {
    border: none;
  }
  .latest-news, .case-study-outer-wrp {
    padding: 0px 20px 50px;
  }
  .video-library-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .vid-lib-header h2 {
    padding: 10px 0px 60px;
  }
  .video-library-wrapper {
    padding: 50px 20px;
  }
  .au-meet-the-team-inner-wrapper {
    border: none;
  }
  .au-meet-the-team-outter-wrapper {
    padding-top: 0px !important;
  }
  .au-heading-cta-module-outter {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-team-bottom-content-container {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .hamburger-menu {
    top: 80px;
  }
  .history-banner-outer-wrp {
    padding: 50px 20px;
  }
  /*   .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
  margin-left: 8%;
}   */
  .booking-dates  {
    flex: 0 45%;
    padding-bottom:20px;
  }
  .boking-details-no-nights {
    flex: 0 45%;
    padding-bottom:20px;
  }
  .boking-details-no-adults {
    flex: 0 45%;
    padding-bottom:20px;
  }
  .boking-details-no-childrens {
    flex: 0 45%;
    padding-bottom:20px;
  }
  .offer-code {
    flex: 0 45%;
  }
  .two-col-cont-bottom-outter {
    padding-top: 0px !important;
  }
  .room-type-outter-wrapper {
    padding-bottom: 0px !important;
  }  
  .type-of-room-info:last-child {
    padding-bottom: 0px;
    border-bottom: 0px dashed #e3bd8c;
  }  
  .left-group-container {
    flex: 0 100%;
    padding-bottom: 30px;
  } 
  .roon-type-block-heading {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .type-room-section-image-mobile {
    display:block;
  }
  .room-section-container {
    padding: 0px 0px 0px 0px;
  }  
  .type-room-section-image-mobile {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
  }
  .room-type-block-content {
    padding: 40px 30px 0px 30px;
    box-sizing: border-box;
  }
  .button-wrapper {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
  }  
  .type-of-room-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }  
  .type-room-section-image {
    display: none;
  }  
  .no-of-ppl-type-room {
    flex: 0 50%;
    margin: 0 auto;
  }
  .room-section-content {
    flex: 100%;
    padding-bottom:40px;
  }  
  .type-room-section-image {
    flex: 0 100%;
    margin: 0px 0px;
  } 
  .room-type-inner-wrapper {
    border: 0px solid #e3bd8c;
  }  
  .room-facilities {
    flex: 0 100%;
    padding-top: 40px;
    display: none;
  }   
  .room-type-heading-sub-heading {
    flex: 0 100%;
    text-align: center;
  }
  .book-nw-module-content {
    flex: 0 100%;
  } 
  .book-nowmodule-button-wrapper {
    text-align: center;
    padding-bottom: 20px;
  }  
  .book-now-module-right-content {
    flex: 0 100%;
    padding-top: 50px;
  }    
  /*   .footer-outter-wrapper .hs-menu-wrapper>ul>li {
  flex: 0 27%;
  margin: 0px 20px;
}   */
  .two-column-button-module-outter-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .two-col-cont-bottom-outter {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }    
  .section-cta-head {
    flex: 0 100%;
    text-align: center;
  }  
  .section-heading-head {
    flex: 0 100%;
    padding-bottom: 40px;
    text-align: center;
  }  
  .accordion-section-content-sub-heading {
    padding-bottom: 20px;
  }  
  .blc-content p {
    display: block;
  }
  .blc-content p:before {
    display: inline-flex;
  }    
  .image-content-container-info {
    flex: 0 45%;
  } 
  .two-column-module-outter-wrapper {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  } 
  .sigle-column-outter-wrapper {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }  
  .two-column-button-module-outter-wrapper .two-col-container-info {
    padding-bottom: 0px;
  }
  .au-single-column-outter-wrapper {
    padding: 60px 30px 0px !important;  
  }
  .two-column-session-content {
    padding: 60px 30px;
  }
  .select-section div {
    margin-top: 0px;
  }
  .bg-img-heading-container-info {
    flex: 0 100%;
    position: relative;
    margin-bottom: 0px;
  }  
  .latest-news .thank-u-page-rss {
    margin-bottom: 35px;
  }
  .latest-news .featured-image {
    min-height: 160px;
  }
  .filter-wrp {
    padding: 50px 30px !important;
    box-sizing: border-box !important;
  }
  .filter-inner-wrp {
    padding: 20px 0px;
  }
  .filter-cont {
    padding-top:0px;
  }
  .pp-outer-wrap .filter-cont {
    padding-top:20px;
  }
  .filter-1, .filter-2, .filter-3 {
    text-align: center !important;
    padding-bottom: 40px !important;
  }
  .filter-wrp {
    margin-top: initial !important;
  }
  .latest-news {
    padding: 0px 20px 50px !important;
    margin-bottom: 0px;
  }
  .latest-blog-heading h2, 
  .map-heading h2,
  .vid-lib-header h2,
  .cse-study-heading h2 {
    font-size: 40px !important;
    line-height:50px;
  }
  .latest-news .feedreader_box1 {
    display: block !important;
  }
  .virtual-map-outer-wrp {
    padding: 50px 20px !important;
    box-sizing: border-box !important;
  }
  .virtual-map-outer-wrp {
    padding: 50px 20px !important;
  }
  .video-container {
    display: block !important;
  }
  .video-container a {
    box-sizing: border-box !important;
  }
  .case-study-outer-wrp {
    padding: 0px 20px !important;
  }
  .case-study-outer-wrp .feedreader_box1 {
    display: block !important;
  }
  .inner-blog-post-banner p {
    font-size: 22px;
  }
  .cont-wrp {
    top: 30%;
  }
  .case-study-outer-wrp .featured-image {
    min-height: 300px;
  }
  .case-study-outer-wrp .post-name {
    min-height: 60px;
  }
  .image-below-col-content {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .image-content-container-col-info {
    flex: 0 100%;
    margin-top: 30px;
  }  
  .two-column-button-module-outter-wrapper-eat {
    padding-top: 45px !important;
    padding-bottom: 0px !important;
  }
  .two-column-button-module-outter-wrapper-yurt {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .parallax-outter-wrapper-two {
    margin-top: 30px;
  }
  .two-col-container-info:nth-child(even) .two-col-session-image, .two-col-container-info:nth-child(odd) .two-col-session-image {
    order: 2 !important;
  }
  .two-col-cont-bottom-outter.green-smre-outer .two-col-image-section {
    order: 2;
    min-height: 350px;
  }
  .green-smre-outer .two-col-content-section {
    padding: 50px 20px;
  }
  .two-column-button-module-inner-wrapper-comunity {
    border: 0px solid #85bfcc;
  }
  .bg-image-content-info-container {
    padding: 10px 0px 60px;
  }  
  .bg-image-content-module-inner-wrapper {
    border: 0px solid #a8c156;
  } 
  .two-col-bottom-container-info {
    padding: 30px 20px;
  }
  .image-content-accordion-inner-wrapper {
    border: 0px solid #e3bd8c;
    padding: 0px 0px 0px 0px;
  }
  .bottom-button-wrapper-com-left-content-com {
    flex: 0 100%;
    background-color: #e3e3e3;
  } 
  .two-com-bottom-container-com {
    padding: 40px 30px;
  }
  .bottom-button-wrapper-content-com {
    flex: 0 100%;
    text-align: center;
  }  
  .two-column-button-module-inner-wrapper-com {
    border: 0px solid #a8c156;
  }  
  .cg-accordion-inner-wrapper {
    border: 0px solid #D2C0E8;
    padding: 0px 0px;
  } 
  .bg-image-heading-inner-com {
    border: 0px solid #85BFCC;
  }  
  .image-content-accordion-content-section {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .accordion-right-content-info-com {
    padding: 0px 30px;
    box-sizing: border-box;
  }
  .bg-img-heading-container-info-com {
    flex: 0 100%;
    margin-bottom: 30px;
  }
  .two-col-container-info-com:nth-child(odd) .two-col-session-image-com {
    order: 0;
  }  
  .two-column-session-content-com {
    padding-bottom: 70px;
  }  
  .two-col-session-image-com {
    margin-bottom: 0px;
  }
  .cg-faq-answers-com-image {
    flex: 0 100%;
    text-align: center;
  }
  .cg-faq-answers-com-content {
    flex: 0 100%;
  }
  .cg-faq-content-container-comunity .cg-faq-answers-com-content {
    order: 2 !important;
  } 
  .cg-faq-answers-com-image {
    padding: 20px 0px 0px 0px;
  }
  .cg-faq-answers-com-content h2 {
    padding-left: 0px;
    padding-right: 0px;
  }  
  .resource-filter-outer-wrp {
    min-height:250px;
  }
  .signup-form-col form {
    display: block;
  }
  .signup-form-col form {
    display: block;
  }
  .signup-form-col form .hs-email .input input {
    min-width: auto;
    margin-bottom: 5px;
  }
  .signup-form-col input.hs-button.primary.large {
    margin: 20px 0px 40px;
  }
  .img-bel-col-sec-sub-heading h3 {
    font-size: 60px;
    line-height: 60px;
  }
  .room-type-heading-section-container {
    padding: 30px 20px 0px 20px !important;
    box-sizing: border-box;
  }   
  .bg-img-hover-content-com p {
    font-size: 22px;
    line-height:32px;
  }
  .bg-img-hover-content-com {
    padding: 30px 20px;
  }
  .bg-img-hover-heading-com h3, .bg-image-section-heading-com h2 {
    line-height:60px;
    font-size:45px
  }
  .two-column-button-module-outter-wrapper-comunity {
    padding-bottom: 0px !important;
  }
  .two-col-session-image-comunity, 
  .two-col-session-image-com, 
  .image-content-accordion-image-section {
    min-height: 350px;
  }
  .button-wrapper-container-com {
    margin-top: 30px;
  }
  .two-column-button-module-outter-wrapper-com, .bg-image-heading-outter-com {
    padding-bottom: 0px !important;
  }
  .cg-accordion-heading h2, .mus-art-section-heading h2, .mus-art-section-sub-heading h3, .bg-image-content-section-heading h2, .bg-image-section-sub-heading h3 {
    text-align: left;
  }
  .cg-accordion-sub-heading p {
    text-align: left;
    padding-left: 0px;
  }
  .cg-accordion-outter-wrapper {
    padding: 0 30px 0 !important;
  }
  .music-art-section-heading-container {
    padding: 0px;
  }
  .bg-image-content-module-session-image {
    display: none;
  }
  .bg-image-content-module-section-content-container {
    padding: 0px 30px 30px;
  }
  .bg-image-heading-inner-com {
    padding-bottom:30px !important;
  }
  .bg-image-section-sub-heading h3 { 
    padding: 0px;
  }
  .mr-filtr-module-inner {
    border: none;
  }
  .mr-filter-container {
    padding: 30px 0px;
  }
  .mr-filtr-head-wrap, .filtr-content-container-info .left-content-container {
    padding: 0 20px;
  }
  .signup-inner-col {
    padding-bottom: 0px;
  }
  .history-top-content {
    padding: 80px 30px 0px;
  }
  .history-cont-header h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .history-cont-header h3 {
    margin: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .content-details-wrp:before{
    display:none;
  }
  .history-block-header-inner-wrp {
    padding: 40px 20px;
  }
  .history-cont-header {
    padding: 0px 30px;
  }
  .history-outer-col .history-block-header-inner-wrp h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .history-block-header-inner-wrp h3 {
    margin: 0px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  .history-outer-col .history-block-Content-inner .history-block-2-cont:before{
    display:none;
  }

  .history-block-Content-inner:last-child {
    padding-bottom: 0px;
  }
  .history-outer-col .history-block-header-inner-wrp h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .history-outer-col .history-cont-header h2:before,.history-cont-header h3:before,.history-content-outer-wrp:before,
  .history-outer-col .history-block-header-inner-wrp h2:before,.history-block-header-inner-wrp h3:before,.history-block-header-inner-wrp:before{
    display:none;
  }
  .mobile-block-1-img {
    display: block !important;
    text-align: center;

  }
  .mobile-block-1-img img {
    max-width: 200px;
    margin: 0 auto;
  }
  .content-details-wrp {
    text-align: center;
  }
  .history-block-2-cont {
    text-align: center;
  }
  .mobile-block-2-img {
    display: block;
    text-align: center;
  }
  .mobile-block-2-img img {
    max-width: 200px;
    margin: 0 auto;
  }
  .history-outer-col .bloc-1-rpt-wrp-col1 .content-details-wrp:after{
    display:none;
  }
  .sticky-year-wrp.middle-nav{
    width: 100%;
    top: 0;
    background-color: #005441;
    right: inherit;
  }
  .section-years ul li a{
    padding: 10px 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    text-align:left;
  }
  .mobile-hamberger {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    padding-left:10px;
  }
  .mobile-hamberger img {
    width: 23px !important;
    padding-bottom: 7px;
    padding-left: 20px;
    transition: 0.2s;
    padding-right: 20px;
  }
  .section-years {
    display: none;
  }
  .mobile-hamberger.active img {
    transform: rotate(-180deg);
    padding-top: 7px;
    padding-right: 20px;
  }
  .au-single-col-section-button-wrapper {
    padding-bottom: 10px;
  }
}





@media (max-width: 680px){

  .quote-left-content {
    flex: 100% !important;
    max-width: 360px;
    margin: 0 auto;
  }  
  .two-col-lp-container-info {
    flex: 0 100%;
    padding-bottom: 30px;
  }  
  .two-col-lp-container-info:last-child {
    padding-bottom: 0px;
  }    
  .footer-content-information-inner-wrapper {
    padding: 0px 0px;
  }
  .section-address-container {
    padding: 0px 0px;
  }
  .social-icon-container {
    padding-bottom: 20px;
  }  
  .char-accordion-left-container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .donate-form-panel form {
    display: block;
  }
  .left-first-button {
    flex: 0 100%;
    text-align: center;
    padding-bottom: 60px;
  }
  .right-second-button {
    flex: 0 100%;
    text-align: center;
  }  
  .donate-form-panel input.hs-button.primary.large {
    min-width: 100%;
  }
  .donate-form-panel input.hs-button.primary.large {
    margin-left: 0px;
    margin-top: 20px;
  }  
  .lp-two-column-module-outter {
    padding: 60px 30px 0px 30px !important;
  }
  .faq-answers-com-image {
    flex: 0 100%;
    text-align: center;
  }
  .faq-answers-com-content {
    flex: 0 100%;
  }
  .faq-content-container-comunity .faq-answers-com-content {
    order: 2;
  } 
  .faq-answers-com-image {
    padding: 20px 0px 0px 0px;
  }  
  .quote-left-content {
    flex: 0 100% !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .quote-right-image {
    display: none;
  }
  .quote-left-content h2:before {
    top: -30px;
    left: 45%;
  }
}  


@media (max-width: 660px){
  .banner-sub-heading-cta-meet h2 {
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 30px;
  }
  .mr-types-room-info {
    flex: 0 35%;
    text-align: center;
    margin: 0 auto;
  }  
  .banner-sub-heading-cta h2 {
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 30px;
  }
  .banner-inner-wrapper-inner-retreat {
    bottom:15%;
  }
  .banner-sub-heading-cta-retreat h2 {
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 30px;
  }
  .contact-banner-section-heading h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .contact-form-section-form form {
    display: block;
    text-align: center;
  }
  .content-section-sub-heading h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .content-section-content p {
    max-width: 100%;
  }
  .bg-img-hover-content-com p {
    font-size: 20px;
    line-height:30px;
  }
  .bg-img-hover-content-com {
    padding: 30px 0px;
  }
  .bg-img-hover-heading-com h3, .bg-image-section-heading-com h2 {
    line-height: 40px;
    font-size:40px
  }
  .bg-img-heading-container-com {
    padding: 0px;
  }
  .bg-img-heading-cont-hover-com {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .widget-module ul li {
    padding: 0px !important;
  }
  .voucher-banner-outer .au-banner-heading {
    padding-top: 20%;
  }
}  




@media (max-width: 640px) {
  .header-inner-col>.row-fluid-wrapper.row-depth-1.row-number-4>.row-fluid {
    flex-wrap: nowrap !important;
  }
}


@media (max-width: 768px) {
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 {
    flex: 0 100% !important;
    margin: 0 !important;
  }  
  .hamburger-menu .hs-menu-wrapper>ul{
    column-count:1 !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    visibility: hidden;
    opacity: 0;
  }
  .hamburger-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    padding-bottom:0px !important;
  }

  .header-inner-col .row-fluid {
    flex-wrap: nowrap !important;
  }
  .desktop-logo-wrp img, .desktop-logo-white img {
    max-width: 180px !important;
    padding-top:7px;
    padding-bottom:8px;
  }
  .menu-outer-col-wrp {
    margin: 0px !important;
    flex: 0 10%;
  }
  .desktop-cta {
    margin-top: 10px !important;
  }
  .header-outer-col {
    height: 80px;
  }
  .hamburger-menu {
    padding-top: 80px;
  }
  .logo-outer-wrapper {
    margin-top: 15px !important;
  }
  .logo-outer-wrapper.icon-active {
    flex: 0 60%;
  }
  .menu-outer-col-wrp.icon-active {
    flex: 0 40%;
  }
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1>a {
    font-size: 18px;
    line-height: 21px;
  }
  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
    padding: 11px 0px;
  }

  .menu-outer-col-wrp.icon-active .menu-icon p {
    margin: 12px 0px;
  }
  .menu-outer-col-wrp.icon-active .menu-icon p img.menu-close {
    width: 35px;
    height: 48px;
    z-index: 99999999;
    position: relative;
  }
  .header-inner-col {
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .desktop-cta a {
    padding: 10px 20px;
  }

  .hamburger-menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    padding-bottom: 20px;
  }
  body.icon-active {
    overflow-y: hidden;
  }  
  .hamburger-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    cursor: pointer;
  }
  .hamburger-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
    width: auto;
  }
  .hamburger-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children::after {
    content: '';
    position: absolute;
    z-index :100;
    top: 20px;
    right: 0px;
    width: 15px;
    height: 100%;
    cursor: pointer;
    background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/DownAsset%202.png);
    background-repeat: no-repeat;
    /*     background-position: 96%; */
    background-size: 15px;
  }
  .hamburger-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-active::after {
    background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/RFSK%20%202020/UpAsset%201.png);
  }
}

@media (max-width: 600px) {

  .left-first-list {
    flex: 0 100%;
    padding: 30px 20px;
    order: 1 !important;
  } 
  .left-first-list .list-content-name h2.post-listing-simple {
    font-size: 25px;
    line-height: 35px;
  }
  .list-content-name p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 15px;
  }
  .left-first-list .list-read-more a {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 25px;
  }
  .listing-outer-wrap .listing-inner-wrap {
    flex: 0 100%;
    margin-bottom: 40px;
  }
  .listing-outer-wrap .listing-inner-wrap:nth-child(2) {
    margin-right: 0 !important;
  }
  .listing-outer-wrap .listing-inner-wrap:nth-child(3) {
    margin-left: 0 !important;
  }
  .listing-outer-wrap {
    padding: 40px 0px 20px;
  }
  .list-3blocks-wrapper {
    flex: 0 100%;
  }
  .right-first-list {
    flex: 0 100%;
  }
  .recent-post-wrap {
    flex: 0 100%;
  }  
  .recent-post-heading h2 {
    font-size: 32px;
  }
  .outer-blog-post-quote-section-wrapper .blog-post-quote-content h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .comment-form-outer h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .comment-form label span {
    font-size: 14px;
    line-height: 25px;
  }
  .comment-form input.hs-button.primary {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 35px;
  }
  blockquote p {
    padding-bottom: 0px !important;
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .case-study-outer-wrp-1 blockquote p {
    padding-bottom: 35px !important;
    font-size: 22px !important;
    line-height:32px !important;
  }
  blockquote {
    max-width:60%;
    margin: 50px auto;
  }
}




@media (max-width: 580px){
  .banner-right-group-meet {
    display: none;
  }
  .quote-left-content {
    flex: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  } 
  .quote-left-content h2:before {
    background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/QT.png) !important;
    background-repeat: no-repeat;
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background-position: center;
    background-size: 60px;
    margin-right: 10px;
    position: relative;
    top: 0px; 
    left: 0px; 
    right: 0;
    bottom: 0px;
  } 
  .three-column-module-lp-outter {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }  
  .quote-outter-wrapper {
    padding-top:0px !important;
    padding-bottom: 45px !important;
  }
  .three-col-lp-container-info {
    flex: 0 100%;
    padding-bottom: 50px;
  }
  .three-col-lp-container-info:last-child {
    padding-bottom: 0px;
  }
  .three-col-lft-image {
    flex: 0 10%;
    text-align: center;
  }
  .three-col-rght-content {
    flex: 0 85%;
  }
  .form-section-heading-sdf h1 {
    font-size: 42px !important;
    line-height: 50px !important;
  }  
  .footer-outter-wrapper .hs-menu-wrapper>ul {
    column-count: 1;
  }
  .footer-outter-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    max-width:100% !important;
    width: 100%;
  }
  .footer-logo {
    text-align: center;
  } 
  .section-address-container {
    text-align: center;
  }  
  .section-address-container a {
    display:inline-block;
    padding:12px 0px !important; 
  }
  .social-icon-container {
    justify-content: center;
    text-align: center;
  }  
  .social-icon-container-info .section-social-image a {
    display:inline-block;
  }
  .social-icon-container-info .section-social-image img {
    height:48px !important;
    width:48px !important;
    margin-bottom:20px;
  }
  .mr-types-room-info {
    flex: 0 44%;
  }     
  .banner-right-group {
    display: none;
  }   
  .blc-content p:before {
    width: 14px;
    height: 14px;
    background-size: 14px;
    margin-right: 6px;
  }
  .blc-content p {
    display: block;
  }
  .blc-content p:before {
    display: inline-flex;
  }    
  .single-column-headline h2 {
    text-align: left !important;
  }  
  .banner-cta-meet {
    display: none;
  } 
  .single-column-content p {
    text-align: left;
  }  
  .banner-left-group-meet {
    text-align: left;
  }
  .banner-section-heading-meet h1 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
  .banner-sub-heading-cta-meet h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .banner-inner-wrapper-inner-meet {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 140px;
  }
  .banner-cta-mobile-outter-meet {
    display:block !important;
    width:100%;
    float:left;
  }
  .banner-cta-mobile-meet {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .banner-cta-mobile-meet a {
    display: block;
    padding: 10px 10px;
    text-align: center;
  } 
  .banner-cta {
    display: none;
  } 
  .single-column-content p {
    text-align: left;
  }  
  .banner-left-group {
    text-align: left;
  }
  .banner-sub-heading-cta h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .banner-inner-wrapper-inner {
    position: absolute;
    bottom: 0px;
  }
  .banner-cta-mobile-outter {
    display:block;
    width:100%;
    float:left;
  }
  .banner-cta-mobile {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .no-of-ppl-type-room {
    flex: 0 70%;
    margin: 0 auto;
  }  
  .banner-cta-mobile a {
    display: block;
    padding: 10px 10px;
    text-align: center;
  }
  .accordion-outter-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
  }  
  .accordion-section-top-heading {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .accordion-section-content-sub-heading {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .accordion-left-content {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .faq-information {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .two-column-module-outter-wrapper, 
  .mr-filtr-head-wrap,
  .filtr-content-container-info .left-content-container {
    padding-left: 30px;
    padding-right: 30px;
  } 
  .banner-section-sub-heading-meet, 
  .banner-sub-heading-cta-meet h2, 
  .banner-left-group-meet {
    padding-bottom: 0px;
  }
  .three-col-lp-container {
    padding: 30px;
    box-sizing: border-box;
  }
  .contact-form-section-form .actions {
    padding-top: 20px;
  } 
  .contact-form-section-form input.hs-button.primary.large {
    margin-left: 0px;
    margin-top: 0px;
    min-width: 100% !important;
  }  
  .donate-form-section-heading h1 {
    font-size: 26px;
  }
  .types-menue-container.mobile-filter .menu-type-ins h3 {
    letter-spacing: .2px;
    color: #100e0b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    transition: .4s all;
  }
  .food-diff-container-right {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    flex: 0 100%;
    padding-top: 20px;
  }
  .food-diff-container-left {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .food-menue-section-heading {
    box-sizing: border-box;
  } 
  .food-menue-section-sub-heading {
    box-sizing: border-box;
  }  
  .food-menu-filter-inner {
    border: 0px solid #e3bd8c;
    padding: 0px 0px 0px 0px;
  }  
  .banner-inner-wrapper-inner-eat {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 140px;
  }
  .dd-button {
    padding: 10px 80px;
    letter-spacing: .2px;
    color: #100e0b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    padding-left: 30px;
    transition: .4s all;
  }
  ul.dd-menu {
    width: 100%;
  }  
  .types-menue-container {
    display: none;
  }  
  .types-menue-container.mobile-filter {
    display: block;
    text-align: left;
  }  
  .food-diff-container .food-diff-container-left {
    order: 1;
  }  
  .food-diff-container {
    padding: 40px 0px 0px 0px;
    max-width: 650px;
    margin: 0 auto;
  }  
  .food-diff-container-left {
    flex: 0 100%;
    border-right: 0px dashed #E3BD8C;
    padding-bottom: 0px;
  }
  .food-menu-filter-outter {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }  
  .banner-cta-eat-eat {
    display: none;
  }
  .two-session-button-wrapper-yurt-two {
    flex: 0 100%;
    text-align: center;
  }
  .two-session-button-wrapper-yurt {
    flex: 0 100%;
    text-align: center;
    margin-bottom: 50px;
  } 
  .bg-image-content-section-heading h2 {
    font-size: 56px;
    line-height: 62px;  
  }
  .cg-accordion-heading h2 {
    font-size: 56px;
    line-height: 65px;  
  }
  .mus-art-section-heading h2 {
    font-size: 56px;
    line-height: 65px;  
  }
  .image-content-accordion-block-heading h2 {
    font-size: 56px;
    line-height: 66px;
  }
  .two-session-button-wrapper-com {
    flex: 0 100%;
  }
  .bg-img-heading-container-com {
    padding: 0px 20px 0px 20px;
  }  
  .banner-section-heading h1, 
  .banner-section-heading-meet h1, 
  .banner-section-heading-retreat h1, 
  .banner-section-heading-eat h1, 
  .filter-heading h1,
  .charity-section-heading h1,
  .section-heading-com h1,
  .two-session-sub-heading-com h2, 
  .image-content-accordion-block-heading h2, 
  .cg-accordion-heading h2, 
  .mus-art-section-heading h2, 
  .bg-image-content-section-heading h2{
    font-size: 46px !important;
    line-height:56px !important;
  }
  .banner-left-group-retreat {
    text-align: left;
  }
  .banner-outter-wrapper-retreat, .banner-outter-wrapper-eat {
    height: 30vh;
  }
  .banner-sub-heading-cta-retreat h2, .banner-sub-heading-cta-eat h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .banner-inner-wrapper-inner-retreat {
    position: absolute;
    bottom: 40px;
  }
  .banner-inner-wrapper-inner-eat  {
    top: 80px;
  }
  .banner-sub-heading-cta-retreat h2, .banner-section-sub-heading-retreat {
    padding-bottom: 0px;
  }
  .three-column-heading-sec h2 {
    font-size: 42px;
    line-height:50px;
  }
  .quote-left-content h2:before {
    top: -30px;
    left: 40%;
  }
  .banner-left-group-eat {
    text-align: left;
  }
  .banner-outter-wrapper, .banner-outter-wrapper-meet {
    height: 30vh;
  }
  .two-column-button-module-outter-wrapper-eat {
    padding-top:0px !important;
  }
  .left-section-image {
    min-height: 350px;
  }
  .mr-filtr-module-outter .right-info-image {
    height: 350px;
  }
  .two-col-session-image {
    min-height:350px;
  }
  .food-diff-container {
    padding-top: 30px !important;
  }
  .food-menu-filter-border {
    padding: 30px 0px;
  }
  .sigle-column-outter-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }  
  .food-menue-left-container {
    padding: 0px 30px 20px;
  }
  .contact-banner-section-heading h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .contact-banner-outter-wrapper {
    min-height: 240px;
  }
  .contact-form-section-form input {
    min-width: auto;
  }
  .contact-form-section-heading-contact h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .contact-form {
    padding-top: 20px;
  }
  .content-section-sub-heading h1 {
    font-size: 42px;
    line-height: 42px;
  }    
  .our-finance-block {
    margin-bottom: 0px;
  }
  .charity-inner-wrapper {
    padding-top: 60px;
  } 
  .au-banner-outter-wrapper.voucher-banner-outer .au-banner-heading h1, .au-banner-heading h1 {
    font-size: 42px;
    line-height:52px;
  }
  .hs-content-id-36745425182 .banner-cta-mobile {
    padding-bottom: 30px !important;
  }
  .au-banner-outter-wrapper.voucher-banner-outer .au-banner-heading h1, .au-banner-heading h1 {
    font-size: 46px;
    line-height:56px;
  }
  .au-single-col-section-button-wrapper a, 
  .au-cta-button a, 
  .career-section-button-wrapper-au a {
    display: block;
  }
  .au-cta-button {
    padding: 0px 20px;
  }
  .career-section-button-wrapper-au {
    text-align: center;
  }
  .my-team-container {
    padding-bottom: 30px;
  }
  .unsusb-backup form input[type="email"] {
    width: auto !important;
    min-width: 270px;
  }
  .weddings-page .sigle-column-outter-wrapper {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }
}



@media (max-width: 500px){
  .outer-blog-post-quote-section-wrapper .blog-post-quote-content {
    padding-left: 60px;
  }  
  .blog-post-quote-content:before {
    left: -25px;
  }
  .blog-post-banner h2.post-listing-simple a span {
    font-size: 28px;
    line-height: 30px;
  }
  .comment-form .hs_submit.hs-submit {
    width: 100%;
    float: left;
    text-align: center;
  }
  .blog-post-banner div#hubspot-author_data {
    font-size: 16px;
  }
  .section-cta-head {
    font-size: 16px;
    padding: 10px 18px;
  }
  .post-sign-up .signup-form-col , .signup-form-col {
    max-width: 100%;
  }
  .signup-form-col form .hs-email .input input {
    width: 100%;
  }
  .my-team-con-info {
    flex: 0 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .meet-section-con-content {
    padding-bottom: 10px;
  }  
}


@media (max-width: 485px){
  /*   .footer-outter-wrapper .hs-menu-wrapper>ul>li {
  flex: 0 100%;
  float: none;
}   */
  .desktop-cta {
    display: none !important;
  }
}


@media (max-width: 480px){
  .error-page-2020 .error-wrapper form input[type="password"] {
    max-width: 100%;
  }
  .pass-text {
    padding-bottom:20px;
  }
  .section-sub-heading h3, 
  .mr-filtr-section-sub-heading h2,
  .two-session-sub-heading-eat h3,
  .two-session-sub-heading-yurt h3, 
  .img-bel-col-sec-sub-heading h3, 
  .food-menue-section-sub-heading h3,
  .food-menue-section-sub-heading h3, 
  .meet-section-sub-heading h3, 
  .my-tm-lft-cont-sub-heading h3,
  .careers-sectionau-subheading h3,
  .history-heading h1,
  .charity-block-sub-heading h3,
  .charity-acc-section-sub-heading h3,
  .our-finance-blc-heading h3,
  .our-prayer-team-blc-heading h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .footer-outter-wrapper ul li a {
    min-width: auto !important;
  }  
  .book-nowmodule-button-wrapper a {
    display: block;
    width: 100%;
    padding: 12px 0px;
  }   
  .offer-code input {
    height:48px;
  }
  .book-nowmodule-button-wrapper {
    padding-top:0px !important;
    margin-top:0px !important;
  }    
  .booking-dates  {
    flex: 0 100%;
    padding-bottom:20px;
  }
  .boking-details-no-nights {
    flex: 0 100%;
    padding-bottom:20px;
  }
  .boking-details-no-adults {
    flex: 0 100%;
    padding-bottom:20px;
  }
  .boking-details-no-childrens {
    flex: 0 100%;
    padding-bottom:20px;
  }
  .offer-code {
    flex: 0 100%;
  }  
  .banner-section-heading-meet h1 {
    font-size: 33px !important;
    line-height: 35px !important;
  }  
  .block-subheading h3 {
    font-size: 40px;
    line-height: 40px;
  }  
  .left-content-right-image-outter {
    padding-bottom: 45px !important;
    padding-top: 0px !important;
  }
  .room-selection-container-info {
    padding-top: 20px;
    padding-bottom: 0px;
  }  
  .type-of-room-info:last-child {
    padding-bottom: 0px;
    border-bottom: 0px dashed #e3bd8c;
  } 
  .left-section-sub-heading h3 {
    font-size: 40px;
    line-height: 40px;
  }  
  .parallax-outter-wrapper-two {
    display: none;
  }  
  .type-of-room-info {
    padding-top: 35px;
    padding-bottom: 50px;
  }  
  .room-type-block-content p, 
  .content-section-content p,
  .charity-block-content p,
  .charity-block-list-info-container h2,
  .faq-answers-charity h2,
  .our-finanace-blc-content p,
  .our-prayer-team-blc-content p,
  .bg-image-content-container-left p,
  .bg-image-section-sub-heading h3,
  .cg-faq-answers-com-content p,
  .faq-answers-com-content p,
  .cg-accordion-sub-heading p,
  .mus-art-section-sub-heading h3,
  .image-content-accordion-block-content p,
  .image-content-accordion-block-content a,
  .faq-answers-com-content p a, 
  .cg-accordion-sub-heading p a,
  .two-session-content-com p,
  .two-session-content-comunity p,
  .cg-faq-answers-com-content p a,
  .vou-col-left p, 
  .privacy-policy-text .filter-cont p, 
  .privacy-policy-text .filter-cont ul li {
    font-size: 16px;
    line-height: 26px;
  }  
  .image-content-accordion-block-heading h2 {
    padding-bottom: 20px;
  }
  .cg-faq-answers-com-image {
    padding: 20px 0px 20px 0px;
  }
  .cg-accordion-sub-heading p {
    padding: 10px 0px;
  }
  .cg-accordion-sub-heading {
    padding-bottom: 50px;
  }
  .button-wrapper a {
    padding: 14px 0px;
    width: 100%;
    display: block;
  }  
  .room-section-content {
    flex: 100%;
    padding-bottom: 0px;
  }  
  .room-type-outter-wrapper {
    padding-top: 0px !important;
    padding-bottom: 45px !important;
  }   
  .two-session-sub-heading h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .form-section-heading-sdf h3 {
    font-size: 26px;
    line-height: 55px;
  }  
  .mr-types-room-info {
    flex: 0 60%;
    text-align: center;
    margin: 0 auto;
  }
  .mr-filtr-section-sub-heading {
    text-align: center;
  }  
  .form-section-heading-sdf h1 {
    font-size: 32px !important;
    line-height: 44px !important;
    padding-bottom: 0px;
  } 
  .two-col-cont-sec-sub-heading h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .accordion-section-content-sub-heading h2 {
    font-size: 40px;
    line-height: 40px;
  } 
  .banner-inner-wrapper-inner-meet {
    top: 200px;
  }  
  .left-content h3 {
    font-size: 30px;
    line-height: 35px; 
  }  
  .heading-cta-module-outter {
    padding: 50px 20px !important;
  }
  .footer-outter-wrapper {
    margin-top:0px;
  }
  .two-col-rght-content {
    flex: 0 80%;
  }
  .two-col-lft-image {
    flex: 0 12%;
  }
  .two-col-lft-image img {
    float: right;
    padding-top: 8px;
  }
  .charity-section-image {
    min-height: 350px;
  } 
  .charity-acc-content {
    padding: 0px 0px;
  } 
  .charity-section-heading  {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .content-section-sub-heading h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .careers-section-au-image {
    min-height:350px;
    margin-bottom: 0px;
  }  
  .book-now-module-outter-wrapper {
    padding-bottom: 20px !important;
  }
  .section-sub-heading-bk h2, 
  .au-sec-heading-con h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .book-now-module-right-content {
    padding-top: 20px;
  }
  .single-column-content p, 
  .two-session-content p, 
  .my-tm-lft-cont-content p,
  .my-tm-rt-con-hd-content h3,
  .careers-sectionau-content p, 
  .accordion-left-content-info p, 
  .faq-answers h2,
  .meet-section-con-content p,
  .history-top-content p,
  .history-cont-header p,
  .history-block-2-cont p {
    font-size: 16px;
    line-height:26px;
  } 
  .single-column-headline h2, .history-top-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .book-now-module-outter-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .two-col-bot-left-sub-heading h3 {
    font-size: 22px;
    line-height:32px;
  }  
  .two-column-session-content {
    padding: 50px 30px;
  }
  .banner-section-heading-retreat h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .banner-sub-heading-cta-retreat h2 {
    font-size: 28px;
    line-height: 32px;
  }  
  .banner-section-heading-eat h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .banner-sub-heading-cta-eat h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .blc-content {
    flex: 0 88%;
  } 
  .no-of-ppl-type-room {
    padding-top: 0px;
  }
  .form-section-heading h2 {
    font-size: 22px;
    line-height:32px;
  }
  .green-smre-outer .two-col-content-section {
    padding: 50px 30px;
  }
  .two-col-content-bottom-content {
    padding: 30px;
  }
  .accordion-left-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .outer-blog-post-quote-section-wrapper {
    width:100%;
    float: none;
  }
  .blog-post-quote-content:before {
    left: 35%;
    top: -20px;
  }
  .outer-blog-post-quote-section-wrapper .blog-post-quote-content {
    padding-left: 0px;
    padding-top: 50px;
  }
  .blog-post-banner .inner-blog-post-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .next-post a, .prev-post a {
    font-size: 18px;
  }
  .blog-post-outer-wrapper .section.post-body p, .post-blog-content-wrapper p {
    font-size: 16px !important;
    line-height: 26px;
  }
  .blog-page-center-out-wr {
    padding: 0px;
  }
  .post-pagination {
    padding: 0 10px 10px;
    box-sizing: border-box;
  }
  .blog-post-inner-wrapper {
    padding: 30px 0px;
  }
  .section.post-body {
    padding: 0 30px;
  }
  .two-column-session-content-eat {
    padding: 0px;
  }
  .two-column-button-module-outter-wrapper-comunity {
    padding-top: 60px !important;
  }
  .accordion-heading h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .faq-answers-com-content h2 {
    padding-left: 0px; 
    padding-right: 0px; 
  }  
  .section-cta-head-two {
    text-align: center;
  }
  .bg-img-hover-content p {
    font-size:18px;
    line-height:28px;
  }
  .bg-img-hover-content {
    padding-top: 10px;
  }
  .bg-image-section-heading h2, .bg-img-hover-heading h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .three-column-heading-sec h2 {
    font-size: 32px;
    line-height:42px;
  }
  .resource-filter-outer-wrp {
    min-height: 230px;
  }
  .filter-wrp {
    padding-bottom:0px 0px 50px !important;
  }
  .filter-cont p {
    font-size: 16px;
  }
  .latest-blog-heading h2, , .vid-lib-header h2 {
    padding-bottom: 20px;
  }
  .latest-news .post-name a.name {
    line-height: 30px;
  }
  .latest-news { 
    padding: 20px 20px 50px !important;
  }
  padding: 0px 20px 50px !important;
  .readmore, .cse-study-heading h2 {
    padding-top:0px;
  }
  .video-container a {
    margin-top: 0px;
  }
  .blog-section-cta-head {
    margin: 30px !important;
  }
  .outer-blog-image-content-wrapper {
    padding-top: 0px;
  }
  .post-blog-content-wrapper {
    padding: 0 30px;
  }
  .case-study-outer-wrp-1 .outer-blog-post-quote-section-wrapper {
    padding: 0 30px 30px;
    box-sizing: border-box;
  }
  .case-study-outer-wrp-1 .blog-post-inner-wrapper {
    padding: 50px 0px 0px;
  }
  .case-study-outer-wrp-1 .signup-outer-col {
    margin-bottom: 0px;
  }
  .dropdown select, .dropdown option {
    min-width: auto;
    font-size: 18px;
  }
  .no-of-ppl-type-room select {
    width: 100%;
    min-width: auto;
  }
  .no-of-ppl-type-room {
    flex: 0 100%;
  }
  .roon-type-block-heading {
    text-align: left;
  }
  .two-column-session-content-yurt {
    padding: 60px 30px !important;
  }
  .two-column-session-content-eat {
    padding: 50px 30px 30px !important;
  }
  .button-wrapper-container {
    margin-top: 20px;
  }
  .bottom-button-wrapper-content p {
    max-width: 100%;
  }
  .two-yurt-bottom-container {
    padding: 20px;
  }
  .food-menue-left-container {
    padding: 0px 20px 20px;
  }
  .types-menue-container {
    padding: 20px 0px;
  }
  .two-session-button-wrapper-yurt a, 
  .two-session-button-wrapper-yurt-two a, 
  .img-bel-col-sec-button-wrapper a, 
  .food-diff-cont-sec-button-wrapper a, 
  a.cta_button {
    display: block;
    text-align: center;
  }
  .two-session-button-wrapper-yurt {
    margin-bottom: 30px;
  }
  .parallax-outter-wrapper, .parallax-outter-wrapper-two {
    min-height:350px;
  }
  .room-type-heading-sub-heading {
    text-align: left;
    padding-bottom:30px;
  }
  .contact-form input.hs-button.primary.large {
    min-width: 100%;
  }
  .left-first-button a, .right-second-button a {
    display: block;
  }
  .left-first-button {
    padding-bottom: 30px;
  }
  .quote-left-content {
    padding: 10px;
  }
  .charity-acc-content p {
    font-size: 17px;
  }
  .char-accordion-left-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .our-finance-block {
    padding: 0px 30px 30px;
  }
  .two-session-heading-comunity h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0px;
    padding-bottom:20px;
  }
  .two-session-sub-heading-com h2, 
  .image-content-accordion-block-heading h2, 
  .cg-accordion-heading h2, 
  .mus-art-section-heading h2,
  .bg-image-content-section-heading h2 {
    margin-bottom: 0px;
    padding-bottom:20px;
  }
  .bg-img-heading-container-com {
    padding: 0px;
  }
  .bg-img-hover-heading-com {
    display: none;
  }
  .bg-img-hover-content-com p {
    font-size: 18px;
    line-height:28px;
    font-weight: normal;
  }
  .bg-img-hover-button-com {
    margin-top: 10px;
  }
  .bottom-button-wrapper-col-left-content h2, 
  .bottom-button-wrapper-com-left-content-com h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .bottom-col-wrapper-content p {
    text-align: center;
  }
  .bg-image-content-module-outter-wrapper {
    padding-bottom: 0px !important;
  }
  .bottom-col-wrapper-button a {
    display: block;
  }
  .bg-img-button-wrapper a, .two-session-button-wrapper-com a {
    display: block;
    text-align: center;
  }
  .voucher-banner-outer .au-banner-heading {
    padding-top: 26%;
  }
  .voucher-inner .voucher-head h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .voucher-inner .voucher-head h3 {
    font-size: 17px;
    line-height: 27px;
  }
  .voucher-inner .voucher-head {
    text-align: left;
  }
  .mr-filtr-module-outter {
    padding-top:20px !important;
  }
  .cta-module-outter {
    padding: 40px 30px !important;
  }
  .bg-image-content-info-container {
    padding-bottom: 30px;
  }
  .faq-content-container-comunity, .cg-faq-content-container-comunity {
    padding: 20px 20px 0px;
    box-sizing: border-box;
    margin-right:0;
  }    
  .two-col-bottom-container-info {
    padding: 50px 30px 30px;
  }
  .section-heading-head h2 {
    font-size:22px;
    line-height:32px;
  }
  blockquote p:before {
    left: 35%;
    top: -20%;
  }
  blockquote p, 
  .blog-post-outer-wrapper .section.post-body blockquote p, 
  .post-blog-content-wrapper blockquote p {
    padding-bottom: 0px !important;
    font-size: 22px !important;
    line-height: 32px !important;
  }
  blockquote {
    max-width:80%;
    margin: 80px auto 30px;
  }
  .case-study-outer-wrp-1 .blog-post-outer-wrapper .section.post-body blockquote p {
    padding-bottom: 20px !important;
  }
  .case-study-outer-wrp-1 .blog-post-outer-wrapper .section.post-body blockquote p:before {
    left: -15%;
    top: 10px;
    background-size: 30px;
  }
  .case-study-outer-wrp-1 .blog-post-outer-wrapper .section.post-body blockquote {
    margin: 40px auto 30px;
  }
  .blog-outer-list-wrapper  {
    padding: 70px 0px 0px;
  }
  .comment-form-outer {
    padding: 0px 30px 40px;
  }
  .comment-form-outer h2 {
    padding-bottom: 20px;
    padding-top:20px;
    margin-bottom: 0px;
  }
  .comment-form-outer form {
    padding-top: 20px;
  }
  .blog-page-center {
    padding: 0px;
  }
  .outer-blog-post-wrapper {
    padding-top:0px;
  }
  .banner-cta-retreat {
    display: none;
  }
  .block-heading h2, 
  .room-type-heading-sub-heading h2,
  .left-section-heading h2, 
  .two-session-heading h2, 
  .two-col-cont-sec-heading h2, 
  .accordion-section-top-heading h3, 
  .mr-filtr-section-heading h2 {
    padding-bottom: 0px;
  } 
  .accordion-left-content {
    padding-bottom: 0px;
  }
  .two-col-container-info-yurt:last-child {
    padding-bottom: 0px !important;
  }
  .latest-blog-heading h2, .vid-lib-header h2 {
    padding-bottom: 30px;
  }
  .cse-study-heading h2 {
    padding-bottom: 10px;
  }
  .signup-inner-col {
    padding: 30px 30px 10px;
  }
  .latest-news .featured-image {
    min-height: 350px;
  }
  .video-library-wrapper {
    padding: 0px 20px;
  }
  .blog-heading-cta-module-outter {
    padding: 50px 0px 30px;
  }
  .contact-banner-outter-wrapper {
    padding-top: 100px !important;
  }
  .au-single-col-section-content p {
    font-size: 18px;
    line-height:28px;
  }
  .careers-section-au-content {
    padding: 50px 30px !important;
  }
  .au-careers-outter-wrapper {
    padding-bottom: 20px !important;
  }
  .history-banner-outer-wrp:after {
    left: 42%;
  }
  .history-content-outer-wrp {
    padding: 50px 0px 30px;
  }
  .quote-left-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .our-finance-blc-heading h3 {
    padding-bottom: 10px;
  }
  .our-prayer-team-blc-heading h3 {
    padding-bottom: 20px;
  }
  .charity-section-heading h1, .section-heading-com h1 {
    padding-bottom: 30px;
  }
  .charity-inner-wrapper, .cg-faq-answers-com
  padding-bottom: 0px;
}
.form-panel {
  display:block;
}  
.pp-outer-wrap .pp-text {
  padding-bottom: 0px;
}
}


@media (max-width: 450px) {
  .banner-inner-wrapper-inner-meet {
    top: 180px;
  }

  .banner-inner-wrapper-inner {
    top: 180px;
  }  
}


@media (max-width: 420px) {
  .banner-section-heading-meet h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-inner-wrapper-inner {
    top: 170px;
  }   
  .banner-outter-wrapper, 
  .banner-outter-wrapper-retreat, 
  .banner-outter-wrapper-eat  {
    height: 30vh;
    min-height: 450px;
  }
  .dropdown select, .dropdown option {
    font-size:15px;
  }
  .banner-section-heading h1, 
  .banner-section-heading-meet h1, 
  .banner-section-heading-retreat h1, 
  .banner-section-heading-eat h1, 
  .contact-banner-section-heading h1 {
    font-size: 30px !important;
    line-height:40px !important;
  }
  .au-banner-outter-wrapper.voucher-banner-outer {
    min-height: 250px !important;
  }

  blockquote {
    max-width:100%;
    margin: 80px auto 30px;
  }
  .case-study-outer-wrp-1 .blog-post-outer-wrapper .section.post-body blockquote p:before {
    display: none;
  }
  .case-study-outer-wrp-1 .blog-post-outer-wrapper .section.post-body blockquote p {
    font-style: italic;
  }
  .bg-img-hover-content {
    padding: 0px;
  }
  .bg-img-hover-heading-com h3, .bg-image-section-heading-com h2 {
    line-height: 40px;
    font-size: 30px;
  }
  .unsusb-backup .error-wrapper {
    padding: 40px 20px 60px;
  }
}




@media (max-width: 390px) { 
  .menu-icon {
    float: right !important;
  }
  .menu-outer-col-wrp {
    flex: 0 40%;
  }
}




@media (max-width: 380px) {
  .form-section-heading-sdf h1 {
    font-size: 24px !important;
    line-height: 38px !important;
  }      
  .banner-inner-wrapper-inner-meet {
    top: 115px;
  }
  .form-panel input {
    height: 48px;
    min-width: 250px;
  }  
  .contact-form-section-form input {
    height: 48px;
    min-width: 250px;
  }
  .donate-form-panel input {
    height: 48px;
    min-width: 250px;
  }
  .au-banner-outter-wrapper.voucher-banner-outer .au-banner-heading h1, .au-banner-heading h1 {
    font-size: 38px;
    line-height:48px;
  }  
  .bg-image-content-section-heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .cg-accordion-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }  
  .three-column-heading-sec h2 {
    font-size: 26px;
    line-height:28px;
  }
  .video-rpt-inner:after {
    left:36%;
  }
  .bg-img-hover-content-com {
    padding: 0px;
  }
  .bg-img-hover-content-com p {
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    margin-bottom: 20px;
  }
}



@media (max-width: 360px) {
  .banner-inner-wrapper-inner-meet {
    top: 120px;
  }
  .no-of-ppl-type-room select {
    background-color: rgb(227 189 140 / .5);
    letter-spacing: .44px;
    color: #100e0b;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 45px;
    font-weight: 600;
    background-image: url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/down.png),url(https://7198336.fs1.hubspotusercontent-na1.net/hubfs/7198336/Group.png) !important;
    background-repeat: no-repeat;
    padding-left: 90px;
    background-position: 95% center,5% center;
    -webkit-appearance: none;
    min-width: 271px;
    border: 0px;
    cursor: pointer;
  }  
}



@media (max-width: 350px) {
  .blog-page-center {
    padding: 0px 10px;
  }  
  .section-cta-head {
    font-size: 12px;
    padding: 8px 10px;
  }
}  



@media (max-width: 340px) {
  .header-inner-col>.row-fluid-wrapper.row-depth-1.row-number-4>.row-fluid {
    flex-wrap: nowrap !important;
  }  
  .banner-inner-wrapper-inner {
    top: 170px;
  }
}