@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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
  -moz-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/
*********************/
/* Blueberry */
/* Orange*/
/* Citrus */
/* Apple Core*/
/*
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-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

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

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

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

/*********************
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);
*/
/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/*********************
Image zoom
*********************/
/*
USAGE: @include transform($zoom);
*/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(); */
/*********************
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); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
/*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
/******************
CIRCLES
******************/
/*
USAGE: @include circle(inline-block, 30em, $white);
*/
/*
USAGE: @include fixedCircle(inline-block, 30em, $white);
*/
/****************************
ANIMATIONS
********************************/
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1); }
  50% { }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }

/* this section calls the shrinkGrow animation we defined above */
body.loaded .aniPulse {
  /* shorthand */
  -webkit-animation: 2s ease-out 0s 1 pulse;
  animation: 2s ease-out 0s 1 pulse;
  /* long version */
  /*-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;*/ }

/*********************
MOUSEY
*********************/
.scroll-downs {
  position: absolute;
  /*top: 0;*/
  right: 0;
  bottom: 2%;
  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.3em 1.25em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid #404040;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 1px;
  line-height: 2;
  margin-bottom: 0.5em; }
  .button:hover, .button:focus, button:hover, button:focus {
    background: #404040;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.button.primary, #pushMenu .button {
  background: #f13525;
  border: none; }
  .button.primary:hover, .button.primary:focus, .button.primary:active, #pushMenu .button:hover, #pushMenu .button:focus, #pushMenu .button:active {
    background: #ed210f;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.button.secondary {
  /*background: darken($color-tertiary, 5%);*/
  color: #fff;
  border: 1px solid #fff; }
  .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
    /*background: darken($color-tertiary, 5%);*/
    color: #404040;
    background: #fff; }

/*#bottomBlocks .button, #cta .button, .holdForm .button*/
/*body.fullWidth #content #leftcol > div:nth-child(even) .button,*/
.button.secondary {
  border: 1px solid #fff;
  background: transparent; }
  .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
    background: #fff;
    border-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

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

/*
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.

******************************************************************/
.os-animation {
  opacity: 0; }

/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Raleway", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #404040;
  font-weight: 400; }

.mobileOnly {
  display: inline-block; }

.desktopOnly, .dontdisplay {
  display: none; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
/*********************
Z_INDEX
*********************/
.cd-top, .scroll-downs {
  z-index: 9999; }

.header, .clearHeader, .darkHeader {
  z-index: 1000; }

#hero {
  z-index: 0; }

#content, #bottomBlocks, #footer {
  z-index: 1; }

ul.children {
  z-index: 800; }

/*********************
LAYOUT & GRID STYLES
*********************/
.row, #content #leftcol > div > div {
  margin: 0 auto;
  width: 92%;
  padding: 1em 0; }

.row-small {
  max-width: 1200px;
  margin: 0 auto; }

/* Restrict off padding on some rows*/
header .message .row {
  padding: 0.5em 0;
  min-height: auto; }

/*********************
LINK STYLES
*********************/
a {
  color: #f46155;
  /* removing text decoration from all headline links */
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #f13525; }
  a: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 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .header a, button a, .button a {
  text-decoration: none; }

h1, .h1, h2, .h2 {
  font-family: "Raleway", sans-serif; }

h1, .h1, h2, .h2 {
  font-weight: 300; }

h4, .h4, button[data-control], button[data-control]:hover {
  font-weight: 400; }

h3, .h3, h5, .h5, .topMenu .nav > li > a, button, .button, #hero .h1, .legend li span {
  font-weight: 600; }

strong {
  font-weight: 700; }

h1, .h1, h2, .h2, h5, .h5, .topMenu .nav > li > a, button, .button, .legend li span {
  text-transform: uppercase; }

h5, .h5, .topMenu .nav > li > a, button, .button, .legend li span {
  letter-spacing: 2px; }

h1, .h1, h2, .h2, h3, .h3, h5, .h5 {
  margin: 0.5em 0; }

h1, .h1, h2, .h2, h3, .h3, h5, .h5, h6, .h6, button[data-control] {
  line-height: 1.2; }

h1, .h1, h2, .h2, .legend li i {
  font-size: 1.5em; }

h3, .h3, a.toggleMenu, .large {
  font-size: 1.2em; }

.bigger {
  font-size: 1.1em; }

h4, .h4, h6, .h6, #breadcrumbs .siteName strong, .accountMenu {
  font-size: 1em; }

.smtxt, h5, .h5, .respond-form label, #copyright, .legend li span, button, .button {
  font-size: 0.8em; }

/*************************
Colours
*************************/
.white, .topMenu .nav li a, .confidence, .confidence .fa, .confidence h3, .confidence h4, a.toggleMenu, a.toggleMenu:focus, a.toggleMenu:focus,
.slideshow_caption, .slideshow_caption .button:after, #contactBlock a, #contactBlock, #contactBlock h3, #scrolldown .fa, #footer, #footer, .cd-top i, .cd-top a,
.button:hover, a.button:hover, .button.primary, a.button.primary,
.slick-slider button:before, .slideshow_caption p.h1, .slideshow_caption p.h3, #bottomBlocks, #bottomBlocks h2, #bottomBlocks .h2 {
  color: #fff; }

