@import url("https://use.typekit.net/bsl3ram.css");

/* Belfort */

@import url("//hello.myfonts.net/count/3445ad");
@font-face {
  font-family: "BellfortShadow";
  src: url("../webfonts/3445AD_0_0.eot");
  src: url("../webfonts/3445AD_0_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/3445AD_0_0.woff2") format("woff2"),
    url("../webfonts/3445AD_0_0.woff") format("woff"),
    url("../webfonts/3445AD_0_0.ttf") format("truetype");
}

html,
body {
  margin: 0;
  font-family: "vag-rundschrift-d", sans-serif;
  color: #616162;
  letter-spacing: 0.3px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  color: #4d4d4d;
  /* overflow-x: hidden; */
}
:focus {
  outline: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a:link,
a:visited {
  color: #24619d;
  font-family: "vag-rundschrift-d", sans-serif;
  font-style: normal;
  text-decoration: none;
}
.site-footer a {
  position: relative;
}

.covid19 {
  background: #026937;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.covid19 h2,
.covid19 .content a {
  color: #fff !important;
}
.covid19 .content a {
  text-decoration: underline;
}
.site-footer a:before,
.scale-x a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #92c180;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.site-footer a:hover::before,
.scale-x a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.block-system-main-block a:link,
.block-system-main-block a:visited {
  padding-bottom: 6px;
  position: relative;
  color: #4e9a29;
  text-decoration: none;
}
.block-system-main-block a:hover {
  color: #026937;
}
.block-system-main-block a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #92c180;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.block-system-main-block a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
figcaption {
  max-width: 300px;
  background: #f3f3f3;
  padding: 4px;
  font-size: 0.857em;
  margin-top: -5px;
}
/* Messages */
.messages.messages--status {
  background: green;
  border: green;
  color: #fff;
  padding: 20px;
}
.messages.messages--warning {
  background: orange;
  border: orange;
  color: #fff;
  padding: 20px;
}
.messages.messages--error {
  background: red;
  border: red;
  color: #fff;
  padding: 20px;
}

img {
  max-width: 100%;
  height: auto;
}
.fw-container {
  padding: 10px 0;
}
.fw-container.header-image {
  padding: 0;
  position: relative;
  margin: 0;
}
.fw-container.header-image::before {
  position: absolute;
  top: -18px;
  content: "";
  width: 100%;
  height: 12px;
  margin-top: 12px;
  background: url(../images/texture_green.svg) center top repeat-x;
  z-index: 999;
  transform: rotate(180deg);
}
.grid.contained {
  max-width: 75em !important;
  margin: 0 auto !important;
}
.contained {
  max-width: 75em !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.navigation,
.search {
  padding: 0;
}
/* ---------- Primary Menu Toggle ----------- */
/* Hide the toggle by default. */
.menu-toggle,
.menu-toggle-target {
  display: none;
}
/* Unhide it for the primary menu. */
.region-primary-menu .menu-toggle-target {
  position: fixed;
  top: 0;
  display: inherit;
}
.region-primary-menu .menu-toggle {
  display: none;
}
body:not(:target) .region-primary-menu .menu-toggle {
  z-index: 1000;
  display: block;
  float: none;
  padding: 0.9em 10px 0.9em 10px;
  text-decoration: none;
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px #eee;
  font-size: 0.929em;
}
body:not(:target) .region-primary-menu .menu-toggle:after {
  position: absolute;
  right: 10px; /* LTR */
  display: inline-block;
  width: 22px;
  height: 22px;
  content: "";
  background: url(../../../../misc/icons/ffffff/hamburger.svg) no-repeat;
  background-size: contain;
}
.block-local-tasks-block {
  border-bottom: 1px solid #424242;
}
.block-local-tasks-block ul {
  margin: 0;
  padding-left: 0;
}
.block-local-tasks-block ul li {
  display: inline-block;
}
.block-local-tasks-block ul li a {
  padding: 4px 8px;
  background: #424242;
  color: #fff;
}
h1 {
  font-size: 2.267em;
  color: #4d4d4d;
  line-height: 1em;
}
h2 {
  font-size: 1em;
  /*  text-transform: uppercase;
*/
}
.block > h2 {
  font-size: 2.267em;
}
h3 {
  font-size: 1em;
  line-height: 1.2em;
}
blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}
.fw-container.grid.branding {
  background-color: #4e9a2d;
  padding-top: 10px;
  padding-bottom: 10px;
}
.branding-second {
  justify-content: space-between;
}
.fw-container.grid.header {
  position: relative;
}
.fw-container.grid.header::before {
  position: absolute;
  top: -18px;
  content: "";
  width: 100%;
  height: 12px;
  margin-top: 12px;
  background: url(../images/texture_green.svg) center top repeat-x;
  z-index: 999;
  transform: rotate(180deg);
}
.header-contact {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.zone-content a:link,
.zone-content a:visited {
  color: #026937;
}
.header-contact p {
  margin-bottom: 0;
}
.header-contact ul {
  margin-bottom: 0px;
}
.header-contact ul li {
  display: inline;
  width: 30px;
}
.header-contact ul li a {
  display: inline-block;
  margin: 0px 10px;
  padding-bottom: 6px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.header-contact a.find-us,
.header-contact a.call-us,
.header-contact a.email-us {
  text-indent: 0;
  width: auto;
}
.header-contact a.find-us {
  background: url(../images/find_us.svg) left center no-repeat;
  padding: 0px 0px 2px 30px;
  margin-right: 20px;
}
.header-contact a.call-us {
  background: url(../images/call_us.svg) left center no-repeat;
  padding: 0px 0px 2px 30px;
  margin-right: 20px;
}
.header-contact a.email-us {
  background: url(../images/email_us.svg) left center no-repeat;
  padding: 0px 0px 2px 30px;
}

ul.horizontal-menu {
  text-align: right;
}
.horizontal-menu > li > a {
  background: transparent;
  border: none;
  font-size: 1.067em;
  font-weight: 400;
  color: #fff;
  padding: 0.5em;
  text-decoration: none;
  transition: none;
}
.horizontal-menu > li {
  background: none;
  border-bottom: none;
}
.horizontal-menu > li:hover {
  background: #4e9a2d;
}
.scale-x a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.scale-x a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #92c180;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.block-search {
  -ms-align-items: center;
  align-items: center;
  border-left: 1px solid #92c180;
  border-right: 1px solid #92c180;
  margin: 0;
  padding: 0 10px;
}
.block-search #edit-keys {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: none;
  border-color: #808080;
  color: #808080;
  outline: 0;
  padding: 5px 5px;
  font-size: 1em;
  font-family: "vag-rundschrift-d", sans-serif;
  font-weight: 300;
  height: 1.8em;
  width: 187px;
  margin-left: 10px;
}
.block-search #edit-submit {
  font-family: "vag-rundschrift-d", sans-serif;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 300;
  font-size: 1em;
  padding: 5px 5px 5px 35px;
  text-decoration: none;
  background: #4e9a2d;
  background-image: url(../images/find_out_more_arrow.svg);
  background-repeat: no-repeat;
  border-bottom: none;
  background-position: 5% 50%;
  transition: color 0.3s ease, background-color 0.3s ease;
  vertical-align: middle;
  width: auto;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  color: #fff;
  outline: 0;
  overflow: visible;
  text-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.block-responsive-menu {
  padding-top: 15px;
  border-top: 1px solid #92c180;
  border-left: 1px solid #92c180;
  flex: 100%;
}
/*------------- FLEXSLIDER  -------------*/
#flexslider-1 {
  max-height: 50vh;
  overflow: hidden;
}
/* .fillslide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40vh;
} */
.flexslider {
  background: #026937;
  border: 0;
}
/* .hero-slider .slides {
  max-height: 700px;
  overflow: hidden;
} */
.hero-slider h1 {
  font-family: "BellfortShadow";
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-size: 5vw;
  display: block;
  color: #fff;
  position: absolute;
  left: 10%;
  top: 20%;
  padding: 5px 20px 10px 20px;
  font-weight: normal;
}
.hero-slider p {
  font-weight: 300;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  font-size: 1.5vw;
  max-width: 500px;
  line-height: 1.1em;
  display: block;
  color: #fff;
  position: absolute;
  left: 10%;
  top: 53%;
  padding: 20px 20px 10px 20px;
  max-width: 500px;
}
.responsive-menu-toggle-icon span.label {
  left: auto;
  right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 885px) {
  .hero-slider .views-field-body {
    top: 39%;
  }
}
.hero-slider {
  background: url(/sites/default/files/styles/flexslider_home/public/2020-03/welcome_to_carlton_lodge.jpg)
    no-repeat center center;
  background-size: cover;
  border: none;
  border-radius: 0;
  margin: -10px 0 0 0;
  position: relative;
  width: 100%;
  height: 400px;
}
.flex-direction-nav a::before {
  color: #fff;
  display: block;
  height: 50px;
  width: 50px;
  padding: 10px;
  font-size: 20px;
  text-shadow: none;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: center;
  padding: 0px !important;
  opacity: 0.5;
  right: 0;
  height: 50px;
  vertical-align: middle;
  background: #000;
}
.flex-direction-nav .flex-prev {
  right: -50px;
  text-align: center;
  padding: 0px !important;
  left: 0;
  height: 50px;
  opacity: 0.5;
  vertical-align: middle;
  background: #000;
}
.news-slider .flex-direction-nav a.flex-next,
.news-slider .flex-direction-nav a.flex-prev {
  top: 20%;
  width: 50px;
}
.flex-control-nav {
  display: none;
}
.news-slider .flex-direction-nav .flex-prev,
.hero-slider:hover .flex-direction-nav .flex-prev,
.news-slider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
  display: block;
}
.news-slider .flex-direction-nav .flex-next,
.hero-slider:hover .flex-direction-nav .flex-next,
.news-slider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
  display: block;
}
.fw-container.grid.preface-first {
  background-image: url(../images/autumn_leaves.png);
  background-repeat: no-repeat;
}
.fw-container.preface-second {
  background-color: #e5e5e5;
  position: relative;
}
.cta {
  font-family: "BellfortShadow";
  font-size: 2.933em;
  line-height: 1em;
  padding: 23px 0px 23px 0px;
  text-align: center;
}
.cta p {
  margin: 0;
}
.cta a:link,
.cta a:visited {
  font-family: "BellfortShadow";
  line-height: 1em;
  padding: 23px 0px 23px 0px;
  text-align: center;
}

