@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/* New Items added by Matt */
.box:before, .box:after { content: ''; display: table; clear: both; } /* Newer Clearfix */


.singleImageComponent img {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

@media screen and (max-width: 1000px) {
  .singleImageComponent img {
     display:block;
     max-width:100%;
     height:auto;
     margin-left:auto;
     margin-right:auto;
  }
}

.component_wrapperbg--dark {
  color:#ffffff;
  background-color:#000000;
}

.noHeaderCopyComponentWrapper {
  background-color:#000000;
  width: 100%;
  padding: 20px;
}
.noHeaderCopyComponentWrapper .noHeaderCopyComponent {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  text-align:center;
}

.noHeaderCopyComponent .body {
  color:#ffffff;
}

.body.home .dark {
  background-color:#000000;
  color:#ffffff;
}

.singleImageComponent > figure {
  color:#ffffff;
  text-align:center;
  font-size:75%;
}


@charset "UTF-8";
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
@import 'external/select2/select2.css';
.flickity-enabled {
  position: relative;
}
.flickity-enabled * {
  transform: initial;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: white;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.75;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
#swipebox-close::before, #swipebox-close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background: white;
}
#swipebox-close::before {
  transform: rotate(45deg);
}
#swipebox-close::after {
  transform: rotate(-45deg);
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 50px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: transparent;
  color: #444;
  text-shadow: none;
  padding-top: 30px !important;
  /*
  	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	        border-radius: 4px;
  */
}
.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*
  	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  */
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("external/fancybox/lightbox-close.png");
  background-position: center center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
}

.fancybox-prev span, .fancybox-next span {
  background-image: url("external/fancybox/fancybox_sprite@2x.png");
  background-size: 44px 152px;
  /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("external/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: -70px;
}

.fancybox-next {
  right: -70px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  color: #FFF;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("external/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #5f8289;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #5f8289;
  box-shadow: inset 0 1px 3px #dd471c;
  border-radius: 3px;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff;
  background: #5f8289;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/**
 * This theme is an example to show how you can create your own.
 */
.pika-single.dark-theme {
  color: #fff;
  background: #333;
  border: 1px solid #666;
  border-bottom-color: #999;
}

.dark-theme .pika-label {
  background-color: #333;
}

.dark-theme .pika-prev,
.dark-theme .is-rtl .pika-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAQ0lEQVR4Ae3KIQ4AIBTD0N0/IeHGI3UIRA3ut/Zl+ltXc5++htVAmIAwAWECwgSEKbgthEoIlRAqIVRCqINQB9nDgQd7ktwFo6UpWQAAAABJRU5ErkJggg==");
}

.dark-theme .pika-next,
.dark-theme .is-rtl .pika-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAP0lEQVQ4y+3TMQoAMAgEwfwfAvvjTZ1uGzuvHhBPPGczEG+FRqqRaqQaqUaqkX6QBmmjacvQ6qEVTjsh+xizebvlaWptGXZAAAAAAElFTkSuQmCC");
}

.dark-theme .pika-table th {
  color: #999;
}

.dark-theme .pika-button {
  color: #fff;
  background: #222;
}

.dark-theme .pika-week {
  color: #999;
}

.dark-theme .is-today .pika-button {
  color: #33aaff;
}

.dark-theme .is-selected .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
}

.dark-theme .is-disabled .pika-button {
  color: #999;
  opacity: 0.3;
}

.dark-theme .pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: hidden;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "New Baskerville";
  src: url("../fonts/NewBaskerville-Roman.woff") format("woff"), url("../fonts/NewBaskerville-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?78015746");
  src: url("../fonts/fontello.eot?78015746#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?78015746") format("woff2"), url("../fonts/fontello.woff?78015746") format("woff"), url("../fonts/fontello.ttf?78015746") format("truetype"), url("../fonts/fontello.svg?78015746#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
}

#root-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