.black, .topMenu .nav > li > a, ul.iconBanner li, h1, .h1, h2, .h2, h3, .h3,
button[data-control], button[data-control]:hover, .button, a.button, a.button.secondary:hover, a.button.secondary:active, a.button.secondary:focus {
  color: #404040; }

.orange, #accountMenu a {
  color: #f13525; }

/* all placeholders*/
#bottomBlocks ::-webkit-input-placeholder {
  /* Edge */
  color: #fff; }

#bottomBlocks :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

#bottomBlocks ::placeholder {
  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/logowhite.svg") no-repeat center top;
  background-position: center top;
  width: 160px;
  height: 49px;
  background-size: 160px 49px; }

.clearHeader #logo {
  background: transparent url("../images/logowhite.svg") no-repeat center top; }

/*background-sprites*/
/*   div#div386 {
        position:relative;
        background: transparent url('../images/background-1.png') no-repeat right bottom;
        background-size: 30%;
        margin-bottom:2em;
   }
   div#div389{
        position:relative;
        background: transparent url('../images/background-2.png') no-repeat left bottom;
        background-size: 20%;
        margin-bottom:2em;
   }
   div#div391{
        position:relative;
        background: transparent url('../images/background-3.png') no-repeat right bottom;
        background-size: 10%;
        margin-bottom:2em;
   }*/
/*********************
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: fixed;
  background: transparent;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header .clearHeader .message {
    background-color: #404040;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.header .darkHeader {
  position: fixed;
  background: #404040;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header .darkHeader .message {
    background-color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* position header elements as needed */
.header {
  position: relative; }
  .header .row {
    position: relative;
    min-height: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .header .menu {
    width: 100%; }
  .header .menu-btn, .header #logo, .header #accountMenu {
    position: absolute; }
  .header #logo, .header #mainMenu {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .header #logo {
    left: 0%; }
  .header #mainMenu {
    display: inline-block;
    right: 0%; }

/***********************
HERO - HERO
************************/
#hero {
  position: relative;
  overflow: hidden;
  height: 40vh; }

body.Home #hero {
  height: 100vh; }
  body.Home #hero .row {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%; }

body:not(.Home) #hero:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 2; }

body:not(.Home) #hero picture {
  display: block;
  height: 100%; }

body:not(.Home) #hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; }

/*********************
NAVIGATION STYLES
*********************/
#mainMenu {
  text-align: right; }

