@charset "UTF-8";
/******************************************************************
Site Name:
Author: Kook

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

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

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

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
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.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

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

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0;
}

dd {
  margin: 0 0 0 40px;
}

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/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. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves 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 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  hyphens: none;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

nav ul, nav ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*turquoise*/
/*dark turquoise */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('/library/fonts/font-name.eot');
    	src: url('/library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('/library/fonts/font-name.woff') format('woff'),
             url('/library/fonts/font-name.ttf') format('truetype'),
             url('/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #ffc72b;
  background: #ffce44;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
Z-Index Sass Map
*********************/
/*
A centralised place to manage Z-index*/
/*USAGE
.header {
  z-index: map-get($zindex, header);
}
*/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);

transition-property: property_name; 				
transition-duration: duration; 				
transition-timing-function: timing_function; 				
transition-delay: delay;


*/
/*needed for when using scroll-down easing to anchor point on page*/
.scrollpoint {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/*********************
Image zoom
*********************/
/*
USAGE: @include transform($zoom);
*/
/*********************
BOX Shadow
*********************/
/*
USAGE: @include box-shadow($boxshadow);
*/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/******************
CIRCLES
******************/
/*
USAGE: @include fixedCircle(inline-block, 1em, $white);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include box-sizing(border-box); */
* {
  box-sizing: border-box;
}

/********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
/*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
/*********************
MOUSEY
*********************/
.scroll-downs {
  position: absolute;
  /*top: 0;*/
  right: 0;
  bottom: 14%;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/*********************
BUTTONS
*********************/
.button, button {
  padding: 0.75em 1.5em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #0b1114;
  background: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0.25rem;
}
.button:hover, .button:focus, button:hover, button:focus {
  background: #018D7F;
  border-color: #018D7F;
  transition: all 0.5s ease-in-out;
}

body.Template-3 .button, body.Template-3 button {
  border-radius: 1.5rem;
}

.button.primary, #pushMenu .button {
  background: #00DDC7;
  color: #018D7F;
  border: none;
}
.button.primary:hover, .button.primary:focus, .button.primary:active, #pushMenu .button:hover, #pushMenu .button:focus, #pushMenu .button:active {
  background: #00c4b0;
  color: #17232a;
  transition: all 0.5s ease-in-out;
}

.button.tertiary {
  background: #263b46;
  border: none;
}
.button.tertiary:hover, .button.tertiary:focus, .button.tertiary:active {
  background: #263b46;
  transition: all 0.5s ease-in-out;
}

.button.secondary {
  border: 1px solid #fff;
  background: #fff;
}
.button.secondary:hover, .button.secondary:focus, .button.secondary:active {
  background: #fff;
  border-color: #fff;
  transition: all 0.5s ease-in-out;
}

.button.showHide:before {
  content: "\f107";
  font-family: FontAwesome;
  position: relative;
  float: right;
  margin-left: 0.5em;
  font-size: large;
  line-height: 1.6;
  transition: all 0.5s ease-in-out;
}
.button.showHide.open {
  background: #018D7F;
}
.button.showHide.open:before {
  content: "\f106";
  transition: all 0.5s ease-in-out;
}

.fw {
  width: 100% !important;
  display: block;
}

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #0b1114;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  /*a.menu-btn:hover{ @include spin(spin 2s infinite linear); cursor:pointer;}*/
}
.pushy a.menu-btn, .pushy p {
  padding: 0.5em 0.5em;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
  padding-top: 1em;
}

/* Menu Movement */
.pushy-left {
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(300px, 0, 0);
}

.pushy-right {
  transform: translate3d(300px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  /*background: url("../img/arrow.svg") no-repeat;*/
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  transform: translateY(-50%) rotate(90deg);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "area-normal", sans-serif;
  font-size: 98%;
  line-height: 1.6;
  color: #0b1114;
  font-weight: 400;
  overflow-x: hidden;
}

.mobileOnly {
  display: inline-block !important;
}

.desktopOnly {
  display: none !important;
}

/********************
BODY CLASSES
style a page via class
********************/
.Home h1 {
  margin-top: 80px;
} /* home page */
/*********************
Z_INDEX
*********************/
.cd-top {
  z-index: 9999;
}

.header {
  z-index: 901;
}

#bookForm {
  z-index: 900;
}

ul.children {
  z-index: 800;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.row, body.Home #content #leftcol > div > div, body.home #content #leftcol > div > div, .row-small, body.fullWidth #leftcol > div > div {
  margin: 0 auto;
  width: 95%;
  padding: 1em 0;
}

/* Turn off padding on some rows*/
.header .row {
  padding: 0 0;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #018D7F;
  /* removing text decoration from all headline links */
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #00aa99;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, .siteName {
  color: #0b1114;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, .siteName a {
  text-decoration: none;
}

/*weights*/
h3, .h3, h4, .h4, #hero .h2 {
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, label, .button, .topMenu .nav > li, .link, .link-2, #accountMenu > a:first-of-type {
  font-weight: 700;
}

h1, .h1 {
  font-weight: 800;
}

/*margins*/
h1, .h1, h2, .h2, h3, .h3, .gmb-review p {
  margin: 0.25em 0;
}

h3, .h3, h4, .h4, .gmb-review p {
  margin: 0.75em 0;
}

p + h3, p + .h3 {
  margin: 1em 0 0.5em 0;
}

/*line-height*/
h1, .h1 {
  line-height: 1.3;
}

h2, .h2, h3, .h3, h4, .h4, label, [data-control] {
  line-height: 1.4;
}

/*letter spacing*/
.xsmtext, .menu-btn span {
  letter-spacing: 1px;
}

/*sizing*/
.grid-3 .card-image i {
  font-size: 3.5em;
}

h1, .h1 {
  font-size: 2em;
}

h2, .h2 {
  font-size: 1.6em;
}

.bigger, h3, .h3, [data-control] {
  font-size: 1.2em;
}

.smtext, #breadcrumbs, thead, .respond-form label, .holdForm ul, #pushMenu .nav-small, .news-item-label, #message {
  font-size: 0.85em;
}

.xsmtext, .menu-btn span {
  font-size: 0.65em;
}

.responsive .h3:after {
  display: none;
  margin-bottom: 0;
}

/*styling*/
h4, .h4, .step, #pushMenu ul > li > a {
  text-transform: uppercase;
}

h1, .h1, h2, .h2 {
  letter-spacing: -1px;
}

h4, .h4, .step, #pushMenu ul > li > a {
  letter-spacing: 1px;
}

#rightcol h4, #rightcol .h4 {
  position: relative;
  text-align: center;
  color: black;
  margin-bottom: 1.5em;
}
#rightcol h4:before, #rightcol .h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 200%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #018D7F;
}
#rightcol h4:after, #rightcol .h4:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  top: 200%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #018D7F;
  transition: all 0.2s ease-in-out;
}
#rightcol h4:hover:after, #rightcol .h4:hover:after {
  width: 100%;
}

body.Template-2 .topMenu .nav > li > a, body.Template-2 .button, body.fullWidth .topMenu .nav > li > a, body.fullWidth .button {
  letter-spacing: 1px;
}

/*************************
Colours
*************************/
.blue, .darkHeader #accountMenu, #accountMenu .h2, .darkHeader .phone, body.home #content ul li::before, blockquote:before, body.Home .columnlayout h2 a:hover, footer h3, footer .h3,
.respond-form h2, .fa-li, .slideshow_caption a.button, .button.secondary, a.button.secondary, a.button.secondary:hover {
  color: #00DDC7;
}

.black, .topMenu .nav > li > a,
a.button, button {
  color: #0b1114;
}

.grey {
  color: #538198;
}

.white, #pushMenu .nav li a, .pushy a,
.topMenu .nav li ul li a,
ul.responsive3 .slideshow_caption a,
.slick-slider button:before,
.responsive .h3,
.holdForm, .holdForm h2, .holdForm a.button,
#footer #facebook a, #copyright, #footer, #footer a, .cd-top i, #cta a.button, .button.primary, a.button.primary, a.button:hover, .button.tertiary,
#hero .slick-slider button:before, #hero .heading h1, #hero .heading .h1, #hero h1,
#homeMission,
#bottomBlocks {
  color: #fff;
}

#bottomBlocks .first a {
  color: #00DDC7;
}

a.button.primary, ul.responsive3 .slideshow_caption a {
  color: #2f4956;
}

.orange {
  color: #ffce44;
}

body.Template-2 .clearHeader .topMenu .nav > li > a, body.Template-2 .clearHeader a .desktopOnly, body.Template-2 .clearHeader a.menu-btn, body.Template-2 #accountMenu a, body.fullWidth .clearHeader .topMenu .nav > li > a, body.fullWidth .clearHeader a .desktopOnly, body.fullWidth .clearHeader a.menu-btn, body.fullWidth #accountMenu a {
  color: #fff;
}

body.Template-2 .darkHeader #accountMenu a, body.fullWidth .darkHeader #accountMenu a {
  color: #00DDC7;
}

body.Template-3 .clearHeader .topMenu .nav > li > a, body.Template-3 .clearHeader #accountMenu a, body.Template-3 .clearHeader .menu-btn {
  color: #fff;
}

/*************************
Turn off printable items
*************************/
.printable {
  display: none;
}

/*********************
SPRITE
*********************/
/*use modernizer script stop detect browser fallback for next gen images*/
/*.no-webp .box { color: red; }
.webp .box { color: green; }*/
/*.no-js #logo, .no-webp #logo { background-image: url('../images/logo.png'); }
.webp #logo { background-image: url('../images/logo.webp'); }*/
#logo {
  display: block;
  margin: 0 auto;
  background: transparent url("../images/logo.svg") no-repeat center top;
  background-position: center top;
  width: 143px;
  height: 106px;
  background-size: cover;
}

body.Template-4 #logo {
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
body.Template-4 #logo:after {
  display: block;
  position: absolute;
  content: "";
  margin: 0 auto;
  background: transparent url("../images/logo.svg") no-repeat center center;
  background-position: center center;
}

/*********************
HEADER STYLES
*********************/
/* STICKY NAV - This is where the header is set to be sticky. 
We can also change colour and size here - effects all take place onScroll (waypoints triggers this) */
.header .clearHeader {
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.header .darkHeader {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  top: 0;
}

/* position header elements as needed */
.header {
  position: relative;
  z-index: 8000;
}
.header .row {
  min-height: 80px;
  position: relative;
}
.header .menu {
  width: 100%;
}
.header .menu-btn, .header #logo, .header #accountMenu {
  position: absolute;
}
.header #accountMenu {
  right: 2%;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.header #accountMenu .mobileOnly {
  margin-left: 0.5em;
}
.header #accountMenu a:not(.button) {
  padding: 0.5em 0em;
  display: inline-block;
  margin: 0em 0.35em;
}
.header .menu-btn {
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  text-align: center;
  margin: 0 0.25em;
}
.header .menu-btn span {
  display: block;
  line-height: 1.5;
}
.header #logo {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 0.5em;
}
.header #mainMenu {
  display: none;
}