h1 {
  color: white;
  font-family: "New Baskerville", serif;
  font-weight: normal;
  font-size: 55px;
  line-height: 63px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 970px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

h10 {
  color: white;
  font-family: "New Baskerville", serif;
  font-weight: normal;
  font-size: 55px;
  line-height: 63px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 970px) {
  h10 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  h10 {
    font-size: 30px;
    line-height: 34px;
  }
}

h2 {
  color: #161616;
  font-family: "New Baskerville", serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 44px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 970px) {
  h2 {
    font-size: 32px;
    line-height: 35px;
  }
}

h3 {
  color: #161616;
  font-family: "New Baskerville", serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 42px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 970px) {
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

h4 {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 970px) {
  h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

h5 {
  color: #161616;
  font-family: "New Baskerville", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 970px) {
  h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 970px) {
  h6 {
    font-size: 12px;
    line-height: 1.5;
  }
}

h7,
.heading--colour-sub {
  color: white;
  font-family: "New Baskerville", serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media only screen and (max-width: 970px) {
  h7,
.heading--colour-sub {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  h7,
.heading--colour-sub {
    font-size: 18px;
    line-height: 24px;
  }
}

h8 {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 970px) {
  h8 {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  h8 {
    font-size: 12px;
    line-height: 17px;
  }
}

h9 {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 970px) {
  h9 {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  h9 {
    font-size: 12px;
    line-height: 17px;
  }
}

.body {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 970px) {
  .body {
    font-size: 14px;
    line-height: 21px;
  }
}
.body a {
  color: #005ea5;
}

blockquote {
  color: #161616;
  font-family: "New Baskerville", serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  max-width: 80%;
  color: #c0a763;
}
@media only screen and (max-width: 970px) {
  blockquote {
    font-size: 32px;
    line-height: 35px;
  }
}

blockquote:before {
  display: block;
  padding-left: 10px;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}

cite {
  display: block;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
cite:before {
  content: none !important;
}

/******  COMPONENTS   ******/
.component_wrapper {
  padding: 24px 0;
}
.component_wrapper > * {
  padding: 0 40px;
}
@media only screen and (max-width: 435px) {
  .component_wrapper > * {
    padding: 0 26px;
  }
}
@media only screen and (max-width: 435px) {
  .component_wrapper {
    padding: 30px 0;
  }
}
.component_wrapper.bg--white {
  background: #fff;
}
.component_wrapper.bg--stone {
  background: #f9f9f9;
}
.component_wrapper.bg--white + .bg--white, .component_wrapper.bg--stone + .bg--stone, .component_wrapper.bg--default + .bg--default {
  padding-top: 0;
}
.component_wrapper.bg--white + .bg--white.sliderComponentWrapper, .component_wrapper.bg--stone + .bg--stone.sliderComponentWrapper, .component_wrapper.bg--default + .bg--default.sliderComponentWrapper {
  padding-top: 48px;
}
@media only screen and (max-width: 435px) {
  .component_wrapper.bg--white + .bg--white.sliderComponentWrapper, .component_wrapper.bg--stone + .bg--stone.sliderComponentWrapper, .component_wrapper.bg--default + .bg--default.sliderComponentWrapper {
    padding-top: 30px;
  }
}
.component_wrapper.sliderComponentWrapper + .component_wrapper {
  padding-top: 48px;
}
@media only screen and (max-width: 435px) {
  .component_wrapper.sliderComponentWrapper + .component_wrapper {
    padding-top: 30px;
  }
}

.breadcrumbSocialBar {
  background-color:white;
  position: relative;
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.breadcrumbSocialBar > div {
  max-width: 1290px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin: 0 auto !important;
}
.breadcrumbSocialBar.bg--stone {
  background: #f9f9f9 !important;
}
.breadcrumbSocialBar.bg--white {
  background: #fff !important;
}

/******  TRIPLE IMAGE COMPONENT   ******/
.tripleImageComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.tripleImageComponentWrapper .tripleImageComponent {
  max-width: 1290px;
  margin: 0 auto;
}
.tripleImageComponentWrapper .tripleImageComponent .swipebox-video {
  text-decoration: none;
  color: black;
}
.tripleImageComponentWrapper .tripleImageComponent .imageLink {
  text-decoration: none;
  color: white;
}
.tripleImageComponentWrapper .tripleImageComponent .textBlock + .blockRight {
  margin-top: 0 !important;
}
@media only screen and (max-width: 700px) {
  .tripleImageComponentWrapper .tripleImageComponent .textBlock + .blockRight {
    margin-top: 10% !important;
  }
}
.tripleImageComponentWrapper .tripleImageComponent .blockLeft {
  width: 47%;
  float: left;
  margin-top: 6%;
  clear: both;
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .blockLeft {
    width: 49%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  .tripleImageComponentWrapper .tripleImageComponent .blockLeft {
    width: 100%;
    margin-top: 10%;
    max-height: initial;
  }
}
.tripleImageComponentWrapper .tripleImageComponent .blockLeft.textBlock {
  margin-top: 0 !important;
}
.tripleImageComponentWrapper .tripleImageComponent .blockRight {
  width: 47%;
  float: right;
  margin-top: 6%;
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .blockRight {
    width: 49%;
    margin-top: 2%;
    max-height: 342px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  .tripleImageComponentWrapper .tripleImageComponent .blockRight {
    width: 100%;
    margin-top: 10%;
  }
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .imageBlock {
    position: relative;
  }
  .tripleImageComponentWrapper .tripleImageComponent .imageBlock:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .tripleImageComponentWrapper .tripleImageComponent .imageBlock:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tripleImageComponentWrapper .tripleImageComponent .imageBlock .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .tripleImageComponentWrapper .tripleImageComponent .imageBlock .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tripleImageComponentWrapper .tripleImageComponent .imageBlock .imageOverflow {
    display: none;
  }
}
.tripleImageComponentWrapper .tripleImageComponent .image {
  position: relative;
}
.tripleImageComponentWrapper .tripleImageComponent .image .imageOverflow {
  overflow: hidden;
  width: 100%;
}
.tripleImageComponentWrapper .tripleImageComponent .image .imageOverflow > img {
  float: left;
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .image {
    height: 95%;
    line-height: 1.4;
  }
}
.tripleImageComponentWrapper .tripleImageComponent .image h6 {
  padding-top: 5px;
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .image h6 {
    padding-top: 15px;
  }
}
.tripleImageComponentWrapper .tripleImageComponent .image img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.tripleImageComponentWrapper .tripleImageComponent .image img:hover {
  transform: scale(1.05);
}
.tripleImageComponentWrapper .tripleImageComponent .image .imageTitle {
  position: absolute;
  margin: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  z-index: 1;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .image .imageTitle {
    white-space: normal;
    text-align: center;
    line-height: 1.5;
  }
}
.tripleImageComponentWrapper .tripleImageComponent .image .circle {
  border-radius: 50%;
  background-color: white;
  position: absolute;
  transform: translate(-50%, -65%);
  top: 65%;
  left: 50%;
  height: 50px;
  width: 50px;
  opacity: 0.8;
  z-index: 20;
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .image .circle {
    height: 40px;
    width: 40px;
  }
}
.tripleImageComponentWrapper .tripleImageComponent .image .playButton {
  padding-left: 19px;
  padding-top: 18px;
  opacity: 1;
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .image .playButton {
    padding-left: 16px;
    padding-top: 13px;
  }
}
.tripleImageComponentWrapper .tripleImageComponent h2 {
  max-width: 400px;
  position: relative;
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent h2 {
    max-width: 305px;
  }
}
.tripleImageComponentWrapper .tripleImageComponent h2::before {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 49px;
  border-bottom: none;
  color: #666;
  line-height: 20px;
  font-family: "fontello";
  content: "";
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent h2::before {
    width: 57px;
    bottom: -21px;
    border-bottom: none;
    color: #666;
    line-height: 20px;
    font-family: "fontello";
    content: "";
  }
}
.tripleImageComponentWrapper .tripleImageComponent .body {
  max-width: 415px;
  padding-top: 34px;
}
@media only screen and (max-width: 970px) {
  .tripleImageComponentWrapper .tripleImageComponent .body {
    padding-top: 32px;
  }
}

/******  SLIDER COMPONENT   ******/
.sliderComponentWrapper {
  width: 100%;
  border-bottom: 1px solid #e3e2e2;
  border-top: 1px solid #e3e2e2;
}
.sliderComponentWrapper .sliderComponent {
  max-width: 1290px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 435px) {
  .sliderComponentWrapper .sliderComponent {
    padding: 0;
  }
}
.sliderComponentWrapper .sliderComponent .imageBlock {
  width: 342px;
  height: 325px;
  display: inline-block;
  margin-left: 26px;
}
@media only screen and (max-width: 1024px) {
  .sliderComponentWrapper .sliderComponent .imageBlock {
    width: 250px;
    height: 238px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .sliderComponentWrapper .sliderComponent .imageBlock {
    width: 202px;
    height: 208px;
  }
}
.sliderComponentWrapper .sliderComponent .imageBlock img {
  width: 342px;
  height: 280px;
}
@media only screen and (max-width: 1024px) {
  .sliderComponentWrapper .sliderComponent .imageBlock img {
    width: 250px;
    height: 205px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .sliderComponentWrapper .sliderComponent .imageBlock img {
    width: 202px;
    height: 165px;
  }
}
.sliderComponentWrapper .sliderComponent .imageBlock h8 {
  width: 100%;
  display: block;
  text-align: left;
}
.sliderComponentWrapper .sliderComponent .imageBlock h9 {
  width: 100%;
  display: block;
  text-align: left;
}
.sliderComponentWrapper .sliderComponent h3 {
  padding-bottom: 40px;
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel {
  padding-left: 66px;
  padding-right: 66px;
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel:after {
  content: "flickity";
  display: none;
  /* hide :after */
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel[data-slide-count="1"]:after, .sliderComponentWrapper .sliderComponent .tripleImageCarousel[data-slide-count="2"]:after, .sliderComponentWrapper .sliderComponent .tripleImageCarousel[data-slide-count="3"]:after {
  content: "";
  display: none;
  /* hide :after */
}
@media only screen and (max-width: 1024px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) and (max-width: 435px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell {
  display: inline-block;
  width: 33.3333%;
  padding-right: 13px;
  padding-left: 13px;
}
@media only screen and (max-width: 970px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell {
    height: 215px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 750px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell {
    width: 50%;
    height: 262px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 750px) and (max-width: 555px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell {
    width: 100%;
    height: 262px;
    padding: 0;
  }
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
    height: 205px;
  }
}
@media only screen and (max-width: 970px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
    height: 165px;
  }
}
@media only screen and (max-width: 750px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
    height: 165px;
  }
}
@media only screen and (max-width: 555px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
    height: 205px;
  }
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselImage {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  transition: 0.4s;
  cursor: pointer;
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselImage:hover {
  transform: scale(1.05);
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText {
  width: 342px;
  margin: 0 auto;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText {
    width: 250px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText {
    width: 202px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) and (max-width: 555px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText {
    margin-left: 40px;
  }
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText h8 {
  width: 100%;
  display: block;
  text-align: left;
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText h9 {
  width: 100%;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel:after {
    content: "flickity" !important;
    display: none;
    /* hide :after */
  }
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button {
  background-color: transparent;
  outline: none;
  top: 155px;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 435px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.previous {
    left: -5px;
    top: 117px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.previous {
    left: -5px;
    top: 90px;
  }
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.next {
  transform: scaleX(-1) translateY(-50%) !important;
}
@media only screen and (max-width: 1024px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.next {
    right: -14px;
    top: 117px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.next {
    right: -14px;
    top: 90px;
  }
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-page-dots {
  display: none;
}
@media only screen and (max-width: 435px) {
  .sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-page-dots {
    display: block;
    top: 184px;
    bottom: 0;
  }
}

/******************
* Weddings Slider *
******************/

/******  SLIDER COMPONENT   ******/
.weddingSliderWrapper {
  width: 100%;
  border-bottom: 1px solid #e3e2e2;
  border-top: 1px solid #e3e2e2;
}
.weddingSliderWrapper .sliderComponent {
  max-width: 1290px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 435px) {
  .weddingSliderWrapper .sliderComponent {
    padding: 0;
  }
}
.weddingSliderWrapper .sliderComponent .imageBlock {
  width: 342px;
  height: 325px;
  display: inline-block;
  margin-left: 26px;
}
@media only screen and (max-width: 1024px) {
  .weddingSliderWrapper .sliderComponent .imageBlock {
    width: 250px;
    height: 238px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .weddingSliderWrapper .sliderComponent .imageBlock {
    width: 202px;
    height: 208px;
  }
}
.weddingSliderWrapper .sliderComponent .imageBlock img {
  width: 342px;
  height: 280px;
}
@media only screen and (max-width: 1024px) {
  .weddingSliderWrapper .sliderComponent .imageBlock img {
    width: 250px;
    height: 205px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .weddingSliderWrapper .sliderComponent .imageBlock img {
    width: 202px;
    height: 165px;
  }
}
.weddingSliderWrapper .sliderComponent .imageBlock h8 {
  width: 100%;
  display: block;
  text-align: left;
}
.weddingSliderWrapper .sliderComponent .imageBlock h9 {
  width: 100%;
  display: block;
  text-align: left;
}
.weddingSliderWrapper .sliderComponent h3 {
  padding-bottom: 40px;
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel {
  padding-left: 66px;
  padding-right: 66px;
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel:after {
  content: "flickity";
  display: none;
  /* hide :after */
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel[data-slide-count="1"]:after, .weddingSliderWrapper .sliderComponent .tripleImageCarousel[data-slide-count="2"]:after, .weddingSliderWrapper .sliderComponent .tripleImageCarousel[data-slide-count="3"]:after {
  content: "";
  display: none;
  /* hide :after */
}
@media only screen and (max-width: 1024px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) and (max-width: 435px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell {
  display: inline-block;
  width: 33.3333%;
  padding-right: 13px;
  padding-left: 13px;
}
@media only screen and (max-width: 970px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell {
    height: 215px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 750px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell {
    width: 100%;
    height: 262px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 750px) and (max-width: 555px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell {
    width: 100%;
    height: 262px;
    padding: 0;
  }
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
    height: 205px;
  }
}
@media only screen and (max-width: 970px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
    height: 165px;
  }
}
@media only screen and (max-width: 750px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
    height: 165px;
  }
}
@media only screen and (max-width: 555px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .imageWrapper {
    height: 205px;
  }
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselImage {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  transition: 0.4s;
  cursor: pointer;
}

@media only screen and (max-width: 555px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselImage {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat:no-repeat;
    margin: 0 auto;
    transition: 0.4s;
   cursor: pointer;
  }
}

.weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselImage:hover {
  transform: scale(1.1);
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText {
  width: 342px;
  margin: 0 auto;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText {
    width: 250px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText {
    width: 202px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) and (max-width: 555px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText {
    margin-left: 40px;
  }
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText h8 {
  width: 100%;
  display: block;
  text-align: left;
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel .carousel-cell .carouselText h9 {
  width: 100%;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel:after {
    content: "flickity" !important;
    display: none;
    /* hide :after */
  }
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button {
  background-color: transparent;
  outline: none;
  top: 155px;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 435px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.previous {
    left: -5px;
    top: 117px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.previous {
    left: -5px;
    top: 90px;
  }
}
.weddingSliderWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.next {
  transform: scaleX(-1) translateY(-50%) !important;
}
@media only screen and (max-width: 1024px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.next {
    right: -14px;
    top: 117px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .flickity-prev-next-button.next {
    right: -14px;
    top: 90px;
  }
}
.sliderComponentWrapper .sliderComponent .tripleImageCarousel .flickity-page-dots {
  display: none;
}
@media only screen and (max-width: 435px) {
  .weddingSliderWrapper .sliderComponent .tripleImageCarousel .flickity-page-dots {
    display: block;
    top: 184px;
    bottom: 0;
  }
}


/******  FEATURE IMAGE COMPONENT   ******/
.featureImageComponentWrapper {
  width: 100%;
}
.featureImageComponentWrapper .featureImageComponent {
  max-width: 1290px;
  margin: 0 auto;
  overflow: hidden;
}
.featureImageComponentWrapper .featureImageComponent .swipebox-video {
  text-decoration: none;
  color: black;
}
.featureImageComponentWrapper .featureImageComponent .imageLink {
  text-decoration: none;
  color: white;
}
.featureImageComponentWrapper .featureImageComponent .textBlock {
  max-width: 24%;
}
@media only screen and (max-width: 1024px) {
  .featureImageComponentWrapper .featureImageComponent .textBlock {
    max-width: 33%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 700px) {
  .featureImageComponentWrapper .featureImageComponent .textBlock {
    max-width: 100%;
  }
}
.featureImageComponentWrapper .featureImageComponent .textBlock.left {
  float: left;
}
.featureImageComponentWrapper .featureImageComponent .textBlock.right {
  float: right;
}
.featureImageComponentWrapper .featureImageComponent .textBlock h3 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 970px) {
  .featureImageComponentWrapper .featureImageComponent .textBlock h3 {
    padding-top: 22px;
    padding-bottom: 10px;
  }
}
.featureImageComponentWrapper .featureImageComponent .textBlock h3::before {
  content: "";
  position: absolute;
  width: 49px;
  border-bottom: none;
  color: #666;
  line-height: 20px;
  font-family: "fontello";
  content: "";
  top: 0px;
}
.featureImageComponentWrapper .featureImageComponent .imageWrapper {
  width: 73%;
  height: 430px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .featureImageComponentWrapper .featureImageComponent .imageWrapper {
    width: 65%;
    height: 345px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .featureImageComponentWrapper .featureImageComponent .imageWrapper {
    height: 295px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) and (max-width: 700px) {
  .featureImageComponentWrapper .featureImageComponent .imageWrapper {
    width: 100%;
    height: 430px;
    margin-top: 20px;
  }
}
.featureImageComponentWrapper .featureImageComponent .imageWrapper.left {
  float: left;
}
.featureImageComponentWrapper .featureImageComponent .imageWrapper.right {
  float: right;
}
.featureImageComponentWrapper .featureImageComponent .imageWrapper .imageTitle {
  position: absolute;
  margin: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  pointer-events: none;
  transition: all 0.3s;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 970px) {
  .featureImageComponentWrapper .featureImageComponent .imageWrapper .imageTitle {
    letter-spacing: 0.1em;
    max-width: 200px;
    width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    text-align: center;
    line-height: 1.5;
  }
}
.featureImageComponentWrapper .featureImageComponent .imageWrapper .circle {
  border-radius: 50%;
  background-color: white;
  position: absolute;
  transform: translate(-50%, -65%);
  top: 65%;
  left: 50%;
  height: 50px;
  width: 50px;
  opacity: 0.8;
  z-index: 20;
  pointer-events: none;
}
@media only screen and (max-width: 970px) {
  .featureImageComponentWrapper .featureImageComponent .imageWrapper .circle {
    height: 40px;
    width: 40px;
  }
}
.featureImageComponentWrapper .featureImageComponent .imageWrapper .playButton {
  padding-left: 19px;
  padding-top: 18px;
  opacity: 1;
  pointer-events: none;
}
@media only screen and (max-width: 970px) {
  .featureImageComponentWrapper .featureImageComponent .imageWrapper .playButton {
    padding-left: 16px;
    padding-top: 13px;
  }
}
.featureImageComponentWrapper .featureImageComponent .mobileImage {
  display: none;
}
@media only screen and (max-width: 435px) {
  .featureImageComponentWrapper .featureImageComponent .mobileImage {
    display: block;
  }
}
@media only screen and (max-width: 435px) {
  .featureImageComponentWrapper .featureImageComponent .desktopImage {
    display: none;
  }
}
.featureImageComponentWrapper .featureImageComponent .imageBlock {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.featureImageComponentWrapper .featureImageComponent .imageBlock:hover {
  transform: scale(1.05);
}

/******  DOUBLE IMAGE COMPONENT   ******/
.doubleImageComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.doubleImageComponentWrapper .doubleImageComponent {
  max-width: 1290px;
  margin: 0 auto;
  overflow: hidden;
}
.doubleImageComponentWrapper .doubleImageComponent .swipebox-video {
  text-decoration: none;
  color: black;
}
.doubleImageComponentWrapper .doubleImageComponent .imageLink {
  text-decoration: none;
  color: white;
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock {
  width: 47%;
}
@media only screen and (max-width: 700px) {
  .doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock {
    min-width: 100%;
  }
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock.left {
  float: left;
}
@media only screen and (max-width: 700px) {
  .doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock.left {
    margin-bottom: 20px;
  }
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock.right {
  float: right;
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock h3 {
  max-width: 80%;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock h3::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 49px;
  border-bottom: none;
  color: #666;
  line-height: 20px;
  font-family: "fontello";
  content: "";
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock p {
  max-width: 95%;
  padding-top: 20px;
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .imageWrapper {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 970px) {
  .doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .imageWrapper {
    height: 265px;
  }
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .imageTitle {
  position: absolute;
  margin: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .imageTitle:hover {
  text-decoration: underline;
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .imageTitle.hoverClass {
  text-decoration: underline;
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .circle {
  border-radius: 50%;
  background-color: white;
  position: absolute;
  transform: translate(-50%, -65%);
  top: 65%;
  left: 50%;
  height: 50px;
  width: 50px;
  opacity: 0.8;
  z-index: 20;
}
@media only screen and (max-width: 970px) {
  .doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .circle {
    height: 40px;
    width: 40px;
  }
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .playButton {
  padding-left: 19px;
  padding-top: 18px;
  opacity: 1;
}
@media only screen and (max-width: 970px) {
  .doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .playButton {
    padding-left: 16px;
    padding-top: 13px;
  }
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .imageBlock {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: 0.4s;
}
.doubleImageComponentWrapper .doubleImageComponent .doubleImageBlock .imageBlock:hover {
  transform: scale(1.05);
}

/******  QUAD IMAGE COMPONENT   ******/
.quadImageComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.quadImageComponentWrapper .quadImageComponent {
  max-width: 1290px;
  margin: 0 auto;
  overflow: hidden;
}
.quadImageComponentWrapper .quadImageComponent .textBlock {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 700px) {
  .quadImageComponentWrapper .quadImageComponent .textBlock {
    width: 100%;
    padding-top: 2%;
  }
}
.quadImageComponentWrapper .quadImageComponent .textBlock h3 {
  position: relative;
}
.quadImageComponentWrapper .quadImageComponent .textBlock h3::before {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 49px;
  border-bottom: none;
  color: #666;
  line-height: 20px;
  font-family: "fontello";
  content: "";
}
@media only screen and (max-width: 970px) {
  .quadImageComponentWrapper .quadImageComponent .textBlock h3::before {
    width: 57px;
    bottom: -21px;
    border-bottom: none;
    color: #666;
    line-height: 0px;
    font-family: "FontAwesome";
    content: "";
  }
}
.quadImageComponentWrapper .quadImageComponent .textBlock p {
  max-width: 70%;
  padding-top: 50px;
}
@media only screen and (max-width: 970px) {
  .quadImageComponentWrapper .quadImageComponent .textBlock p {
    padding-top: 32px;
    max-width: 85%;
  }
}
.quadImageComponentWrapper .quadImageComponent .quadImages {
  width: 49%;
  float: right;
}
@media only screen and (max-width: 700px) {
  .quadImageComponentWrapper .quadImageComponent .quadImages {
    width: 100%;
    padding-top: 20px;
  }
}
.quadImageComponentWrapper .quadImageComponent .quadImages .imageLink {
  text-decoration: none;
  color: white;
}
.quadImageComponentWrapper .quadImageComponent .quadImages .imageWrapper {
  height: 200px;
  width: 45%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10%;
}
@media only screen and (max-width: 970px) {
  .quadImageComponentWrapper .quadImageComponent .quadImages .imageWrapper {
    height: 153px;
    margin-bottom: 6%;
    width: 47%;
  }
}
.quadImageComponentWrapper .quadImageComponent .quadImages .imageWrapper.left {
  float: left;
}
.quadImageComponentWrapper .quadImageComponent .quadImages .imageWrapper.right {
  float: right;
}
.quadImageComponentWrapper .quadImageComponent .quadImages .imageBlock {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: 0.4s;
}
.quadImageComponentWrapper .quadImageComponent .quadImages .imageBlock:hover {
  transform: scale(1.05);
}
.quadImageComponentWrapper .quadImageComponent .quadImages h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

/******  IMAGE MAP COMPONENT   ******/
.imageMapComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.imageMapComponentWrapper .imageMapComponent {
  max-width: 1290px;
  margin: 0 auto;
  overflow: hidden;
}
.imageMapComponentWrapper .imageMapComponent .imageBlock {
  height: 430px;
  width: 70%;
  float: left;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 970px) {
  .imageMapComponentWrapper .imageMapComponent .imageBlock {
    height: 300px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  .imageMapComponentWrapper .imageMapComponent .imageBlock {
    height: 275px;
    width: 60%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) and (max-width: 435px) {
  .imageMapComponentWrapper .imageMapComponent .imageBlock {
    height: 215px;
    width: 100%;
  }
}
.imageMapComponentWrapper .imageMapComponent .textBlock {
  height: 430px;
  width: 30%;
  float: right;
  background-color: #aca191;
}
@media only screen and (max-width: 970px) {
  .imageMapComponentWrapper .imageMapComponent .textBlock {
    height: 300px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  .imageMapComponentWrapper .imageMapComponent .textBlock {
    height: 275px;
    width: 40%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) and (max-width: 435px) {
  .imageMapComponentWrapper .imageMapComponent .textBlock {
    height: 215px;
    width: 100%;
  }
}
.imageMapComponentWrapper .imageMapComponent .textBlock .textBlockInner {
  overflow: hidden;
  padding-top: 30px;
  padding-left: 20px;
}
.imageMapComponentWrapper .imageMapComponent .textBlock .textBlockInner .body {
  color: white;
}
.imageMapComponentWrapper .imageMapComponent .textBlock .textBlockInner .body p {
  margin: 5px 0;
}
.imageMapComponentWrapper .imageMapComponent .textBlock .textBlockInner .gmapLink {
  color: white;
}
.imageMapComponentWrapper .imageMapComponent .textBlock .textBlockInner .gmapLink:hover {
  color: #005ea5;
}
.imageMapComponentWrapper .imageMapComponent .textBlock .mapIcon {
  background-image: url("../img/map_icon.png");
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
}

/******  COPY COMPONENT   ******/
.copyComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.copyComponentWrapper .copyComponent {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.copyComponentWrapper .copyComponent h2 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.copyComponentWrapper .copyComponent h2::before {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 49px;
  border-bottom: none;
  color: #666;
  line-height: 20px;
  font-family: "fontello";
  /*content: "";*/
}

.copyComponentWrapper .copyComponent p:has(img.aligncenter) {
	text-align:center !important;
	margin:0 auto !important;
}

@media only screen and (max-width: 970px) {
  .copyComponentWrapper .copyComponent h2::before {
    width: 57px;
    bottom: -21px;
    border-bottom: none;
    color: #666;
    line-height: 20px;
    font-family: "fontello";
    /*content: "";*/
  }
}
.copyComponentWrapper .copyComponent a {
  color: #005ea5;
}

/******  NEW CREATEFUL CTA COMPONENT   ******/
.ctaComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.ctaComponentWrapper .ctaComponent {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.ctaComponentWrapper .ctaComponent h2 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.ctaComponentWrapper .ctaComponent h2::before {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 49px;
  border-bottom: none;
  color: #666;
  line-height: 20px;
  font-family: "fontello";
  content: "";
}
@media only screen and (max-width: 970px) {
  .ctaComponentWrapper .ctaComponent h2::before {
    width: 57px;
    bottom: -21px;
    border-bottom: none;
    color: #666;
    line-height: 20px;
    font-family: "fontello";
    content: "";
  }
}
.ctaComponentWrapper .ctaComponent a {
  color: #005ea5;
}

/******  DOUBLE DESCRIPTIVE IMAGE COMPONENT   ******/
.doubleImageDescriptiveComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent {
  max-width: 1290px;
  margin: 0 auto;
  overflow: hidden;
}
.doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent .block {
  max-width: 48%;
}
@media only screen and (max-width: 700px) {
  .doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent .block {
    max-width: 100%;
  }
}
.doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent .block.left {
  float: left;
}
@media only screen and (max-width: 700px) {
  .doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent .block.left {
    margin-bottom: 20px;
  }
}
.doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent .block.right {
  float: right;
}
.doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent .block .imageBlock {
  width: 100%;
  height: 343px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 970px) {
  .doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent .block .imageBlock {
    height: 265px;
  }
}
.doubleImageDescriptiveComponentWrapper .doubleImageDescriptiveComponent .block a {
  color: #005ea5;
}

/******  IMAGE GALLERY COMPONENT   ******/
.imageGalleryComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.imageGalleryComponentWrapper .imageGalleryComponent {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
}
.imageGalleryComponentWrapper .imageGalleryComponent h3 {
  width: 100%;
}
.imageGalleryComponentWrapper .imageGalleryComponent .galleryWrapper {
  text-align: justify;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 435px) {
  .imageGalleryComponentWrapper .imageGalleryComponent .galleryWrapper {
    overflow: hidden;
    display: block;
  }
}
.imageGalleryComponentWrapper .imageGalleryComponent a {
  width: calc(25% - 22.5px);
  display: inline-block;
  margin-top: 30px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 970px) {
  .imageGalleryComponentWrapper .imageGalleryComponent a {
    width: calc(33.33333% - 10px);
    margin-right: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  .imageGalleryComponentWrapper .imageGalleryComponent a {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-top: 10px;
  }
}
.imageGalleryComponentWrapper .imageGalleryComponent a:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 970px) {
  .imageGalleryComponentWrapper .imageGalleryComponent a:nth-of-type(4n) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 970px) {
  .imageGalleryComponentWrapper .imageGalleryComponent a:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  .imageGalleryComponentWrapper .imageGalleryComponent a:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .imageGalleryComponentWrapper .imageGalleryComponent a:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 700px) {
  .imageGalleryComponentWrapper .imageGalleryComponent a:nth-of-type(n+5) {
    display: none;
  }
}
.imageGalleryComponentWrapper .imageGalleryComponent .galleryImage {
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  display: block;
  transition: 0.4s;
}
.imageGalleryComponentWrapper .imageGalleryComponent .galleryImage:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 1024px) {
  .imageGalleryComponentWrapper .imageGalleryComponent .galleryImage {
    height: 200px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 700px) {
  .imageGalleryComponentWrapper .imageGalleryComponent .galleryImage {
    height: 130px;
  }
}
.imageGalleryComponentWrapper .imageGalleryComponent h8 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.imageGalleryComponentWrapper .imageGalleryComponent .ctaBtn {
  display: none;
}
@media only screen and (max-width: 435px) {
  .imageGalleryComponentWrapper .imageGalleryComponent .ctaBtn {
    display: block;
  }
}

/******  JOB VACANCY COMPONENT   ******/
.jobVacancyComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.jobVacancyComponentWrapper .jobVacancyComponent {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.jobVacancyComponentWrapper .jobVacancyComponent h2 {
  padding-bottom: 10px;
}
.jobVacancyComponentWrapper .jobVacancyComponent p.body {
  color: #666666;
}

/******  RELATED ARTICLES COMPONENT   ******/
.latestArticleComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
.latestArticleComponentWrapper .latestArticleComponent {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent {
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .latestArticleCarousel {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.latestArticleComponentWrapper .latestArticleComponent .latestArticleCarousel:after {
  content: "";
  display: none;
  /* hide :after */
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .latestArticleCarousel:after {
    content: "flickity";
    display: none;
    /* hide :after */
  }
}
.latestArticleComponentWrapper .latestArticleComponent .ctaBtn {
  margin-top: 40px;
}
.latestArticleComponentWrapper .latestArticleComponent a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.latestArticleComponentWrapper .latestArticleComponent h3 {
  padding-bottom: 40px;
  display: block;
}
.latestArticleComponentWrapper .latestArticleComponent .carousel-cell {
  width: 23.5%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}
@media only screen and (max-width: 970px) {
  .latestArticleComponentWrapper .latestArticleComponent .carousel-cell {
    width: 31.33333%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .carousel-cell {
    width: 100%;
  }
}
.latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock {
  width: 100%;
  height: 100%;
}
.latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock .imageWrapper {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock .imageWrapper {
    height: 262px;
  }
}
.latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock .articleImage {
  width: 100%;
  display: block;
  transition: 0.4s;
}
.latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock .articleImage:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock .articleImage {
    height: 100%;
  }
}
.latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock h8 {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock h8 {
    padding-left: 40px;
  }
}
.latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock h9 {
  display: block;
  text-align: left;
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .carousel-cell .latestArticleBlock h9 {
    padding-left: 40px;
  }
}
.latestArticleComponentWrapper .latestArticleComponent .carousel-cell:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 970px) {
  .latestArticleComponentWrapper .latestArticleComponent .carousel-cell:nth-of-type(4n) {
    display: none;
  }
}
@media only screen and (max-width: 970px) {
  .latestArticleComponentWrapper .latestArticleComponent .carousel-cell:nth-of-type(3n) {
    margin-right: 0;
  }
}
.latestArticleComponentWrapper .latestArticleComponent .flickity-prev-next-button {
  background-color: transparent;
  outline: none;
  top: 155px;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .flickity-prev-next-button {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .latestArticleComponentWrapper .latestArticleComponent .flickity-prev-next-button.previous {
    left: -5px;
    top: 117px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .latestArticleComponentWrapper .latestArticleComponent .flickity-prev-next-button.previous {
    left: -5px;
    top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .latestArticleComponentWrapper .latestArticleComponent .flickity-prev-next-button.next {
    right: -14px;
    top: 117px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .latestArticleComponentWrapper .latestArticleComponent .flickity-prev-next-button.next {
    right: -14px;
    top: 90px;
  }
}
.latestArticleComponentWrapper .latestArticleComponent .flickity-page-dots {
  display: none;
}
@media only screen and (max-width: 435px) {
  .latestArticleComponentWrapper .latestArticleComponent .flickity-page-dots {
    display: block;
    bottom: 52px;
  }
}

/******  INSTAGRAM COMPONENT   ******/
.instagramComponentWrapper {
  width: 100%;
  background-color: #f9f9f9;
  background: #fff;
  border-bottom: 1px solid #e3e2e2;
  border-top: 1px solid #e3e2e2;
}
.instagramComponentWrapper .instagramComponent {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 435px) {
  .instagramComponentWrapper .instagramComponent {
    max-width: none;
    padding: 0;
  }
}
.instagramComponentWrapper .instagramComponent .instagramCarousel {
  outline: none;
}
@media only screen and (max-width: 435px) {
  .instagramComponentWrapper .instagramComponent .instagramCarousel {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.instagramComponentWrapper .instagramComponent .instagramCarousel:after {
  content: "";
  display: none;
  /* hide :after */
}
@media only screen and (max-width: 435px) {
  .instagramComponentWrapper .instagramComponent .instagramCarousel:after {
    content: "flickity";
    display: none;
    /* hide :after */
  }
}
.instagramComponentWrapper .instagramComponent .ctaBtn {
  margin-top: 40px;
}
.instagramComponentWrapper .instagramComponent a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.instagramComponentWrapper .instagramComponent h3 {
  padding-bottom: 40px;
  color: inherit;
}
.instagramComponentWrapper .instagramComponent h3 a {
  text-decoration: none;
  color: inherit;
}
.instagramComponentWrapper .instagramComponent h3 a .fa-instagram {
  padding: 1px;
  padding-right: 10px;
}
.instagramComponentWrapper .instagramComponent .carousel-cell {
  width: 23.5%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}
.instagramComponentWrapper .instagramComponent .carousel-cell img {
  width: 100%;
}
@media only screen and (max-width: 970px) {
  .instagramComponentWrapper .instagramComponent .carousel-cell {
    width: 31.33333%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  .instagramComponentWrapper .instagramComponent .carousel-cell {
    width: 100%;
  }
}
.instagramComponentWrapper .instagramComponent .carousel-cell .imageWrapper {
  width: 100%;
  overflow: hidden;
}
.instagramComponentWrapper .instagramComponent .carousel-cell .carouselImage {
  width: 100%;
  display: block;
  transition: 0.4s;
  background-size: cover;
  background-position: center center;
}
.instagramComponentWrapper .instagramComponent .carousel-cell .carouselImagePortrait {
  width: 60%;
  display: block;
  transition: 0.4s;
  background-size: cover;
  background-position: center center;
}
.instagramComponentWrapper .instagramComponent .carousel-cell .carouselImage:hover .carouselImagePortrait:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 435px) {
  .instagramComponentWrapper .instagramComponent .carousel-cell .carouselImage {
    height: 100%;
  }
}
.instagramComponentWrapper .instagramComponent .carousel-cell:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 970px) {
  .instagramComponentWrapper .instagramComponent .carousel-cell:nth-of-type(4n) {
    display: none;
  }
}
@media only screen and (max-width: 435px) {
  .instagramComponentWrapper .instagramComponent .carousel-cell:nth-of-type(4n) {
    display: inline-block;
  }
}
@media only screen and (max-width: 970px) {
  .instagramComponentWrapper .instagramComponent .carousel-cell:nth-of-type(3n) {
    margin-right: 0;
  }
}
.instagramComponentWrapper .instagramComponent .flickity-prev-next-button {
  background-color: transparent;
  outline: none;
  top: 155px;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 435px) {
  .instagramComponentWrapper .instagramComponent .flickity-prev-next-button {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .instagramComponentWrapper .instagramComponent .flickity-prev-next-button.previous {
    left: -5px;
    top: 117px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .instagramComponentWrapper .instagramComponent .flickity-prev-next-button.previous {
    left: -5px;
    top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .instagramComponentWrapper .instagramComponent .flickity-prev-next-button.next {
    right: -14px;
    top: 117px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 970px) {
  .instagramComponentWrapper .instagramComponent .flickity-prev-next-button.next {
    right: -14px;
    top: 90px;
  }
}
.instagramComponentWrapper .instagramComponent .flickity-page-dots {
  display: none;
}
@media only screen and (max-width: 435px) {
  .instagramComponentWrapper .instagramComponent .flickity-page-dots {
    display: block;
    bottom: 8px;
  }
}

.flickity-enabled {
  outline: none;
}

.no_border_top {
  border-top: none;
}

.mainContent :last-child.component_wrapper {
  border-bottom: none;
}

.telephoneCopy a {
  color: #fff;
  text-decoration: none;
}

.clearfix:before, body.home .mainContent:before,
.clearfix:after,
body.home .mainContent:after {
  content: " ";
  display: table;
}

.clearfix:after, body.home .mainContent:after {
  clear: both;
}

.clearfix, body.home .mainContent {
  *zoom: 1;
}


.colourBlockHeading {
  background-color: #5f8289;
}
.imageColourBlockHeading {
  background-color: #5f8289;
}
.megaMenu {
  background-color: #5f8289;
}
.megaMenu::before, body.default .megaMenu::after {
  background-color: #5f8289;
}
.megaMenuUpper {
  background-color: ##5f8289;
}
header {
  background: #5f8289;
}
.megaMenuUpperWrapper {
  background-color: #5f8289;
}

/*
body.default .colourBlockHeading {
  background-color: #000000;
}
body.default .imageColourBlockHeading {
  background-color: #000000;
}
body.default .megaMenu {
  background-color: #000000;
}
body.default .megaMenu::before, body.default .megaMenu::after {
  background-color: #000000;
}
body.default .megaMenuUpper {
  background-color: #000000;
}
body.default header {
  background: #000000;
}
body.default.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #000000;
}
*/
body.visit .colourBlockHeading {
  background-color: #aca191;
}
body.visit .imageColourBlockHeading {
  background-color: #aca191;
}
body.visit .megaMenu {
  background-color: #aca191;
}
body.visit .megaMenu::before, body.visit .megaMenu::after {
  background-color: #aca191;
}
body.visit .megaMenuUpper {
  background-color: #aca191;
}
body.visit header {
  background: #aca191;
}
body.visit.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #aca191;
}

body.stay .colourBlockHeading {
  background-color: #788a98;
}
body.stay .imageColourBlockHeading {
  background-color: #788a98;
}
body.stay .megaMenu {
  background-color: #788a98;
}
body.stay .megaMenu::before, body.stay .megaMenu::after {
  background-color: #788a98;
}
body.stay .megaMenuUpper {
  background-color: #788a98;
}
body.stay header {
  background: #788a98;
}
body.stay.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #788a98;
}

body.weddings .colourBlockHeading {
  background-color: #c79a95;
}
body.weddings .imageColourBlockHeading {
  background-color: #c79a95;
}
body.weddings .megaMenu {
  background-color: #c79a95;
}
body.weddings .megaMenu::before, body.weddings .megaMenu::after {
  background-color: #c79a95;
}
body.weddings .megaMenuUpper {
  background-color: #c79a95;
}
body.weddings header {
  background: #c79a95;
}
body.weddings.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #c79a95;
}

body.events .colourBlockHeading {
  background-color: #9BB8D3;
}
body.events .imageColourBlockHeading {
  background-color: #9BB8D3;
}
body.events .megaMenu {
  background-color: #9BB8D3;
}
body.events .megaMenu::before, body.events .megaMenu::after {
  background-color: #9BB8D3;
}
body.events .megaMenuUpper {
  background-color: #9BB8D3;
}
body.events header {
  background: #9BB8D3;
}
body.events.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #9BB8D3;
}

body.learning .colourBlockHeading {
  background-color: #718e70;
}
body.learning .imageColourBlockHeading {
  background-color: #718e70;
}
body.learning .megaMenu {
  background-color: #718e70;
}
body.learning .megaMenu::before, body.learning .megaMenu::after {
  background-color: #718e70;
}
body.learning .megaMenuUpper {
  background-color: #718e70;
}
body.learning header {
  background: #718e70;
}
body.learning.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #718e70;
}

body.estate .colourBlockHeading {
  background-color: #597d85;
}
body.estate .imageColourBlockHeading {
  background-color: #597d85;
}
body.estate .megaMenu {
  background-color: #597d85;
}
body.estate .megaMenu::before, body.estate .megaMenu::after {
  background-color: #597d85;
}
body.estate .megaMenuUpper {
  background-color: #597d85;
}
body.estate header {
  background: #597d85;
}
body.estate.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #597d85;
}

body.home .megaMenu {
  background-color: #5f8289;
}
body.home .megaMenu::before, body.home .megaMenu::after {
  background-color: #5f8289;
}
body.home .megaMenuUpper {
  background-color: #5f8289;
}
body.home .mobile-menu-open {
  background-color: #5f8289;
}
body.home.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #5f8289;
}

body.news .colourBlockHeading {
  background-color: #b5b5b5;
}
body.news .imageColourBlockHeading {
  background-color: #b5b5b5;
}
body.news .megaMenu {
  background-color: #b5b5b5;
}
body.news .megaMenu::before, body.news .megaMenu::after {
  background-color: #b5b5b5;
}
body.news .megaMenuUpper {
  background-color: #b5b5b5;
}
body.news header {
  background: #b5b5b5;
}
body.news.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #b5b5b5;
}

body.search-results .colourBlockHeading,
body.search-no-results .colourBlockHeading {
  background-color: #5f8289;
}
body.search-results .imageColourBlockHeading,
body.search-no-results .imageColourBlockHeading {
  background-color: #5f8289;
}
body.search-results .megaMenu,
body.search-no-results .megaMenu {
  background-color: #5f8289;
}
body.search-results .megaMenu::before, body.search-results .megaMenu::after,
body.search-no-results .megaMenu::before,
body.search-no-results .megaMenu::after {
  background-color: #5f8289;
}
body.search-results .megaMenuUpper,
body.search-no-results .megaMenuUpper {
  background-color: #5f8289;
}
body.search-results header,
body.search-no-results header {
  background: #5f8289;
}
body.search-results .searchResultsHeading,
body.search-no-results .searchResultsHeading {
  background-color: #5f8289;
}
body.search-results.header-desktop-fixed .megaMenuUpperWrapper,
body.search-no-results.header-desktop-fixed .megaMenuUpperWrapper {
  background-color: #5f8289;
}



body.page-template-template-hero-template header {
  background-color:#000000;
  /*background: none;*/
}

body.page-template-template-hero-template .heroContainer {
  position: relative;
  width: 100%;
  height: 675px;
  top: 0;
  z-index: 1;
  background: #000;
}
@media only screen and (min-width: 1025px) {
  body.page-template-template-hero-template .heroContainer {
    min-height: 460px;
  }
}
@media only screen and (max-width: 970px) {
  body.page-template-template-hero-template .heroContainer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 435px) {
  body.page-template-template-hero-template .heroContainer {
    height: 100vh;
  }
}
body.page-template-template-hero-template .heroContainer .staticHeroImage {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
body.page-template-template-hero-template .heroContainer .staticHeroImage.desktop {
  display: block;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-hero-template .heroContainer .staticHeroImage.desktop {
    display: none;
  }
}
body.page-template-template-hero-template .heroContainer .staticHeroImage.mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-hero-template .heroContainer .staticHeroImage.mobile {
    display: block;
  }
}
body.page-template-template-hero-template .heroContainer .scrollDown {
  z-index: 10;
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
}
body.page-template-template-hero-template .headingWrapper {
  z-index: 1;
  position: absolute;
  padding-top: 5%;
  width: 1290px;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
}
body.page-template-template-hero-template .headingWrapper h1 {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
body.page-template-template-hero-template .headingWrapper h1.large {
  font-size: 55px;
  line-height: 63px;
  max-width: 850px;
}
body.page-template-template-hero-template .headingWrapper h1.small {
  font-size: 45px;
  line-height: 55px;
  max-width: 750px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-hero-template .headingWrapper h1.small {
    font-size: 30px;
    line-height: 34px;
    max-width: 590px;
  }
}
@media only screen and (max-width: 435px) {
  body.page-template-template-hero-template .headingWrapper h1.small {
    font-size: 26px;
  }
}

.hero-carousel {
  position: relative;
  height: 675px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .hero-carousel {
    display: none !important;
  }
}
@media only screen and (max-width: 435px) {
  .hero-carousel {
    height: 100vh;
  }
}
.hero-carousel .carousel-cell {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 50px);
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: none;
  pointer-events: none;
}
.hero-carousel .carousel-cell::after {
  position: absolute;
  content: "";
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 2s;
}
.hero-carousel .carousel-cell.cover::after {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .hero-carousel .carousel-cell {
    min-height: 460px;
  }
}
@media only screen and (max-width: 435px) {
  .hero-carousel .carousel-cell {
    height: 100vh;
  }
}
.hero-carousel__dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.hero-carousel__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 6px;
  cursor: pointer;
}
.hero-carousel__dot.active {
  background: #fff;
}
.hero-carousel--m {
  display: none !important;
}
@media only screen and (max-width: 700px) {
  .hero-carousel--m {
    display: block !important;
  }
}

.hero-carousel__content {
  display: none;
}
@media only screen and (max-width: 435px) {
  .hero-carousel__content .ctaBtn {
    width: auto;
  }
}

.componentForm {
  padding-bottom: 90px;
}

.generalEnquiries {
  max-width: 590px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 90px;
}
.generalEnquiries .generalEnquiriesHeading {
  text-align: center;
  padding-bottom: 40px;
}
.generalEnquiries .generalEnquiriesHeading h2 {
  padding-bottom: 20px;
}
.generalEnquiries input[type=text],
.generalEnquiries input[type=email],
.generalEnquiries textarea {
  margin: 10px 0 0;
  background-color: white;
  border: 1px solid #bbb;
}
.generalEnquiries .gform_wrapper input[type=checkbox] {
  position: relative;
  z-index: auto;
  left: auto;
  overflow: visible;
  clip: auto;
  height: 15px;
  width: 15px;
  margin: auto;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
.generalEnquiries .gform_wrapper input[type=checkbox] ~ label {
  background: none !important;
  padding: 0 0 0 10px;
}
.generalEnquiries label {
  display: block;
}
.generalEnquiries .geCheckbox {
  margin-top: 15px;
}
@media only screen and (max-width: 700px) {
  .generalEnquiries .geCheckbox {
    margin-bottom: 35px;
  }
}
.generalEnquiries .gfield_required {
  float: right;
  color: transparent;
}
.generalEnquiries .gfield_required::after {
  content: "Required";
  font-size: 0.7em;
  color: red;
}
.generalEnquiries .invalidFieldMessage {
  color: #a94442;
}
.generalEnquiries .ctaBtn {
  width: 100%;
}
.generalEnquiries .gform_wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.generalEnquiries .gform_wrapper .gform_fields, .generalEnquiries .gform_wrapper .gform_fields ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.generalEnquiries .gform_wrapper li {
  margin: 1.8em 0;
}
.generalEnquiries .gform_wrapper li .validation_message {
  padding: 5px;
  display: none;
}
.generalEnquiries .gform_wrapper .gfield_error .validation_message {
  display: block;
  color: #c00;
}
.generalEnquiries .gform_wrapper .validation_error {
  display: block;
  color: #c00;
}
.generalEnquiries .gform_wrapper .gform_button:hover {
  background: #000;
}

body.page-template-template-contact-template .mainContent {
  background-color: #f9f9f9;
  margin-top: 375px;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-contact-template .mainContent {
    margin-top: calc(375px - 115px);
  }
}
@media only screen and (max-width: 970px) {
  body.page-template-template-contact-template .gfield_checkbox {
    line-height: 1.5;
  }
  body.page-template-template-contact-template .gfield_checkbox li {
    margin-bottom: 60px !important;
  }
}

body .colourBlockHeadingSmall {
  width:100%;
  /*height:115px;*/
  padding-bottom:20px;
}

body.page-template-template-contact-template .colourBlockHeading {
  width: 100%;
  height: 375px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
body.page-template-template-contact-template .colourBlockHeading .colourBlockHeadingInner, body.page-template-template-page-template .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  margin-top: 115px;
}
body.page-template-template-contact-template .colourBlockHeading .colourBlockHeadingInner h1, body.page-template-template-page-template .colourBlockHeading .colourBlockHeadingInner h1 {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-contact-template .colourBlockHeading .colourBlockHeadingInner h1, body.page-template-template-page-template .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
body.page-template-template-contact-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
  float: right;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-contact-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.page-template-template-contact-template .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body.page-template-template-contact-template .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-contact-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-contact-template .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.page-template-template-contact-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.page-template-template-contact-template .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.page-template-template-contact-template .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-contact-template .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-contact-template .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.page-template-template-contact-template .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.page-template-template-contact-template .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
body.page-template-template-contact-template .directEnquiries {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: rgba(90, 125, 133, 0.1);
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-contact-template .directEnquiries {
    text-align: left;
  }
}
body.page-template-template-contact-template .directEnquiries h2 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 15px;
}
body.page-template-template-contact-template .directEnquiries .body {
  max-width: 660px;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-contact-template .directEnquiries .body {
    padding-bottom: 20px;
  }
}
body.page-template-template-contact-template .directEnquiries .contactBlock {
  width: 24%;
  float: left;
  padding-bottom: 40px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-contact-template .directEnquiries .contactBlock {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-contact-template .directEnquiries .contactBlock {
    width: 100%;
    padding-bottom: 25px;
  }
}
body.page-template-template-contact-template .directEnquiries .contactBlock .body {
  padding: 0;
}
body.page-template-template-contact-template .directEnquiries .contactBlock .body.bold {
  font-weight: 500;
}
body.page-template-template-contact-template .directEnquiries a {
  color: #005ea5 !important;
  cursor: pointer;
}
body.page-template-template-contact-template .findUs {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  text-align: center;
  padding-top: 90px;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-contact-template .findUs {
    padding-top: 60px;
    text-align: left;
  }
  body.page-template-template-contact-template .findUs h2 {
    padding-bottom: 20px;
  }
}
body.page-template-template-contact-template .findUs .findUsMap {
  width: 100%;
  height: 450px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
body.page-template-template-contact-template .findUs .findUsMap img {
  max-width: inherit !important;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-contact-template .findUs .findUsMap {
    display: none;
  }
}
body.page-template-template-contact-template .findUs .findUsMap .body {
  padding: 0;
  display: block;
  color: #7f7f7f;
  text-align: left;
}
body.page-template-template-contact-template .findUs .findUsMap .body.bold {
  font-weight: 500;
  color: black;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-contact-template .findUs .findUsMap .body.bold {
    font-size: 15px;
  }
}
body.page-template-template-contact-template .findUs .findUsMap a {
  color: #005ea5 !important;
  cursor: pointer;
  text-decoration: none;
}
body.page-template-template-contact-template .findUs .findUsLocationBlock {
  width: 33.3333%;
  height: 200px;
  text-align: left;
  padding-bottom: 20px;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-contact-template .findUs .findUsLocationBlock {
    height: 150px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-contact-template .findUs .findUsLocationBlock {
    width: 100%;
    height: auto;
  }
}
body.page-template-template-contact-template .findUs .findUsLocationBlock .body {
  padding: 0;
  display: block;
  max-width: 90%;
  color: #7f7f7f;
}
body.page-template-template-contact-template .findUs .findUsLocationBlock .body.bold {
  font-weight: 500;
  color: black;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-contact-template .findUs .findUsLocationBlock .body.bold {
    font-size: 15px;
  }
}
body.page-template-template-contact-template .findUs .findUsLocationBlock a {
  color: #005ea5 !important;
  cursor: pointer;
  text-decoration: none;
}

body.page-template-template-colour-block-template .colourBlockHeading, body.woocommerce .colourBlockHeading {
  width: 100%;
  height: 320px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-colour-block-template .colourBlockHeading, body.woocommerce .colourBlockHeading {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
body.page-template-template-colour-block-template .colourBlockHeading .colourBlockHeadingInner, body.woocommerce .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-colour-block-template .colourBlockHeading .colourBlockHeadingInner, body.woocommerce .colourBlockHeading .colourBlockHeadingInner {
    padding-top: 100px;
  }
}
body.page-template-template-colour-block-template .colourBlockHeading .colourBlockHeadingInner h1, body.woocommerce .colourBlockHeading .colourBlockHeadingInner h1 {
  padding-top: 60px;
  padding-bottom: 33px;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-colour-block-template .colourBlockHeading .colourBlockHeadingInner h1, body.woocommerce .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
body.page-template-template-colour-block-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy, body.woocommerce .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
  float: right;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-colour-block-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy, body.woocommerce .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.page-template-template-colour-block-template .breadcrumbSocialBar, body.woocommerce .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body.page-template-template-colour-block-template .breadcrumbSocialBar .breadcrumbs, body.woocommerce .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-colour-block-template .breadcrumbSocialBar .breadcrumbs, body.woocommerce .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-colour-block-template .breadcrumbSocialBar .breadcrumbs, body.woocommerce .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.page-template-template-colour-block-template .breadcrumbSocialBar .breadcrumbs, body.woocommerce .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.page-template-template-colour-block-template .breadcrumbSocialBar .breadcrumbs a, body.woocommerce .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666;
}
body.page-template-template-colour-block-template .breadcrumbSocialBar .breadcrumbs .unlinkedPage, body.woocommerce .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-colour-block-template .breadcrumbSocialBar .shareIcons, body.woocommerce .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-colour-block-template .breadcrumbSocialBar .shareIcons span, body.woocommerce .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333;
}
body.page-template-template-colour-block-template .breadcrumbSocialBar .shareIcons .shareText, body.woocommerce .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  padding: 0;
  margin: 0;
}
body.page-template-template-colour-block-template .breadcrumbSocialBar .shareIcons a, body.woocommerce .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

body.page-template-template-image-colour-block-template .imageColourBlockHeading {
  width: 100%;
  height: 675px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-image-colour-block-template .imageColourBlockHeading {
    height: 475px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-image-colour-block-template .imageColourBlockHeading {
    height: 375px;
  }
}
body.page-template-template-image-colour-block-template .imageColourBlockHeading .imageColourBlockHeadingText {
  display: table;
  height: 260px;
  width: 100%;
}
body.page-template-template-image-colour-block-template .imageColourBlockHeading .imageColourBlockHeadingText > div {
  vertical-align: middle;
  display: table-cell;
}
body.page-template-template-image-colour-block-template .imageColourBlockHeading .imageColourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  margin-top: 115px;
  height: calc(100% - 115px);
  position: relative;
  overflow: hidden;
}
body.page-template-template-image-colour-block-template .imageColourBlockHeading .imageColourBlockHeadingInner .telephoneCopy {
  float: right;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-image-colour-block-template .imageColourBlockHeading .imageColourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.page-template-template-image-colour-block-template .imageColourBlockHeading .imageColourBlockHeadingInner .heroImage {
  width: 100%;
  height: 500px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-image-colour-block-template .imageColourBlockHeading .imageColourBlockHeadingInner .heroImage {
    height: 300px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) and (max-width: 435px) {
  body.page-template-template-image-colour-block-template .imageColourBlockHeading .imageColourBlockHeadingInner .heroImage {
    height: 300px;
  }
}
body.page-template-template-image-colour-block-template .mainContent {
  background-color: #f9f9f9;
  margin-top: 675px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-image-colour-block-template .mainContent {
    margin-top: 475px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-image-colour-block-template .mainContent {
    margin-top: 375px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) and (max-width: 435px) {
  body.page-template-template-image-colour-block-template .mainContent {
    margin-top: 375px;
  }
}
body.page-template-template-image-colour-block-template .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body.page-template-template-image-colour-block-template .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-image-colour-block-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-image-colour-block-template .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.page-template-template-image-colour-block-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.page-template-template-image-colour-block-template .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.page-template-template-image-colour-block-template .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-image-colour-block-template .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-image-colour-block-template .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.page-template-template-image-colour-block-template .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.page-template-template-image-colour-block-template .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

body.page-template-template-accommodation-template .colourBlockHeading {
  width: 100%;
  height: 375px;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-accommodation-template .colourBlockHeading {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner {
    padding-top: 150px;
  }
}
body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner h1 {
  padding-top: 100px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-bottom: 20px;
    padding-top: 0px;
  }
}
body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner .priceCopy {
  float: right;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner .priceCopy {
    max-width: 200px;
    text-align: right;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner .priceCopy {
    float: left;
    max-width: 100%;
    text-align: left;
    padding-top: 10px;
  }
}
body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner .accommodationHeaderIconWrapper {
  float: left;
  text-align: center;
  margin-right: 30px;
}
body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner .accommodationHeaderIconWrapper .accommodationHeaderIcon {
  width: 42px;
  margin: 0 auto;
}
body.page-template-template-accommodation-template .colourBlockHeading .colourBlockHeadingInner .accommodationHeaderIconWrapper h9 {
  display: block;
  color: white;
}
body.page-template-template-accommodation-template .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 20px;
}
body.page-template-template-accommodation-template .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-accommodation-template .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.page-template-template-accommodation-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.page-template-template-accommodation-template .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.page-template-template-accommodation-template .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-accommodation-template .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-accommodation-template .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.page-template-template-accommodation-template .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.page-template-template-accommodation-template .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
body.page-template-template-accommodation-template .mainContent {
  background-color: #f9f9f9;
}
body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper {
  width: 100%;
}
body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .accommodationMainImage {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .accommodationMainImage {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .accommodationMainImage {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .accommodationMainImage .image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 389px;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .accommodationMainImage .image {
    height: 200px;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .accommodationMainImage .image.iframe {
  width: calc(100% - 284px);
  float: left;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .accommodationMainImage .image.iframe {
    float: none;
    width: 100%;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .iframeWidgetWrapper {
  width: 284px;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  background: #788a98;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .iframeWidgetWrapper {
    float: none;
    width: 100%;
    background-color: #ACA090;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .iframeWidgetWrapper .iframeWidget {
  width: 264px;
  height: 389px;
  overflow: hidden;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .iframeWidgetWrapper .iframeWidget {
    margin: 0 auto;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationMainImageWrapper .iframeResults {
  margin-top: 40px;
  display: none;
  width: 100%;
}
body.page-template-template-accommodation-template .mainContent .accommodationDescriptionWrapper {
  width: 100%;
}
body.page-template-template-accommodation-template .mainContent .accommodationDescriptionWrapper .accommodationDescription {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
body.page-template-template-accommodation-template .mainContent .accommodationDescriptionWrapper .accommodationDescription p {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .mainContent .accommodationDescriptionWrapper .accommodationDescription p {
    font-size: 14px;
    line-height: 21px;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationDescriptionWrapper .accommodationDescription a {
  color: #005ea5;
  text-decoration: none;
}
body.page-template-template-accommodation-template .mainContent .accommodationDescriptionWrapper .accommodationDescription hr {
  opacity: 0.3;
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper {
  width: 100%;
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints p, body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints ul, body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints ol {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-right: 40px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints p, body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints ul, body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints ol {
    font-size: 14px;
    line-height: 21px;
  }
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints a {
  color: #005ea5;
  text-decoration: none;
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints .keyPointsBlock {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints .keyPointsBlock {
    width: 100%;
    padding-bottom: 30px;
  }
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints .amenitiesBlock {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints .amenitiesBlock {
    width: 100%;
  }
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints .amenitiesBlock .amenitiesTitle {
  padding-bottom: 10px;
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints .amenitiesBlock .amenityRow {
  display: table;
  margin-bottom: 5px;
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints .amenitiesBlock .amenityRow span {
  display: table-cell;
  vertical-align: middle;
}
body.page-template-template-accommodation-template .mainContent .keyPointsWrapper .keyPoints .amenitiesBlock .amenityRow .amenityIcon {
  width: 37px;
  margin-right: 15px;
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper {
  width: 100%;
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans h3 {
  display: block;
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans span {
  margin-top: 15px;
  display: block;
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans .floorPlanImage {
  width: 49%;
  float: left;
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans .floorPlanImage {
    width: 100%;
    margin-top: 20px;
  }
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans .floorPlanImage a {
  text-decoration: none;
  color: initial;
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans .floorPlanImage img {
  width: 100%;
  border: 1px solid #e8e7e7;
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans .floorPlanImage h8 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15px;
  z-index: 1;
}
body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans .floorPlanImage:nth-of-type(2n) {
  float: right;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-accommodation-template .mainContent .floorPlansWrapper .floorPlans .floorPlanImage:nth-of-type(2n) {
    float: left;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 90px;
  overflow: hidden;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage {
    padding-top: 0px;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .swipebox-video {
  text-decoration: none;
  color: black;
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .imageLink {
  text-decoration: none;
  color: white;
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock {
  width: 47%;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock {
    min-width: 100%;
    padding-top: 45px;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock.left {
  float: left;
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock.right {
  float: right;
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock h3 {
  max-width: 85%;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock p {
  max-width: 95%;
  padding-top: 20px;
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock .imageWrapper {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock .imageWrapper {
    height: 265px;
  }
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock .imageBlock {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: 0.4s;
}
body.page-template-template-accommodation-template .mainContent .accommodationDoubleImageWrapper .accommodationDoubleImage .doubleImageBlock .imageBlock:hover {
  transform: scale(1.05);
}
body.page-template-template-accommodation-template .mainContent .campManagerIframeWrapper {
  width: 100%;
}
body.page-template-template-accommodation-template .mainContent .campManagerIframeWrapper .campManagerBlock {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
}
body.page-template-template-accommodation-template .mainContent .campManagerIframeWrapper .campManagerBlock iframe {
  height: 394px;
}
@media (max-width: 846px) {
  body.page-template-template-accommodation-template .mainContent .campManagerIframeWrapper {
    width: 100%;
  }
  body.page-template-template-accommodation-template .mainContent .campManagerIframeWrapper .campManagerBlock {
    max-width: 470px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
  }
}

body.page-template-template-event-detail-template .colourBlockHeading {
  width: 100%;
  height: 375px;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-event-detail-template .colourBlockHeading {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner {
    padding-top: 150px;
  }
}
body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner h1 {
  padding-top: 100px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-bottom: 20px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner h7 {
    display: block;
  }
}
body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
  float: right;
}
body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-event-detail-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.page-template-template-event-detail-template .mainContent {
  background-color: #f9f9f9;
}
body.page-template-template-event-detail-template .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body.page-template-template-event-detail-template .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-detail-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-event-detail-template .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.page-template-template-event-detail-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.page-template-template-event-detail-template .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.page-template-template-event-detail-template .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-event-detail-template .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-event-detail-template .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.page-template-template-event-detail-template .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.page-template-template-event-detail-template .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
body.page-template-template-event-detail-template .eventDescriptionWrapper {
  width: 100%;
}
body.page-template-template-event-detail-template .eventDescriptionWrapper .eventDescription {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
body.page-template-template-event-detail-template .eventDescriptionWrapper .eventDescription p {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-detail-template .eventDescriptionWrapper .eventDescription p {
    font-size: 14px;
    line-height: 21px;
  }
}
body.page-template-template-event-detail-template .eventDescriptionWrapper .eventDescription a {
  color: #005ea5;
  text-decoration: none;
}
body.page-template-template-event-detail-template .eventTicketsWrapper {
  width: 100%;
  background-color: white;
  border-top: 1px solid #e3e2e2;
}
body.page-template-template-event-detail-template .eventTicketsWrapper .eventTickets {
  max-width: 1290px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
body.page-template-template-event-detail-template .eventTicketsWrapper .eventTickets h3 {
  padding-bottom: 20px;
}
body.page-template-template-event-detail-template .eventTicketsWrapper .eventTickets a {
  color: #005ea5;
  text-decoration: none;
}
body.page-template-template-event-detail-template .eventImageMapWrapper {
  width: 100%;
  background-color: #f9f9f9;
}
body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 45px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap {
    padding-top: 0px;
  }
}
body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .imageBlock {
  height: 430px;
  width: 70%;
  float: left;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .imageBlock {
    height: 300px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .imageBlock {
    height: 275px;
    width: 60%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) and (max-width: 435px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .imageBlock {
    height: 215px;
    width: 100%;
  }
}
body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock {
  height: 430px;
  width: 30%;
  float: right;
  background-color: #9BB8D3;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock {
    height: 300px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock {
    height: 275px;
    width: 40%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) and (max-width: 435px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock {
    height: auto;
    width: 100%;
  }
}
body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock .textBlockInner {
  overflow: hidden;
  padding: 30px;
}
@media only screen and (max-width: 440px) {
  body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock .textBlockInner {
    padding: 30px 30px 10px;
  }
}
body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock .textBlockInner .body {
  color: white;
}
body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock .textBlockInner .gmapLink {
  color: white;
}
body.page-template-template-event-detail-template .eventImageMapWrapper .eventImageMap .textBlock .mapIcon {
  background-image: url("../img/map_icon.png");
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
}

body.page-template-template-event-listing-template .colourBlockHeading {
  width: 100%;
  height: 375px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .colourBlockHeading {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
body.page-template-template-event-listing-template .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  margin-top: 115px;
}
body.page-template-template-event-listing-template .colourBlockHeading .colourBlockHeadingInner h1 {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-event-listing-template .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-bottom: 20px;
    padding-top: 0px;
  }
}
body.page-template-template-event-listing-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
  float: right;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.page-template-template-event-listing-template .mainContent {
  background-color: #f9f9f9;
  margin-top: 375px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .mainContent {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 700px) {
  body.page-template-template-event-listing-template .mainContent {
    margin-top: 300px;
  }
}
body.page-template-template-event-listing-template .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body.page-template-template-event-listing-template .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-event-listing-template .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.page-template-template-event-listing-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.page-template-template-event-listing-template .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.page-template-template-event-listing-template .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-event-listing-template .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-event-listing-template .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.page-template-template-event-listing-template .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.page-template-template-event-listing-template .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
body.page-template-template-event-listing-template .formWrapper {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  text-align: center;
}
body.page-template-template-event-listing-template .formWrapper .datePicker {
  background-color: white;
  width: 115px;
  padding: 5px;
}
body.page-template-template-event-listing-template .formWrapper .dateFrom {
  margin-left: 40px;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper .dateFrom {
    margin-left: 0;
    float: left;
  }
}
body.page-template-template-event-listing-template .formWrapper #eventCategorySelect {
  width: 200px;
  float: right;
}
body.page-template-template-event-listing-template .formWrapper #eventTypeSelect {
  width: 200px;
}
body.page-template-template-event-listing-template .formWrapper .select2-container {
  text-align: left;
}
body.page-template-template-event-listing-template .formWrapper .select2-dropdown {
  border-radius: 0;
}
body.page-template-template-event-listing-template .formWrapper .select2-container--default .select2-selection--single {
  border-radius: 0;
}
body.page-template-template-event-listing-template .formWrapper #filterResetBtn {
  margin-top: 0;
  margin-left: 10px;
  padding: 3px 30px;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper #filterResetBtn {
    margin-left: 0;
  }
}
body.page-template-template-event-listing-template .formWrapper .datePickerWrapper {
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .formWrapper .datePickerWrapper {
    padding-top: 10px;
    float: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper .datePickerWrapper {
    padding-top: 50px;
  }
}
body.page-template-template-event-listing-template .formWrapper .dropdownWrapper {
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .formWrapper .dropdownWrapper {
    float: none;
  }
}
body.page-template-template-event-listing-template .formWrapper .inputWrapper {
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
body.page-template-template-event-listing-template .formWrapper .categoryWrapper {
  display: inline-block;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper .categoryWrapper {
    width: 100%;
  }
  body.page-template-template-event-listing-template .formWrapper .categoryWrapper .body {
    float: left;
    display: block;
  }
}
body.page-template-template-event-listing-template .formWrapper .categorySelectWrapper {
  display: inline-block;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper .categorySelectWrapper {
    float: right;
  }
}
body.page-template-template-event-listing-template .formWrapper .evenTypeWrapper {
  display: inline-block;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper .evenTypeWrapper {
    float: right;
    display: block;
  }
}
body.page-template-template-event-listing-template .formWrapper .dateFromWrapper {
  display: inline-block;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper .dateFromWrapper {
    width: 100%;
  }
}
body.page-template-template-event-listing-template .formWrapper .dateToWrapper {
  display: inline-block;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper .dateToWrapper {
    width: 100%;
  }
  body.page-template-template-event-listing-template .formWrapper .dateToWrapper .body {
    float: left;
  }
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper #eventFromDate {
    float: right;
  }
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .formWrapper #eventToDate {
    float: right;
  }
}
body.page-template-template-event-listing-template .eventsGrid {
  max-width: 1290px;
  padding: 40px 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-event-listing-template .eventsGrid {
    padding: 10px 40px;
  }
}
body.page-template-template-event-listing-template .eventsGrid a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
body.page-template-template-event-listing-template .eventsGrid .eventItem {
  width: 22%;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .eventsGrid .eventItem {
    width: 28.5%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-event-listing-template .eventsGrid .eventItem {
    width: 100%;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}
body.page-template-template-event-listing-template .eventsGrid .eventItem.small {
  height: 325px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .eventsGrid .eventItem.small {
    height: 275px;
  }
}
body.page-template-template-event-listing-template .eventsGrid .eventItem.medium {
  height: 415px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .eventsGrid .eventItem.medium {
    height: 350px;
  }
}
body.page-template-template-event-listing-template .eventsGrid .eventItem.large {
  height: 485px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-event-listing-template .eventsGrid .eventItem.large {
    height: 420px;
  }
}
body.page-template-template-event-listing-template .eventsGrid .eventItem.color {
  background-color: red;
}
body.page-template-template-event-listing-template .eventsGrid .eventItem .eventImageWrapper {
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
}
body.page-template-template-event-listing-template .eventsGrid .eventItem .eventImageWrapper .eventImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: 0.4s;
}
body.page-template-template-event-listing-template .eventsGrid .eventItem .eventImageWrapper .eventImage:hover {
  transform: scale(1.05);
}
body.page-template-template-event-listing-template .eventsGrid .eventItem .eventImageWrapper h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-template-event-listing-template .eventsGrid .eventItem h8 {
  display: block;
  padding-top: 5px;
}
body.page-template-template-event-listing-template .eventsGrid .eventItem h9 {
  display: block;
  padding-top: 5px;
}
body.page-template-template-event-listing-template .eventsGrid .gutter-sizer {
  width: 2%;
}

body.single-news .colourBlockHeading, body.single-weddings-blog .colourBlockHeading {
  width: 100%;
  height: 375px;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 970px) {
  body.single-news .colourBlockHeading, body.single-weddings-blog .colourBlockHeading {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
body.single-news .colourBlockHeading .colourBlockHeadingInner, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 970px) {
  body.single-news .colourBlockHeading .colourBlockHeadingInner, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner {
    padding-top: 100px;
  }
}
body.single-news .colourBlockHeading .colourBlockHeadingInner h10, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner h10 {
  display: block;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 970px) {
  body.single-news .colourBlockHeading .colourBlockHeadingInner h10, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner h10 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.single-news .colourBlockHeading .colourBlockHeadingInner h10, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner h10 {
    padding-bottom: 20px;
    padding-top: 0px;
  }
}
body.single-news .colourBlockHeading .colourBlockHeadingInner .telephoneCopy, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
  float: right;
}
@media only screen and (max-width: 435px) {
  body.single-news .colourBlockHeading .colourBlockHeadingInner .telephoneCopy, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.single-news .colourBlockHeading .colourBlockHeadingInner h7, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner h7 {
  text-transform: capitalize;
}
@media only screen and (max-width: 435px) {
  body.single-news .colourBlockHeading .colourBlockHeadingInner h7, body.single-weddings-blog .colourBlockHeading .colourBlockHeadingInner h7 {
    display: block;
  }
}
body.single-news .mainContent, body.single-weddings-blog .mainContent {
  background-color: #f9f9f9;
}
body.single-news .breadcrumbSocialBar, body.single-weddings-blog .breadcrumbSocialBar {
  max-width: 950px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body.single-news .breadcrumbSocialBar .breadcrumbs, body.single-weddings-blog .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.single-news .breadcrumbSocialBar .breadcrumbs, body.single-weddings-blog .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.single-news .breadcrumbSocialBar .breadcrumbs, body.single-weddings-blog .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.single-news .breadcrumbSocialBar .breadcrumbs, body.single-weddings-blog .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.single-news .breadcrumbSocialBar .breadcrumbs a, body.single-weddings-blog .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.single-news .breadcrumbSocialBar .breadcrumbs .unlinkedPage, body.single-weddings-blog .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.single-news .breadcrumbSocialBar .shareIcons, body.single-weddings-blog .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.single-news .breadcrumbSocialBar .shareIcons span, body.single-weddings-blog .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.single-news .breadcrumbSocialBar .shareIcons .shareText, body.single-weddings-blog .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.single-news .breadcrumbSocialBar .shareIcons a, body.single-weddings-blog .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
body.single-news .articleFeatureImageWrapper, body.single-weddings-blog .articleFeatureImageWrapper {
  max-width: 950px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
}
body.single-news .articleFeatureImageWrapper .articleFeatureImage, body.single-weddings-blog .articleFeatureImageWrapper .articleFeatureImage {
  height: 430px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 435px) {
  body.single-news .articleFeatureImageWrapper .articleFeatureImage, body.single-weddings-blog .articleFeatureImageWrapper .articleFeatureImage {
    height: 330px;
  }
}
body.single-news .articleFeatureImageWrapper .articleFeatureImage .articleImage, body.single-weddings-blog .articleFeatureImageWrapper .articleFeatureImage .articleImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
body.single-news .articleContentWrapper, body.single-weddings-blog .articleContentWrapper {
  max-width: 950px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
body.single-news .articleContentWrapper h1, body.single-weddings-blog .articleContentWrapper h1 {
  color: #161616;
  font-family: "New Baskerville", serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 44px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 970px) {
  body.single-news .articleContentWrapper h1, body.single-weddings-blog .articleContentWrapper h1 {
    font-size: 32px;
    line-height: 35px;
  }
}
body.single-news .articleContentWrapper .postDate, body.single-weddings-blog .articleContentWrapper .postDate {
  margin-top: 15px;
  display: block;
  color: #7f7f7f;
}
body.single-news .fn, body.single-weddings-blog .fn {
  display: inline-block;
}
body.single-news .comment-meta, body.single-weddings-blog .comment-meta {
  display: none;
}

body.page-template-template-listing-template .colourBlockHeading {
  width: 100%;
  height: 375px;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .colourBlockHeading {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner {
    padding-top: 150px;
  }
}
body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner h10 {
  display: block;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner h10 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner h10 {
    padding-bottom: 20px;
    padding-top: 0px;
  }
}
body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
  float: right;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner h7 {
  text-transform: capitalize;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-listing-template .colourBlockHeading .colourBlockHeadingInner h7 {
    display: block;
  }
}
body.page-template-template-listing-template .mainContent {
  background-color: #f9f9f9;
}
body.page-template-template-listing-template .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body.page-template-template-listing-template .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-listing-template .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.page-template-template-listing-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.page-template-template-listing-template .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.page-template-template-listing-template .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-listing-template .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-listing-template .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.page-template-template-listing-template .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.page-template-template-listing-template .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
body.page-template-template-listing-template .postCategoriesWrapper {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .postCategoriesWrapper {
    margin: 25px auto 0;
  }
}
body.page-template-template-listing-template .postCategoriesWrapper .postCategories {
  text-align: center;
}
body.page-template-template-listing-template .postCategoriesWrapper .postCategories span {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}
body.page-template-template-listing-template .postCategoriesWrapper .postCategories span.selected {
  background-color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .postCategoriesWrapper .postCategories span {
    margin-bottom: 10px;
  }
}
body.page-template-template-listing-template .postGrid {
  max-width: 1290px;
  padding: 0 40px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
body.page-template-template-listing-template .postItem {
  width: 22%;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .postItem {
    width: 28.5%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.page-template-template-listing-template .postItem {
    width: 100%;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}
body.page-template-template-listing-template .postItem.small {
  height: 325px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .postItem.small {
    height: 275px;
  }
}
body.page-template-template-listing-template .postItem.medium {
  height: 415px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .postItem.medium {
    height: 350px;
  }
}
body.page-template-template-listing-template .postItem.large {
  height: 485px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-listing-template .postItem.large {
    height: 420px;
  }
}
body.page-template-template-listing-template .postItem.color {
  background-color: red;
}
body.page-template-template-listing-template .postItem .postImageWrapper {
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
}
body.page-template-template-listing-template .postItem .postImageWrapper .postImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
body.page-template-template-listing-template .postItem .postImageWrapper h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-template-listing-template .postItem h8 {
  display: block;
  padding-top: 5px;
}
body.page-template-template-listing-template .postItem h9 {
  display: block;
  padding-top: 5px;
}
body.page-template-template-listing-template .gutter-sizer {
  width: 2%;
}

body.error404 .colourBlockHeading {
  width: 100%;
  height: 375px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  body.error404 .colourBlockHeading {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
body.error404 .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 970px) {
  body.error404 .colourBlockHeading .colourBlockHeadingInner {
    padding-top: 100px;
  }
}
body.error404 .colourBlockHeading .colourBlockHeadingInner h1 {
  padding-top: 100px;
  padding-bottom: 33px;
}
@media only screen and (max-width: 700px) {
  body.error404 .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
body.error404 .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
  float: right;
}
@media only screen and (max-width: 435px) {
  body.error404 .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.error404 .mainContent {
  background-color: #f9f9f9;
}
body.error404 .contentContainer {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
body.error404 .contentContainer h1 {
  color: #161616;
}
body.error404 .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
body.error404 .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 970px) {
  body.error404 .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  body.error404 .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) and (max-width: 435px) {
  body.error404 .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.error404 .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.error404 .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.error404 .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.error404 .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.error404 .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.error404 .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

/*************************
* PROPERTY PAGE SETTINGS *
*************************/

body.page-template-template-property-template .colourBlockHeading {
  width: 100%;
  height: auto;
  padding-top:116px;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  body.page-template-template-property-template .colourBlockHeading {
    height: auto;
    overflow: hidden;
  }
}
body.page-template-template-property-template .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  body.page-template-template-property-template .colourBlockHeading .colourBlockHeadingInner {
  }
}
body.page-template-template-property-template .colourBlockHeading .colourBlockHeadingInner h1 {
  padding-top: 0px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1050px) {
  body.page-template-template-property-template .colourBlockHeading .colourBlockHeadingInner h1 {
  }
}
@media only screen and (max-width: 1050px) and (max-width: 435px) {
  body.page-template-template-property-template .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-bottom: 20px;
    padding-top: 0px;
  }
}
body.page-template-template-property-template .colourBlockHeading .colourBlockHeadingInner .propertyHeaderIconWrapper {
  float: left;
  text-align: center;
  margin-right: 30px;
}
body.page-template-template-property-template .colourBlockHeading .colourBlockHeadingInner .propertyHeaderIconWrapper .propertyHeaderIcon {
  width: 42px;
  margin: 0 auto;
}
body.page-template-template-property-template .colourBlockHeading .colourBlockHeadingInner .propertyHeaderIconWrapper h9 {
  display: block;
  color: white;
}
body.page-template-template-property-template .breadcrumbSocialBar {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 20px;
}
body.page-template-template-property-template .breadcrumbSocialBar .breadcrumbs {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  padding: 0;
  margin: 0;
  float: left;
}
@media only screen and (max-width: 1050px) {
  body.page-template-template-property-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 435px) {
  body.page-template-template-property-template .breadcrumbSocialBar .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 435px) {
  body.page-template-template-property-template .breadcrumbSocialBar .breadcrumbs {
    font-size: 12px;
    line-height: 17px;
  }
}
body.page-template-template-property-template .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666666;
}
body.page-template-template-property-template .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-property-template .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-property-template .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333333;
}
body.page-template-template-property-template .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}
body.page-template-template-property-template .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
body.page-template-template-property-template .mainContent {
  background-color: #ffffff;
}

/***********************
* Added for New Layout *
***********************/
.propertyBG {
	background-color:#ffffff;
	padding-top:10px;
}

.propertyPageWrapper {
	font-size:calc(5pt + 0.75vw);
	margin:0 auto;
	max-width:1210px;
	padding:0 2.5%

}

.component_wrapper_propertySlider {
	border-bottom:0;
	border-top:0;
}

@media only screen and (min-width:1210px) {
        .propertyPageWrapper {
                font-size:12pt;
                margin:0 auto;
                max-width:1210px;
        }
}

.propertyRowOne {
}

.propertyRowTwo {
	display:flex;
	align-items: center;
}

.propertyMainImageWrapper {
        float:left;
	width:58.67%;
}

.propertyMainImageWrapper img {
	border-radius:15px;
	height:auto;
	width:100%;
}

.propertyFeaturesListWrapper {
	float:left;
	margin:0 3.3%;
	width:29.75%;
}

.propertyFeaturesListWrapper ul {
	list-style:none;
	margin:0;
	padding:0;
}

.propertyFeaturesListWrapper li {
	height:2.6em;
}

.propertyRentAndDeposit {
	font-size:1.3em;
	line-height:2em;
}

.propertyKeyPoints {
	font-size: 1.1em;
	font-weight:bold;
	margin:1em 0;
}

.propertyKeyPoints ul{
        list-style-type:none;
	padding:0;
	margin:0;
}

.propertyKeyPoints ul li{
	float:left;
	text-align:center;
	width:33.3%;
}

.propertyDescription {
	text-align:justify;
	margin:1em 0;
}

.propertyEpc {
	float:left;
	margin-right:3.3%;
	width:33.33%;
}

.propertyEpc img, .propertyFloorplan img {
        border-radius:15px;
        height:auto;
        width:100%;
}

.propertyHeaderTwo {
	font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
	font-size:2em;
}

.propertyFloorplan {
	float:left;
	border-radius:15px;
	height:auto;
	width:63.33%;
}

#propertyMap {
	float:left;
	height:400px
        width:100%;
}

.propertyBG .sliderComponentWrapper {
	margin-top:1.5em;
        margin-bottom:1.5em;
}

	/********************
	* PROPERTY FLICKITY *
	********************/

div.propertyPageWrapper {
}

div.propertyPageWrapper .propertyCarousel {
	background: #EEE;
}

div.propertyPageWrapper .propertyCarousel .property-carousel-cell {
	width: 66%;
	height: 200px;
	margin-right: 10px;
	background: #8C8;
	border-radius: 5px;
	counter-increment: carousel-cell;
}

div.propertyPageWrapper .propertyCarousel .property-carousel-cell:before {
	display: block;
	text-align: center;
	content: counter(carousel-cell);
	line-height: 200px;
	font-size: 80px;
	color: white;
}

/*****************************
* END PROPERTY PAGE SETTINGS *
*****************************/

body.page-template-template-split-copy-search .colourBlockHeading .colourBlockHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (max-width: 970px) {
  body.page-template-template-split-copy-search .colourBlockHeading .colourBlockHeadingInner {
    padding-top: 100px;
  }
}
body.page-template-template-split-copy-search .colourBlockHeading .colourBlockHeadingInner h1 {
  padding-top: 60px;
  padding-bottom: 33px;
}
@media only screen and (max-width: 700px) {
  body.page-template-template-split-copy-search .colourBlockHeading .colourBlockHeadingInner h1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
body.page-template-template-split-copy-search .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
  float: right;
}
@media only screen and (max-width: 435px) {
  body.page-template-template-split-copy-search .colourBlockHeading .colourBlockHeadingInner .telephoneCopy {
    float: left;
    padding-top: 10px;
  }
}
body.page-template-template-split-copy-search .breadcrumbSocialBar .breadcrumbs a {
  text-decoration: none;
  color: #666;
}
body.page-template-template-split-copy-search .breadcrumbSocialBar .breadcrumbs .unlinkedPage {
  color: #2b2b2b;
}
body.page-template-template-split-copy-search .breadcrumbSocialBar .shareIcons {
  float: right;
}
body.page-template-template-split-copy-search .breadcrumbSocialBar .shareIcons span {
  padding-left: 10px;
  color: #333;
}
body.page-template-template-split-copy-search .breadcrumbSocialBar .shareIcons .shareText {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  line-height: 18px;
  color: #333;
  padding: 0;
  margin: 0;
}
body.page-template-template-split-copy-search .breadcrumbSocialBar .shareIcons a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

@media only screen {
  #accordion div, #lCottageSearch div {
    background-color: #F9F9F9;
    border: 1px solid #788a98;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 302px;
    position: relative;
  }

  #accordion iframe, #lCottageSearch iframe {
    border: 0;
    height: 2000px;
    left: 0;
    margin-top: -540px;
    /* was -225px */
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1167px) {
  #accordion {
    display: none;
  }
}
@media only screen and (max-width: 1166px) {
  #lCottageSearch {
    display: none;
  }
}

@media only screen and (min-width: 1px) and (max-width: 398px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -739px;
  }
}

@media only screen and (min-width: 399px) and (max-width: 401px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -725px;
  }
}

@media only screen and (min-width: 402px) and (max-width: 499px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -670px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 534px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -635px;
  }
}

@media only screen and (min-width: 535px) and (max-width: 592px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -655px;
  }
}

@media only screen and (min-width: 593px) and (max-width: 599px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -535px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 674px) {
  #accordion div {
    padding-top: 302px;
  }

  #accordion iframe {
    margin-top: -490px;
  }
}

@media only screen and (min-width: 675px) and (max-width: 700px) {
  #accordion div {
    padding-top: 302px;
  }

  #accordion iframe {
    margin-top: -470px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 798px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -729px;
  }
}

@media only screen and (min-width: 799px) and (max-width: 804px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -595px;
  }
}

@media only screen and (min-width:805px) and (max-width: 953px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -670px
  }
}

@media only screen and (min-width: 954px) and ( max-width: 1027px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -535px;
  }
}

@media only screen and (min-width: 1028px) and ( max-width: 1151px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -555px;
  }
}

@media only screen and (min-width: 1152px) and ( max-width: 1166px) {
  #accordion div {
    padding-top: 540px;
  }

  #accordion iframe {
    margin-top: -535px;
  }
}

@media only screen and (max-width: 365px) {
  #accordion iframe {
    margin-left: -15px;
    width: 110%;
  }
}
@media only screen and (max-width: 320px) {
  #accordion iframe {
    margin-left: -27px;
    width: 110%;
  }
}
@media only screen and (min-width: 971px) {
  header {
    height: 115px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    color: #fff;
  }
  header .mobile-menu-section-btn,
header .mobile-menu-icon {
    display: none;
  }
  header .headerInner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    z-index: 2;
    max-width: 1290px;
    margin: 0 auto;
  }
  header .headerInner > div > * {
    z-index: 10;
  }
  header .headerInner > div > *.clearfix, header body.home .headerInner > div > .mainContent, body.home header .headerInner > div > .mainContent {
    position: relative;
  }
  header .headerInner > div > *.megaMenu {
    z-index: 8;
  }
  header .headerInner .logoLink {
    display: block;
    cursor: pointer;
  }
  header .headerInner .headerLogoWrapper {
    position: absolute;
    z-index: 99999;
  }
  header .headerInner .headerLogoWrapper .headerLogo {
    width: 208px;
  }
  header .headerInner .header-top-bar {
    position: relative;
    float: right;
    color: white;
    opacity: 1;
    cursor: pointer;
    z-index: 11;
  }
  header .headerInner .header-top-bar.menuOpen {
    opacity: 0.7;
  }
  header .headerInner .breadcrumbSocialBarheader-top-bar__social span {
    padding-left: 35px;
  }
  header .headerInner .header-top-bar__social a {
    color: white;
    text-decoration: none;
    border: 0;
    outline: 0;
    cursor: pointer;
  }
  header .headerInner .mainMenu {
    position: absolute;
    top: 51px;
    right: 0;
    left: 40px;
  }
  header .headerInner .mainMenu .menu {
    float: right;
    margin: 0;
    padding: 0;
    padding-right: 55px;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1100px) {
  header .headerInner .mainMenu .menu {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 971px) {
  header .headerInner .mainMenu .menu .menu-item {
    display: block;
    float: left;
    transition: opacity 0.3s;
  }
  header .headerInner .mainMenu .menu .menu-item > a {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 35px;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
    font-style: normal;
    font-weight: 500;
    outline: none;
    opacity: 1;
    transition: all 400ms ease-in-out;
    cursor: pointer;
  }
  header .headerInner .mainMenu .menu .menu-item > a.semi {
    opacity: 0.6;
  }
  header .headerInner .mainMenu .menu .menu-item > a.focused {
    opacity: 1;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1100px) {
  header .headerInner .mainMenu .menu .menu-item > a {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 971px) {
  header .headerInner .topsearchIcon {
    position: absolute;
    top: 51px;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 1;
    text-align: right;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
  }
  header .headerInner .topsearchIcon.menuOpen {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 971px) {
  header .headerInner .Searchclose {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    overflow: hidden;
    right: 0;
    top: 51px;
    opacity: 0.6;
    display: none;
    z-index: 99999;
  }
  header .headerInner .Searchclose::before, header .headerInner .Searchclose::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
  }
  header .headerInner .Searchclose::before {
    transform: rotate(45deg);
  }
  header .headerInner .Searchclose::after {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 971px) {
  header .megaMenu {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: auto;
    min-height: 375px;
    top: -200%;
    right: 0;
    opacity: 0;
    transition: none;
    pointer-events: none;
  }
  header .megaMenu::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: calc(100% + 115px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  header .megaMenu > * {
    z-index: 100;
    position: relative;
    opacity: 0;
    transition: all 300ms linear 300ms;
  }
  header .megaMenu.open {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 300ms ease-in-out;
  }
  header .megaMenu .close {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    overflow: hidden;
    right: 40px;
    top: 140px;
    opacity: 0.25;
    display: none;
    z-index: 99999;
  }
  header .megaMenu .close::before, header .megaMenu .close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
  }
  header .megaMenu .close::before {
    transform: rotate(45deg);
  }
  header .megaMenu .close::after {
    transform: rotate(-45deg);
  }
  header .megaMenu .close.hide {
    display: none;
  }
}
@media only screen and (min-width: 971px) {
  header .megaMenuUpperWrapper {
    position: absolute;
    width: 100%;
    height: 116px;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  header .megaMenuUpperWrapper .megaMenuUpper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 116px;
    right: 0;
    transition: all 300ms ease-in-out;
  }
  header .megaMenuUpperWrapper .megaMenuUpper.open {
    top: 0;
  }
}
@media only screen and (min-width: 971px) {
  .secondnav {
    margin: 0;
    opacity: 0;
    min-height: 200px;
    padding: 140px 40px 20px;
    display: none;
  }
  .secondnav.show {
    transition: all 400ms ease-in;
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .secondnav .mobile-submenu-column:nth-of-type(1) ul.submenu-list:nth-of-type(1) {
    border-left: 0;
    padding-left: 0;
    padding-right: 20px;
  }
  .secondnav ul:first-child {
    padding: 0;
    border: 0;
  }
  .secondnav ul.submenu-list {
    display: block;
    float: left;
    width: 25%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 200px;
    margin: 0;
    padding: 0 20px;
    opacity: 1;
  }
  .secondnav ul.submenu-list .menu-item {
    display: block;
    padding-bottom: 10px;
  }
  .secondnav ul.submenu-list .menu-item a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
    font-style: normal;
    font-weight: 400;
    outline: none;
    cursor: pointer;
  }
  .secondnav ul.submenu-list .menu-item a.standout {
    font-size: 16px;
    font-weight: 500;
  }
  .secondnav ul.submenu-list .menu-item a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 971px) {
  body.header-desktop-fixed header {
    position: fixed;
    z-index: 2;
    height: 72px;
  }
  body.header-desktop-fixed header .headerInner {
    padding-top: 6px;
  }
  body.header-desktop-fixed header .headerInner .headerLogoWrapper {
    top: 50%;
    transform: translate(0, -50%);
  }
  body.header-desktop-fixed header .headerInner .headerLogoWrapper .headerLogo {
    width: 110px;
    display: block;
  }
  body.header-desktop-fixed header .headerInner .mainMenu {
    top: 30px;
  }
  body.header-desktop-fixed header .headerInner .topsearchIcon {
    top: 30px;
  }
  body.header-desktop-fixed header .megaMenuUpperWrapper {
    height: 72px;
  }
  body.header-desktop-fixed header .megaMenuUpperWrapper .megaMenuUpper {
    height: 72px;
  }
}
@media only screen and (max-width: 970px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    max-height: 100%;
    overflow: auto;
    padding: 12px 0;
    color: #fff;
    transition: background 0.5s;
  }
  header a {
    color: #fff;
    text-decoration: none;
  }
  header a.standout {
    font-size: 16px;
    font-weight: 500;
  }
  header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header #menu-main-menu,
header .header-top-bar,
header .fa-search {
    display: none;
  }
  header.mobile-menu-open {
    position: fixed;
    overflow: auto;
    background: #597d85 !important;
  }

  .mobileSearchIcon {
    position: absolute;
    right: 5px;
    top: 18px;
  }

  .headerLogoWrapper {
    float: left;
    margin-left: 40px;
  }
  .headerLogoWrapper img {
    height: 70px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  .headerLogoWrapper img {
    height: 45px;
  }
}
@media only screen and (max-width: 970px) {
  .megaMenu {
    overflow: auto;
    height: 0;
    padding: 0 40px;
  }
  .megaMenu > *:first-child {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 970px) {
  .mobile-menu-section-btn {
    display: block;
    clear: both;
    width: 100%;
    font: normal 44px/1 "New Baskerville", serif;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    transition: margin 0.5s;
    text-decoration: none;
  }
}
@media only screen and (max-width: 970px) and (max-width: 970px) {
  .mobile-menu-section-btn {
    font: normal 32px/1 "New Baskerville", serif;
  }
}
@media only screen and (max-width: 970px) {
  .mobile-menu-section-btn .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
  }
  .mobile-menu-section-btn .icon::before, .mobile-menu-section-btn .icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
  }
  .mobile-menu-section-btn .icon::before {
    height: 3px;
    width: 16px;
  }
  .mobile-menu-section-btn .icon::after {
    width: 3px;
    height: 16px;
    transition: all 0.2s;
  }
}
@media only screen and (max-width: 970px) {
  .mobile-menu-section-btn.mobile-submenu-open {
    margin: 0 0 10px;
  }
  .mobile-menu-section-btn.mobile-submenu-open .icon::after {
    opacity: 0;
  }
}
@media only screen and (max-width: 970px) {
  .mobile-menu-section-btn:not(.mobile-menu-section-btn--has-submenu) .icon {
    display: none;
  }
}
@media only screen and (max-width: 970px) {
  .secondnav {
    height: 0;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    line-height: 1.7;
  }
  .secondnav:last-child {
    border-bottom: 0;
  }
  .secondnav .mobile-submenu-column {
    float: left;
    width: calc(33.33333% - 8px);
    margin: 0 12px 12px 0;
  }
  .secondnav .mobile-submenu-column:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 970px) and (max-width: 540px) {
  .secondnav .mobile-submenu-column {
    float: none;
    width: 100%;
    margin: 0 0 12px !important;
  }
}
@media only screen and (max-width: 970px) {
  .secondnav .submenu-list {
    margin: 0 0 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 970px) {
  .secondnav .submenu-heading {
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 970px) {
  .mobile-menu-icon {
    float: right;
    cursor: pointer;
    text-transform: uppercase;
    font: normal 14px/1 "Gotham A", "Gotham B", "Gotham", sans-serif;
    margin: 25px 40px 0 0;
    font-weight: 500;
  }
  .mobile-menu-icon .icon {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 22px;
    height: 19px;
    margin: 0 0 0 5px;
  }
  .mobile-menu-icon .icon span {
    position: absolute;
    height: 3px;
    width: 16px;
    transition: all 0.2s;
    background: #fff;
    left: 3px;
  }
  .mobile-menu-icon .icon span:nth-of-type(1) {
    top: 3px;
  }
  .mobile-menu-icon .icon span:nth-of-type(2) {
    top: 8px;
  }
  .mobile-menu-icon .icon span:nth-of-type(3) {
    top: 13px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  .mobile-menu-icon {
    margin: 20px 40px 0 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 970px) {
  header.mobile-menu-open .mobile-menu-icon .icon span {
    left: 50%;
    top: 50%;
  }
  header.mobile-menu-open .mobile-menu-icon .icon span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.mobile-menu-open .mobile-menu-icon .icon span:nth-of-type(2) {
    opacity: 0;
  }
  header.mobile-menu-open .mobile-menu-icon .icon span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.page-template-template-hero-template header .headerInner > div > *.megaMenu.open {
  min-height: 375px;
}

.page-template-template-image-colour-block-template header .headerInner > div > *.megaMenu.open {
  min-height: 375px;
}

footer {
  width: 100%;
  /*height: 275px;*/
  border-top: 1px solid #e8e7e7;
  background-color: #ffffff;
}
footer .footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 20px 0;
}
footer .footer-logos img {
  display: block;
  max-width: 145px;
  max-height: 60px;
  margin: 0 25px 25px;
}
@media only screen and (max-width: 435px) {
  footer .footer-logos__img-wrap {
    position: relative;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer-logos__img-wrap img {
    height: auto;
    max-width: 75%;
    max-height: 60px;
  }
}
footer .footerInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 970px) {
  footer .footerInner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  footer .footerInner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
footer .footerInner .footerTop {
  overflow: hidden;
  padding-bottom: 30px;
}
@media only screen and (max-width: 435px) {
  footer .footerInner .footerTop {
    padding-bottom: 15px;
  }
}
footer .footerInner .column {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 970px) {
  footer .footerInner .column {
    width: 50%;
    text-align: center;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  footer .footerInner .column {
    text-align: left;
  }
}
footer .footerInner .column h8 {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
footer .footerInner .column h9 {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
footer .footerInner .column a {
  text-decoration: none;
  color: inherit;
}
footer .footerInner .column a:hover {
  text-decoration: underline;
}
footer .footerInner .newsletterSignup {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 970px) {
  footer .footerInner .newsletterSignup {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 970px) {
  footer .footerInner .newsletterSignup .newsletterForm {
    padding-top: 10px;
  }
}
footer .footerInner .newsletterSignup .ctaBtn {
  padding: 14px 0;
  width: 32%;
  margin-left: 2%;
  text-align: center;
}
@media only screen and (max-width: 970px) {
  footer .footerInner .newsletterSignup .ctaBtn {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 700px) {
  footer .footerInner .newsletterSignup .ctaBtn {
    margin-top: 0;
    float: right;
    width: 34%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 700px) and (max-width: 435px) {
  footer .footerInner .newsletterSignup .ctaBtn {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
}
footer .footerInner .newsletterSignup input[type=text] {
  width: 65%;
}
@media only screen and (max-width: 700px) {
  footer .footerInner .newsletterSignup input[type=text] {
    float: left;
    width: 64%;
  }
}
@media only screen and (max-width: 700px) and (max-width: 435px) {
  footer .footerInner .newsletterSignup input[type=text] {
    width: 100%;
  }
}
footer .footerInner .newsletterSignup .formMessage {
  width: 65%;
  text-align: center;
}
footer .footerInner .newsletterSignup .formMessage .formSuccessMessage {
  color: #000000;
  display: none;
}
footer .footerInner .newsletterSignup .formMessage .formFailMessage {
  color: #a94442;
  display: none;
}
footer .footerInner .footerCopyright {
  float: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 970px) {
  footer .footerInner .footerCopyright {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
}
footer .footerInner .footerCopyright a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
footer .footerInner .footerCredit {
  float: right;
}
@media only screen and (max-width: 970px) {
  footer .footerInner .footerCredit {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
}
footer .footerInner a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.ctaBtn,
.gform_wrapper input[type=submit] {
  overflow: hidden;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #2b2b2b;
  text-decoration: none;
  color: #2b2b2b;
  background: none;
  cursor: pointer;
  padding: 20px 50px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 970px) {
  .ctaBtn,
.gform_wrapper input[type=submit] {
    font-size: 12px;
    line-height: 15px;
    padding: 15px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 435px) {
  .ctaBtn,
.gform_wrapper input[type=submit] {
    width: 100%;
    text-align: center;
  }
}
.ctaBtn::after,
.gform_wrapper input[type=submit]::after {
  width: 100%;
  height: 100%;
  top: 75px;
  left: 0;
  background: #2b2b2b;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.ctaBtn:hover::after,
.gform_wrapper input[type=submit]:hover::after {
  top: 0;
}
.ctaBtn:hover,
.gform_wrapper input[type=submit]:hover {
  color: white;
}
.ctaBtn.ctaBtn--white,
.gform_wrapper input[type=submit].ctaBtn--white {
  border: 1px solid #fff;
  color: #fff;
}
.ctaBtn.ctaBtn--white svg,
.gform_wrapper input[type=submit].ctaBtn--white svg {
  display: inline-block;
  height: 1.3em;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
.ctaBtn.ctaBtn--white svg path,
.gform_wrapper input[type=submit].ctaBtn--white svg path {
  transition: stroke 0.3s;
  stroke: #fff !important;
}
.ctaBtn.ctaBtn--white::after,
.gform_wrapper input[type=submit].ctaBtn--white::after {
  background: #fff;
}
.ctaBtn.ctaBtn--white:hover,
.gform_wrapper input[type=submit].ctaBtn--white:hover {
  color: #000;
}
.ctaBtn.ctaBtn--white:hover svg path,
.gform_wrapper input[type=submit].ctaBtn--white:hover svg path {
  stroke: #000 !important;
}

input[type=submit]:hover {
  color: white;
  background: black;
}

input[type=text] {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  padding: 15px;
  width: 100%;
  border: 1px solid #e3e2e2;
  background-color: #f9f9f9;
  cursor: text;
  transition: border-color ease-in-out 0.15s;
}
input[type=text]::-webkit-input-placeholder {
  color: #7f7f7f;
}
input[type=text]::-moz-placeholder {
  color: #7f7f7f;
}
input[type=text]:-ms-input-placeholder {
  color: #7f7f7f;
}
input[type=text]:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
}

textarea {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  padding: 15px;
  resize: none;
  height: 200px;
  width: 100%;
  border: 1px solid #e3e2e2;
  background-color: #f9f9f9;
  cursor: text;
  transition: border-color ease-in-out 0.15s;
}
textarea::-webkit-input-placeholder {
  color: #7f7f7f;
}
textarea::-moz-placeholder {
  color: #7f7f7f;
}
textarea:-ms-input-placeholder {
  color: #7f7f7f;
}
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
}

input[type=email] {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  padding: 15px;
  width: 100%;
  border: 1px solid #e3e2e2;
  background-color: #f9f9f9;
  cursor: text;
  transition: border-color ease-in-out 0.15s;
}
input[type=email]::-webkit-input-placeholder {
  color: #7f7f7f;
}
input[type=email]::-moz-placeholder {
  color: #7f7f7f;
}
input[type=email]:-ms-input-placeholder {
  color: #7f7f7f;
}
input[type=email]:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
}

.datePicker {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
  padding: 15px;
  width: 100%;
  border: 1px solid #e3e2e2;
  background-color: #f9f9f9;
  cursor: text;
  transition: border-color ease-in-out 0.15s;
}
.datePicker::-webkit-input-placeholder {
  color: #7f7f7f;
}
.datePicker::-moz-placeholder {
  color: #7f7f7f;
}
.datePicker:-ms-input-placeholder {
  color: #7f7f7f;
}
.datePicker:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
}

label {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 970px) {
  label {
    font-size: 14px;
    line-height: 21px;
  }
}

textarea:focus, input:focus {
  outline: none;
}

.invalidField {
  border-color: #a94442 !important;
}

input[type=checkbox].css-checkbox, .gform_wrapper input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label, .gform_wrapper input[type=checkbox] ~ label {
  padding-left: 28px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  input[type=checkbox].css-checkbox + label.css-label, .gform_wrapper input[type=checkbox] ~ label {
    font-size: 14px;
  }
}

input[type=checkbox].css-checkbox:checked + label.css-label, .gform_wrapper input[type=checkbox]:checked ~ label {
  background-position: 0 -18px;
}

label.css-label, .gform_wrapper .gfield_checkbox label {
  background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_28e2982d7404e1184a48d83c2d562916.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_confirmation_message {
  text-align: center;
  color: #333333;
}

body.search-results .searchResultsHeading, body.search-no-results .searchResultsHeading {
  width: 100%;
  height: 375px;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 115px;
}
@media only screen and (max-width: 700px) {
  body.search-results .searchResultsHeading, body.search-no-results .searchResultsHeading {
    height: 300px;
  }
}
body.search-results .searchResultsHeading .searchResultsHeadingInner, body.search-no-results .searchResultsHeading .searchResultsHeadingInner {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper, body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper {
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 700px) {
  body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper, body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper {
    padding-top: 25px;
  }
}
body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .searchEnterText, body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .searchEnterText {
  font-style: italic;
  color: white;
  margin-top: 15px;
  display: block;
}
body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search, body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search {
  position: relative;
}
body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search input[type=text], body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search input[type=text] {
  outline: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font: normal 44px/1 "New Baskerville", serif;
  color: #fff;
  padding: 5px 0;
}
body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search input[type=text]::-webkit-input-placeholder, body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search input[type=text]::-moz-placeholder, body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search input[type=text]:-ms-input-placeholder, body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
body.search-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search__icon, body.search-no-results .searchResultsHeading .searchResultsHeadingInner .searchFormWrapper .mobile-search__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  appearance: none;
  border: 0;
  background: url(../img/icon-search-mobile.png) right center no-repeat;
}
body.search-results .mainContent, body.search-no-results .mainContent {
  background-color: #f9f9f9;
}
body.search-results .searchResults, body.search-no-results .searchResults {
  max-width: 950px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.search-results .searchResults .searchResultH2, body.search-no-results .searchResults .searchResultH2 {
  padding-bottom: 40px;
}
body.search-results .searchResults .searchResult, body.search-no-results .searchResults .searchResult {
  padding-bottom: 25px;
}
body.search-results .searchResults .searchResult h5, body.search-no-results .searchResults .searchResult h5 {
  color: #005ea5;
}
body.search-results .searchResults .searchResult a, body.search-no-results .searchResults .searchResult a {
  text-decoration: none;
  color: #005ea5;
}
body.search-results .searchResults .searchResult span, body.search-no-results .searchResults .searchResult span {
  display: block;
}
body.search-results .searchResults .searchResult .postName, body.search-no-results .searchResults .searchResult .postName {
  color: #7f7f7f;
}

header .desktopSearchFormWrapper {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 115px;
  display: none;
}
header .desktopSearchFormWrapper > div {
  display: table;
  width: 100%;
  height: 260px;
}
header .desktopSearchFormWrapper > div > div {
  display: table-cell;
  vertical-align: middle;
}

body.searchOpen header .desktopSearchFormWrapper {
  display: block;
}
body.searchOpen header .mainMenu li {
  opacity: 0;
  z-index: 5;
  position: relative;
}
body.searchOpen header .mainMenu:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
body.searchOpen header .topsearchIcon:before, body.searchOpen header .topsearchIcon:after {
  content: "" !important;
  display: block;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff
}
body.searchOpen header .topsearchIcon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.searchOpen header .topsearchIcon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.searchResultsHeading .searchResultsHeadingInner {
  display: table;
  width: 100%;
  height: 260px;
}
.searchResultsHeading .searchResultsHeadingInner .desktopSearchFormWrapper {
  display: table-cell;
  vertical-align: middle;
}

.desktopSearchFormWrapper {
  position: relative;
  opacity: 1 !important;
}
.desktopSearchFormWrapper form {
  border-bottom: 1px solid #fff;
}
.desktopSearchFormWrapper .desktop-search {
  position: relative;
}
.desktopSearchFormWrapper .desktop-search input[type=text] {
  outline: none;
  background: transparent;
  border: 0;
  font: normal 44px/70px "New Baskerville", serif;
  color: #fff;
  padding: 0;
  width: calc(100% - 70px);
  float: left;
}
.desktopSearchFormWrapper .desktop-search input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.desktopSearchFormWrapper .desktop-search input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.desktopSearchFormWrapper .desktop-search input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.desktopSearchFormWrapper.show {
  display: block;
}
.desktopSearchFormWrapper .fa {
  float: right;
  width: 70px;
  display: block;
  height: 70px;
  font-size: 16px;
  text-align: right;
  color: #fff;
  line-height: 70px;
  cursor: pointer;
}
.desktopSearchFormWrapper .searchEnterText {
  font-style: italic;
  color: white;
  margin-top: 15px;
  display: block;
}
@media only screen and (max-width: 970px) {
  .desktopSearchFormWrapper {
    display: none !important;
  }
}

@media only screen and (min-width: 971px) {
  .mobileSearchFormWrapper {
    display: none;
  }
}
.mobileSearchFormWrapper .mobile-search {
  position: relative;
}
.mobileSearchFormWrapper .mobile-search input[type=text] {
  outline: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font: normal 44px/1 "New Baskerville", serif;
  color: #fff;
  padding: 5px 0;
}
.mobileSearchFormWrapper .mobile-search input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mobileSearchFormWrapper .mobile-search input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mobileSearchFormWrapper .mobile-search input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 970px) {
  .mobileSearchFormWrapper .mobile-search input[type=text] {
    font: normal 32px/1 "New Baskerville", serif;
  }
}
.mobileSearchFormWrapper .mobile-search__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  appearance: none;
  border: 0;
  background: url(../img/icon-search-mobile.png) right center no-repeat;
}

.cookiesBanner {
  width: 100%;
  height: auto;
  background-color: #5f8289;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.cookiesBanner .cookiesBannerInner {
  max-width: 1290px;
  padding: 40px;
  margin: 0 auto;
}
.cookiesBanner .cookiesBannerInner h2 {
  color: white;
  margin-bottom: 10px;
}
.cookiesBanner .cookiesBannerInner .body {
  color: white;
}
.cookiesBanner .cookiesBannerInner .cookiesClose {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  right: 40px;
  top: 40px;
  opacity: 0.25;
  z-index: 99999;
}
.cookiesBanner .cookiesBannerInner .cookiesClose::before, .cookiesBanner .cookiesBannerInner .cookiesClose::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.cookiesBanner .cookiesBannerInner .cookiesClose::before {
  transform: rotate(45deg);
}
.cookiesBanner .cookiesBannerInner .cookiesClose::after {
  transform: rotate(-45deg);
}

.video-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5f8289;
  z-index: 9999;
  color: #fff;
  overflow: auto;
  display: none;
}
.video-box__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1290px;
  padding: 130px 40px 40px;
}
@media only screen and (max-width: 1024px) {
  .video-box__inner {
    padding: 50px 25px;
  }
}
.video-box__embed {
  display: none;
}
.video-box__title {
  font-size: 39px;
  margin: 0.5em 0 0;
  color: #fff;
}
@media only screen and (max-width: 660px) {
  .video-box__title {
    font-size: 22px;
  }
}
.video-box__date {
  font-size: 12px;
  margin: 0 0 5px;
}
@media only screen and (max-width: 660px) {
  .video-box__date {
    font-size: 10px;
  }
}
.video-box__content {
  font-size: 14px;
}
@media only screen and (max-width: 660px) {
  .video-box__content {
    font-size: 12px;
  }
}
.video-box__close {
  display: block;
  position: absolute;
  top: 88px;
  right: 37px;
  width: 22px;
  height: 22px;
  opacity: 0.25;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .video-box__close {
    top: 15px;
    right: 25px;
  }
}
.video-box__close:hover {
  opacity: 0.6;
}
.video-box__close::after, .video-box__close::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.video-box__close::before {
  transform: rotate(45deg);
}
.video-box__close::after {
  transform: rotate(-45deg);
}

.banner {
  max-width: 1210px;
  margin: 40px auto;
  background: rgba(95, 130, 137, 0.1);
  padding: 30px;
}
@media only screen and (max-width: 1290px) {
  .banner {
    margin: 40px;
    padding: 15px;
  }
}
@media only screen and (max-width: 440px) {
  .banner {
    margin: 26px;
  }
}
.banner .ctaBtn {
  margin: 0 0 0.75em;
}
.banner__title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0.6em;
}
@media only screen and (max-width: 440px) {
  .banner__title {
    font-size: 14px;
  }
}
.banner__header {
  font-size: 41px !important;
  font-weight: 400;
  margin: 0 0 0.4em;
}
@media only screen and (max-width: 440px) {
  .banner__header {
    font-size: 30px !important;
  }
}
.banner__desc {
  font-size: 17px;
  margin: 0 0 0.5em;
}
@media only screen and (max-width: 440px) {
  .banner__desc {
    font-size: 18px;
  }
}
.banner__desc strong {
  font-weight: 500;
}
.banner__small {
  font-size: 11px;
  margin: 0;
}

body.visit .banner {
  background: rgba(172, 161, 145, 0.1);
}

body.stay .banner {
  background: rgba(120, 138, 152, 0.1);
}

body.weddings .banner {
  background: rgba(199, 154, 149, 0.1);
}

body.eventsColour .banner {
  background: rgba(155, 184, 211, 0.1);
}

body.learningColour .banner {
  background: rgba(113, 142, 112, 0.1);
}

body.estateColour .banner {
  background: rgba(89, 125, 133, 0.1);
}

body.newsColour .banner {
  background: rgba(181, 181, 181, 0.1);
}

body.home .mainContent {
  background: #000000;
}

.brochurerow {
  display: flex;
}

.brochurecolumn {
  flex: 25%;
  padding: 5px;
  text-align:center;
}

@media screen and (max-width: 500px) {
  .brochurecolumn {
    width:100%;
  }
}


/**********************
* Woocommerce Changes *
***********************/

.wcShop {
  margin:0 auto;
  max-width:1290px;
  padding:0 40px;
}

.wcShop H1 {
  color:#000000;
}

.lulworth-basket {
  color:#ffffff;
  float:right;
  font-size:1.5em;
  text-decoration:none;
}

.no-top-spacing {
  margin-top:0px !important;
  padding-top:0px !important;
}

#gform_wrapper_14 h3 {
  text-align:center;
}

#gform_wrapper_14 ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#gform_wrapper_14 li {
  margin-bottom:0.5em;
}

#gform_wrapper_14 input[type='checkbox'] {
  all:revert;
  margin:0;
  vertical-align:middle;
}