.fw-container.preface-second::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 12px;
  margin-top: -12px;
  background: url(../images/texture_light_grey.svg) center top repeat-x;
}
#main-wrapper {
  position: relative;
}
#main-wrapper::before {
  position: absolute;
  top: -12px;
  content: "";
  width: 100%;
  height: 12px;
  background: url(../images/texture_white.svg) center top repeat-x;
}
.page-node-type-our-activities #main-wrapper::before {
  position: absolute;
  top: -17px;
  content: "";
  width: 100%;
  height: 12px;
  background: url(../images/texture_white.svg) center top repeat-x;
}
/* Dynamic Layouts */
#block-views-block-our-packages-activities-block-2
  > div.content
  > div
  > div
  > div:nth-child(4)
  > div
  > div:nth-child(4)
  > div,
#block-views-block-our-packages-activities-block-3
  > div.content
  > div
  > div
  > div.views-row.views-layout.dynamic_layout\:packages_homepage
  > div
  > div:nth-child(3),
#block-views-block-our-packages-activities-block-3
  > div.content
  > div
  > div
  > div.views-row.views-layout.dynamic_layout\:packages_homepage
  > div
  > div:nth-child(4),
#block-views-block-our-packages-activities-block-2
  > div
  > div
  > div
  > div:nth-child(3)
  > div
  > div:nth-child(4)
  > div {
  display: none;
}
.dynamic-layouts-container-column {
  padding: 0 0 1rem 0;
  background: #4e9a2d;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.dynamic-layouts-container-column:nth-of-type(even) {
  background: #026937;
}
.dynamic-layouts-container-column a:link,
.dynamic-layouts-container-column a:visited {
  color: #fff;
}
.views-field-title {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 400 !important;
  padding: 20px 0px 10px 0px;
  font-size: 1.2rem;
}
.hover-block a:link,
.hover-block a:visited {
  color: #fff;
  background: #4e9a2d;
  padding: 5px 15px 5px 25px;
  border: 1px solid #fff;
  font-size: 1em;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #026937;
  transition: all ease 0.8s;
  position: relative;
}
.hover-block a::before,
.hover-block a::before {
  content: "";
  width: 25px;
  height: 31px;
  background: url(../images/packages_activities_arrow.svg) 8px center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.hover-block a:hover {
  box-shadow: inset 200px 0 0 0 #026937;
  color: #fff;
}
.dcol4,
.dcol8 {
  display: flex;
  padding-bottom: 0;
  align-items: center;

  height: 250px;
  overflow: hidden;
}
.dcol4.views-field-field-image-media a,
.dcol8.views-field-field-image-media a {
  line-height: 0;
}
.dcol4 .views-field-field-image-media,
.dcol8 .views-field-field-image-media {
  width: calc(100% / 3 * 2.04);
  border-right: 20px solid #fff;
}
.dcol4 .views-field-field-image-media img,
.dcol8 .views-field-field-image-media img {
  width: 100%;
}
.centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.centered .views-field {
  flex: 100%;
}
/*------------- Social -------------*/
.social-links-title {
  font-family: "BellfortShadow";
  font-size: 2.933em;
  line-height: 1em;
}
.social-links li {
  display: inline-block;
  margin-right: 10px;
}
.social-links a.facebook {
  display: block;
  text-indent: -9999px;
  background-image: url(../images/facebook.svg);
  height: 40px;
  width: 40px;
}
.social-links a.facebook:hover {
  display: block;
  text-indent: -9999px;
  background-image: url(../images/facebook_hover.svg);
  height: 40px;
  width: 40px;
}
.social-links a.twitter {
  display: block;
  text-indent: -9999px;
  background-image: url(../images/twitter.svg);
  height: 40px;
  width: 40px;
}
.social-links a.twitter:hover {
  display: block;
  text-indent: -9999px;
  background-image: url(../images/twitter_hover.svg);
  height: 40px;
  width: 40px;
}
.social-links a.youtube {
  display: block;
  text-indent: -9999px;
  background-image: url(../images/youtube.svg);
  height: 40px;
  width: 40px;
}
.social-links a.youtube:hover {
  display: block;
  text-indent: -9999px;
  background-image: url(../images/youtube_hover.svg);
  height: 40px;
  width: 40px;
}
.social-links-title span:nth-child(2) {
  display: inline-block;
}
.social-links-title span:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/social_arrow.svg) center center no-repeat;
}