.header .darkHeader #logo {
  top: -13px;
}

.menu-btn {
  text-align: right;
}

.header .clearHeader {
  position: absolute;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.header .darkHeader {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  top: 0;
  z-index: 999;
}

body.Template-2 .header, body.fullWidth .header {
  position: relative;
}
body.Template-2 .header .clearHeader, body.fullWidth .header .clearHeader {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  transition: all 0.4s ease-in-out;
}
body.Template-2 .header .darkHeader, body.fullWidth .header .darkHeader {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease-in-out;
}
body.Template-2 .header .row, body.fullWidth .header .row {
  /*use flex for better centering*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
body.Template-2 .header .menu, body.fullWidth .header .menu {
  width: 100%;
}
body.Template-2 .header #mainMenu, body.Template-2 .header #accountMenu, body.fullWidth .header #mainMenu, body.fullWidth .header #accountMenu {
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
}
body.Template-2 .header #accountMenu, body.fullWidth .header #accountMenu {
  text-align: right;
  margin-right: 0.5em;
}
body.Template-2 .header #accountMenu .mobileOnly, body.fullWidth .header #accountMenu .mobileOnly {
  margin-left: 0.5em;
}
body.Template-2 .header .menu-btn, body.fullWidth .header .menu-btn {
  display: block;
  text-align: right;
}

body.Template-3 .header {
  /*.menu-btn, #logo, #accountMenu {
      position: absolute;
  }*/
}
body.Template-3 .header .clearHeader {
  position: absolute;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
body.Template-3 .header .darkHeader {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  top: 0;
  z-index: 999;
}
body.Template-3 .header .menu {
  width: 100%;
}
body.Template-3 .header #accountMenu {
  right: 0em;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
body.Template-3 .header #accountMenu .mobileOnly {
  margin-left: 0.5em;
}
body.Template-3 .header #accountMenu span.desktopOnly {
  display: none !important;
}

body.Template-4 .header {
  position: relative;
}
body.Template-4 .header .clearHeader {
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
body.Template-4 .header .clearHeader #logo {
  width: 120px;
  height: 120px;
}
body.Template-4 .header .clearHeader #logo:before {
  content: "";
  flex: none;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
body.Template-4 .header .clearHeader #logo:after {
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
  transition: all 0.3s ease-in-out;
}
body.Template-4 .header .darkHeader {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  top: 0;
}
body.Template-4 .header .darkHeader #logo {
  width: 95px;
  height: 95px;
}
body.Template-4 .header .darkHeader #logo:before {
  content: "";
  flex: none;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  background: #fff;
  width: 95px;
  height: 95px;
  border-radius: 47.5px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
body.Template-4 .header .darkHeader #logo:after {
  width: 75px;
  height: 75px;
  background-size: 75px 75px;
  transition: all 0.3s ease-in-out;
}
body.Template-4 .header .menu {
  width: 100%;
}
body.Template-4 .header .menu-btn, body.Template-4 .header #logo, body.Template-4 .header #accountMenu {
  position: absolute;
}
body.Template-4 .header #accountMenu {
  right: 2%;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
body.Template-4 .header #accountMenu .mobileOnly {
  margin-left: 0.5em;
}
body.Template-4 .header #accountMenu a {
  display: inline-block;
  margin-left: 0.5em;
}
body.Template-4 .header .menu-btn {
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

/***********************
HERO - HERO
************************/
#hero {
  position: relative;
  overflow: hidden;
  height: 70vh;
  z-index: 0;
}

body.Home #hero .row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 85%;
}

body:not(.Home):not(.home) #hero {
  position: relative;
  height: 250px;
  height: 40vh;
}
body:not(.Home):not(.home) #hero p img, body:not(.Home):not(.home) #hero .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
body:not(.Home):not(.home) #hero p img {
  min-height: 250px;
  max-width: none;
  z-index: -1;
}
body:not(.Home):not(.home) #hero .heading {
  padding: 1em;
  width: 90%;
  z-index: 2;
  text-align: center;
  margin-top: 4rem;
}
body:not(.Home):not(.home) #hero:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

body.Template-2 #hero, body.Template-3 #hero {
  height: 100vh;
}
body.Template-2 #hero:before, body.Template-3 #hero:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
body.Template-2 #hero .row, body.Template-3 #hero .row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 85%;
}

body.Template-4 #hero {
  height: 75vh;
}
body.Template-4 #hero .row {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  width: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}

/*********************
NAVIGATION STYLES
*********************/
#touchMenu,
.menu-btn {
  display: block;
}

#mainMenu {
  display: none;
}

#pushMenu ul:nth-of-type(2) { /*hide home link in 2nd nav*/ }
#pushMenu ul:nth-of-type(2) > li:first-of-type {
  display: none;
}

.topMenu, #pushMenu {
  /*list-style:none;
  float: right;
  clear: right;*/
  /* end .nav */
}
.topMenu a.toggleMenu, #pushMenu a.toggleMenu {
  width: 100%;
  padding: 2% 4%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.topMenu a.toggleMenu span, #pushMenu a.toggleMenu span {
  display: block;
  width: auto;
  float: right;
  padding-left: 0.5em;
}
.topMenu .nav, #pushMenu .nav {
  /*margin-top:0;
  position: absolute;
  width: 96%;
  z-index: 99999;*/
  /* end .menu li */
}
.topMenu .nav li, #pushMenu .nav li {
  position: relative;
  text-align: left;
  /* Sub-menu level 2 */
  /* end level 2	*/
  /* Hover effects */
}
.topMenu .nav li a, #pushMenu .nav li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0.5em;
  background: black;
  border-bottom: 1px solid rgba(130, 154, 193, 0.21);
}
.topMenu .nav li a:hover, .topMenu .nav li a:focus, #pushMenu .nav li a:hover, #pushMenu .nav li a:focus {
  background: #020304;
}
.topMenu .nav li a.parent:before, #pushMenu .nav li a.parent:before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: block;
  float: right;
  font-size: large;
  padding-right: 0.5em;
  line-height: 1.2;
}
.topMenu .nav li.hover > a.parent:before, #pushMenu .nav li.hover > a.parent:before {
  content: "\f106";
}
.topMenu .nav li ul,
.topMenu .nav li ul.sub-menu,
.topMenu .nav li ul.children, #pushMenu .nav li ul,
#pushMenu .nav li ul.sub-menu,
#pushMenu .nav li ul.children {
  margin-top: 0;
  border-top: 0;
  display: none;
}
.topMenu .nav li ul li,
.topMenu .nav li ul.sub-menu li,
.topMenu .nav li ul.children li, #pushMenu .nav li ul li,
#pushMenu .nav li ul.sub-menu li,
#pushMenu .nav li ul.children li {
  /* Sub-sub-menu level 3	*/
  /* end level 3	*/
}
.topMenu .nav li ul li a,
.topMenu .nav li ul.sub-menu li a,
.topMenu .nav li ul.children li a, #pushMenu .nav li ul li a,
#pushMenu .nav li ul.sub-menu li a,
#pushMenu .nav li ul.children li a {
  padding-left: 1em;
  background: #020304;
  border-bottom: 1px solid rgba(130, 154, 193, 0.21);
}
.topMenu .nav li ul li a:hover, .topMenu .nav li ul li a:focus,
.topMenu .nav li ul.sub-menu li a:hover,
.topMenu .nav li ul.sub-menu li a:focus,
.topMenu .nav li ul.children li a:hover,
.topMenu .nav li ul.children li a:focus, #pushMenu .nav li ul li a:hover, #pushMenu .nav li ul li a:focus,
#pushMenu .nav li ul.sub-menu li a:hover,
#pushMenu .nav li ul.sub-menu li a:focus,
#pushMenu .nav li ul.children li a:hover,
#pushMenu .nav li ul.children li a:focus {
  background: #0b1114;
}
.topMenu .nav li ul li ul li,
.topMenu .nav li ul.sub-menu li ul li,
.topMenu .nav li ul.children li ul li, #pushMenu .nav li ul li ul li,
#pushMenu .nav li ul.sub-menu li ul li,
#pushMenu .nav li ul.children li ul li {
  /* Sub-sub-menu level 4	*/
  /* end level 4	*/
}
.topMenu .nav li ul li ul li a,
.topMenu .nav li ul.sub-menu li ul li a,
.topMenu .nav li ul.children li ul li a, #pushMenu .nav li ul li ul li a,
#pushMenu .nav li ul.sub-menu li ul li a,
#pushMenu .nav li ul.children li ul li a {
  padding-left: 1.5em;
  background: #0b1114;
}
.topMenu .nav li ul li ul li a:hover, .topMenu .nav li ul li ul li a:focus,
.topMenu .nav li ul.sub-menu li ul li a:hover,
.topMenu .nav li ul.sub-menu li ul li a:focus,
.topMenu .nav li ul.children li ul li a:hover,
.topMenu .nav li ul.children li ul li a:focus, #pushMenu .nav li ul li ul li a:hover, #pushMenu .nav li ul li ul li a:focus,
#pushMenu .nav li ul.sub-menu li ul li a:hover,
#pushMenu .nav li ul.sub-menu li ul li a:focus,
#pushMenu .nav li ul.children li ul li a:hover,
#pushMenu .nav li ul.children li ul li a:focus {
  background: #141f24;
}
.topMenu .nav li ul li ul li ul li a,
.topMenu .nav li ul.sub-menu li ul li ul li a,
.topMenu .nav li ul.children li ul li ul li a, #pushMenu .nav li ul li ul li ul li a,
#pushMenu .nav li ul.sub-menu li ul li ul li a,
#pushMenu .nav li ul.children li ul li ul li a {
  padding-left: 2em;
  background: #416577;
}
.topMenu .nav > li.hover > ul, #pushMenu .nav > li.hover > ul {
  left: 0;
  display: block;
}
.topMenu .nav li li.hover > ul, #pushMenu .nav li li.hover > ul {
  left: 100%;
  top: 0;
  display: block;
}

/* end .topMenu */
/*********************
CONTENT STYLES
*********************/
/* content area all inner pagesset different or alternate row colours here*/
body.Home #content #leftcol > div:first-of-type,
#intro {
  background: #ebebeb;
}

/* content area all inner pages */
#content, #homeBlocks, #bottomBlocks {
  position: relative;
  background: #fff;
}

#breadcrumbs {
  background: #0b1114;
  color: #d5d5d5;
}