.topMenu {
  width: 100%;
  float: right;
  clear: right;
  /* end .nav */ }
  .topMenu a.toggleMenu {
    background: #f13525;
    width: 100%;
    padding: 2% 4%;
    text-transform: uppercase;
    margin-top: 0.2em;
    text-align: center;
    margin-bottom: 0;
    /*&.active {
				background: $color-primary;
			}*/ }
    .topMenu a.toggleMenu span {
      display: block;
      width: auto;
      float: right;
      padding-left: 0.5em; }
  .topMenu .nav {
    margin-top: 0;
    position: absolute;
    width: 96%;
    z-index: 99999;
    /* end .menu li */ }
    .topMenu .nav li {
      position: relative;
      text-align: left;
      /* Sub-menu level 2 */
      /* end level 2	*/
      /* Hover effects */ }
      .topMenu .nav li a {
        display: block;
        text-decoration: none;
        padding: 0.5em 0.5em;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
        color: #fff;
        /*
						remember this is for mobile ONLY, so there's no need
						to even declare hover styles here. We want to
						keep this file as small as possible!
						*/ }
        .topMenu .nav li a:hover, .topMenu .nav li a:focus {
          background: #4d4d4d;
          /*color: $white;*/ }
        .topMenu .nav li a.parent:before {
          content: "\f107";
          font-family: 'Font Awesome 5 Pro';
          font-weight: 700;
          display: block;
          float: right;
          font-size: large;
          padding-right: 0.5em;
          line-height: 1.2; }
      .topMenu .nav li.hover > a.parent:before {
        content: "\f106"; }
      .topMenu .nav li ul,
      .topMenu .nav li ul.sub-menu,
      .topMenu .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        display: none;
        z-index: 8999; }
        .topMenu .nav li ul li,
        .topMenu .nav li ul.sub-menu li,
        .topMenu .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 {
            padding-left: 1em;
            background: #404040;
            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 {
              background: #595959; }
          .topMenu .nav li ul li ul li,
          .topMenu .nav li ul.sub-menu li ul li,
          .topMenu .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 {
              padding-left: 1.5em;
              background: #4d4d4d; }
              .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 {
                background: #595959; }
            .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 {
              padding-left: 2em;
              background: #595959; }

/* end .topMenu */
.nav > li.hover > ul {
  left: 0;
  display: block; }

.nav li li.hover > ul {
  left: 100%;
  top: 0;
  display: block; }

/*********************
CONTENT STYLES
*********************/
#content {
  background: #fff; }

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

#content #leftcol > div {
  padding: 1em 0; }

.book iframe {
  border: 20px solid #fff; }

/*legend of icons*/
.legend {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 1em 0 0em 0; }
  .legend li {
    text-align: center;
    max-width: 115px;
    margin-right: 1.5em;
    margin-bottom: 0.5em; }
    .legend li:last-of-type {
      margin-right: none; }
    .legend li i {
      color: #f13525; }
    .legend li span {
      display: block;
      padding-top: 0.5em; }

/*Usage - paragraphs in two columns on desktop*/
.col-2 {
  padding-top: 2em; }

/*Usage - add offset keyline to images*/
.img-wrap {
  position: relative;
  z-index: 0;
  margin-right: 1.5em;
  margin-top: 3em; }
  .img-wrap picture {
    aspect-ratio: 450/600;
    position: relative; }
  .img-wrap img, .img-wrap picture {
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    opacity: 1;
    display: block; }
  .img-wrap:before {
    content: "";
    position: absolute;
    background: transparent;
    border: 1px solid #404040;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: -1.5em;
    left: auto;
    right: -1.5em;
    bottom: auto; }

div.first .img-wrap {
  margin-right: unset;
  margin-left: 1.5em; }
  div.first .img-wrap:before {
    right: auto;
    left: -1.5em; }

div.last .img-wrap {
  margin-right: 1.5em; }

ul {
  padding: 0;
  list-style-type: none; }
  ul > ul {
    padding-left: 2em;
    font-size: 0.9rem; }
    ul > ul li {
      line-height: 1.4;
      color: #737373; }
  ul.featured li:before {
    content: "\f05d";
    font-size: large;
    line-height: 1.3;
    margin-left: -1.3em; }

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

blockquote {
  padding: 1em; }
  blockquote p {
    padding-left: 2em;
    margin-top: 0;
    font-weight: 400; }
  blockquote h5 {
    margin: 0.4em 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em; }
  blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    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 {
  max-width: 100%;
  height: auto; }

#breadcrumbs {
  padding: 1em 0; }
  #breadcrumbs div {
    display: inline; }

ul.iconBanner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 0;
  padding: 0 0 0em 0;
  /*background: #eaeaea;*/ }

ul.iconBanner li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  flex: 1 1 auto;
  flex-grow: 0;
  /* margin: 0 auto; */
  font-size: 0.8em;
  width: 50%;
  text-align: center;
  padding-left: 1.5em;
  margin-bottom: 0.5em; }

.services {
  padding: 1em; }

.wrap.services {
  /*border-top: 4px solid $color-secondary;*/ }

.wrap.services .row {
  max-width: 1000px;
  margin: 0 auto; }
  .wrap.services .row h2 {
    margin-bottom: 0.5em; }

.specialty h2, .specialty p {
  text-align: center; }

.icons img {
  max-width: 100px !important; }

.footerPhone a {
  display: block; }

/*********************************
BOTTOM BLOCKS
*********************************/
#bottomBlocks {
  background: #404040;
  margin: 0 auto; }
  #bottomBlocks .row {
    padding: 2em 0; }
    #bottomBlocks .row hr {
      border: 0;
      background-color: #e6e6e6;
      height: 1px;
      width: 80%;
      text-align: left;
      margin-left: 0; }
    #bottomBlocks .row p:not(.mainContact) {
      margin: 0 0 0.5em 0; }
    #bottomBlocks .row p.mainContact {
      margin-bottom: 2em; }
    #bottomBlocks .row h4:after {
      content: '';
      display: block;
      background: #e7e7e7;
      width: 80%;
      height: 1px;
      opacity: 0.3;
      margin: 0.5em 0 1.2em 0; }
    #bottomBlocks .row > .last {
      margin-top: 2em; }

/*********************************
Fullwidth Values Section
*********************************/
.rcb-Wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 0 0em 0;
  padding-left: 0;
  justify-content: flex-start; }
  .rcb-Wrapper > div:first-of-type {
    display: block; }
    .rcb-Wrapper > div:first-of-type img {
      max-width: 100%; }
  .rcb-Wrapper > div:last-of-type {
    padding: 0 0;
    background: #2b3191;
    display: flex;
    justify-content: center;
    fill-direction: column;
    flex: 1 1 auto;
    flex-grow: 0;
    width: 100%;
    vertical-align: top; }
    .rcb-Wrapper > div:last-of-type .block {
      width: 95%;
      padding: 2em;
      max-width: 700px;
      display: flex;
      justify-content: center;
      flex-direction: column; }

.rcb-Wrapper2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 0 0em 0;
  padding-left: 0;
  justify-content: flex-start; }
  .rcb-Wrapper2 > div:first-of-type {
    width: 40%;
    padding: 0 0;
    flex: 1 1 auto;
    flex-grow: 0;
    vertical-align: top; }
    .rcb-Wrapper2 > div:first-of-type img {
      width: 100% !important;
      height: 100%;
      object-fit: cover; }
  .rcb-Wrapper2 > div:last-of-type {
    padding: 0 0;
    background: #050525;
    display: flex;
    justify-content: center;
    fill-direction: column;
    flex: 1 1 auto;
    flex-grow: 0;
    width: 60%;
    vertical-align: top; }
    .rcb-Wrapper2 > div:last-of-type .block {
      width: 95%;
      padding: 2em;
      max-width: 700px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      border-left: 9px solid; }