.news-slider .views-field-field-image {
  margin-bottom: 15px;
}
.news-slider .views-field-created {
  color: #92c180;
  font-size: 0.8em;
  margin-top: 10px;
}
#flexslider-news {
  background: transparent;
}
.news-slider .views-field-title a {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 1.5em;
  color: #4e9a2d;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding: 5px 0px;
  min-height: 66px;
  line-height: 1;
}
.news-slider .flexslider {
  margin-bottom: 0px;
  background: transparent;
}
#edit-submit--2 {
  border: none;
  width: 100%;
  margin-top: 0.5em;
  cursor: pointer;
}
.news-slider .views-field-view-node a,
.news-slider a.visit-blog,
.blog-view .views-field-view-node a,
#edit-submit--2 {
  font-family: "vag-rundschrift-d", sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 300;
  font-size: 1.5em;
  padding: 20px 20px 20px 35px;
  text-decoration: none;
  background: #4e9a2d;
  background-image: url(../images/find_out_more_arrow.svg);
  background-repeat: no-repeat;
  border-bottom: 8px solid #026937;
  background-position: 10px 50%;
  transition: color 0.3s ease, background-color 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  display: block;
}
.news-slider .views-field-view-node a:hover,
.news-slider a.visit-blog:hover,
.blog-view .views-field-view-node a:hover,
#edit-submit--2:hover {
  text-decoration: none;
  background: #026937;
  border-bottom: 8px solid #4e9a2d;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-image: url(../images/find_out_more_arrow.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.blog-view .views-field-view-node a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #92c180;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.blog-view .views-field-view-node a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.news-slider a.visit-blog {
  margin-top: 10px;
}
.news-slider a.visit-blog {
  text-align: left;
}
.featured-bottom-first {
  background-image: url(../images/footprints_what_people_say.png);
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4d4d4d;
  position: relative;
  color: #fff;
  background-position: center;
}
.featured-bottom-first::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 60px;
  margin-top: -60px;
  background: url(../images/texture_dark_grey.svg) center top repeat-x;
}
.featured-bottom-first > div {
  flex: 25%;
  max-width: 25%;
  padding: 10px;
  background-color: #4d4d4d;
}
.accreditations .grid {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.accreditations article {
  width: calc(100% / 7);
  padding: 10px;
}
.fw-container.footer-first {
  background-color: #e5e5e5;
  position: relative;
}
.fw-container.footer-first::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 12px;
  margin-top: -12px;
  background: url(../images/texture_light_grey.svg) center top repeat-x;
}
.fw-container.footer-second {
  position: relative;
  padding: 100px 0 0 0;
  background: url(../images/footer_image.jpg) top center no-repeat #026937;
  background-size: 100% auto;
  padding-top: 500px;
  color: #fff;
  padding-bottom: 120px;
}
.fw-container.footer-third {
  background: #026937;
}
.fw-container.footer-second a,
.fw-container.footer-third a,
.fw-container.footer-second,
.fw-container.footer-third {
  color: #fff;
}
.footer-address {
  margin-right: 2rem;
}
.virgin {
  align-self: flex-end;
}
.footer-second {
  justify-content: space-between;
}
.field__label {
  font-weight: 400;
}
.fw-container.footer-second::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 12px;
  margin-top: -12px;
  background: url(../images/texture_white.svg) center top repeat-x;
}
.grid.footer-first {
  align-items: center;
  justify-content: center;
}
/* Resources */
.resources .file a:link,
.resources .file a:visited {
  padding-bottom: 6px;
  position: relative;
  color: #4e9a29;
  text-decoration: none;
}
.resources .file a:hover {
  color: #026937;
}
.resources .file a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #92c180;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.resources .file a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.resources .views-row {
  padding: 5px 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #fff;
  font-weight: 400;
  color: #4d4d4d;
  text-transform: uppercase;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: auto;
  right: 0.5em;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  font-weight: 400;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #454545 /*{fcDefault}*/;
  text-decoration: none;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0;
}
.ui-widget-content {
  border: 1px solid #d3d3d3;
  background: #fff;
  color: #4d4d4d;
}
.accordion .ui-accordion-header,
.accordion .ui-accordion-content-active {
  margin-bottom: 10px;
}
.ui-accordion .ui-accordion-header {
  padding: 15px 10px;
  position: relative;
  font-weight: 400;
  font-family: "vag-rundschrift-d", sans-serif;
  font-style: normal;
  text-decoration: none;
  color: #4e9a29;
}
.ui-accordion .ui-accordion-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #92c180;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.ui-accordion .ui-accordion-header:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.accordion .ui-accordion-header.ui-state-active {
  margin-bottom: 0px;
}