body.Template-2 #content #leftcol > div:first-of-type,
body.Template-2 #content #leftcol > div:nth-of-type(odd) {
  background: none;
}
body.Template-2 #content #leftcol > div:nth-of-type(even) {
  background: #0b1114;
}

body.Template-4 #content {
  padding-bottom: 80px;
}
body.Template-4 #content #leftcol > div:first-of-type,
body.Template-4 #content #leftcol > div:nth-of-type(odd) {
  background: #fff;
}
body.Template-4 #content #leftcol > div:nth-of-type(2) {
  background: #e6e6e6;
}

.fa-ul {
  padding-left: 60px;
}

#content ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 1.5em 0em;
}
#content ul li:not(.slick-slide) {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1.5em;
}
#content ul li:not(.slick-slide):before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 2em;
  line-height: 1.1;
}

.col-2 {
  display: grid;
  grid-gap: 0.75em;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1em;
}
.col-2 > div, .col-2 > li {
  grid-column: span 2;
  /*border-radius: 0.5rem;
  padding: 0.75em 1em 0.75em 1em;
  border: 1px solid #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: space-between;*/
}

blockquote {
  margin: 0 0 0 0;
  text-align: left;
}

blockquote {
  padding: 1em;
}
blockquote p {
  padding-left: 2em;
  margin-top: 0;
}
blockquote h5 {
  margin: 0.4em 0;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: block;
  float: left;
  padding-right: 0.5em;
  line-height: 1.2;
}
blockquote a {
  text-decoration: none;
}
blockquote em {
  text-align: right;
}

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

img {
  /*margin: 0 0 1.5em 0;*/
  max-width: 100%;
  height: auto;
}

#breadcrumbs {
  /*border-bottom: 1px dotted lighten($color-secondary, 0%);*/
}
#breadcrumbs > div {
  /*text-align: center;*/
}
#breadcrumbs > div div {
  display: inline;
}

/*********************************
 BLOCKS
*********************************/
.columnlayout {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 0;
  justify-content: space-between;
  gap: 1.5em;
  /*turn off basic li styling*/
  padding: 0 0 0em 0;
}
.columnlayout li:before {
  display: none;
}
.columnlayout li {
  margin-bottom: 0em;
  padding-left: 0em;
}
.columnlayout > div, .columnlayout li, .columnlayout article {
  display: inline-block;
  vertical-align: top;
  flex: 1 1 auto;
  flex-grow: 0;
  width: 100%;
}
.columnlayout > div > p:first-of-type, .columnlayout li > p:first-of-type, .columnlayout article > p:first-of-type {
  margin: 0 auto;
}
.columnlayout > div > div, .columnlayout li > div, .columnlayout article > div {
  width: auto;
}
.columnlayout article.newsBlock {
  width: 100%;
}
.columnlayout.grid-3 > div .card-image, .columnlayout.grid-3 > div .card-item {
  width: auto;
}
.columnlayout.grid-3 > div .card-image i {
  line-height: 1.6;
}
.columnlayout.grid-3 > div .card-item {
  flex-grow: 1;
}
.columnlayout.grid-3 > div {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5em;
}
.columnlayout.news {
  /*hide admin code from front-end*/
}
.columnlayout.news > div[align=center], .columnlayout.news > a {
  display: none;
}

/* #gallery */
#gallery li {
  padding: 0 0.25em;
}

body.Template-2 {
  /*Services list*/
}
body.Template-2 .columnlayout.services {
  margin-bottom: 2em;
  /*hide admin code from front-end*/
}
body.Template-2 .columnlayout.services > div, body.Template-2 .columnlayout.services > article {
  padding: 0 0em;
  margin-bottom: 1em;
  background: #fff;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.Template-2 .columnlayout.services > div:hover, body.Template-2 .columnlayout.services > article:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
body.Template-2 .columnlayout.services > div .wrap-txt, body.Template-2 .columnlayout.services > article .wrap-txt {
  padding: 1em;
}
body.Template-2 .columnlayout.services > div .wrap-img, body.Template-2 .columnlayout.services > article .wrap-img {
  display: block;
}
body.Template-2 .columnlayout.services > div .wrap-img p, body.Template-2 .columnlayout.services > div .wrap-img picture, body.Template-2 .columnlayout.services > div .wrap-img img, body.Template-2 .columnlayout.services > article .wrap-img p, body.Template-2 .columnlayout.services > article .wrap-img picture, body.Template-2 .columnlayout.services > article .wrap-img img {
  display: block;
  margin: 0 0;
  min-width: 100%;
}
body.Template-2 .columnlayout.services > div .wrap-img picture, body.Template-2 .columnlayout.services > article .wrap-img picture {
  background: #018D7F;
}
body.Template-2 .columnlayout.services > div .wrap-img picture img, body.Template-2 .columnlayout.services > article .wrap-img picture img {
  opacity: 1;
}
body.Template-2 .columnlayout.services > div .wrap-img picture:hover img, body.Template-2 .columnlayout.services > article .wrap-img picture:hover img {
  opacity: 0.5;
}
body.Template-2 .columnlayout.services > div > article, body.Template-2 .columnlayout.services > article > article {
  padding: 0 0em;
}
body.Template-2 .columnlayout.services > div[align=center], body.Template-2 .columnlayout.services > a {
  display: none;
}

body.Template-3 .columnlayout.servicestwo > div {
  background: #fff;
  margin: 1em 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

body.Template-4 .columnlayout.services {
  justify-content: center;
}
body.Template-4 .columnlayout.services > div {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1em;
  border-radius: 0.25rem;
}

/* RIGHT BLOCKS */
#rightcol {
  /* end .block */
}
#rightcol .block {
  margin-bottom: 1em;
}
#rightcol .block .respond-form form, #rightcol .block #newsletter form {
  width: 100%;
}
#rightcol .block ol, #rightcol .block ul {
  padding: 0em 0em 1em 0em;
}
#rightcol .block ol li, #rightcol .block ul li {
  list-style: none;
  line-height: 1.6;
  padding-left: 1.5em;
  margin-bottom: 0.25em;
  border-bottom: 1px dotted #416577;
}
#rightcol .block ol li a, #rightcol .block ul li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0 0.5em 0;
}
#rightcol .block ol li:before, #rightcol .block ul li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: block;
  float: left;
  font-size: large;
  padding-right: 0.5em;
  line-height: 2.2;
}

/* end #rightcol */
/*TOP BLOCKS INNER PAGES*/
body:not(.Home) #topblocks {
  background-color: #e6e6e6;
}
body:not(.Home) #topblocks div.block {
  max-height: 350px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
body:not(.Home) #topblocks div.block > p {
  margin: 0 0;
}
body:not(.Home) #topblocks div.block img {
  /*max-height: 500px; 
  height: 80vh;
  max-width: none;*/
  width: auto;
  height: auto;
}
body:not(.Home) #topblocks div.block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  /*background-color:rgba(255, 255, 255, 0.6);*/
  width: 95%;
  text-align: center;
  padding: 1em;
}

/******************************************************************
FORM STYLES
******************************************************************/
/* show/hid fields on gift voucher form*/
.respond-form {
  margin: 0em auto;
  padding: 0%;
  min-width: 190px;
  background-color: transparent;
}

.respond-form, #address {
  /* not nested as not all forms contain a table */
}
.respond-form table, #address table {
  width: 100%;
}
.respond-form form, #address form {
  margin: 0 0;
  /* input[type=number] {width: 17%;display:inline-block;margin-left:5%;} */
}
.respond-form form li, #address form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small, #address form li label,
#address form li small {
  display: none;
}
.respond-form form fieldset, #address form fieldset {
  border: 0;
  margin: 0 0;
  padding: 0 0 0 0;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=date],
.respond-form form input[type=url],
.respond-form form input[type=tel],
.respond-form form input[type=number],
.respond-form form input[type=time],
.respond-form form .pickupGroup input,
.respond-form form .dropoffGroup input,
.respond-form form textarea,
.respond-form form select, #address form input[type=text],
#address form input[type=email],
#address form input[type=date],
#address form input[type=url],
#address form input[type=tel],
#address form input[type=number],
#address form input[type=time],
#address form .pickupGroup input,
#address form .dropoffGroup input,
#address form textarea,
#address form select {
  padding: 1em;
  background-color: #fff;
  margin: 0 0 1em 0;
  display: table-cell;
  width: 100%;
  max-width: 100%;
  border: 1px solid #777;
  border-radius: 9px;
  color: #0b1114;
  box-shadow: 5px 5px rgba(0, 221, 199, 0.0901960784);
  /* form validation - comment out as editor doesn't support some of the html5 validation techniques */
  /* &:invalid {
  	outline: none;
  	border-color: #fbc2c4;
  	background-color: #f6e7eb;
  	-webkit-box-shadow: none;
  	   -moz-box-shadow: none;
  	    -ms-box-shadow: none;
  			box-shadow: none;
  }*/
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=date]:focus,
.respond-form form input[type=url]:focus,
.respond-form form input[type=tel]:focus,
.respond-form form input[type=number]:focus,
.respond-form form input[type=time]:focus,
.respond-form form .pickupGroup input:focus,
.respond-form form .dropoffGroup input:focus,
.respond-form form textarea:focus,
.respond-form form select:focus, #address form input[type=text]:focus,
#address form input[type=email]:focus,
#address form input[type=date]:focus,
#address form input[type=url]:focus,
#address form input[type=tel]:focus,
#address form input[type=number]:focus,
#address form input[type=time]:focus,
#address form .pickupGroup input:focus,
#address form .dropoffGroup input:focus,
#address form textarea:focus,
#address form select:focus {
  /*background-color: #fff;*/
}
.respond-form form input[type=checkbox], #address form input[type=checkbox] {
  margin-right: 5px;
}
.respond-form form input[name="180_LeaseEnquiry"], #address form input[name="180_LeaseEnquiry"] {
  margin-bottom: 1em;
}
.respond-form form .required, #address form .required {
  background-position: right top;
  background-repeat: no-repeat;
}
.respond-form form textarea, #address form textarea {
  height: 80px;
}
.respond-form form img, #address form img {
  float: left;
}
.respond-form form img.fullwidth, #address form img.fullwidth {
  max-width: 100%;
}

#address form {
  margin: 0 auto;
}
#address form input[type=email] {
  width: auto;
  padding: 0.5em;
}
#address form input[type=submit] {
  min-height: 36px;
}

.form-section.cf {
  padding: 1rem 2rem 2rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.0901960784);
  border: 4px solid #00DDC7;
  border-radius: 1rem;
  margin-bottom: 3rem;
  background: rgba(0, 221, 199, 0.0392156863);
}

.form-section.cf .cf {
  padding-bottom: 0;
  padding-top: 1rem;
}