/******************************************************************
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; }
  .respond-form li, #address li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em; }
    .respond-form li label,
    .respond-form li small, #address li label,
    #address li small {
      display: none; }
  .respond-form fieldset, #address fieldset {
    border: 0;
    margin: 0 0;
    padding: 0 0 0 0; }
  .respond-form input[type=text],
  .respond-form input[type=email],
  .respond-form input[type=date],
  .respond-form input[type=url],
  .respond-form input[type=tel],
  .respond-form textarea,
  .respond-form select, #address input[type=text],
  #address input[type=email],
  #address input[type=date],
  #address input[type=url],
  #address input[type=tel],
  #address textarea,
  #address select {
    padding: 1em;
    padding-left: 0;
    background-color: transparent;
    /*background-color:$white;*/
    margin: 0 0 1em 0;
    display: table-cell;
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 2px solid #404040;
    color: #f13525;
    -webkit-appearance: button;
    /* 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 input[type=text]:focus,
    .respond-form input[type=email]:focus,
    .respond-form input[type=date]:focus,
    .respond-form input[type=url]:focus,
    .respond-form input[type=tel]:focus,
    .respond-form textarea:focus,
    .respond-form select:focus, #address input[type=text]:focus,
    #address input[type=email]:focus,
    #address input[type=date]:focus,
    #address input[type=url]:focus,
    #address input[type=tel]:focus,
    #address textarea:focus,
    #address select:focus {
      border: none;
      border-bottom: 2px solid #404040;
      outline: none; }
  .respond-form input[type=checkbox], #address input[type=checkbox] {
    margin-right: 5px; }
  .respond-form input[name="180_LeaseEnquiry"], #address input[name="180_LeaseEnquiry"] {
    margin-bottom: 1em; }
  .respond-form .required, #address .required {
    background-position: right top;
    background-repeat: no-repeat; }
  .respond-form textarea, #address textarea {
    height: 80px; }
  .respond-form img, #address img {
    float: left; }
    .respond-form img.fullwidth, #address img.fullwidth {
      max-width: 100%; }

#bottomBlocks .respond-form input[type=text],
#bottomBlocks .respond-form input[type=email],
#bottomBlocks .respond-form input[type=date],
#bottomBlocks .respond-form input[type=url],
#bottomBlocks .respond-form input[type=tel],
#bottomBlocks .respond-form textarea,
#bottomBlocks .respond-form select {
  border-bottom: 2px solid #fff;
  background-color: #404040;
  color: #fff; }

/*********************************
FLEX BLOCKS
*********************************/
.columnlayout {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5em; }
  .columnlayout > div {
    max-width: 100%; }
  .columnlayout.accommodation, .columnlayout.location {
    display: block; }
  .columnlayout.accommodation .text-wrap {
    padding: 1em 0em 2em 1em; }
  .columnlayout.book {
    gap: 0em; }
    .columnlayout.book > div {
      background: #fff;
      padding: 1.5em 2em 1.5em 2em; }
    .columnlayout.book > div.last {
      background: #ededed; }

/*********************
LEFT COLUMN
*********************/
#leftcol {
  padding-bottom: 0em; }

/*********************
RIGHT BLOCKS
*********************/
#rightcol {
  margin-top: 3em;
  /* end .block */ }
  #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 {
      border-bottom: 1px solid #f2f2f2;
      display: block;
      padding: 0.5em 0 0.5em 1.4em;
      line-height: 2; }
      #rightcol .block ol li:before, #rightcol .block ul li:before {
        line-height: 2.5; }
      #rightcol .block ol li a, #rightcol .block ul li a {
        text-decoration: none;
        display: block; }

/* end #rightcol */
/*********************
NEWS LISTING
*********************/
#listing {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted #bfbfbf;
  padding: 1em 0; }
  #listing h2 {
    margin: 0; }
  #listing p {
    margin-top: 0.25em; }
  #listing:last-child {
    border-bottom: 1px dotted #bfbfbf; }

div.listingImg {
  min-height: 100px; }

div.caseStudy img {
  max-width: 318px;
  height: auto; }

/*********************
FOOTER STYLES
*********************/
.wrap.contact {
  background: transparent url("../images/footer-background.jpg") no-repeat center top;
  padding: 2em 0 2em 0;
  /*border-top:1px solid $color-primary;*/
  background: #0d0d24;
  /*background: linear-gradient(90deg, #090979 0%, #3e72ff 100%);*/
  color: #fff; }
  .wrap.contact ul li::before {
    content: "\f041";
    margin-left: -1.5em; }

/*.contactblock {text-align: center;}*/
.contactinfo {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.95);
  display: inline-block;
  padding: 1em 2em; }

#footer {
  background: #262626;
  text-align: center; }
  #footer > div {
    padding: 0.5em 0; }
    #footer > div #copyright a {
      display: block; }

/* ================================================ */
/* 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 5 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 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  ul.responsive .slick-list .slick-track .slick-slide:hover img {
    -webkit-transform: scale3d(1.07, 1.07, 1);
    -ms-transform: scale3d(1.07, 1.07, 1);
    -moz-transform: scale3d(1.07, 1.07, 1);
    -o-transform: scale3d(1.07, 1.07, 1);
    transform: scale3d(1.07, 1.07, 1);
    -webkit-transition: all 0.3s ease-in-out;
    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%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    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 arrows */
ul.responsive2 {
  /*height:100%;*/ }
  ul.responsive2 .slick-list {
    /*height:100%;*/ }
    ul.responsive2 .slick-list .slick-track {
      /*height:100%;*/ }
  ul.responsive2 .slick-prev, ul.responsive2 .slick-next {
    bottom: unset;
    top: -45px;
    background-color: #404040;
    z-index: 1; }
  ul.responsive2 .slick-prev {
    left: unset;
    right: 32px; }
  ul.responsive2 .slick-next {
    right: 0; }