.ui-state-default .ui-icon {
  background-image: url(../images/accordion_expand.svg);
}
.accordion .ui-accordion-header a {
  margin-right: 20px;
}
.ui-icon {
  width: 25px;
  height: 25px;
}
.accordion .views-field-rendered .field-content {
  margin: 5px 0;
  display: block;
}
.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s {
  background-position: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  top: 43%;
}
.ui-state-active .ui-icon {
  background-image: url(../images/accordion-retract.svg);
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
}

.blog-view .views-field-field-image-media {
  border-top: 1px solid #4e9a2d;
  border-left: 1px solid #4e9a2d;
  border-right: 1px solid #4e9a2d;
}
.blog-view .views-field-created {
  color: #92c180;
  font-size: 0.8em;
}
.blog-view .views-field-title {
  padding: 0;
}
.blog-view .views-field-title h2 {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 1.5em;
  color: #4e9a2d;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding: 5px 0px;
  line-height: 1;
}
.padwrap {
  border-bottom: 1px solid #4e9a2d;
  border-left: 1px solid #4e9a2d;
  border-right: 1px solid #4e9a2d;
  padding: 10px;
}
.padwrap-noborder {
  padding: 10px;
}
.contact-form {
  background: #808080;
  padding: 10px 20px 20px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #fff;
}
.contact-form .form-item {
  padding: 0.5em 0;
}
label.form-required {
  position: relative;
  display: inline-block;
}
label.form-required::after {
  content: "*";
  color: red;
  display: inline-block;
  right: 0;
  top: 0;
  padding-left: 3px;
}
.what-people-say {
  text-align: center;
}
.what-people-say .views-field-title {
  color: #b5d5a8;
  font-size: 0.667em;
  text-transform: none;
  font-weight: 300;
}
.views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section {
  margin: 0 auto;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: none;
  border-color: #808080;
  color: #4d4d4d;
  outline: 0;
  padding: 5px 5px;
  font-size: 1em;
  font-family: "vag-rundschrift-d", sans-serif;
  font-weight: 300;
  height: 1.8em;
  width: 100%;
}
.sidebar h2 {
  margin: 0;
}
.staff-profiles .views-row .padwrap-noborder {
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 0%;
  background-color: #e5e5e5;
  border-bottom: 8px solid #026937;
  border-top: 2px solid #4e9a2d;
  text-align: center;
}
.staff-profiles h2 {
  margin: 0;
  color: #4e9a2d !important;
  font-size: 2em;
  font-weight: 400;
}
.page-user-login textarea,
input[type="password"],
input[type="text"],
input[type="email"] {
  background-color: #dedada;
}
#block-virgin > div.content > div > p:nth-child(2) {
  font-size: 1.6rem;
}
.virgin {
  background: #7a04dc;
  width: 350px;
  padding: 10px 10px 10px 10px;
  line-height: 1.6em;
  position: relative;
}
.virgin img {
  float: left;
  margin-right: 20px;
}