.respond-form .form-section:last-of-type, .respond-form .form-section:nth-of-type(3) {
  background: #fff;
  border: none;
  box-shadow: none;
}

.formcheckbox {
  display: block;
  padding-top: 38px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.formcheckbox input {
  margin-right: 8px;
  vertical-align: middle;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

input[type=submit] {
  background-color: #0b1114;
  color: #fff;
  padding: 13px 20px;
  border-radius: 0.75rem;
  border: none;
}

.respond-form label span {
  color: #00DDC7;
}

#calcTotal {
  margin-top: 1.25rem;
  line-height: 2.5rem;
}

#calcTotal strong {
  color: #018D7F;
  border-bottom: 2px dashed #edf9f8;
  padding-bottom: 0.35rem;
}

#calcTotal + .form-section.cf {
  padding: 0;
}

#calcTotal + .form-section.cf input[type=submit] {
  background-color: #018D7F;
}

#calcTotal + .form-section.cf input[type=submit]:hover {
  background-color: #00DDC7;
  color: #0b1114;
}

/*********************
LEFT COLUMN
*********************/
#leftcol {
  padding-bottom: 0em;
}
#leftcol #div307 div {
  text-align: center;
}

/*********************
FOOTER STYLES
*********************/
#bottomBlocks, #cta {
  background: #0e4a46;
}

#bottomBlocks {
  position: relative;
  padding-top: 7rem;
  background: url(/library/Client/images/bg-mountainwave.svg) no-repeat #0a3934;
  background-blend-mode: color-burn;
  padding: 10rem 0 2rem;
  background-size: cover;
}

body.Template-2 #bottomBlocks .respond-form {
  padding-top: 1em;
}

#footer {
  background: black;
}
#footer nav {
  text-align: center;
}
#footer > div a.socials {
  display: inline-block;
  padding: 0.25em;
}
#footer > div a.socials i {
  padding-right: 0.25em;
}
#footer > div nav ul li {
  border-bottom: 1px dotted #0b1114;
}
#footer > div nav ul li a {
  display: block;
  line-height: 2;
}
/* ================================================ */
/* SLIDESHOWS */
/* ================================================ */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  /*padding: 2%;*/
  background: #fff;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_nav {
  display: none;
  visibility: hidden;
}

.slides1_nav {
  display: none;
  visibility: hidden;
}

#leftcol li.slick-slide:before,
#leftcol ul.responsive .slick-dots li:before {
  display: none;
}

/* ================================================ */
/* SLIDESHOWS */
/* ================================================ */
/*.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-perspective: 1000px;
}*/
/* SLIDER */
.slick-slider {
  padding: 0;
  list-style: none;
}
.slick-slider .slick-list {
  margin: 0 auto;
}
.slick-slider .slick-list .slick-track .slick-slide {
  position: relative;
  padding: 0;
}
.slick-slider button {
  padding: 0.2em;
  height: auto;
  z-index: 9999;
}
.slick-slider button:before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-next:before {
  content: "\f105";
  padding-left: 0.1em;
}

.slick-prev, .slick-next {
  top: 48%;
  z-index: 9999;
}

.slick-prev {
  left: 1px;
}

.slick-next {
  right: 1px;
}

.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  border: none;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  width: 100%;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: #fff;
}

/*Full width slider x3 with captions, dots and arrows */
ul.responsive {
  /*padding-bottom: 3em;*/
  overflow: visible;
}
ul.responsive .slick-list .slick-track .slick-slide img {
  transition: all 0.3s ease-in-out;
}
ul.responsive .slick-list .slick-track .slick-slide:hover img {
  transform: scale(1.04);
  transition: all 0.3s ease-in-out;
}
ul.responsive .slick-list .slick-track .slick-slide .slideshow_caption {
  /*text-align: center;*/
  width: 80%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  padding: 0.5em;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: all 0.3s ease-in-out;
}
ul.responsive .slick-prev {
  left: 0;
}
ul.responsive .slick-next {
  right: 0;
}
ul.responsive .slick-dots {
  bottom: 0;
}
ul.responsive .slick-dots li:before {
  display: none;
}

/*Full width slider with captions */
ul.responsive3 {
  margin-bottom: 0;
}
ul.responsive3 .slick-list .slick-track .slick-slide {
  height: 420px;
  height: 70vh;
}
ul.responsive3 .slick-list .slick-track .slick-slide:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
ul.responsive3 .slick-list .slick-track .slick-slide picture {
  position: relative;
}
ul.responsive3 .slick-list .slick-track .slick-slide img {
  /*height: 420px;*/
  max-width: none;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: transform 6s;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
ul.responsive3 .slick-list .slick-track .slick-slide p:last-of-type {
  margin-bottom: 0.75em;
}
ul.responsive3 .slick-list .slick-track .slick-slide a.button:first-of-type {
  animation-delay: 1s;
}
ul.responsive3 .slick-list .slick-track .slick-slide a.button {
  animation-delay: 1.5s;
}
ul.responsive3 .slick-list .slick-track .slick-slide.slick-active img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  position: relative;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.responsive3 .slick-list .slick-track .slideshow_caption {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.5s ease-in-out;
  position: relative;
}
ul.responsive3 .slick-list .slick-track .slideshow_caption.activate {
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  visibility: visible;
  display: block;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
ul.responsive3 .slick-list .slick-track .slideshow_caption p.h2 {
  display: none;
}

body.Template-2 ul.responsive3 > .slick-list > .slick-track > .slick-slide {
  height: 100vh;
}
body.Template-2 ul.responsive3 > .slick-list > .slick-track > .slick-slide .slideshow_caption p.h2 {
  display: block;
}
body.Template-2 ul.responsive3 > .slick-list > .slick-track > .slick-slide .slideshow_caption p.h4 {
  display: none;
}

body.Template-3 ul.responsive3 > .slick-list > .slick-track > .slick-slide {
  height: 100vh;
}

body.Template-4 ul.responsive3 > .slick-list > .slick-track > .slick-slide {
  height: 75vh;
}

/************************
RESPONSIVE VIDEO WRAPPER
************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************
CUSTOMISE colorbox
*********************/
#cboxContent {
  padding: 0 40px;
}

#cboxCurrent, #cboxNext, #cboxNext, #cboxPrevious, #cboxClose {
  top: 4px;
}

#cboxNext, #cboxPrevious {
  top: 50%;
}

#cboxPrevious {
  left: 0;
}

#cboxNext {
  right: 0;
}

#cboxTitle {
  font-size: 120%;
  line-height: 1.8em;
}

#cboxLoadedContent {
  margin-top: 28px;
}

/*************************
STICKY BACK TO TOP
*************************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  bottom: 3em;
  right: 0.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  background: #263b46;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  border-radius: 50%;
}
.cd-top i {
  margin: auto;
  line-height: 2.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/* used for pagination on the news listing page*/
div.new-items-pagination {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  background: #d9d9d9;
  margin: 1em auto;
  padding: 0;
}
div.new-items-pagination .news-item-label, div.new-items-pagination .news-items-next {
  padding: 0.6em;
}
div.new-items-pagination .news-items-next {
  text-align: right;
}

body.Template-4 .custom-shape-divider-bottom-1644471312 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 99;
}
body.Template-4 .custom-shape-divider-bottom-1644471312 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}
body.Template-4 .custom-shape-divider-bottom-1644471312 .shape-fill {
  fill: #fff;
}
body.Template-4 #content .custom-shape-divider-bottom-1644471312 .shape-fill {
  fill: #141f24;
}

.Home #hero .h1:after {
  display: block;
  background: url("/library/Client/images/icons-group.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 312px;
  height: 67px;
  margin: 2rem auto;
}

ul.things-to-do li {
  text-align: left;
}

#content ul.turq li:not(.slick-slide):before {
  color: #00DDC7;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  left: -10px;
  padding-left: 10px;
}

.Home #content #leftcol > div:nth-of-type(even) p, .Home #content #leftcol > div:nth-of-type(even) h2, .Home #content #leftcol > div:nth-of-type(even) h3, .Home #content #leftcol > div:nth-of-type(even) {
  color: #fff;
}

.Home #content #leftcol > div:nth-of-type(even) a.button {
  color: #018D7F;
  border: 1px solid #018D7F;
}

.Home #content #leftcol > div:nth-of-type(even) a.button:hover {
  color: #018D7F;
  border: 1px solid #00DDC7;
  background-color: #fff;
}

.fourcol h3 {
  font-size: 1.5rem;
}

#div439 .cf {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.cf {
  padding: 2rem 0;
}

#footer.cf, #div439.cf, #bottomBlocks .cf {
  padding: 0;
}

.menu.cf {
  padding: 1rem 0;
}

#div386 strong {
  font-size: 1.25rem;
  display: block;
  margin: 2rem 0;
}

#div405 h2 {
  margin-bottom: 2.5rem;
}

#div356 img, #body_463 #content img {
  border-radius: 1.5rem;
}

.fourcol.second a {
  color: #fff;
}

.fourcol.second a:hover, footer h4, .fourcol.second li::before {
  color: #00DDC7;
}

.fourcol.second ul {
  list-style-type: none;
  padding-left: 1rem;
}

.fourcol.second li {
  margin: 1rem 0;
}

.fourcol.second li::before {
  content: "›";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#bottomBlocks .fourcol.last p a {
  display: inline-block;
  margin-right: 1rem;
}

#div421.cf {
  background: #f5f5f5;
  position: relative;
}

#div421 h2 {
  margin-top: 77px;
}

#div421 .last {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.contact #content h1 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #00DDC7;
  margin-bottom: 1.5rem;
  margin-top: -30px;
}

.contact #content h1, .contact #content h2, .contact #content h2 + p {
  text-align: center;
}

/* Shape dividers */
/*Home hero */
.custom-shape-divider-bottom-1738716855 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1738716855 svg {
  position: relative;
  display: block;
  width: calc(182% + 1.3px);
  height: 105px;
}

.custom-shape-divider-bottom-1738716855 .shape-fill {
  fill: #FFFFFF;
}

/* Home 2 */
#div405 {
  position: relative;
  padding: 7rem 0 5rem;
}

#hero p.h1 {
  margin-top: 90px;
}