/*Full width slider with captions */
ul.responsive3 {
  margin-bottom: 0; }
  ul.responsive3 .slick-list .slick-track {
    /*.slideshow_caption p.h5 {
                top: -15%;
                @include center(true, false);
            }*/ }
    ul.responsive3 .slick-list .slick-track .slick-slide {
      height: 420px;
      height: 100vh; }
      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;
        display: block;
        width: 100%;
        height: 100%; }
      ul.responsive3 .slick-list .slick-track .slick-slide img {
        /*height: 420px;*/
        max-width: none;
        width: auto;
        position: relative;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transition: transform 6s;
        position: relative;
        min-width: 100%;
        min-height: 100%;
        z-index: -1;
        object-fit: cover; }
      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: relative;
      top: 0%;
      left: 50%;
      transform: translate(-50%, 0%) scale(1.05);
      -webkit-transform: translate(-50%, 0%) scale(1.05);
      -ms-transform: translate(-50%, 0%) scale(1.05);
      position: relative;
      min-width: 100%;
      min-height: 100%; }
    ul.responsive3 .slick-list .slick-track .slideshow_caption {
      opacity: 0;
      visibility: hidden;
      display: none;
      -webkit-transition: all 0.5s ease-in-out;
      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;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

/************************
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; }

/*************************
SCROLLPOINT NAVIGATION
*************************/
.scrollPoint {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden; }

/*************************
STICKY BACK TO TOP
*************************/
.cd-top {
  z-index: 9999;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  bottom: 5em;
  right: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  background: #f13525;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top i {
    margin: auto;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  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: .5; }

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

/*********************
ACCORDIAN - multi-level
*********************/
#ProductCustomisation > [data-accordion-group] > [data-accordion].open > [data-control] {
  border-bottom: 0px solid #404040; }

[data-accordion-group] [data-accordion] {
  margin-bottom: 0.5em;
  /*border: 1px dotted darken($white, 25%);*/
  border-bottom: 1px solid #404040; }
  [data-accordion-group] [data-accordion] [data-control] {
    background-color: #fff;
    padding: 0.5em 0em;
    margin-bottom: 0;
    outline: none;
    width: 100%;
    display: block;
    text-align: left;
    border: none;
    border-radius: 0 !important;
    padding-right: 1.5em; }
    [data-accordion-group] [data-accordion] [data-control]:before {
      content: "\f067";
      font-family: 'Font Awesome 5 Pro';
      display: block;
      float: right;
      font-size: large;
      padding-right: 0em;
      line-height: 1.2;
      font-weight: 300;
      margin-right: -1.5em; }
  [data-accordion-group] [data-accordion] [data-content] article p {
    margin-top: 0; }

[data-accordion-group] .open > [data-control]:before {
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  display: block;
  float: right;
  padding-right: 0em;
  line-height: 1.2;
  font-weight: 300;
  margin-right: -1.5em; }

/*
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!

******************************************************************/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row-small {
    max-width: 900px;
    margin: 0 auto; }
  .row, #content #leftcol > div > div {
    max-width: 1280px; }
  header .row {
    max-width: 1620px; }
  /*********************
HEADER STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  .menuWrap {
    width: 95%; }
  .topMenu {
    text-align: right; }
  /*********************
CONTENT STYLES
*********************/
  ul.iconBanner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    padding-left: 0;
    padding: 0 0 0em 0; }
  ul.iconBanner li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    flex: 1 1 auto;
    flex-grow: 0;
    margin: 0 auto;
    font-size: 0.8em;
    width: 15%;
    text-align: center; }
  blockquote:before {
    /*margin-bottom:5em;*/
    float: left;
    font-size: 2em; }
  /* Single Page Content Blocks */
  .wrap {
    padding: 4em 0; }
  .confidence h3 {
    margin-bottom: 0.2em; }
  .footerPhone a {
    display: inline-block; }
  /*********************
HOME STYLES
*********************/
  body.Home #content .row {
    padding: 2em 0; }
  body.Home #content #leftcol .button {
    padding: 0.4em 1.5em; }
  /*********************
LANDING PAGE STYLES
**********************/
  body.Landing #content #leftcol > div {
    padding: 4em 0; }
  /*********************
BLOCK LAYOUT
**********************/
  /*********************************
TOP BLOCKS
*********************************/
  /*********************************
BOTTOM BLOCKS
*********************************/
  #bottomblocks {
    /*background: darken($white, 5%) url("../images/footerLogo.png") no-repeat 103% 50px;*/
    /*background: darken($white, 5%) url('/userfiles/images/bottomLeftAboutImage.png') no-repeat 102% 110%;*/
    background-size: 450px auto;
    width: 100%; }
    #bottomblocks .row {
      padding: 3em 0; }
      #bottomblocks .row > .last {
        margin-top: 0; }
  /*********************
RIGHT BLOCKS
*********************/
  #rightcol {
    /*margin-top: 0;*/ }
  /*********************
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; }
  /*********************
FOOTER STYLES
*********************/
  #footer > div #copyright a {
    display: inline; }
  /*
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 */
  /******************************************************************
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: 777 !important; }
  body.admindex .header #logo, body.admhome .header #logo, body.admnewsection .header #logo {
    position: relative;
    float: left !important; }
  body.admindex,
  body.admhome,
  body.admnewsection {
    /* 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 .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; }
  /* ============================= */
  /* ! 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; }
    body.cke_editable .os-animation {
      opacity: 1; }
  /*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: 90%; }
    #sitemap ul, #sitemap ol {
      list-style: none; }
      #sitemap ul li > div, #sitemap ol li > div {
        background-color: #f2f2f2;
        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 #404040; }
  #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; }
  /*********************
ORDER MANAGEMENT SCREEN
**********************/
  .admordermanagement2 a, .admabandonedcarts a {
    text-decoration: none; }
  .admordermanagement2 .header, .admabandonedcarts .header {
    box-shadow: none;
    z-index: 0; }
  .admordermanagement2 #content #leftcol, .admabandonedcarts #content #leftcol {
    width: 100%; }
  .admordermanagement2 table td, .admabandonedcarts table td {
    font-size: 0.9em; }
  .admordermanagement2 a, .admabandonedcarts a {
    text-decoration: underline; }
  .admordermanagement2 #content #leftcol i, .admabandonedcarts #content #leftcol i {
    font-size: 1.6em; }
  .admordermanagement2 a i.fa-trash-o, .admabandonedcarts a i.fa-trash-o {
    color: red; }
  .admordermanagement2 a i.fa-trash-o:hover, .admabandonedcarts a i.fa-trash-o:hover {
    color: black; }
  .admordermanagement2 h2:after, .admabandonedcarts h2:after {
    display: none; }
  .admordermanagement2 img, .admabandonedcarts img {
    margin: 0.2em; }
  .admordermanagement2 h3, .admabandonedcarts h3 {
    font-size: 1em !important; }
  .admordermanagement2 .grid, .admabandonedcarts .grid {
    border: solid 2px #404040;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 12px;
    width: 100%; }
  .admordermanagement2 .grid h2, .admabandonedcarts .grid h2 {
    background: #404040;
    border-bottom: solid 1px #57566f;
    height: 28px;
    line-height: 28px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #fff !important;
    font-size: 13px; }
  .admordermanagement2 .grid TABLE, .admabandonedcarts .grid TABLE {
    width: 100%; }
  .admordermanagement2 .grid .orders .group:nth-child(odd), .admabandonedcarts .grid .orders .group:nth-child(odd) {
    background: #f2f2f2; }
  .admordermanagement2 .grid .orders .head TH, .admabandonedcarts .grid .orders .head TH {
    background: #e6e6e6;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: #404040;
    text-align: left;
    font-size: 13px; }
  .admordermanagement2 .grid .orders .head TH.first, .admabandonedcarts .grid .orders .head TH.first {
    /* get rid of the first slash */
    background: #cccccc;
    width: 20px; }
  .admordermanagement2 .grid .orders .group th a, .admabandonedcarts .grid .orders .group th a {
    font-weight: normal;
    font-size: 0.9em; }
  .admordermanagement2 .head td, .admabandonedcarts .head td {
    background: #cccccc;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: #666666;
    font-size: 13px;
    text-align: left; }
  .admordermanagement2 .grid .orders .group TH, .admabandonedcarts .grid .orders .group TH {
    padding: 10px 0px 2px 0px;
    color: #666666;
    text-align: left; }
  .admordermanagement2 .grid .orders .group TH.first, .admabandonedcarts .grid .orders .group TH.first {
    text-align: center;
    border-bottom: none; }
  .admordermanagement2 .grid .orders .item TD, .admabandonedcarts .grid .orders .item TD {
    padding: 3px 0px 3px 6px;
    border-bottom: solid 1px #404040;
    color: #222222; }
  .admordermanagement2 .grid #tblpager, .admabandonedcarts .grid #tblpager {
    background: #cccccc; }
  .admordermanagement2 .grid #tblpager .pager TD, .admabandonedcarts .grid #tblpager .pager TD {
    height: 40px; }
  .admordermanagement2 .grid #tblpager .pager .commands, .admabandonedcarts .grid #tblpager .pager .commands {
    height: 40px;
    padding: 4px 0px 0px 25px; }
  .admordermanagement2 .grid #tblpager .pager .info, .admabandonedcarts .grid #tblpager .pager .info {
    padding: 4px 25px 0px 0px;
    text-align: right; }
  .admordermanagement2 .hidden, .admabandonedcarts .hidden {
    display: none;
    visibility: hidden; }
  .admordermanagement2 .paid, .admabandonedcarts .paid {
    color: Green; }
  .admordermanagement2 .unpaid, .admabandonedcarts .unpaid {
    color: Red; }
  .admordermanagement2 .filter, .admabandonedcarts .filter {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    padding: 0px 0px 15px 0px; }
  .admordermanagement2 .filter .info, .admabandonedcarts .filter .info {
    padding: 4px 25px 0px 0px;
    text-align: right;
    float: right;
    width: 150px; }
  .admordermanagement2 #content #lv_pager_ctl00_btnReset, .admabandonedcarts #content #lv_pager_ctl00_btnReset {
    display: none !important; }
  .admordermanagement2 #content #lv_pager_ctl00_btnProcess, .admabandonedcarts #content #lv_pager_ctl00_btnProcess {
    display: inline-block !important; }
  .admordermanagement2 #content.processedOrders #lv_pager_ctl00_btnReset, .admabandonedcarts #content.processedOrders #lv_pager_ctl00_btnReset {
    display: inline-block !important; }
  .admordermanagement2 #content.processedOrders #lv_pager_ctl00_btnProcess, .admabandonedcarts #content.processedOrders #lv_pager_ctl00_btnProcess {
    display: none !important; }
  #tvProductAttributes table tbody tr td:first-child, #tvProductOccasions table tbody tr td:first-child, #divOtherCategories table tbody tr td:first-child, #caterories_tvCategories table tbody tr td:first-child {
    width: 5%; }
  #tvProductAttributes table tbody tr td, #tvProductOccasions table tbody tr td, #divOtherCategories table tbody tr td, #caterories_tvCategories table tbody tr td {
    width: 95%; }
  #tvProductAttributes div table tbody tr td:first-child, #tvProductOccasions div table tbody tr td:first-child, #divOtherCategories div table tbody tr td:first-child, #caterories_tvCategories div table tbody tr td:first-child {
    width: 5%; }
  #tvProductAttributes div table tbody tr td:last-child, #tvProductOccasions div table tbody tr td:last-child, #divOtherCategories div table tbody tr td:last-child, #caterories_tvCategories div table tbody tr td:last-child {
    width: 90%; }
  #tvProductAttributes div table tbody tr td, #tvProductOccasions div table tbody tr td, #divOtherCategories div table tbody tr td, #caterories_tvCategories div table tbody tr td {
    width: 5%; }
  .admordermanagement2 #block_34, .admabandonedcarts #block_34 {
    display: none; } }