.virgin p {
  padding-top: 18px;
  margin-bottom: 0px;
}

a.virgin-link {
  text-indent: -9999px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.footer-menu {
  max-width: 400px;
  margin-bottom: 30px;
}
.footer-menu ul {
  list-style-type: none;
  -moz-columns: 2;
  columns: 2;
  -moz-column-width: 100px;
  column-width: 100px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.footer-third ul {
  margin: 0;
  padding: 0;
}
.faqs,
.accommodation-accordion {
  width: 100%;
}
.fw-container.postscript-second {
  background-color: #4e9a2d;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.fw-container.postscript-second h2,
.fw-container.postscript-third h2 {
  color: #fff;
}
.fw-container.postscript-second::before {
  position: absolute;
  top: -12px;
  content: "";
  width: 100%;
  height: 12px;
  background: url(../images/texture_green.svg) center top repeat-x;
  z-index: 999;
}
.fw-container.postscript-third {
  background: #026937;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.fw-container.postscript-third::before {
  position: absolute;
  top: -12px;
  content: "";
  width: 100%;
  height: 12px;
  background: url(../images/texture_dark_green.svg) center top repeat-x;
  z-index: 999;
}

.field--name-field-packages {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.field.field--name-field-packages > div {
  box-sizing: border-box;
  flex: 48%;
  margin: 10px 1%;
  border: 1px solid #4e9a2d;
}

.field--name-field-package-name {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #fff;
  background: #4e9a2d;
  height: 90px;
}
.field--name-field-package-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  resize: vertical;
  overflow: auto;
}

/*.field-name-field-package-price {
  font-size: 1.200rem;
  letter-spacing: .3px;
  font-weight: 400;
  color: #4D4D4D;
  padding: 15px;
}*/
.field--name-field-package-description {
  padding: 15px;
}
.field--name-field-package-price {
  font-size: 1.6rem;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #4d4d4d;
  display: inline-block;
  padding: 15px 5px;
}
.field--name-field-price-qualifier,
.field--name-field-price-per {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
  font-weight: 300;
  color: #4d4d4d;
  display: inline-block;
}
.related .views-row .padwrap {
  padding: 0 0 1rem 0;
  background: #4e9a2d;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.related .views-row .padwrap:nth-of-type(even) {
  background: #026937;
}
.related .views-rowa:link,
.related .views-rowa:visited {
  color: #fff;
}
.related .views-field-title h2 {
  line-height: 1;
  margin: 0;
  padding: 0 0 10px 0;
  color: #fff;
}
.related .views-field-title h2 a {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 400 !important;
  padding: 20px 0px 10px 0px;
  font-size: 1.2rem;
  color: #fff;
}
.sponsorlogos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .header-contact a.find-us,
  .header-contact a.call-us,
  .header-contact a.email-us {
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    text-align: left;
  }
  .header-contact a.find-us {
    background: url(../images/find_us.svg) center center no-repeat;
    padding: 0;
    margin-right: 0;
  }
  .header-contact a.call-us {
    background: url(../images/call_us.svg) center center no-repeat;
    padding: 0;
    margin-right: 0;
  }
  .header-contact a.email-us {
    background: url(../images/email_us.svg) left center no-repeat;
    padding: 0;
  }
  .fw-container.footer-second {
    padding-top: 270px;
  }
  /*  .custom-12 .dynamic-layout-row div[class*="-4"] {
    width: calc(100% / 2 - 10px);
  }
 .dcol4,
  .dcol8 {
    display: block;
    padding-bottom: 20px;
    -webkit-box-align: center;
    align-items: center;
    width: calc(100% / 2 - 10px);
    height: auto;
    overflow: hidden;
  }
  .dcol4.views-field-field-image-media a,
  .dcol8.views-field-field-image-media a {
    line-height: 0;
  }
  .dcol4 .views-field-field-image-media,
  .dcol8 .views-field-field-image-media {
    width: 100%;
    border-right: none;
  }
  .dcol4 .views-field-field-image-media img,
  .dcol8 .views-field-field-image-media img {
    width: 100%;
  } */
  .block-search {
    -ms-align-items: center;
    align-items: center;
    border-left: none;
    border-right: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    justify-content: space-around;
  }
  .block-responsive-menu {
    padding-top: 0;
    border-top: none;
    border-left: none;
    flex: none;
  }
  .branding-first {
    justify-content: space-between;
  }
  .branding-second {
    justify-content: center;
  }
  .contained.grid.featured-bottom-first {
    flex-wrap: wrap;
  }
  .featured-bottom-first > div {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .custom-12 .dynamic-layout-row div[class*="-4"],
  .featured-bottom-first > div {
    width: 100%;
  }
  .header-contact a.call-us {
    margin-right: 10px;
  }
  .accreditations .grid {
    flex-wrap: wrap;
  }
  .accreditations article {
    width: calc(100% / 2);
  }
  .responsive-menu-toggle {
    margin-right: 60px;
  }
  .featured-bottom-first > div {
    flex: 100%;
    max-width: 100%;
  }
  .social-links ul {
    margin: 0 0 40px 0;
    padding: 0;
  }
  .dcol4 .views-field-field-image-media,
  .dcol8 .views-field-field-image-media {
    width: 100%;
    border-right: none;
  }
  .grid.footer-first {
    justify-content: flex-start;
  }
  .fw-container.footer-second {
    padding-top: 100px;
  }
  .grid.branding-second {
    flex-direction: column-reverse;
  }
  .header-contact ul {
    text-align: center;
  }
  .dcol4,
  .dcol8 {
    display: block;
    height: auto;
    padding-bottom: 20px;
  }
  .virgin {
    width: 290px;
  }
  .hero-slider .views-field-title {
    line-height: 1;
    margin-top: 10px;
    font-family: "BellfortShadow";
    background: rgba(0, 0, 0, 1);
    background: #026937;
    opacity: 1;
    font-size: 2em;
    display: block;
    color: #fff;
    padding: 5px 20px 10px 20px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .hero-slider .views-field-body {
    font-weight: 300;
    display: block;
    font-size: 1em;
    background: rgba(0, 0, 0, 1);
    background: #026937;
    opacity: 1;
    line-height: 1.1em;
    display: block;
    color: #fff;
    padding: 0 20px 10px 20px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .hero-slider .views-field-field-image-media {
    max-height: 130px;
  }
  #flexslider-1 {
    max-height: auto;
    overflow: visible;
  }
  .fillslide {
    position: relative;
    height: auto;
  }
  .header-contact ul {
    margin: 0;
    padding: 0;
  }
}