.custom-shape-divider-top-1738717054 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1738717054 svg {
  position: relative;
  display: block;
  width: calc(106% + 1.3px);
  height: 87px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1738717054 .shape-fill {
  fill: #fff;
}

/* Home 3 */
.custom-shape-divider-bottom-1738717171 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1738717171 svg {
  position: relative;
  display: block;
  width: calc(236% + 1.3px);
  height: 73px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1738717171 .shape-fill {
  fill: #fff;
}

.custom-shape-divider-bottom-1738717171 {
  bottom: -1px;
}

/* About 1 */
.custom-shape-divider-top-1738646343 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1738646343 svg {
  position: relative;
  display: block;
  width: calc(127% + 1.3px);
  height: 133px;
}

.custom-shape-divider-top-1738646343 .shape-fill {
  fill: #FFFFFF;
}

/* About 2 */
.custom-shape-divider-bottom-1738646788 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1738646788 svg {
  position: relative;
  display: block;
  width: calc(106% + 1.3px);
  height: 98px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1738646788 .shape-fill {
  fill: #FFFFFF;
}

/* Footer */
.custom-shape-divider-top-1738717763 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1738717763 svg {
  position: relative;
  display: block;
  width: calc(188% + 1.3px);
  height: 78px;
}

.custom-shape-divider-top-1738717763 .shape-fill {
  fill: #FFFFFF;
}

#content .sixcol.first h1 span {
  font-size: 1rem;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-style: normal;
  color: #018D7F;
  display: block;
  rotate: -4deg;
  position: relative;
  top: -1rem;
}

.cursive, #content .sixcol.first h1 span, .slideshow_caption span {
  font-family: "above-the-sky-script", sans-serif;
  font-weight: 300;
}

.slideshow_caption span {
  display: block;
  font-size: 2.5rem;
  color: #00DDC7;
  rotate: -3deg;
}

.slideshow_caption span i, .cursive i {
  font-style: normal;
  display: inline-block;
  color: #fff;
}

.cursive i {
  color: inherit;
}

.slideshow_caption span i:before, .cursive i:before {
  display: block;
  content: "";
  height: 5px;
  background-color: #00DDC7;
  width: 100%;
  top: 38px;
  position: relative;
  z-index: -1;
}

h2 .cursive, h2.cursive {
  font-size: 3.2rem;
  line-height: 1;
}

h2 .cursive.smaller, h2.cursive.smaller {
  font-size: 2.5rem;
}

h3 .cursive {
  font-size: 2rem;
  color: #018D7F;
}

h3.cursive {
  font-size: 2rem;
  margin-top: -1rem;
}

h3 u {
  display: inline-block;
  text-decoration-thickness: 2px;
  position: relative;
}

h3 u:before {
  display: block;
  position: absolute;
  background: #000;
  height: 13px;
  width: 100%;
}

.rounded-black, .rounded-black-2, .rounded-turq, .cta-turq {
  background: #0b1114;
  border-radius: 1rem;
  padding: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

.rounded-turq {
  background: #018D7F;
  text-align: left;
}

.rounded-black-2 {
  text-align: left;
}

.rounded-black h3, .rounded-black h2, .rounded-black-2 h2, #content .rounded-black ul li:not(.slick-slide):before {
  color: #00DDC7;
}

#content .rounded-black ul li:not(.slick-slide):before {
  font-size: 1.2rem;
  position: static;
  margin-bottom: 0.5rem;
  display: block;
}

.rounded-turq h2 {
  color: #fff;
}

#content .rounded-black ul li:not(.slick-slide) {
  padding-left: 0;
}

#div441, #div438, #div438 div {
  padding-bottom: 0;
}

#div442 img {
  border-radius: 1rem;
}

.narrowed {
  width: 80%;
}

.centred {
  margin-left: auto;
  margin-right: auto;
}

#div438 .cf {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  padding-top: 0;
}

#leftcol.cf {
  padding-top: 0;
}

#cta.cta-turq {
  background: #018D7F;
  margin-top: 5rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4392156863);
  border: 5px solid #fff;
}

.cta-turq h2 {
  margin-top: 0;
  color: #fff;
  rotate: -2deg;
  font-size: 3rem;
}

#cta.cta-turq .button {
  border-color: #fff;
}

#cta.cta-turq .button:hover {
  background: #0b1114;
}

#body_461 main .cf, #body_462 main .cf, #body_463 main .cf {
  padding: 0;
}

#div452 > div:first-of-type {
  padding-top: 0 !important;
}

#breadcrumbs .cf {
  padding: 1rem 0 !important;
}

.arriving h3:before, .departing h3:before {
  display: block;
  width: 220px;
  height: 217px;
  content: "";
  margin: 0 auto 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.arriving h3:before {
  background-image: url("/library/Client/images/ic-plane-arriving.svg");
}

.departing h3:before {
  background-image: url("/library/Client/images/ic-plane-departing.svg");
}

#div458 .arriving h3:before {
  background-image: url("/library/Client/images/cruise-ship-happy.svg");
}

#div458 .departing h3:before {
  background-image: url("/library/Client/images/cruise-ship-sad.svg");
}

.flex-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.flex-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem !important;
  margin-bottom: 1.5rem;
}

.flex-item img {
  max-width: 80%;
  height: auto;
  margin-bottom: 0.5rem;
}

.flex-item p {
  margin: 0;
}

#content .flex-list li:before {
  display: none !important;
}

ul.turq-outlined li {
  padding: 1rem !important;
  text-align: center;
  font-weight: 800;
  padding-bottom: 15px;
  border-bottom: 5px dashed rgba(0, 220, 198, 0.5);
}

nav.smtext.sixcol a {
  padding: 45px;
}

#div472, #div479, #div480 {
  background: #000;
}

#div472 *, #div479 *, #div480 * {
  color: #fff;
}

#div439 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(/library/Client/images/bg-travel-transfers-sunshine-coast.jpg) bottom !important;
  min-height: 500px;
  background-size: cover !important;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
}

#div439 div:last-of-type {
  margin-top: 2rem;
}

#content .contact-details ul li:not(.slick-slide):before {
  display: none;
}

#content .contact-details .booking-details ul li:not(.slick-slide):before {
  display: inline-block;
}

#content .contact-details ul li:not(.slick-slide) {
  padding-left: 0;
}

#content .contact-details .booking-details ul li:not(.slick-slide) {
  padding-left: 0;
}

.contact-details .fa-solid {
  display: inline-block;
  width: 2.5em;
  color: #00DDC7;
  font-size: 1.2rem;
}

.contact-details h3 {
  margin-top: 2.5rem;
}

/* Pricing page */
.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-container h2 {
  text-align: center;
  color: #0b1114;
  margin-bottom: 30px;
  color: #008073;
}

.section {
  margin-bottom: 40px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.section-header {
  background: #0b1114;
  color: white;
  padding: 15px 20px;
  font-weight: 600;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: #f2f6fc;
  color: #0b1114;
  padding: 12px 15px;
  text-align: left;
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
  width: 10%;
}

th:first-of-type {
  width: 70%;
}

td {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
}

tr:last-child td {
  border-bottom: none;
}

tr:hover {
  background-color: #f9fafc;
}

.price {
  font-weight: 600;
  color: #008073;
}

.note {
  font-size: 14px;
  color: #008073;
  margin: 10px 20px;
  padding: 10px;
  background: #fff9e6;
  border-left: 4px solid #008073;
  border-radius: 0 4px 4px 0;
}

.note i, .section-header i {
  margin-right: 7px;
}

.checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  background-color: transparent;
  color: #008073;
}

.right-align {
  text-align: right;
}

.arrow-right::before {
  content: "→";
  margin-right: 8px;
  color: #008073;
}

.arrow-left::before {
  content: "←";
  margin-right: 8px;
  color: #008073;
}

@media (max-width: 768px) {
  table {
    font-size: 14px;
  }
  th, td {
    padding: 8px 10px;
  }
  .section-header {
    font-size: 16px;
  }
}
/* Booking form */
.booking-container {
  margin: 0 auto;
  padding: 20px;
  background: #00DDC7;
  border-radius: 1rem;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.booking-container input,
.booking-container select,
.booking-container textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #018D7F;
  border-radius: 4px;
  box-sizing: border-box;
}

.booking-container td {
  border: none;
}

.booking-container tr {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  flex-direction: column;
}

.form-col {
  flex: 1;
}

.checkbox-group {
  margin: 10px 0;
}

.booking-container .formbutton {
  background-color: #0b1114;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.formbutton:hover {
  background-color: #018D7F;
}

.booking-container h3 {
  color: #fff;
  background: rgba(0, 0, 0, 0.3019607843);
  padding: 12px;
  border-radius: 6px;
}

.booking-container h3 i, .submit-button i {
  display: inline-block;
  width: 2rem;
}

#copyright {
  margin-bottom: 35px;
  text-align: center;
}

#div439 .button {
  background: #0b1114;
}

#accountMenu a:nth-of-type(2) {
  display: none !important;
}

#div442 img {
  width: 75% !important;
}

#div474, #div475 {
  padding: 0;
  margin-top: -50px;
}

.admindex body.fullWidth .clearHeader a .desktopOnly {
  color: #000;
}

.admhome .topMenu .nav > li > a {
  color: #00DDC7;
}

.admindex #hero:before {
  z-index: -1 !important;
}

.img-circle {
  border-radius: 100%;
}

.img-rounded {
  border-radius: 20px;
}

#div421 .img-circle {
  width: 60% !important;
}

#content #div479 li, #content #div480 li, #content #div472 li {
  padding-left: 0;
}

body#body_441 #hero p img {
  top: 17%;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