/*
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.182320438000005%; }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }
  /* 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; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet Landscape

Needed to change the menu styling from mobile to desktop

******************************************************************/
  .mobileOnly {
    display: none; }
  .desktopOnly {
    display: inline-block; }
  #footer {
    font-size: 1em; }
  .headerPhone {
    font-size: 1.2em; }
  /*************************
Colours
*************************/
  /*********************
SPRITE
*********************/
  /*#logo {
		width: 236px;
		height: 80px;
		background-size: 263px 80px;
	}*/
  /*********************
HEADER STYLES
*********************/
  body.Home .header {
    /*height: 112.09px;*/ }
  .header .row {
    min-height: 90px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .header #logo, .header #mainMenu {
    transform: none; }
  .header #logo, .header #mainMenu {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .header #logo {
    left: 0%; }
  .header #mainMenu {
    display: inline-block;
    right: 0%; }
  /*********************
NAVIGATION STYLES
*********************/
  .menuWrap {
    width: auto; }
  #mainMenu {
    /*padding: 1.3em 0 0.5em 0;*/ }
  .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;
      /* end .menu ul li */ }
      .topMenu .nav > li {
        display: inline-block;
        padding: 0 0.6em;
        /*Target last item for styling*/ }
        .topMenu .nav > li > a {
          border-bottom: none;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .topMenu .nav > li > a:after {
            display: block;
            content: "";
            text-align: center;
            margin: auto;
            width: 0%;
            height: 1px;
            background: #fff;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear; }
          .topMenu .nav > li > a:hover, .topMenu .nav > li > a:focus {
            /*background: $color-tertiary;*/
            background: transparent;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            /*border-bottom: 3px solid $color-primary;*/
            outline: none; }
            .topMenu .nav > li > a:hover:after, .topMenu .nav > li > a:focus:after {
              width: 100%;
              -webkit-transition: all 0.3s linear;
              transition: all 0.3s linear; }
          .topMenu .nav > li > a.parent:after {
            content: "\f107";
            font-family: FontAwesome;
            display: block;
            float: right;
            font-size: large;
            padding-left: 0.3em;
            line-height: 1.5; }
        .topMenu .nav > li:last-child > a {
          border: 1px solid #fff;
          padding: 0.5em 0.75em; }
          .topMenu .nav > li:last-child > a:hover:after, .topMenu .nav > li:last-child > a:focus:after {
            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: #404040; }
        .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 #404040; }
          .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: 200px;
              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; }
  /*********************
CONTENT STYLES
*********************/
  /*Usage - paragraphs in two columns on desktop*/
  .col-2 {
    column-count: 2;
    column-gap: 4em;
    padding-top: 2em;
    text-align: justify; }
    .col-2 > p:first-child {
      margin-top: 0;
      break-inside: avoid; }
  /*********************************
FLEX BLOCKS
*********************************/
  .columnlayout {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4em; }
    .columnlayout.accommodation, .columnlayout.location {
      display: flex; }
    .columnlayout.accommodation > div:first-of-type {
      width: 40%; }
    .columnlayout.accommodation > div:last-of-type {
      width: 60%;
      padding-top: 1em; }
    .columnlayout.accommodation .text-wrap {
      padding: 2em 0em 3em 2em; }
    .columnlayout.location {
      align-items: center; }
      .columnlayout.location > div {
        width: 37.5%; }
      .columnlayout.location > div:last-of-type {
        width: 25%; }
      .columnlayout.location .text-wrap {
        padding: 2em 0em 2em 2em; }
    .columnlayout.book {
      align-items: stretch; }
      .columnlayout.book > div {
        width: 50%;
        background: #ededed;
        position: relative;
        padding: 2em 2em 2em 2em; }
        .columnlayout.book > div .text-wrap {
          position: relative;
          margin-top: -15em;
          padding: 2em 2em 2em 2em; }
      .columnlayout.book > div:last-of-type {
        background: #e6e6e6; }
        .columnlayout.book > div:last-of-type .text-wrap {
          position: relative;
          margin-top: -15em;
          padding: 2em 4em 2em 2em; }
  #homeBlocks {
    padding-top: 14em; }
  /*********************
HEADER FEATURES / PROMOTIONAL
**********************/
  .stickyBtn {
    position: fixed;
    top: 87%;
    max-width: 1600px;
    z-index: 100;
    /*right: 93%;*/
    display: block;
    box-shadow: -3px 3px 11px black;
    border-radius: 5px 10px 10px 5px; }
  /* active state on home - not sure where else to put this for now*/
  /*Full width slider */
  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.5); }
      ul.responsive3 .slick-list .slick-track .slick-slide img {
        /*height: 420px;*/ }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
        text-align: center;
        /*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: 2%; }
    ul.responsive3 .slick-prev {
      left: 2%; }
    ul.responsive3 .slick-slider .slick-track, ul.responsive3 .slick-slider .slick-list {
      -webkit-perspective: 1000px; }
  /*************************
STICKY BACK TO TOP
*************************/
  .cd-top {
    height: 60px;
    width: 60px; }
  /*********************************
Fullwidth Values Section
*********************************/
  .rcb-Wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 0 0em 0;
    padding-left: 0;
    justify-content: flex-start; }
    .rcb-Wrapper > div:first-of-type {
      width: 50%;
      padding: 0 0;
      flex: 1 1 auto;
      flex-grow: 0;
      vertical-align: top; }
      .rcb-Wrapper > div:first-of-type img {
        width: 100% !important;
        height: 100%;
        object-fit: cover; }
    .rcb-Wrapper > div:last-of-type {
      padding: 0 0;
      background: #2b3191;
      display: flex;
      justify-content: center;
      fill-direction: column;
      flex: 1 1 auto;
      flex-grow: 0;
      width: 50%;
      vertical-align: top; }
      .rcb-Wrapper > div:last-of-type .block {
        margin: auto; }
  /*********************
CONTENT STYLES
*********************/ }