Also colvers tablets in portrait
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************************
  Overwrites needed for grid
  *********************************/
  body.Newsdescription #content .row > #leftcol {
    width: 100%;
  }
  body.Newsdescription #content .row > #righttcol {
    display: none;
  }
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  /*sizing*/
  h1, .h1 {
    font-size: 3em;
  }
  h2, .h2 {
    font-size: 2em;
  }
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .row, .row, body.Home #content #leftcol > div > div, body.home #content #leftcol > div > div, .row-small, body.fullWidth #leftcol > div > div {
    max-width: 1400px;
  }
  header .row {
    max-width: 1600px;
  }
  .row-small {
    max-width: 800px;
  }
  body.Template-2 header .row, body.fullWidth header .row {
    max-width: none;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .menuWrap {
    width: 95%;
  }
  .topMenu {
    text-align: right;
  }
  .topMenu a.toggleMenu {
    margin-top: 0.75em;
    padding: 2% 4%;
  }
  /*********************
  CONTENT STYLES
  *********************/
  /* content area all inner pages */
  blockquote:before {
    float: left;
    font-size: 2em;
  }
  /*********************
  HOME STYLES
  *********************/
  body.Home #content #leftcol > div > div > div.last img body.Landing #content #leftcol > div {
    padding: 4em 0;
  }
  /*********************
  BLOCK LAYOUT
  **********************/
  .columnlayout {
    flex-direction: row;
  }
  .columnlayout > div, .columnlayout > li, .columnlayout > article {
    width: calc(50% - 2em);
  }
  .columnlayout article.newsBlock {
    width: calc(50% - 2em);
  }
  /*********************
  NEWS LISTING
  *********************/
  div.listingImg {
    float: left;
    width: 30%;
  }
  div.listingTxt {
    float: left;
    width: 70%;
  }
  div.caseStudy {
    float: left;
    width: 48%;
    padding: 1em 0 2em 0;
    position: relative;
    margin-right: 1.9%;
  }
  /*********************
  VIDEOS
  *********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  /*************************
  THIS IS FOR THE PARALLAX SCROLL
  *************************/
  #trusticons .parallax-window {
    position: relative;
    padding: 5em 0;
    height: 500px;
    text-align: center;
    margin-top: 0;
  }
  /*********************
  FOOTER STYLES
  *********************/
  #footer #copyright .last {
    text-align: right;
  }
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /*SLIDER*/
  /* Bug fix for flashing on Slick slideshow */
  /*Full width slider with captions */
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    /*height: 520px;*/
  }
  ul.responsive3 .slick-slider .slick-active img {
    margin-left: -400px;
  }
  /*Fix to prevent last slide flashing*/
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-perspective: 1000px;
  }
  /*************************
  STICKY BACK TO TOP
  *************************/
  .cd-top {
    bottom: 1em;
  }
  .flex-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flex-item {
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }
  .flex-item img {
    max-width: 100%;
  }
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Admin Tablet & Small Desktop Stylesheet

  Here's where I've put the Admin stuff cause I'm not sure what to do with it just yet.
  Keeping it clean and seperate from the new stuff.

  ******************************************************************/
  /* ============================= */
  /* ! Admin MENU   */
  /* ============================= */
  .adminmenucontainer {
    width: 100%;
    background-color: #eeeeee;
  }
  .adminmenu {
    width: 100%;
  }
  .adminmenurow {
    text-align: center;
    height: 24px;
  }
  .adminrootheading {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    font-weight: bold;
    font-size: 13px;
  }
  .adminrootitem {
    text-align: center;
    background-color: #eeeeee;
    color: #000000;
    text-decoration: none;
    width: 14.28%;
    text-indent: 30px;
  }
  a.adminrootmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
  }
  .adminsubmenu {
    line-height: 14px;
    width: 180px;
    display: none;
    position: absolute;
    background-color: #eeeeee;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    z-index: 1000;
  }
  .adminmenuitem {
    height: 24px;
    padding: 3px;
  }
  a.adminmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    text-indent: 10px;
  }
  body.admcaptcha_edit #leftcol {
    width: 100%;
  }
  body.admcaptcha_edit #leftcol .block, body.admcaptcha_edit #rightcol {
    display: none;
  }
  body.admhome #topblocks {
    display: none;
  }
  /* ============================= */
  /* ! MAIN MENU   */
  /* ============================= */
  body.admindex .header div.menu, body.admhome .header div.menu, body.admnewsection .header div.menu {
    position: relative !important;
  }
  body.admindex .header, body.admhome .header, body.admnewsection .header {
    z-index: 999 !important;
  }
  body.admindex .header #logo, body.admhome .header #logo, body.admnewsection .header #logo {
    position: relative;
    float: left !important;
  }
  body.admindex #hero::before, body.admhome #hero::before {
    display: none;
  }
  body.admindex,
  body.admhome,
  body.admnewsection {
    color: #414142;
    /* end .topmenu */
  }
  body.admindex .header, body.admindex .header .parallax-window, body.admindex .header .topBlock,
  body.admhome .header,
  body.admhome .header .parallax-window,
  body.admhome .header .topBlock,
  body.admnewsection .header,
  body.admnewsection .header .parallax-window,
  body.admnewsection .header .topBlock {
    height: auto;
    overflow: visible;
  }
  body.admindex .cke_tpl_list,
  body.admhome .cke_tpl_list,
  body.admnewsection .cke_tpl_list {
    overflow-y: auto;
    max-height: 400px;
  }
  body.admindex .cke_tpl_item table.cke_tpl_preview td,
  body.admhome .cke_tpl_item table.cke_tpl_preview td,
  body.admnewsection .cke_tpl_item table.cke_tpl_preview td {
    vertical-align: middle;
    padding: 0.25em;
  }
  body.admindex .cke_tpl_item table.cke_tpl_preview td:first-child,
  body.admhome .cke_tpl_item table.cke_tpl_preview td:first-child,
  body.admnewsection .cke_tpl_item table.cke_tpl_preview td:first-child {
    width: 70%;
  }
  body.admindex .cke_tpl_item table.cke_tpl_preview td:last-child,
  body.admhome .cke_tpl_item table.cke_tpl_preview td:last-child,
  body.admnewsection .cke_tpl_item table.cke_tpl_preview td:last-child {
    width: 30%;
  }
  body.admindex .topMenu .nav > li,
  body.admhome .topMenu .nav > li,
  body.admnewsection .topMenu .nav > li {
    padding: 0 0.5em;
    /*turn some of the main nav items ON for admin*/
  }
  body.admindex .topMenu .nav > li > a,
  body.admhome .topMenu .nav > li > a,
  body.admnewsection .topMenu .nav > li > a {
    font-size: 1em;
  }
  body.admindex .topMenu .nav > li:first-child, body.admindex .topMenu .nav > li:nth-child(5), body.admindex .topMenu .nav > li:nth-child(6), body.admindex .topMenu .nav > li:nth-child(7),
  body.admhome .topMenu .nav > li:first-child,
  body.admhome .topMenu .nav > li:nth-child(5),
  body.admhome .topMenu .nav > li:nth-child(6),
  body.admhome .topMenu .nav > li:nth-child(7),
  body.admnewsection .topMenu .nav > li:first-child,
  body.admnewsection .topMenu .nav > li:nth-child(5),
  body.admnewsection .topMenu .nav > li:nth-child(6),
  body.admnewsection .topMenu .nav > li:nth-child(7) {
    display: inline-block;
  }
  body.admindex .topMenu .nav > li:first-child > a,
  body.admhome .topMenu .nav > li:first-child > a,
  body.admnewsection .topMenu .nav > li:first-child > a {
    display: inline-block;
  }
  /*********************
  HOME BLOCK LAYOUT
  **********************/
  /* Needed to lay home blocks out in admin interface and overwrite some of the styling*/
  .columnlayout div.admin_content_block, div.admin_content_block > div {
    width: 96% !important;
    margin: 0 auto;
  }
  div.admin_content_block div {
    margin: 0px auto;
    padding: 0 0 0 0;
    background: #fff;
    border: none;
  }
  body.admindex .columnlayout > div {
    width: 100%;
  }
  body.admhome #imageslider, body.admhome #hero, body.admhome #bottomblocks {
    display: none;
  }
  #addBlock_T, #block_new_T {
    position: relative;
    z-index: 1;
  }
  /* ============================= */
  /* ! Admin CKEDITOR  */
  /* ============================= */
  .cke_button__kook_templates, .cke_button__kook_forms, .cke_button__kook_slideshows, .cke_button__kook_embed, .cke_button__kook_products, .cke_button__kook_templates_label, .cke_button__kook_forms_label, .cke_button__kook_slideshows_label, .cke_button__kook_embed_label, .cke_button__kook_products_label {
    display: inline !important;
  }
  .cke_button__kook_templates_icon, .cke_button__kook_forms_icon, .cke_button__kook_slideshows_icon, .cke_button__kook_embed_icon, .cke_button__kook_products_icon {
    display: none !important;
  }
  .cke_editable {
    line-height: normal !important;
  }
  body.cke_editable {
    background-color: #fff;
    line-height: normal !important;
  }
  /*Content Template styles*/
  .cke_dialog_contents_75 .cke_tpl_item table.cke_tpl_preview td {
    vertical-align: middle !important;
    padding: 0.25em !important;
  }
  .cke_dialog_contents_75 .cke_tpl_item table.cke_tpl_preview td.cke_tpl_preview_img {
    width: 150px !important;
  }
  /*********************
  Captcha
  **********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word;
  }
  /* ============================= */
  /* ! Admin DRAG DROP SITEMAP  */
  /* ============================= */
  #sitemap {
    width: 70%;
  }
  #sitemap ul, #sitemap ol {
    list-style: none;
  }
  #sitemap ul li > div, #sitemap ol li > div {
    /*background-color: $color-quaternary;*/
    border: 1px solid #e6e6e6;
    padding: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
    cursor: move;
  }
  #sitemap ul li.dragging:hover > div, #sitemap ol li.dragging:hover > div {
    background-color: #cccccc;
    border: 1px solid #bfbfbf;
  }
  #sitemap ul li.active:hover, #sitemap ol li.active:hover {
    background-color: #fff;
    border: 1px dashed #00DDC7;
  }
  #sitemap .placeholder {
    outline: 1px dashed #4183C4;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: -1px;*/
  }
  .notification {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
    background: #e9ffd9 url("/images/success.png") no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
  }
  #sitemap .dropzone {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #fff;
  }
  .HideAdminField {
    display: none;
  }
  /* admin photo gallery page*/
  .ui-dialog {
    z-index: 1000 !important;
  }
  #photo-edit-dialog input {
    width: 100%;
  }
  #photo-edit-dialog textarea {
    height: 103px;
    width: 100%;
  }
  #photo-edit-dialog .photo-edit-footer {
    margin-top: 20px;
  }
  #photo-edit-dialog button {
    background: transparent;
  }
  #photo-edit-dialog button:hover, #photo-edit-dialog button:focus {
    background: transparent;
  }
  #gallery .photo-sub-container {
    position: relative;
    width: 100%;
    max-height: 226px;
    overflow: hidden;
  }
  #gallery li {
    padding: 2em;
  }
  #gallery .photo-img-container {
    border: 1px solid #ccc;
  }
  #gallery .photo_path {
    vertical-align: middle;
    height: auto;
  }
  #gallery .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease;
    background-color: black;
  }
  #gallery .photo-sub-container:hover .overlay {
    opacity: 0.3;
  }
  #gallery .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  #gallery button {
    width: 40px;
    padding: 0em 0em;
    border: 0px solid #4e4f51;
  }
  #gallery .photo_schedule {
    font-size: smaller;
  }
}
/*
TABLET ONLY (PORTRAIT) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet (Portrait) 

  ******************************************************************/
}
/*
TABLET ONLY (LANDSCAPE) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Tablet & small Desktop Landscape



  ******************************************************************/
}
/*
TABLET & SMALLER LAPTOPS LANDSCAPE
Tablets in landscape view and upwards, display the desktop menu
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.

  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:

  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.

  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.

  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  } /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  } /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  } /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  } /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  } /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  } /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438%;
  } /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.745856349%;
  } /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  } /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.872928171%;
  } /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  } /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  } /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /*masonry plugin
  ******************************************************************/
  .grid:after {
    content: "";
    display: block;
    clear: both;
  }
  .grid-sizer,
  .grid-item {
    width: 19%;
  }
  .gutter-sizer {
    width: 1%;
  }
  .grid-item {
    min-height: 120px;
    float: left;
    margin-bottom: 1%;
  }
  .grid-item--width2 {
    width: 50%;
  }
  .grid-item--height2 {
    min-height: 240px;
  }
  body:not(.admindex) .grid > br {
    display: none;
  }
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet Landscape

  Needed to change the menu styling from mobile to desktop

  ******************************************************************/
  .mobileOnly {
    display: none !important;
  }
  .desktopOnly {
    display: inline-block !important;
  }
  /*sizing*/
  h1, .h1 {
    font-size: 2.4em;
  }
  h2, .h2 {
    font-size: 2em;
  }
  .bigger, h3, .h3, [data-control] {
    font-size: 1.2em;
  }
  #message {
    font-size: 1em;
  }
  /*************************
  Colours
  *************************/
  .white {
    color: #fff;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .row, body.home #content #leftcol > div > div, body.fullWidth #leftcol > div > div {
    padding: 2em 0;
  }
  /* Reduce padding on some rows*/
  #breadcrumbs .row {
    padding: 1em 0;
  }
  /*Increase padding content some rows */
  /* Restrict width on some rows and content areas that behave like rows*/
  /*********************
  SPRITE
  *********************/
  #logo {
    width: 90px;
    height: 91px;
    background-size: 90px 91px;
  }
  /*********************
  HEADER STYLES
  *********************/
  .Home h1 {
    margin-top: 0;
  }
  body.Home .header {
    /*height: 112.09px;*/
  }
  .header .row {
    position: relative;
    min-height: 110px;
  }
  .header #logo, .header #accountMenu {
    transform: none;
  }
  .header #logo {
    left: 0%;
    top: 0.5em;
  }
  .header #accountMenu {
    top: 6%;
    right: 0;
  }
  .header #mainMenu {
    display: inline-block;
    position: absolute;
    right: 0%;
    bottom: 6%;
  }
  body.Template-2 .header #mainMenu, body.fullWidth .header #mainMenu {
    text-align: left;
    width: auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 305px;
  }
  body.Template-2 .header .row, body.fullWidth .header .row {
    flex-wrap: no-wrap;
  }
  body.Template-2 .header #accountMenu, body.fullWidth .header #accountMenu {
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  body.Template-2 .header #accountMenu a:first-of-type, body.fullWidth .header #accountMenu a:first-of-type {
    display: block;
    margin-right: 0.5em;
  }
  body.Template-2 .header .menu-btn, body.fullWidth .header .menu-btn {
    display: none;
    right: 0%;
    left: unset;
    bottom: 0%;
    top: unset;
  }
  body.Template-3 .header #accountMenu {
    transform: none;
    top: 10%;
    right: 0;
  }
  body.Template-4 .header .row {
    min-height: 90px;
  }
  body.Template-4 .header #logo, body.Template-4 .header #accountMenu {
    transform: none;
  }
  body.Template-4 .header #logo {
    left: 0%;
    top: 0.5em;
  }
  body.Template-4 .header #accountMenu, body.Template-4 .header #mainMenu {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  body.Template-4 .header #mainMenu {
    right: unset;
    left: 130px;
    transition: all 0.3s ease-in-out;
  }
  /**************************
  HERO - Home
  ***************************/
  body:not(.home) #hero .block img {
    max-width: 1200px;
  }
  /*hero*/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*#touchMenu*/
  .menu-btn {
    display: none;
  }
  .topMenu {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    float: right;
    clear: none;
    /* end .nav */
  }
  .topMenu a.toggleMenu {
    display: none;
  }
  .topMenu .nav {
    position: relative;
    width: auto;
    border: 0;
    display: inline;
    /* end .menu ul li */
  }
  .topMenu .nav > li {
    display: inline-block;
    padding: 0 0.5em;
    /*Prominent contact link*/
    /*&:last-child {
        > a {
            background: $color-secondary;
            @include border-radius($small-border-radius);
            padding: 0.5em 1em;
            @include transition(all 0.5s ease-in-out);

            &:hover, &:focus, &:active, &.activerootmenulink {
                background: darken($color-secondary, 15%);
                @include transition(all 0.5s ease-in-out);
                color: $white;
            }
        }
    }*/
    /*turn some of the main nav items OFF for public*/
    /*&:first-child > a{
    	display:none;
    }

    &:nth-child(6) {
    	display:none;
    }
    &:nth-child(7) {
    	display:none;
    }
    */
  }
  .topMenu .nav > li > a {
    outline: none;
    /*&.parent:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        display: block;
        float: right;
        font-size: large;
        padding-left: 0.3em;
        line-height: 1.5;
    }*/
  }
  .topMenu .nav > li > a:hover, .topMenu .nav > li > a:focus {
    background: transparent;
  }
  .topMenu .nav > li:first-child {
    /*display: none;*/
  }
  .topMenu .nav li {
    position: relative;
    /* highlight current page */
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .topMenu .nav li a {
    padding: 0.5em 0em;
    background: none;
    border-bottom: none;
  }
  .topMenu .nav li a.parent:before {
    display: none;
  }
  .topMenu .nav li a.activerootmenulink {
    color: #018D7F;
  }
  .topMenu .nav li ul,
  .topMenu .nav li ul.sub-menu,
  .topMenu .nav li ul.children {
    position: absolute;
    z-index: 9999;
    left: -9999px;
    border-top: 2px solid #00DDC7;
  }
  .topMenu .nav li ul li,
  .topMenu .nav li ul.sub-menu li,
  .topMenu .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability.
    */
  }
  .topMenu .nav li ul li a,
  .topMenu .nav li ul.sub-menu li a,
  .topMenu .nav li ul.children li a {
    padding: 0.5em 0.5em;
    display: block;
    width: 250px;
    border-top: none;
    border-radius: 0;
    margin-right: 0;
  }
  .topMenu .nav li ul li a:hover, .topMenu .nav li ul li a:focus,
  .topMenu .nav li ul.sub-menu li a:hover,
  .topMenu .nav li ul.sub-menu li a:focus,
  .topMenu .nav li ul.children li a:hover,
  .topMenu .nav li ul.children li a:focus {
    border-top: none;
  }
  .topMenu .nav li ul li ul,
  .topMenu .nav li ul.sub-menu li ul,
  .topMenu .nav li ul.children li ul {
    border-top: none;
  }
  /* end .topMenu */
  .nav > li.hover > ul {
    left: 0;
  }
  .nav li li ul {
    left: -9999px;
    z-index: 99;
    position: absolute;
  }
  .nav li li.hover ul {
    left: 100%;
    top: 0;
    z-index: 99;
    position: absolute;
  }
  /* active state on home - not sure where else to put this for now*/
  body.Template-2 .topMenu, body.fullWidth .topMenu {
    float: left;
    text-align: left;
  }
  body.Template-2 .topMenu .nav, body.fullWidth .topMenu .nav {
    margin: 0 auto;
    position: relative;
    top: -14px;
  }
  body.Template-2 .topMenu .nav > li, body.fullWidth .topMenu .nav > li {
    display: inline-block;
    padding: 0 1em;
  }
  body.Template-2 .topMenu .nav > li > a, body.Template-2 .topMenu .nav > li > a.parent, body.fullWidth .topMenu .nav > li > a, body.fullWidth .topMenu .nav > li > a.parent {
    position: relative;
    background: transparent;
    padding: 0.25em 0em;
  }
  body.Template-2 .topMenu .nav > li > a:hover, body.Template-2 .topMenu .nav > li > a:focus, body.Template-2 .topMenu .nav > li > a.parent:hover, body.Template-2 .topMenu .nav > li > a.parent:focus, body.fullWidth .topMenu .nav > li > a:hover, body.fullWidth .topMenu .nav > li > a:focus, body.fullWidth .topMenu .nav > li > a.parent:hover, body.fullWidth .topMenu .nav > li > a.parent:focus {
    background: none;
  }
  body.Template-2 .topMenu .nav > li > a:after, body.Template-2 .topMenu .nav > li > a.parent:after, body.fullWidth .topMenu .nav > li > a:after, body.fullWidth .topMenu .nav > li > a.parent:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  body.Template-2 .topMenu .nav > li > a:hover:after, body.Template-2 .topMenu .nav > li > a.activerootmenulink:after, body.Template-2 .topMenu .nav > li > a.parent:hover:after, body.Template-2 .topMenu .nav > li > a.parent.activerootmenulink:after, body.fullWidth .topMenu .nav > li > a:hover:after, body.fullWidth .topMenu .nav > li > a.activerootmenulink:after, body.fullWidth .topMenu .nav > li > a.parent:hover:after, body.fullWidth .topMenu .nav > li > a.parent.activerootmenulink:after {
    visibility: visible;
    transform: scaleX(1);
  }
  body.Template-2 .darkHeader .topMenu .nav > li > a:after, body.fullWidth .darkHeader .topMenu .nav > li > a:after {
    background-color: #018D7F;
    transition: all 0.3s ease-in-out 0s;
  }
  body.Template-2 .nav > li.hover > ul, body.fullWidth .nav > li.hover > ul {
    left: 0;
  }
  body.Template-2 .nav li li ul, body.fullWidth .nav li li ul {
    left: -9999px;
    z-index: 99;
    position: absolute;
  }
  body.Template-2 .nav li li.hover ul, body.fullWidth .nav li li.hover ul {
    left: 100%;
    top: 0;
    z-index: 99;
    position: absolute;
  }
  body.Template-3 .clearHeader .topMenu .nav > li > a.activerootmenulink:after, body.Template-3 .clearHeader .topMenu .nav > li > a:after, body.Template-3 .clearHeader .topMenu .nav > li > a.parent:after {
    background-color: #fff;
  }
  body.Template-3 .topMenu .nav > li > a, body.Template-3 .topMenu .nav > li > a.parent {
    position: relative;
    background: transparent;
    padding: 0.25em 0em;
  }
  body.Template-3 .topMenu .nav > li > a:hover, body.Template-3 .topMenu .nav > li > a:focus, body.Template-3 .topMenu .nav > li > a.parent:hover, body.Template-3 .topMenu .nav > li > a.parent:focus {
    background: none;
  }
  body.Template-3 .topMenu .nav > li > a:after, body.Template-3 .topMenu .nav > li > a.parent:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #018D7F;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  body.Template-3 .topMenu .nav > li > a:hover:after, body.Template-3 .topMenu .nav > li > a.activerootmenulink:after, body.Template-3 .topMenu .nav > li > a.parent:hover:after, body.Template-3 .topMenu .nav > li > a.parent.activerootmenulink:after {
    visibility: visible;
    transform: scaleX(1);
  }
  /*********************
  CONTENT STYLES
  *********************/
  .col-2 > div, .col-2 > li {
    grid-column: span 1;
  }
  /*********************
  BLOCK LAYOUT
  **********************/
  .columnlayout > div, .columnlayout > li, .columnlayout > article {
    width: calc(33% - 1em);
  }
  .columnlayout article.newsBlock {
    width: 25%;
  }
  #gallery li {
    width: 25%;
  }
  /*********************
  FOOTER STYLES
  *********************/
  body.Template-2 #bottomBlocks .respond-form, body.fullWidth #bottomBlocks .respond-form {
    padding-top: 1em;
  }
  body.Template-2 #footer .last, body.fullWidth #footer .last {
    text-align: right;
  }
  body.Template-3 #footer .last {
    text-align: right;
  }
  /*Bottom Blocks*/
  #bottomBlocks .block {
    margin-bottom: 2em;
    margin: 0 auto;
  }
  /*layout needed for list items */
  #bottomBlocks #block_26 ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 0.5em;
  }
  /* ================================================ */
  /* SLIDESHOWS */
  /* ================================================ */
  /*Full width slider */
  body.Home #hero {
    overflow: hidden;
  }
  ul.responsive3 {
    max-height: none;
  }
  ul.responsive3 .slick-list .slick-track .slick-slide {
    /*height:500px;*/
  }
  ul.responsive3 .slick-list .slick-track .slick-slide:before {
    background-color: rgba(0, 0, 0, 0.45);
  }
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    /*height: 420px;*/
  }
  ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
    text-align: left; /*margin: 0 auto;padding:2em; max-width:50%;*/
  }
  ul.responsive3 .slick-slider .slick-active img {
    margin-left: 0;
  }
  ul.responsive3 .slick-prev, ul.responsive3 .slick-next {
    top: 50%;
  }
  ul.responsive3 .slick-next {
    right: 0px;
  }
  ul.responsive3 .slick-prev {
    left: 0;
  }
  ul.responsive3 .slick-slider .slick-track, ul.responsive3 .slick-slider .slick-list {
    -webkit-perspective: 1000px;
  }
  body.Template-2 .slick-list .slick-track .slick-slide .slideshow_caption, body.Template-3 .slick-list .slick-track .slick-slide .slideshow_caption, body.Template-4 .slick-list .slick-track .slick-slide .slideshow_caption {
    text-align: center;
  }
  /*************************
  STICKY BACK TO TOP
  *************************/
  .cd-top {
    height: 50px;
    width: 50px;
  }
  /*********************
  Sticky CTA
  *********************/
  .row-small {
    max-width: 1000px;
  }
  .flex-list {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .flex-item {
    flex: 1;
    margin-bottom: 0;
  }
  #content .sixcol.first h1 span {
    left: 3rem;
  }
  #copyright {
    margin-bottom: 0;
    text-align: left;
  }
  .rounded-black, .rounded-black-2, .rounded-turq, .cta-turq {
    margin-bottom: 0;
  }
  h2 .cursive, h2.cursive {
    font-size: 4.2rem;
  }
  h2 .cursive.smaller, h2.cursive.smaller {
    font-size: 3.2rem;
  }
  ul.turq-outlined li {
    margin-left: 1rem;
  }
  ul.turq-outlined li:first-of-type {
    margin-left: 0;
  }
  #hero p.h1 {
    margin-top: 0;
  }
  .slideshow_caption span {
    font-size: 3.75rem;
  }
  .slideshow_caption span i:before, .cursive i:before {
    top: 64px;
  }
  #div386 ul {
    width: 77%;
    margin: 0 auto;
  }
  body {
    background: #000;
  }
  #accountMenu a {
    color: #2f4956 !important;
  }
  #logo {
    left: 0;
    transform: translate3d(0, 0, 0);
    top: 0.5em;
    width: 180px;
    height: 134px;
    background-size: cover;
    transition: all 0.3s ease-in-out;
  }
  #contact-container {
    display: block;
  }
  #div473 div {
    padding-top: 0 !important;
  }
  ul.things-to-do {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    width: 77%;
    margin: 0 auto;
  }
  .contact #content h1, .contact #content h2, .contact #content h2 + p {
    text-align: left;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 

  ******************************************************************/
  .header .clearHeader > .row {
    min-height: 120px;
    transition: all 0.3s ease-in-out;
  }
  .header .clearHeader #logo {
    width: 203px;
    height: 151px;
    background-size: cover;
    transition: all 0.3s ease-in-out;
  }
  .header .darkHeader > .row {
    min-height: 110px;
    transition: all 0.3s ease-in-out;
  }
  .header .darkHeader #logo {
    transform: translate3d(0%, 0, 0) scale(0.68) !important;
    background-size: 100%;
    transition: all 0.3s ease-in-out !important;
    top: -25px !important;
  }
  #content {
    height: auto;
    padding-top: 57px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  html {
    font-size: 14px;
  }
  h1, .h1 {
    line-height: 1.2;
  }
  /*margins*/
  h2, .h2, .gmb-review p {
    margin: 0.5em 0;
  }
  #bottomBlocks h4, #bottomBlocks .h4 {
    margin: 2em 0 1em 0;
  }
  /*sizing*/
  h1, .h1 {
    font-size: 3.2em;
  }
  body.landing .h1 {
    font-size: 3em;
  }
  h2, .h2 {
    font-size: 2.2em;
  }
  #accountMenu > a:first-of-type {
    font-size: 1.2em;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  /**************************
  HERO - Home
  ***************************/
  /*body.Home #hero {max-height:75vh;}*/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  CONTENT STYLES
  *********************/
  /*********************
  BLOCK LAYOUT
  **********************/
  /* LEFT BLOCKS - Mission statement*/
  /*Full width slider */
}
@media only screen and (min-width: 1240px) and (min-width: 1600px) {
  .topMenu .nav > li > a {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1240px) {
  .row, body.home #content #leftcol > div > div, body.fullWidth #leftcol > div > div {
    padding: 3em 0;
  }
  body.Template-2 .header #mainMenu, body.fullWidth .header #mainMenu {
    /*@include bp(mama-screen) {
    	text-align: left;
    	width: auto;
    	margin-left: 1em;
    	margin-top: 0;
    	order: 2;
    }*/
  }
  body.Template-2 .header #accountMenu a:first-of-type, body.fullWidth .header #accountMenu a:first-of-type {
    display: inline-block;
  }
  body.Template-3 .header #mainMenu {
    display: inline-block;
    position: absolute;
    right: 10%;
    bottom: 20%;
  }
  body.Template-3 .header #accountMenu {
    right: 0%;
    top: unset;
    bottom: 20%;
  }
  body.Template-4 .header .clearHeader {
    position: relative;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  body.Template-4 .header .clearHeader #logo {
    width: 150px;
    height: 150px;
  }
  body.Template-4 .header .clearHeader #logo:before {
    content: "";
    flex: none;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  body.Template-4 .header .clearHeader #logo:after {
    width: 125px;
    height: 125px;
    background-size: 125px 125px;
    transition: all 0.3s ease-in-out;
  }
  body.Template-4 .header .darkHeader {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    top: 0;
  }
  body.Template-4 .header .darkHeader #logo {
    width: 125px;
    height: 125px;
  }
  body.Template-4 .header .darkHeader #logo:before {
    content: "";
    flex: none;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    background: #fff;
    width: 125px;
    height: 125px;
    border-radius: 62.5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  body.Template-4 .header .darkHeader #logo:after {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    transition: all 0.3s ease-in-out;
  }
  body.Template-4 .header #mainMenu {
    left: 155px;
    transition: all 0.3s ease-in-out;
  }
  body:not(.Home) #hero {
    /*height:300px;*/
    overflow: hidden;
  }
  body:not(.Home) #hero .block > p img {
    min-width: 100%;
    max-width: initial;
    height: auto;
  }
  body.Home #hero .row .slideshow_caption {
    width: 100%;
    margin: 0 auto;
  }
  body.Template-4 #hero .row {
    width: 40%;
  }
  .topMenu .nav > li {
    padding: 0 1em;
  }
  #content #leftcol > div > .first {
    padding: 0 2em;
  }
  .columnlayout {
    /*Top row needs border adding seperatley to prevent double borders*/
  }
  #bottomBlocks .block {
    margin-bottom: 0em;
  }
  #homeMission .row {
    height: 60vh;
    display: flex;
    align-items: center;
  }
  #div445 .rounded-black-2 {
    margin-top: 4rem;
  }
  #div448 .rounded-black-2 {
    margin-top: -1.5rem;
  }
  #div452 .rounded-black-2 {
    margin-top: 1.5rem;
  }
  #div461 .rounded-turq {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
  body.Template-2 .header #accountMenu a:first-of-type {
    display: inline-block;
  }
  #logo {
    width: 217px;
    height: 161px;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@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) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*.no-js #logo, .no-webp #logo { background-image: url('../images/logo-2x.png'); }
  .webp #logo { background-image: url('../images/logo-big.webp'); }*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  /*
  UNIVERSAL STYLING
  Apply the universal selector (*) to remove background colors and shadowing and reset the default font color to black. 
  Saves ink and expedites the printing process, it is important to consider how logos and branding elements will appear in grayscale.
  */
  * {
    background: transparent !important;
    color: #2f4956 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    /*
    If you wish to maintain background colors or images, you can effectively “force” the browser to do so.
    Handy when you want to turn a web page into a PDF file.
    */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  /*
  TYPOGRAPHY
  */
  body {
    font-size: 12pt;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a, a:visited {
    color: #0b1114 !important;
    text-decoration: underline;
  }
  a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /*
  GENERAL CONTENT STYLING
  */
  h2, h3, tr, img, pre, blockquote, ul {
    page-break-inside: avoid;
  }
  pre, blockquote {
    border: 1px solid #2f4956;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  body, article, section {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  #leftcol {
    min-width: 786px !important;
  }
  @page {
    margin: 0.5cm;
    size: A3;
  }
  /* ============================== */
  /* ! Turn OFF none-printable items  */
  /* ============================== */
  .hide,
  #hero,
  #rightcol,
  nav,
  .parallax-slider,
  #userblocks,
  .CaseStudy,
  #imageslider,
  #breadcrumbs {
    display: none;
  }
  /* ============================== */
  /* ! Turn ON printable items  */
  /* ============================== */
}
@media print {
  .printable {
    display: block;
  }
  body.Home .header, body.Home .header .parallax-window, body.Home .header .topBlock, body.CoffeeSolutions .header, body.CoffeeSolutions .header .parallax-window, body.CoffeeSolutions .header .topBlock {
    height: 20vh;
  }
}/*# sourceMappingURL=style.css.map */