/*
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: 100px;
    padding: 1em 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .header .clearHeader #logo {
    width: 263px;
    height: 80px;
    background-size: 263px 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header .darkHeader > .row:last-of-type {
    min-height: 80px;
    padding: 0.5em 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .header .darkHeader #logo {
    width: 197px;
    height: 60px;
    background-size: 197px 60px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #content {
    height: auto; }
  /*.slick-prev, .slick-next { top: 50%; }
.slick-next { right: 50px; }
.slick-prev { left: 50px; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-perspective: 1000px; }*/ }

/*
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: 100px;
    padding: 1em 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .header .clearHeader #logo {
    width: 263px;
    height: 80px;
    background-size: 263px 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header .darkHeader > .row:last-of-type {
    min-height: 80px;
    padding: 0.5em 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .header .darkHeader #logo {
    width: 197px;
    height: 60px;
    background-size: 197px 60px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #content {
    height: auto; }
  /*.slick-prev, .slick-next { top: 50%; }
.slick-next { right: 50px; }
.slick-prev { left: 50px; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-perspective: 1000px; }*/ }

/*
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.

******************************************************************/
  h1, .h1, h2, .h2, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0.5em 0; }
  h5, .h5, .topMenu .nav > li > a, button, .button, .legend li span {
    letter-spacing: 3px; }
  h1, .h1, h2, .h2 {
    font-size: 2.4em; }
  .slideshow_caption p.slideDescription {
    font-size: 1.25em; }
  .bigger {
    font-size: 1.8em; }
  h3, .h3 {
    font-size: 1.4em; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row, #content #leftcol > div > div {
    padding: 2em 0 2em 0; }
  /*********************
SPRITE
*********************/
  #logo {
    width: 329px;
    height: 100px;
    background-size: 329px 100px; }
  /***********************
HERO - HERO
************************/
  body.Home #hero .row {
    width: 50%; }
  /*********************
NAVIGATION STYLES
*********************/
  .topMenu .nav > li {
    padding: 0 1.2em; }
  /*********************
CONTENT STYLES
*********************/
  .icons img {
    max-width: none !important; }
  ul.iconBanner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    padding-left: 0;
    padding: 0 0 0em 0; }
  ul.iconBanner li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    flex: 1 1 auto;
    flex-grow: 0;
    margin: 0 auto;
    font-size: 0.8em;
    width: 15%;
    text-align: center; }
  #content #leftcol > div {
    padding: 1.5em 0; }
  /*********************************
FLEX BLOCKS
*********************************/
  .columnlayout.book > div .text-wrap {
    padding: 2em 2em 2em 6em; }
  .columnlayout.book > div:last-of-type .text-wrap {
    padding: 2em 6em 2em 2em; }
  /*********************
FOOTER STYLES
*********************/
  #contactBlock > div > div {
    width: 22.928176794%;
    margin-left: 2.762430939%; }
    #contactBlock > div > div.first {
      margin-left: 0; }
    #contactBlock > div > div.last {
      float: right; }
  /*********************************
Fullwidth Values Section
*********************************/
  /*.bcb-Wrapper {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 0 0em 0;
    padding-left: 0;
    }*/ }

/*
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.

******************************************************************/ }

/*
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: #737373 !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: #404040 !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 #737373; }
  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; } }

@media print {
  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 */
