@charset "UTF-8";
/******************************************************************
Site Name: 
Author: Kook: www.kook.com.au

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/
*********************/
/* primary red */
/* dark grey */
/* gold */
/* light grey */
/*
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: rgb(231.8902439024, 220.3353658537, 88.6097560976);
  background: #ebe16f;
}

.alert-info {
  border-color: rgb(191.1428571429, 227.6326530612, 244.3571428571);
  background: #d5edf8;
}

.alert-error {
  border-color: rgb(247.8125, 204.6875, 206.484375);
  background: #fbe3e4;
}

.alert-success {
  border-color: rgb(221.7207792208, 233.7012987013, 173.7987012987);
  background: #e6efc2;
}

/********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
/*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/*********************
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);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/******************************
CSS VERTICALLY ALIGN A DIV
*******************************/
/*
USAGE: @include vertical-align;
*/
/*********************
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;
}

/*********************
BUTTONS
*********************/
.button, .button:visited, .formbutton {
  display: inline-block;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 1em;
  padding: 0.5em 2em;
  border: solid 1px #000;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 0.5em;
  font-weight: 900;
  background: #231f20;
  color: #FFF;
  cursor: pointer;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus, .formbutton:hover, .formbutton:focus {
  /*box-shadow: none;
        color: white;*/
  border: solid 1px rgb(228.4978723404, 108.5021276596, 112.1829787234);
  background-color: rgb(228.4978723404, 108.5021276596, 112.1829787234);
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:active, .button:visited:active, .formbutton:active {
  background-color: #c72429;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(177.4063829787, 32.0936170213, 36.5510638298)), to(#c72429));
  background-image: -webkit-linear-gradient(top, rgb(177.4063829787, 32.0936170213, 36.5510638298), #c72429);
  background-image: -moz-linear-gradient(top, rgb(177.4063829787, 32.0936170213, 36.5510638298), #c72429);
  background-image: -o-linear-gradient(top, rgb(177.4063829787, 32.0936170213, 36.5510638298), #c72429);
  background-image: linear-gradient(to bottom, rgb(177.4063829787, 32.0936170213, 36.5510638298), #c72429);
}

.button.large {
  padding: 10px 25px;
  font-size: 1.2em;
}

.button.secondary {
  background: #000;
}

.button.tertiary {
  background: #FFF;
}

/*********************
BLINKING TEXT
*************************/
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 2;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 2;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 2;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 2;
  }
}
@keyframes blinker {
  0% {
    opacity: 2;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 2;
  }
}
/*********************
FONT AWESOME
*********************/
/*
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:kook

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: "Montserrat", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #231f20;
  background-color: rgb(229.5, 229.5, 229.5);
}

.mobileOnly {
  display: inline-block;
}

.desktopOnly {
  display: none;
}

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

#hero {
  z-index: 900;
}

/********************
BODY CLASSES
style a page via class
********************/
.Home .columnlayout .videoWrapper iframe,
.Home .columnlayout .videoWrapper object,
.Home .columnlayout .videoWrapper embed {
  max-height: 216px;
}

/* home page */
.Galleries .rslides img {
  float: none;
  margin: 0 auto;
  width: auto;
  max-height: 500px;
}

.covid {
  text-align: center;
  padding: 0.5em 0;
  color: white;
  background: #c72429;
  box-shadow: 0px 4px 10px 2px inset rgba(0, 0, 0, 0.2), 0px -4px 10px 2px inset rgba(0, 0, 0, 0.2);
}
.covid a {
  color: #fff;
}

.CTABanner {
  background-color: #c72429;
  padding: 2em 0;
  box-shadow: 0px 4px 10px 2px inset rgba(0, 0, 0, 0.2), 0px -4px 10px 2px inset rgba(0, 0, 0, 0.2);
  border-top: #fdce0d;
}

.covid a:hover {
  color: #333;
}

.covid a:visited {
  color: #fff;
}

.Landing .block {
  overflow: hidden;
  position: relative;
}
.Landing .block .parallax-window {
  height: 70vh;
}
.Landing .block .row {
  position: relative;
  height: 100%;
  max-width: 1600px;
}
.Landing .block .row .wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 1em;
  width: 100%;
  font-size: 0.8em;
  background: rgba(255, 255, 255, 0.91);
  padding: 2em;
  max-width: 29em;
}
.Landing .block .row .wrap .h1, .Landing .block .row .wrap .h2 {
  font-weight: 700;
}
.Landing .block .row .wrap .h1 {
  margin: 0;
}
.Landing #content {
  margin-top: 0;
  background: #FFF;
}
.Landing #content ul {
  padding: 0;
  list-style-type: none;
}
.Landing #content ul li {
  padding: 0.2em 0 0.2em 1.8em;
}
.Landing #content ul li:before {
  display: block;
  float: left;
  margin-left: -1.4em;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: large;
  font-weight: 700;
  line-height: 1.4;
  color: #c72429;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.row {
  width: 94%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #c72429;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: rgb(134.2191489362, 24.2808510638, 27.6531914894);
}
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, h4, .h4, h5, .h5, [data-control] {
  font-family: "Montserrat", sans-serif;
  /*text-rendering: optimizelegibility;*/
  font-weight: 400;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, [data-control] a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 3em;
  line-height: 1.333em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header h1, .header .h1 {
  font-size: 2.25em;
  margin-top: 0;
}

.slideshow_caption .h1 {
  font-size: 1.6em;
}

h2, .h2, .formbutton {
  font-size: 2em;
  line-height: 1.4em;
  margin-top: 0em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
  font-weight: 700;
}

h3, .h3, [data-control] {
  font-size: 1.17em;
  line-height: 1.4em;
  margin-top: 0.75em;
  margin-bottom: 0.375em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h4, .h4 {
  font-size: 1em;
  font-weight: 800;
}

h5, .h5 {
  margin: 0.25em 0 0.5em 0;
}

#rightcol .block h3 {
  display: block;
  border-top: 1px dotted rgb(220.685106383, 65.314893617, 70.0808510638);
  text-align: center;
  margin-top: 0.2em;
  padding: 0.5em 0em;
}

h5 + p, .h5 + p, h6 + p, .h6 + p {
  margin-top: 0em;
}

h6, .h6, .smText {
  font-size: 0.8em;
  margin: 0.25em 0em;
  background-color: rgb(62.0454545455, 54.9545454545, 56.7272727273);
  padding: 1%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.firstheader i {
  font-size: 1.2em;
}

/*************************
Font colours set here
*************************/
.white, .h1.white, .firstheader a, .firstheader p, nav li ul li a:hover, #secondFooter a, #secondFooter p, #secondFooter i, #secondFooter, #rightcol .block ol li:hover, #rightcol .block ul li:hover, .slick-slider button:before, .h3.white, #CTAFormTab, #CTAFormTab a, #CTAFormTab .h2 {
  color: #FFF;
}

.red, h1, .h1, #secondFooter a, .button.tertiary, #rightcol .block ul li, #rightcol .block ol li, .Home .columnlayout i.fas {
  color: #c72429;
}

.darkgrey, h2 a, .h2 a, h2 a:visited, h2, .h2, #bookings, #secondFooter, #firstFooter, h3, .h3, nav li a:active, nav li a:active, nav li a.activerootmenulink {
  color: #231f20;
}

.lightgrey, .firstheader a:hover, .firstheader i:hover, .columnlayout a .fa, #bookings a:hover {
  color: rgb(229.5, 229.5, 229.5);
}

.gold {
  color: #fdce0d;
}

.black {
  color: #000;
}

.button {
  color: #FFF;
}

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

/*********************
SPRITE
*********************/
/*.sprite {
	background: url('../images/sprite-master.png') no-repeat top left; 
	display:block;
}*/
#logo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/logo.png");
}

/*********************
HEADER STYLES
*********************/
.clearHeader {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  background-color: #FFF;
}

.darkHeader {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
  width: 100%;
  position: fixed;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #000;
}

.header {
  background-color: rgb(229.5, 229.5, 229.5);
  background-repeat: repeat-x;
  padding-bottom: 0;
}
.header .firstheader {
  background-color: #e75257;
}
.header .firstheader .first {
  display: none;
}
.header .firstheader p {
  margin: 0.5em 0em;
}
.header .firstheader i {
  margin-left: 0.8em;
}
.header .firstheader a {
  text-decoration: none;
  display: inline-block;
  padding: 0 0.4em;
}
.header .firstheader .last {
  text-align: center;
}
.header .firstheader .last .button {
  margin: 1em auto;
  display: block;
  width: 50%;
}
.header .firstheader .last .button i {
  font-size: 1em;
  margin-left: 0.3em;
}
.header .row {
  overflow: visible;
  position: relative;
  /*.first{*/
  /*#bookings {
  	line-height: 1em;
  	margin-bottom: 0.5em;
  	text-transform: uppercase;
  	margin: 0;
  	visibility: hidden;
  	a {
  		font-size: 1.8em;
  		font-weight: 800;
  		text-decoration: none;
  		visibility: visible;
  		display:block;
  		text-align:center;
  		margin-bottom:0.5em;
  	}
  }*/
  /*}*/
}
.header .row h1 {
  margin: 0 auto;
}
.header .row #logo {
  /*height: 67px;
  width: 251px;
  background-size: 251px 67px;*/
  width: 140px;
  height: 37px;
  background-size: 140px 37px;
  display: inline-block;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-top: 0.5em;
}
.header .row #tagline {
  display: block;
  text-align: right;
  font-size: 0.75em;
}
.header .row .wrapLogo, .header .row .wrapCTA {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header .row .wrapLogo {
  width: 145px;
}
.header .row .wrapCTA {
  float: right;
  top: 1em;
  right: 2.5em;
}
.header .row .wrapCTA > a {
  display: inline-block;
  margin-left: 0.25em;
  padding: 0.5em 0.25em;
  vertical-align: top;
}
.header .row .wrapCTA > a i {
  font-size: 1.5em;
}
.header .row .wrapCTA > a.button {
  padding: 0.5em;
  font-size: 0.75em;
}
.header .row .wrapMobileMenu {
  display: block;
  background-color: #c72429;
  width: 100%;
}
.header .row #toggle {
  width: 50%;
  margin-top: 0;
}
.header .row #toggle .button {
  width: 100%;
  border-radius: 0;
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 1.1em;
  font-weight: 800;
  text-align: center;
}
.header #accountMenu {
  right: 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.header #accountMenu a {
  display: inline-block;
  margin: 0em 0.35em;
}
.header #accountMenu a .button {
  padding: 0.5em 1em;
}
.header #accountMenu .mobileOnly {
  margin-left: 0.5em;
}
.header #accountMenu span.desktopOnly {
  display: none;
}
.header #accountMenu span.mobileOnly {
  display: block;
}

/*********************
NAVIGATION STYLES
*********************/
.topMenu {
  /*
  all navs have a .nav class applied; this is so we can
  easily write one group of styles for the navs on the site so our css is cleaner
  and more scalable.
  */
  text-align: center;
  /* end .nav */
}
.topMenu a.toggleMenu {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  /*width: 80%;*/
  margin-bottom: 0em;
  /*padding: 2% 4%;*/
  /*background: darken($white, 20%);*/
  text-transform: uppercase;
}
.topMenu a.toggleMenu span {
  display: block;
  width: auto;
  float: right;
}
.topMenu .nav {
  background-color: #FFF;
  margin-top: 0;
  position: absolute;
  z-index: 99999;
  width: 96%;
  /* end .menu li */
}
.topMenu .nav li {
  position: relative;
  text-align: left;
  /* Sub-menu level 2 */
  /* end level 2	*/
  /* showing sub-menus */
}
.topMenu .nav li a {
  display: block;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid #231f20;
  padding: 0.5em 0.85em;
  color: #000;
  font-weight: 700;
  /*
  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 i {
  padding-right: 1.5em;
  width: 30px;
}
.topMenu .nav li a.parent:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  display: block;
  float: right;
  font-size: large;
  padding-right: 0.5em;
  line-height: 1.2;
}
.topMenu .nav li a i {
  display: none;
}
.topMenu .nav li.hover > a.parent:before {
  content: "\f106";
}
.topMenu .nav li:first-child {
  display: block;
}
.topMenu .nav li ul,
.topMenu .nav li ul.sub-menu,
.topMenu .nav li ul.children {
  margin-top: 0;
  /*border: 1px solid #ccc;*/
  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: 1.5em;
  text-align: left;
  text-transform: none;
  border-bottom: 0;
  background-color: rgb(229.5, 229.5, 229.5);
  border-bottom: 1px solid #c72429;
}
.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-color: #c72429;
}
.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: 30px;
}
.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: 40px;
}
/* end .topMenu */
.nav > li.hover > ul {
  left: 0;
  display: block;
}

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

/*.nav > li.hover > ul , .nav li li.hover ul { position: static; }*/
.wrapMobileMenu {
  background-color: #c72429;
  width: 100%;
}
.wrapMobileMenu ul {
  list-style: none;
  padding: 0.65em 0 0.5em 0;
  max-width: 92%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5em;
  justify-content: space-around;
}
.wrapMobileMenu ul ul.submenu {
  display: none;
}
.wrapMobileMenu ul > li {
  position: relative;
}
.wrapMobileMenu ul > li:first-of-type, .wrapMobileMenu ul > li:last-of-type, .wrapMobileMenu ul > li:nth-of-type(7n) {
  display: none;
}
.wrapMobileMenu ul > li a {
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: none;
  font-size: 0.75em;
  color: #FFF;
  line-height: 1.2;
}
.wrapMobileMenu ul > li a.parent:before {
  display: none;
}
.wrapMobileMenu ul > li a i {
  display: none;
  margin: 0 auto;
  padding-bottom: 0.25em;
  font-size: 1.8em;
}

/*********************
CONTENT STYLES
*********************/
#interest_warning {
  list-style-type: none;
}

#CTAFormTab {
  /* background: $color-primary; */
  animation: colorchange 10s ease infinite; /* animation-name followed by duration in seconds*/
  /* you could also use milliseconds (ms) or something like 2.5s */
  -webkit-animation: colorchange 10s ease infinite; /* Chrome and Safari */
  display: block;
  box-shadow: 0px 4px 10px 2px inset rgba(0, 0, 0, 0.8), 0px -4px 10px 2px inset rgba(0, 0, 0, 0.8) inset;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@keyframes colorchange {
  0% {
    background: #c72429;
  }
  25% {
    background: #fdce0d;
  }
  50% {
    background: #c72429;
  }
  75% {
    background: #231f20;
  }
  100% {
    background: #c72429;
  }
}
@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */ {
  0% {
    background: #c72429;
  }
  25% {
    background: #fdce0d;
  }
  50% {
    background: #c72429;
  }
  75% {
    background: #231f20;
  }
  100% {
    background: #c72429;
  }
}

.loanCalculator #slider, .loanCalculator #slider2 {
  margin: 1em auto;
}
.loanCalculator .ui-state-default, .loanCalculator .ui-widget-content .ui-state-default {
  background: #c72429;
}
.loanCalculator .resultsWrap {
  background: rgb(229.5, 229.5, 229.5);
  /*color: white;
  padding: 1em;

  input{color: $white;} */
  width: 80%;
  margin: 0 auto;
  border-top: 4px solid #c72429;
  padding-top: 1em;
  margin-bottom: 1em;
}
.loanCalculator .ui-slider-range-min {
  background: #fdce0d;
}
.loanCalculator select::-ms-expand {
  display: none;
}
.loanCalculator select {
  text-indent: 1px;
  text-overflow: "";
  color: #c72429;
}
.loanCalculator input, .loanCalculator select {
  font-family: "Montserrat", sans-serif;
  padding: 0.25em 0.25em 0.25em 0.5em;
  line-height: 1.5;
  width: auto;
  margin: 0em auto;
  max-width: 100%;
  text-align: center;
  display: block;
  background: transparent;
  border: none;
  outline: none;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 1.5em;
}
.loanCalculator input:hover, .loanCalculator input:active, .loanCalculator select:hover, .loanCalculator select:active {
  border: none;
  outline: none;
}
.loanCalculator .sixcol {
  margin-bottom: 0.5em;
}
.loanCalculator .result {
  margin: 0;
  padding: 0;
  text-align: center;
}
.loanCalculator .result input {
  text-align: center;
}

#content {
  /*@include css-gradient($white, $color-quaternary);*/
  background: rgb(229.5, 229.5, 229.5);
}
#content .row {
  width: 90%;
}
#content #contentcontainer {
  border: 1px solid #CDCDCD;
  padding: 10px;
}

blockquote {
  position: relative;
  padding: 0.5em 2em 1em 4em;
  margin: 1em;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  color: #c72429;
  position: absolute;
  left: 0;
  top: -0.2em;
  font-size: 2em;
}
blockquote em {
  color: #fdce0d;
  display: block;
  text-align: right;
  font-size: 0.8em;
  font-style: normal;
}
blockquote em:before {
  content: "—";
  padding-right: 0.5em;
}

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

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

#breadcrumbs {
  display: none;
} /* end #breadcrumbs */
/*********************
HOME BLOCK LAYOUT
**********************/
body ul.bullet li {
  position: relative;
  padding-left: 2em;
  text-align: left !important;
  list-style-type: none !important;
}

body ul.bullet li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin-right: 10px;
  color: #c72429;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

body.Home:not(.Template25) .columnlayout ul, body.Home:not(.Template25) .columnlayout ol {
  list-style-type: none;
}
body.Home:not(.Template25) .columnlayout > div {
  /*&:nth-last-child(2):before,*/
}
body.Home:not(.Template25) .columnlayout > div:nth-child(odd) {
  background: #FFF;
}
body.Home:not(.Template25) .columnlayout > div:nth-child(odd):before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  display: block;
  line-height: 0.2em;
  font-size: 6em;
  font-weight: 700;
  color: rgb(229.5, 229.5, 229.5);
}
body.Home:not(.Template25) .columnlayout > div:nth-child(even):before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  display: block;
  line-height: 0.2em;
  font-size: 6em;
  font-weight: 700;
  color: #FFF;
}
body.Home:not(.Template25) .columnlayout > div:last-child, body.Home:not(.Template25) .columnlayout > div:first-child:before {
  content: none;
  display: none;
}
body.Home:not(.Template25) .columnlayout > div > div {
  max-width: 95%;
  margin: 1em auto;
  padding-bottom: 1em;
}
body.Home:not(.Template25) .columnlayout > div > div ul, body.Home:not(.Template25) .columnlayout > div > div ol {
  padding-left: 0;
}
body.Home:not(.Template25) .columnlayout > div > div ul li, body.Home:not(.Template25) .columnlayout > div > div ol li {
  margin: 1em 0;
}
body.Home:not(.Template25) .columnlayout > div > div ul li i, body.Home:not(.Template25) .columnlayout > div > div ol li i {
  display: block;
  margin: 0.25em auto;
  font-size: 2em;
}
body.Home:not(.Template25) .columnlayout > div > div p {
  margin: 0.4em 0;
}
body.Home:not(.Template25) .columnlayout > div > div p a {
  text-decoration: none;
}
body.Home:not(.Template25) .columnlayout > div > div p a .fa {
  font-size: 1.1em;
  margin-left: 0.5em;
}
body.Home:not(.Template25) .columnlayout > div > div p img {
  margin-bottom: 0;
}
body.Home:not(.Template25) .columnlayout > div > div p span {
  margin: 0 1em;
  color: rgb(229.5, 229.5, 229.5);
}

/* Core web vitals - fix to prevent slick slider from causing content layout shift on page load */
.responsive3 > li:not(:first-child) {
  display: none;
}

.responsive3 > li:first-child {
  padding: 0 20px;
}

#hero {
  min-height: 420px;
}

.responsive3 {
  list-style-type: none;
  padding: 0px;
}

.responsive3 img {
  min-height: 420px;
}

/* End CWV fix */
#block_16 {
  position: relative;
  overflow: hidden;
  margin: 0;
}
#block_16 > div.parallax-window {
  min-height: 300px;
  height: 40vh;
}

#block_16 .parallax-window:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

#block_16 div div {
  width: 96%;
  margin: 0 auto;
  padding: 2em 2em 1em 2em;
  text-align: center;
  display: inline-block;
  /*background-color: rgba(255,255,255,0.3);
  border: 2px solid $white;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#block_16 div div .h2 {
  color: #FFF;
}

#leftBlocks {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 2em 0;
  margin: 0 auto;
}
#leftBlocks > div {
  display: block;
  margin: 1em auto;
  /*width: 70%;*/
  text-align: center;
  min-height: 250px;
  background: #FFF;
  /*display: flex;*/
  align-items: center;
  border-radius: 10px;
  padding: 1em;
}
#leftBlocks > div.womablock {
  background: transparent;
}
#leftBlocks > div .fivestars {
  display: block;
  font-size: 1.2em;
  color: #c72429;
  margin: 0.5em auto;
}
#leftBlocks > div blockquote {
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 1.4em;
}
#leftBlocks > div blockquote:before {
  color: rgba(199, 36, 41, 0.1);
  font-size: 4em;
  position: absolute;
  left: 1em;
  font-weight: 700;
  top: 0.5em;
}
#leftBlocks > div blockquote:after {
  color: rgba(199, 36, 41, 0.1);
  font-size: 4em;
  position: absolute;
  right: 1em;
  bottom: -0.5em;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
#leftBlocks > div > div img {
  margin: 0 auto;
  display: block;
}
#leftBlocks > div > div #fader {
  width: 100%;
}

.woma {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.woma a {
  width: 30%;
}
.woma a img {
  max-height: 120px;
  width: auto;
}

.homenews {
  margin-top: 1em;
  margin-bottom: 2em;
}
.homenews article.newsBlock {
  margin-bottom: 2em;
}
.homenews h2 {
  text-align: center;
}

#frmQuickQuote {
  background-color: white;
  border: 1px solid #fdce0d;
  margin-bottom: 1em;
}
#frmQuickQuote .h2 {
  text-align: center;
  background-color: #fdce0d;
}
#frmQuickQuote .h2 i {
  float: right;
  line-height: 1.5;
}
#frmQuickQuote tbody {
  padding: 1em;
  display: block;
}
#frmQuickQuote tbody tr td input, #frmQuickQuote tbody tr td select {
  padding: 0.5em;
}
#frmQuickQuote tbody tr td input[type=text] {
  width: 90%;
  margin-bottom: 5px;
}
#frmQuickQuote tbody tr td input[type=checkbox] {
  vertical-align: middle;
}
#frmQuickQuote tbody tr td input[type=button] {
  width: 100%;
}
#frmQuickQuote tbody tr td select {
  padding: 2px;
  margin-bottom: 10px;
}
#frmQuickQuote tbody tr td label {
  clear: left;
  display: block;
  margin-bottom: 5px;
}
#frmQuickQuote tbody tr td .OtherDiv {
  display: none;
}

table.BookQuote td {
  font-weight: 300;
}
table.BookQuote td .OtherDiv {
  display: none;
}
table.BookQuote input[type=text] {
  width: 90%;
  font-weight: 300;
}
table.BookQuote select {
  padding: 2px;
  font-weight: 300;
}
table.BookQuote .required {
  color: #9d3539;
}

/*********************
ACCORDION
**********************/
#content #leftcol #accordion h3, #content #leftcol #accordion2 h3 {
  cursor: pointer;
  background-color: rgb(239.7, 239.7, 239.7);
  border: 1px solid rgb(229.5, 229.5, 229.5);
  padding: 1em;
  padding-right: 1.5em;
  position: relative;
}
#content #leftcol #accordion h3:first-child, #content #leftcol #accordion2 h3:first-child {
  margin-top: 0;
}
#content #leftcol #accordion h3:after, #content #leftcol #accordion2 h3:after {
  display: block;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 0.5em;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  color: #231f20;
  font-size: large;
  font-weight: 400;
}
#content #leftcol #accordion h3:focus, #content #leftcol #accordion2 h3:focus {
  border: 1px solid rgb(229.5, 229.5, 229.5);
  outline: none;
}
#content #leftcol #accordion h3.ui-state-active, #content #leftcol #accordion2 h3.ui-state-active {
  border-bottom: 0;
  margin-bottom: 0;
}
#content #leftcol #accordion h3.ui-state-active:after, #content #leftcol #accordion2 h3.ui-state-active:after {
  content: "\f068";
}
#content #leftcol #accordion .ui-accordion-content, #content #leftcol #accordion2 .ui-accordion-content {
  padding: 1em;
  margin-bottom: 1em;
  background-color: rgb(239.7, 239.7, 239.7);
  border: 1px solid rgb(229.5, 229.5, 229.5);
  border-top: 0;
}

/******************************************************************
SLIDING PANEL - ENQUIRY FORM
******************************************************************/
#panel {
  background-color: rgb(229.5, 229.5, 229.5);
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 300;
  display: none;
  padding: 1em 0;
}
#panel a.close {
  float: right;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #cccccc;
}
#panel .h1 {
  font-size: 1.6em;
}
#panel .h2 {
  font-size: 1.3em;
  line-height: 1.2em;
}
#panel .respond-form form input[type=text],
#panel .respond-form form input[type=email],
#panel .respond-form form input[type=url],
#panel .respond-form form textarea,
#panel .respond-form form select {
  width: 90%;
}

/********************Sticky form*******************/
#CTAFormTab {
  cursor: pointer;
  line-height: 2;
  margin-bottom: 0.5em;
  margin-top: 0;
  border-top: 4px solid #c72429;
  height: 60px;
  padding: 0.5em 1em;
  z-index: 99999;
}

#CTA {
  position: fixed;
  display: block;
  bottom: -380px;
  overflow: hidden;
  animation-delay: 2s;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #FFF;
  margin: 0 auto;
  left: 0;
  height: 380px;
  z-index: 999999999999 !important;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#CTA span.h2 {
  font-size: 1.1em;
}
#CTA form {
  width: 90%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0;
  padding: 0em;
  margin: 1em auto;
}
#CTA.expanded {
  overflow-y: auto;
  /*background: $black;*/
  z-index: 999999999999 !important;
  max-height: 100%;
  height: 100vh;
  left: 0;
  bottom: 0;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#CTA.expanded form {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}
#CTA.expanded:after {
  transform: skew(0deg);
  /*background: $black;*/
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#CTA #formtoggle {
  text-decoration: none;
  position: relative;
  font-size: 2em;
  line-height: 1.5;
  margin: 0 0.2em;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#CTA #formtoggle:focus, #CTA #formtoggle:hover, #CTA #formtoggle:active {
  border: none;
  outline: none;
}
#CTA #formtoggle.bounce {
  animation: tada 1.2s infinite;
}
#CTA #formtoggle.inactiveIcon {
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#CTA #formtoggle.inactiveIcon:after {
  content: "\f102";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
#CTA #formtoggle.activeIcon {
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#CTA #formtoggle.activeIcon:after {
  content: "\f103";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

/******************************************************************
FORM STYLES
******************************************************************/
.respond-form {
  margin: 0em 0em;
  /* not nested as not all forms contain a table */
}
.respond-form table {
  width: 100%;
}
.respond-form form {
  margin: 0 0;
}
.respond-form form li {
  list-style-type: disc;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea,
.respond-form form select {
  padding: 3px 6px;
  background-color: #FFF;
  border: 1px solid rgb(191.25, 191.25, 191.25);
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  display: table-cell;
  width: 100%;
  /* 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=url]:focus,
.respond-form form textarea:focus,
.respond-form form select:focus {
  background: #fff;
}
.respond-form form .required {
  background: #FFF url("../images/contact-corner.png") no-repeat scroll right top;
}
.respond-form form textarea {
  width: 100%;
  height: 150px;
}
.respond-form form img {
  float: left;
}

/*********************
Left Col
*********************/
#leftcol {
  padding-bottom: 3em;
}

body.Home #leftcol {
  padding-bottom: 1em;
}

/*********************
RIGHT BLOCKS
*********************/
#rightcol {
  /* end .block */
}
#rightcol .block {
  margin-bottom: 3em;
}
#rightcol .block h5 {
  border-top: 1px dotted rgb(220.685106383, 65.314893617, 70.0808510638);
  text-align: center;
  margin-bottom: 0em;
}
#rightcol .block h5 span {
  text-align: center;
  position: relative;
  top: -15px;
  background-color: #FFF;
  padding: 0px 5px;
}
#rightcol .block ul, #rightcol .block ol {
  padding: 0 0 0 0;
  list-style: none;
}
#rightcol .block ul li, #rightcol .block ol li {
  padding: 10px 0.5em 10px 0.5em;
  cursor: pointer;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  /* deep nesting */
}
#rightcol .block ul li a, #rightcol .block ul li a:hover, #rightcol .block ol li a, #rightcol .block ol li a:hover {
  color: inherit;
}
#rightcol .block ul li:hover, #rightcol .block ol li:hover {
  background: #c72429;
}
#rightcol .block ul li a, #rightcol .block ol li a {
  text-decoration: none;
}
#rightcol .block ul li:before, #rightcol .block ol li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: block;
  float: left;
  font-size: large;
  padding-right: 0.5em;
  line-height: 1.4;
}
#rightcol .block ol li:before {
  content: "\f1c1";
}
#rightcol .block .newsBlock {
  border-bottom: 1px dotted white;
  padding: 5px 0px;
}
#rightcol .block .newsBlock h6 {
  margin: 0.5em 0;
}
#rightcol .block .newsBlock p:last-child {
  margin-bottom: 0;
}
#rightcol .block .greyBox {
  background: white;
  border: 1px solid white;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1.5em;
  padding-bottom: 1em;
}
#rightcol .block .helpblock {
  text-align: center;
}

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

#newsDetail .wrap {
  padding: 1em;
  margin-bottom: 1em;
  /*border-bottom: 1px dotted lighten($color-quaternary, 50%);*/
}

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

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

/*********************
GALLERY
*********************/
#gallery {
  display: table;
  margin: 0em auto;
}
#gallery li {
  list-style: none;
  /*width: 47.5%;*/
  margin-left: 2%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  border-bottom: 1px dotted white;
}
#gallery p {
  display: none;
}

/*********************
VIDEOS
*********************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************
FOOTER STYLES
*********************/
#firstFooter {
  background-color: #FFF;
  clear: both;
}
#firstFooter div.row {
  padding: 1em 0em;
}
#firstFooter div.row nav.first {
  text-transform: uppercase;
}
#firstFooter div.row nav.first ul {
  margin-bottom: 0.5em;
}
#firstFooter div.row nav.first ul li a .fa {
  font-size: 4em;
}
#firstFooter div.row nav.last {
  margin-top: 1em;
}
#firstFooter div.row nav.last li {
  margin: 0 5%;
  width: 40%;
  display: inline;
}
#firstFooter ul li {
  margin-bottom: 0.3em;
}
#firstFooter ul li a {
  text-decoration: none;
}
#firstFooter ul li a:hover {
  text-decoration: underline;
}
#firstFooter ul li img {
  margin: 0;
}

#secondFooter {
  background: #231f20;
  clear: both;
  padding: 1em 0;
  font-style: normal;
  min-height: 150px;
}
#secondFooter .fa-3x {
  font-size: 1.5em;
}

#credit, #copyright {
  text-align: center;
  margin: 0;
}
#credit a, #copyright a {
  text-decoration: none;
}

#copyright {
  margin-top: 40px;
}

/*********************
SLIDESHOWS
*********************/
/* ================================================ */
/* http://responsiveslides.com v1.32 by @viljamis   */
/* Responsive Slideshow, installed 21/11/2012 Ross. */
/* ================================================ */
.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;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides .slideshow_caption {
  width: 100%;
  padding: 2%;
  position: absolute;
  text-align: center;
  top: 20%;
  background-color: rgba(255, 255, 255, 0.6);
}
.rslides .slideshow_caption .slideDescription, .rslides .slideshow_caption p.h3 {
  display: none;
}
.rslides .slideshow_caption p.h1 {
  font-size: 1.2em;
}

.rslides_tabs {
  display: inline-block;
  padding: 0;
  position: absolute;
  margin-top: -50px;
  left: 48%;
  list-style-type: none;
  text-align: center;
}
.rslides_tabs li {
  display: none;
  margin: 0 10px;
}
.rslides_tabs li a {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.62);
}
.rslides_tabs li.rslides_here a .fa {
  color: #231f20;
}

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

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

/*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;
  display: block;
  width: 100%;
  height: 100%;
}
ul.responsive3 .slick-list .slick-track .slick-slide img {
  /*height: 420px;*/
  /*max-width: 300%;
  width: auto;*/
  /*position: relative;
  top: 50%;
  left: 80%;
  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;*/
  display: block;
  max-width: none;
  width: auto;
  position: relative;
  top: 50%;
  left: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: transform 3s;
  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: relative;
  top: 50%;
  left: 80%;
  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%;*/
  display: block;
  top: 50%;
  left: 50%;
  left: 80%;
  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%;
}
ul.responsive3 .slick-list .slick-track .slideshow_caption {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
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;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.responsive3 .slick-list .slick-track .slideshow_caption p.h5 {
  top: -15%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/*********************
CUSTOMISE colorbox
*********************/
#cboxCurrent, #cboxNext, #cboxNext, #cboxPrevious, #cboxClose {
  top: 4px;
}

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

#cboxLoadedContent {
  margin-top: 28px;
}

/*********REVIEW Full & Limited Styles*********/
.gmb-review {
  background-color: #FFF;
  display: inline-block;
  margin: 0em 0em 1.5em 0;
  width: 100%;
  /*overflow: overlay;*/
  border: 1px solid #dddddd;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 1.5em;
}

.gmb-header {
  font-weight: 700;
  color: #2196f3;
}
.gmb-header br {
  display: none;
}
.gmb-header img {
  width: 25%;
  padding-right: 1em;
  float: left;
}

.gmb-reviewdate {
  color: rgb(165.75, 165.75, 165.75);
}

.gmb-rating {
  padding-top: 0.5em;
  max-height: 55px;
}

/*********REVIEWS FULL*********/
.gmb-widget-full:not(.holdSlider) {
  column-count: 1;
}
.gmb-widget-full:not(.holdSlider) .gmb-rating {
  position: relative;
}
.gmb-widget-full:not(.holdSlider) .gmb-rating:before {
  content: url(../images/google-21.png);
  position: absolute;
  top: -80%;
  right: -2px;
  display: block;
}

/*********REVIEWS SLIDER*********/
.gmb-widget-full.holdSlider {
  width: 100%;
  /*.gmb-reviewtext {text-align:center;}*/
}
.gmb-widget-full.holdSlider .gmb-review {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/*********REVIEWS LIMITED*********/
.gmb-limited {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.gmb-limited .gmb-review {
  width: 100%;
  flex: 1 1 auto;
  flex-grow: 0;
  text-align: center;
  position: relative;
}
.gmb-limited .gmb-review:before {
  content: url(../images/google-21.png);
  font-weight: 900;
  position: absolute;
  top: 10%;
  right: 20px;
  display: block;
}
.gmb-limited .gmb-header {
  width: 100%;
  display: block;
  text-align: left;
  margin: 0 auto;
}
.gmb-limited .gmb-header img.gmb-avatar {
  width: 100%;
  padding: 0;
  max-width: 46px;
  margin-right: 0.5em;
}
.gmb-limited .gmb-reviewdate {
  text-align: left;
}
.gmb-limited .gmb-rating {
  height: 30px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-top: 0;
}
.gmb-limited .gmb-reviewtext {
  text-align: left;
  color: #000;
}

/*********************
TEMPLATE25 - NEW HOMEPAGE AND INNER PAGE
*********************/
body.Home.Template25 .nav .rootitem:nth-child(6), body.Home.Template25 .nav .rootitem:nth-child(5) {
  display: none;
}

body.Template25:not(.Home.Template25) #content #leftcol > div:first-of-type {
  position: relative;
  overflow: hidden;
  height: 50vh;
  z-index: 0;
}
body.Template25:not(.Home.Template25) #content #leftcol > div:first-of-type p img, body.Template25:not(.Home.Template25) #content #leftcol > div:first-of-type .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
body.Template25:not(.Home.Template25) #content #leftcol > div:first-of-type p img {
  min-height: 250px;
  max-width: none;
  z-index: -1;
}
body.Template25:not(.Home.Template25) #content #leftcol > div:first-of-type .heading {
  padding: 1em;
  width: 90%;
  z-index: 2;
  text-align: center;
}
body.Template25:not(.Home.Template25) #content #leftcol > div:first-of-type:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #C72429;
  background: linear-gradient(90deg, rgb(199, 36, 41) 0%, rgba(231, 82, 87, 0.8) 55%, transparent 100%);
}

body.Template25 {
  /*********************
  STYLING	
  *********************/
  /*********************
  HEADER	
  *********************/
  /*********************
  HERO	
  *********************/
  /*********************
  CONTENT	
  *********************/
  /*********************
  BLOCK LAYOUT	
  *********************/
  /*********************
  ACCORDIAN - multi-level
  *********************/
  /*********************
  Bottom CTA
  *********************/
}
body.Template25 div#div366 .row {
  padding-bottom: 0em;
}
body.Template25 #leftcol {
  padding: 0;
}
body.Template25 .row, body.Template25 .row-small {
  margin: 0 auto;
  width: 95%;
  padding: 1em 0;
}
body.Template25 p {
  margin: 0.75em 0;
}
body.Template25 h1, body.Template25 .h1, body.Template25 h2, body.Template25 .h2, body.Template25 h3, body.Template25 .h3 {
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 900;
  margin: 0.25em 0;
  line-height: 1.1;
}
body.Template25 h1 em, body.Template25 .h1 em, body.Template25 h2 em, body.Template25 .h2 em, body.Template25 h3 em, body.Template25 .h3 em {
  color: #e75257;
  font-style: normal;
}
body.Template25 h1, body.Template25 .h1 {
  font-size: 3.2em;
}
body.Template25 h2, body.Template25 .h2 {
  font-size: 2.3em;
}
body.Template25 h3, body.Template25 .h3 {
  font-size: 1.5em;
}
body.Template25 h4, body.Template25 .h4 {
  font-size: 1.17em;
  line-height: 1.4em;
  margin-top: 0.75em;
  margin-bottom: 0.375em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.Template25 [data-control] {
  color: #c72429;
}
body.Template25 .bigger, body.Template25 [data-control] {
  font-size: 1.25em;
  font-weight: 700;
}
body.Template25 .button.bigger {
  padding: 0.75em 2.5em;
  font-size: 1.25em;
}
body.Template25 .white {
  color: #FFF;
}
body.Template25 .number {
  position: relative; /* create a positioning context */
  color: #FFF;
  font-weight: 700;
  font-size: 1.75em;
  margin: 0;
  margin-bottom: 1em;
  z-index: 1; /* ensure text sits above the :after element */
}
body.Template25 .number:after {
  content: "";
  background: #e75257;
  border: 6px solid white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2em;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; /* places it under the text */
}
body.Template25 .header .row {
  padding: 0 0;
}
body.Template25 .hero, body.Template25 .heroHome {
  background: #C72429;
  background: linear-gradient(90deg, rgb(199, 36, 41) 0%, rgb(231, 82, 87) 64%);
}
body.Template25 .hero > div > div p, body.Template25 .hero > div > div h1, body.Template25 .heroHome > div > div p, body.Template25 .heroHome > div > div h1 {
  color: #FFF;
}
body.Template25 .hero > div > div .h3, body.Template25 .heroHome > div > div .h3 {
  color: #000;
}
body.Template25 .heroHome {
  min-height: 75vh;
}
body.Template25 #breadcrumbs {
  border-bottom: 0px;
  color: #FFF;
}
body.Template25 #breadcrumbs a {
  color: #FFF;
}
body.Template25 #content, body.Template25 #content > div {
  background: none;
  background-color: #FFF;
}
body.Template25 .col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.5em 0;
  gap: 0.75em;
}
body.Template25 .col-2 > li {
  grid-column: span 2;
}
body.Template25 ul.tick {
  padding-left: 0;
}
body.Template25 ul.tick li {
  position: relative;
  padding-left: 2em;
  list-style-type: none !important;
}
body.Template25 ul.tick li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin-right: 10px;
  color: #c72429;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
body.Template25 .custom-shape-divider-bottom-1762818441 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
body.Template25 .custom-shape-divider-bottom-1762818441 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 45px;
  transform: rotateY(180deg);
}
body.Template25 .custom-shape-divider-bottom-1762818441 .shape-fill {
  fill: #E6D9DA;
}
body.Template25 .custom-shape-divider-bottom-1762901722 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
body.Template25 .custom-shape-divider-bottom-1762901722 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 45px;
}
body.Template25 .custom-shape-divider-bottom-1762901722 .shape-fill {
  fill: #FFC5CA;
}
body.Template25 div#div346 {
  background: #FFC5CA;
}
body.Template25 div#div365, body.Template25 div#div378, body.Template25 div#div381, body.Template25 div#div385, body.Template25 div#div389,
body.Template25 div#div386, body.Template25 div#div395, body.Template25 div#div393, body.Template25 div#div401, body.Template25 div#div399,
body.Template25 div#div406, body.Template25 div#div404, body.Template25 div#div411, body.Template25 div#div413, body.Template25 div#div418,
body.Template25 div#div416, body.Template25 div#div424, body.Template25 div#div422, body.Template25 div#div430, body.Template25 div#div428 {
  background: #E6D9DA;
}
body.Template25 hr {
  margin: 2em 0;
  opacity: 0.7;
}
body.Template25 .callOut {
  background: #fffbe9;
  border: 1px solid #E6D9DA;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 1em;
  padding: 0.5em;
}
body.Template25 .columnlayout {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 0;
  justify-content: space-between;
  /*turn off basic li styling*/
  padding: 0 0 0em 0;
}
body.Template25 .columnlayout li:before {
  display: none;
}
body.Template25 .columnlayout li {
  margin-bottom: 0em;
  padding-left: 0em;
}
body.Template25 .columnlayout > div, body.Template25 .columnlayout li, body.Template25 .columnlayout article {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: #FFF;
  border-radius: 1em;
  padding: 1em;
  margin-top: 0.5em;
}
body.Template25 .columnlayout > div img, body.Template25 .columnlayout li img, body.Template25 .columnlayout article img {
  border-radius: 25em;
}
body.Template25 .columnlayout.partner > div, body.Template25 .columnlayout.partner li, body.Template25 .columnlayout.partner article {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: #FFF;
  border-radius: 1em;
  padding: 1em;
  justify-content: center;
}
body.Template25 .columnlayout.partner > div img, body.Template25 .columnlayout.partner li img, body.Template25 .columnlayout.partner article img {
  border-radius: 0em;
}
body.Template25 .loanEstimate {
  background: #FFF;
  padding: 2em;
  outline: 10px solid rgba(255, 255, 255, 0.6);
  border-radius: 1em;
  margin-top: 2em;
}
body.Template25 .loanTermCalc {
  width: 100%;
  margin-top: 0.5em;
}
body.Template25 .loanCalculator .resultsWrap {
  width: 100%;
  border-top: 0px;
  border-radius: 1em;
  background: #fffbe9;
  border: 1px solid #E6D9DA;
}
body.Template25 .ui-widget.ui-widget-content {
  background: #E6D9DA;
}
body.Template25 .loanCalculator .ui-slider-range-min {
  background: #e75257;
}
body.Template25 .ui-slider .ui-slider-handle {
  background: #000;
  width: 2em;
  height: 2em;
}
body.Template25 .ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  border-radius: 2em;
}
body.Template25 .ui-slider-horizontal {
  height: 1.25em;
}
body.Template25 .ui-corner-all {
  border-radius: 1em;
}
body.Template25 #interest_warning {
  padding-left: 0em;
}
body.Template25 [data-accordion-group] {
  max-width: 1200px;
  margin: 0 auto;
}
body.Template25 [data-accordion-group] [data-accordion] {
  margin-bottom: 0.5em;
  /*border: 1px dotted darken($white, 25%);*/
  box-shadow: none;
  display: flex; /* makes vertical centring easy */
  align-items: center; /* centres ALL elements vertically */
  width: 100%;
  all: unset;
}
body.Template25 [data-accordion-group] [data-accordion] [data-control] {
  background-color: #FFF;
  padding: 1em;
  margin-bottom: 0;
  outline: none;
  width: 100%;
  display: block;
  text-align: left;
  border: none;
  border-radius: 1em;
  padding-right: 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
body.Template25 [data-accordion-group] [data-accordion] [data-control] > span {
  display: flex;
  align-items: center;
}
body.Template25 [data-accordion-group] [data-accordion] [data-control]:after {
  content: "\f2ec";
  font-family: "Font Awesome 5 Pro";
  display: block;
  float: right;
  font-size: large;
  padding-right: 0em;
  line-height: 1.2;
  font-weight: 800;
  transform: rotate(180deg);
}
body.Template25 [data-accordion-group] [data-accordion] [data-content] article {
  background: #FFF;
  padding: 1em;
  border-radius: 0 0 1em 1em;
}
body.Template25 [data-accordion-group] [data-accordion] [data-content] article p {
  margin-top: 0;
}
body.Template25 [data-accordion-group] .open > [data-control] {
  border-radius: 1em 1em 0 0;
}
body.Template25 [data-accordion-group] .open > [data-control]:after {
  content: "\f2ec";
  font-family: "Font Awesome 5 Pro";
  display: block;
  float: right;
  padding-right: 0em;
  line-height: 1.2;
  font-weight: 800;
  transform: rotate(0deg);
}
body.Template25 .loan-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 0.5em;
}
body.Template25 .BottomCTA {
  background: #C72429;
  background: linear-gradient(90deg, rgb(199, 36, 41) 0%, rgb(231, 82, 87) 64%);
}
body.Template25 .BottomCTA p, body.Template25 .BottomCTA h2 {
  color: #FFF;
}

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

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
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.
*/
@media all and (min-width: 768px) {
  /******************************************************************
  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;
  }
  /******************************************************************
  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!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .Home:not(.Template25) .columnlayout > div > div {
    padding-top: 1.5em;
  }
  /* home page */
  body.Template25 .row {
    max-width: 1400px;
    padding: 2em 0;
  }
  body.Template25 .row-small {
    padding: 2em 0;
  }
  /*************************
  Font colours set here
  *************************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .row {
    max-width: 1400px;
  }
  .row-small, .small-width {
    max-width: 1000px;
    margin: 0 auto;
  }
  .small-width {
    padding-top: 2em;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header {
    /*padding-bottom: 0.25em;*/
  }
  .header .menu {
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .header .firstheader i {
    padding-top: 5px;
  }
  .header .firstheader .first {
    display: inline-block;
  }
  .header .firstheader .row {
    padding: 0;
  }
  .header .firstheader .row p.first {
    padding-top: 6px;
    text-align: left;
  }
  .header .firstheader .row .last {
    text-align: right;
  }
  .header .firstheader .row .last .button {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 1em;
    width: 150px;
    float: right;
    font-size: 80%;
    background: #000;
    border: none;
  }
  .header .firstheader .row .last .button i {
    padding-top: 0px;
  }
  .header .row {
    overflow: visible;
    padding: 0.5em 0 0 0;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /*.first {
    	width:auto;*/
    /*}*/
  }
  .header .row #logo {
    width: 200px;
    height: 53px;
    background-size: 200px 53px;
    display: block;
    margin: 0 auto;
    background-position: 0 0;
    margin-top: 2px;
    position: relative;
    float: none;
    text-align: center;
  }
  .header .row #tagline {
    font-size: 0.75em;
  }
  .header .row .wrapLogo {
    width: auto;
    text-align: right;
  }
  .header .row .wrapCTA > a {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.5em 0.5em;
  }
  .header .row .wrapCTA > a i {
    font-size: 1.8em;
  }
  .header .row .wrapCTA > a.button {
    padding: 0.5em;
  }
  /*********************
  CONTENT STYLES
  *********************/
  body.Home:not(.Template25) #content {
    padding-bottom: 1em;
  }
  body.Home:not(.Template25) #content .row {
    padding-bottom: 0;
  }
  #content:not(.Template25 #content) .row {
    padding-bottom: 2em;
  }
  #content:not(.Template25 #content) .row #rightcol {
    margin-top: 3.2em;
  }
  #breadcrumbs {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em 0 0.5em 0em;
    border-bottom: 1px dotted rgb(220.685106383, 65.314893617, 70.0808510638);
    margin-top: 1em;
  }
  #breadcrumbs div {
    display: inline-block;
  }
  /* end #breadcrumbs */
  .Landing .block .row .wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 0;
    left: auto;
    width: auto;
    font-size: 1em;
    bottom: auto;
  }
  /*********************
  HOME BLOCK LAYOUT
  **********************/
  body.Home #content {
    margin-bottom: 0;
  }
  body.Home #leftcol .columnlayout {
    /*> div {
    	width: 32%; 
    	margin-right:2%; 
    	margin-bottom: 0.75em; 
    	display:-moz-inline-stack; 
    	display:inline-block; 
    	*display:inline;
    	vertical-align: top;

    		> div {
    			width: auto;
    		}
    	&:nth-child(3),
    	&:nth-child(6),
    	&:nth-child(9) {
    		margin-right:0;
    	}

    	&:nth-child(5){
    	width: 100%;
    	margin: 0;
    	}
    }*/
    width: 100%;
  }
  body.Home #parallax_container #block_16 > div.parallax-window {
    min-height: 300px;
    height: 60vh;
  }
  #block_16 div div {
    width: 60%;
  }
  .homenews article.newsBlock {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
  }
  .homenews article.newsBlock:nth-child(4) {
    margin-right: 0;
  }
  /******************************************************************
  SLIDING PANEL - ENQUIRY FORM
  ******************************************************************/
  #panel .h1 {
    font-size: 2.4em;
  }
  #panel .h2 {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  #panel .respond-form div {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0.75em;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    float: left;
  }
  /*********************
  BLOCKS
  *********************/
  #frmQuickQuote .h2 {
    background-color: transparent;
  }
  #firstcol .block {
    display: block;
  }
  /*********************
  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%;
  }
  /*********************
  NEWS DETAILS
  *********************/
  #newsDetail .wrap {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  #newsDetail .wrap .last {
    border-left: 1px dotted white;
    padding-left: 1em;
  }
  #newsDetail .wrap .last p {
    margin: 0 0;
  }
  /*********************
  GALLERY
  *********************/
  #gallery li {
    width: 22.5%;
    margin-left: 2%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  /*********************
  VIDEOS
  *********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  /*********************
  FOOTER STYLES
  *********************/
  #firstFooter div.row nav.first ul {
    text-align: left;
  }
  #firstFooter div.row nav.first ul li {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
  }
  #firstFooter div.row nav.first ul li i {
    vertical-align: middle;
  }
  #firstFooter div.row nav.last ul li {
    width: auto;
    margin: 0;
    display: inline;
  }
  #firstFooter div.row nav.last ul li a {
    margin-left: 3em;
  }
  /*********************
  SLIDESHOWS
  *********************/
  /* ================================================ */
  /* http://responsiveslides.com v1.32 by @viljamis   */
  /* Responsive Slideshow, installed 21/11/2012 Ross. */
  /* ================================================ */
  .rslides .slideshow_caption {
    width: 40%;
    top: 0%;
    right: 5%;
    text-align: left;
  }
  .rslides .slideshow_caption p.h1 {
    font-size: 2em;
  }
  .rslides .slideshow_caption p.h3 {
    display: block;
  }
  .rslides .slideshow_caption p.slideDescription {
    display: none;
  }
  .rslides_tabs li {
    display: inline-block;
  }
  /* SLIDER */
  /*Full width slider */
  ul.responsive3 .slick-list {
    margin: 0 auto;
  }
  ul.responsive3 .slick-list .slick-track .slick-slide {
    position: relative;
  }
  ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .slideDescription {
    display: block;
  }
  ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption p.h1 {
    font-size: 2em;
  }
  .steps {
    margin: 2em 0;
  }
  .steps > div {
    background: #FFF;
    padding: 1.5em;
    min-height: 420px;
    border: 0.5px solid #000;
    margin-bottom: 2em;
  }
  body.Template25 .loanTermCalc {
    width: 48.618784527%;
    margin-top: 0em;
  }
  body.Template25 .loanEstimate {
    margin-top: 0em;
  }
  body.Template25 .hero > div > div, body.Template25 .heroHome > div > div {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /******************************************************************
  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;
    z-index: 999;
  }
  .adminmenu {
    width: 770px;
  }
  .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: 20%;
    text-indent: 5px;
  }
  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;
    z-index: 999;
  }
  body.admcaptcha_edit #leftcol {
    width: 100%;
  }
  body.admcaptcha_edit #leftcol .block, body.admcaptcha_edit #rightcol {
    display: none;
  }
  body.admindex .topMenu .nav > li:nth-child(7), body.admhome .topMenu .nav > li:nth-child(7), body.admindex .topMenu .nav > li:first-child, body.admhome .topMenu .nav > li:first-child {
    display: inline-block;
  }
  body.admindex .header .darkHeader {
    position: relative;
  }
  .header .clearHeader {
    z-index: 9;
  }
  /*********************
  HOME BLOCK LAYOUT
  **********************/
  /* Needed to lay home blocks out in admin interface and overwrite some of the styling*/
  .columnlayout div.admin_content_block, .columnlayout div.admin_content_block div {
    width: 100% !important;
  }
  div.admin_content_block div {
    margin: 0px;
    padding: 0 0 0 0;
    background: #fff;
    border: 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;
  }
  /*********************
  Captcha
  **********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word;
  }
  /***************
  SiteMap Drag and Drop
  ******************/
  #sitemap_header {
    width: 70em;
  }
  #sitemap_header dt {
    width: 66em;
  }
  .sitemap_undo {
    float: right;
  }
  #sitemap, #dragHelper {
    display: block;
    margin: 0;
    list-style: none;
  }
  #dragHelper {
    background: #eee;
  }
  #sitemap ul, #dragHelper ul {
    font-size: 1em;
    list-style: none;
  }
  #sitemap li, #dragHelper li {
    display: block;
    width: 100%;
    display: block;
    clear: both;
  }
  #sitemap dl, #dragHelper div {
    position: relative;
    display: block;
    height: 19px;
    border-top: 1px solid #eee;
    padding-top: 1px;
    background: #fff;
  }
  #sitemap dt, #dragHelper dt {
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1em;
    margin-left: 16px;
    padding: 0 0 0 1px;
  }
  #sitemap dd, #dragHelper dd {
    float: left;
  }
  #sitemap .sm2_actions, #dragHelper .sm2_actions {
    display: none;
    padding: 3px 2px 0 5px;
  }
  #sitemap .sm2_status, #dragHelper .sm2_status {
    position: absolute;
    top: 3px;
    right: 0;
  }
  #sitemap dl:hover dd, #sitemap dd:hover {
    display: block;
  }
  #sitemap dd strong, #dragHelper dd strong {
    display: none;
  }
  #sitemap a, #dragHelper a {
    border: none;
  }
  #sitemap .sm2_expander, #dragHelper .sm2_expander {
    position: absolute;
    left: 0;
    top: 4px;
  }
  #sitemap .sm2_liOpen, #dragHelper .sm2_liOpen {
    background: url(../img/sm2_li.gif) left repeat-y;
  }
  #sitemap .sm2_liOpen > dl > .sm2_expander, #dragHelper .sm2_liOpen > dl > .sm2_expander {
    display: block;
    width: 15px;
    height: 1em;
    background: url(../img/excol_open.gif) 50% 50% no-repeat;
  }
  #sitemap .sm2_liClosed > dl > .sm2_expander, #dragHelper .sm2_liClosed > dl > .sm2_expander {
    display: block;
    width: 15px;
    height: 1em;
    background: url(../img/excol_closed.gif) 50% 50% no-repeat;
  }
  #sitemap .sm2_liClosed ul, #dragHelper .sm2_liClosed ul {
    display: none;
  }
  .sm2_move, .sm2_delete, .sm2_addChild, .sm2_pub, .sm2_workFlow {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    text-indent: -5000px;
    margin: 0 1px 0 0;
    background: url(../img/sm2_move.png) top left no-repeat;
  }
  .sm2_actions * {
    cursor: pointer;
  }
  .sm2_pub, .sm2_workFlow {
    float: right;
    margin: 0 1px 0 0;
  }
  .sm2_move {
    background-image: url(../img/sm2_move.png);
  }
  .sm2_delete {
    background-image: url(../img/sm2_delete.png);
  }
  .sm2_addChild {
    background-image: url(../img/sm2_addChild.png);
  }
  .sm2_pub {
    background-image: url(../img/sm2_unpub.png);
  }
  .sm2_workFlow {
    background-image: none;
  }
  #sortHelper {
    height: 1px !important;
    background: #000;
    margin: 0 !important;
    padding: 0;
    position: relative;
    z-index: 100;
  }
  #sortHelper + li {
    margin-top: 0;
  }
  #dropMenu {
    background: #333;
    color: #eee;
    position: absolute;
    display: none;
    z-index: 1000;
  }
  #dropMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
  }
  #dropMenu li {
    margin: 0;
    padding: 5px 10px;
    width: 100px;
    cursor: pointer;
    font-weight: bold;
  }
  #sitemap .dropzone {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #fff;
  }
  .HideAdminField {
    display: none;
  }
}
/*
TABLET & SMALLER LAPTOPS LANDSCAPE
Tablets in landscape view and upwards, display the desktop menu
*/
@media all and (min-width: 1024px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet Landscape

  Needed to change the menu styling from mobile to desktop

  ******************************************************************/
  .topMenu .nav > li > a i {
    font-size: 1.6em;
  }
}
/*
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 all 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. 

  ******************************************************************/
  h2, .h2 {
    font-size: 2.5em;
  }
  .header #mainMenu {
    display: inline-block;
    position: absolute;
    right: 11rem;
    bottom: 1.6rem;
  }
  .header #accountMenu {
    right: 0%;
  }
  .header #accountMenu a .button {
    top: -0.5em;
    position: relative;
  }
  .header .clearHeader {
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .header .clearHeader .firstheader {
    min-height: 45px;
  }
  .header .clearHeader .row #logo {
    width: 225px;
    height: 60px;
    background-size: 225px 60px;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    margin-top: 2px;
  }
  .header .clearHeader .row #tagline {
    display: block;
    font-size: 1em;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .header .darkHeader {
    top: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .header .darkHeader .firstheader {
    background-color: rgba(199, 36, 41, 0.8);
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .header .darkHeader #mainMenu {
    display: inline-block;
    position: absolute;
    right: 11rem;
    bottom: 1rem;
  }
  .header .darkHeader .row #logo {
    /*background-size: 125px 33px;
    width: 125px;
    height: 33px;*/
    width: 200px;
    height: 53px;
    background-size: 200px 53px;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    margin-top: 2px;
  }
  .header .darkHeader .row #tagline {
    font-size: 0.75em;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  /*.header .darkHeader 	.row .first{
  	 #logo, #tagline{display: inline-block; margin: 0.25em; vertical-align: middle;}
  }*/
  /*********************
  NAVIGATION STYLES
  *********************/
  .mobileOnly, .header .row .wrapCTA {
    display: none;
  }
  .desktopOnly {
    display: inline-block;
  }
  .firstheader {
    display: block;
  }
  #mainMenu {
    background: none;
  }
  .topMenu {
    float: right;
    background: none;
    /*margin-top: 1em;*/
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /* end .nav */
  }
  .topMenu a.toggleMenu {
    display: none;
  }
  .topMenu .nav {
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: relative;
    border: 0;
    width: 100%;
    background-color: transparent;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    /* end .menu ul li */
  }
  .topMenu .nav > li {
    /*float: left;*/
  }
  .topMenu .nav > li:first-child, .topMenu .nav > li:last-child, .topMenu .nav > li:nth-last-child(2) {
    display: none;
  }
  .topMenu .nav > li > a {
    border-bottom: none;
    text-align: center;
    height: 100%;
    padding: 0.5em;
    /* i {
                    display: block;
                    margin: 0 auto;
                    padding-right: 0em;
                    padding-bottom: 0.25em;
    	color:#ff9fa2;
                } */
  }
  .topMenu .nav > li > a.parent:before {
    display: none;
  }
  .topMenu .nav li {
    position: relative;
    /* highlight current page */
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .topMenu .nav li ul,
  .topMenu .nav li ul.sub-menu,
  .topMenu .nav li ul.children {
    position: absolute;
    z-index: 99;
    left: -9999px;
  }
  .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 {
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 210px;
    color: #c72429;
    background-color: #FFF;
    text-transform: none;
    font-weight: normal;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .topMenu .nav li ul li a:hover,
  .topMenu .nav li ul.sub-menu li a:hover,
  .topMenu .nav li ul.children li a:hover {
    color: #FFF;
  }
  .topMenu .nav li ul li:last-child a,
  .topMenu .nav li ul.sub-menu li:last-child a,
  .topMenu .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* 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;
  }
  .Home #content {
    margin-top: 0em;
  }
  /* Testimonials - Home */
  .Home #leftBlocks .block,
  .Landing #leftBlocks .block {
    display: flex;
    width: 70%;
    margin: 0 auto;
  }
  /* End Testimonials*/
  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 img {
    /*height: 420px;*/
    max-width: 300%;
    width: auto;
    position: relative;
    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.slick-active img {
    position: relative;
    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%;
  }
  ul.responsive3 .slick-list .slick-track .slick-slide.slick-active .slideshow_caption .h3 {
    color: #FFF;
  }
  .Home #hero .slideshow_caption .button {
    font-size: 1.2em;
    padding: 0.6em;
  }
  #firstFooter div.row nav.first ul li:first-child {
    font-size: 1em;
    width: auto;
  }
  #firstFooter div.row nav.first ul li a .fa {
    margin-right: 0.3em;
  }
  .rslides .slideshow_caption {
    width: 40%;
    top: 22%;
    right: 5%;
    text-align: left;
  }
  .rslides .slideshow_caption p.h1 {
    font-size: 2em;
  }
  .rslides .slideshow_caption p.h3 {
    display: block;
  }
  .rslides .slideshow_caption p.slideDescription {
    display: block;
  }
  .Home:not(.Template25) #leftcol .columnlayout {
    /*#div352{ul li {width: 20%;}} */
  }
  .Home:not(.Template25) #leftcol .columnlayout > div > div {
    padding: 4em 0;
    width: 80%;
    max-width: 1400px;
  }
  .Home:not(.Template25) #leftcol .columnlayout ul, .Home:not(.Template25) #leftcol .columnlayout ol {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    justify-content: space-around;
    margin: 2em auto;
    /*align-items: baseline;*/
  }
  .Home:not(.Template25) #leftcol .columnlayout ul li, .Home:not(.Template25) #leftcol .columnlayout ol li {
    width: 20%;
    text-align: center;
  }
  .Home:not(.Template25) #leftcol .columnlayout ul li i, .Home:not(.Template25) #leftcol .columnlayout ol li i {
    font-size: 5em;
  }
  .Home #leftcol .columnlayout ul li.wide {
    width: 80% !important;
    text-align: left;
    font-size: 17px;
  }
  .Home #leftcol .columnlayout ul.column {
    flex-direction: column !important;
  }
  .small-row {
    max-width: 1000px;
    margin: 0 auto;
  }
  /**************Sticky form*************/
  #CTA {
    position: fixed;
    display: block;
    bottom: -450px;
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    animation-delay: 0s;
    left: 25%;
    height: 450px;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  #CTA .sixcol {
    padding: 0 1em;
    font-size: 1.2em;
  }
  #CTA span.h2 {
    font-size: 2em;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  #CTA form {
    width: 80%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0;
    padding: 0;
    margin: 0em auto;
  }
  #CTA.expanded {
    height: 550px;
    background: rgb(242.25, 242.25, 242.25);
    left: 25%;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  #CTA.expanded span.h2 {
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  /*********************
  TEMPLATE25 - NEW HOMEPAGE AND INNER PAGE
  *********************/
  body.Template25:not(.Home.Template25) #content #leftcol > div:first-of-type .heading {
    width: 45%;
    text-align: left;
    left: 35%;
  }
  body.Template25 .heroHome {
    min-height: 65vh;
  }
  body.Template25 .columnlayout {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    /*turn off basic li styling*/
  }
  body.Template25 .columnlayout > div, body.Template25 .columnlayout li, body.Template25 .columnlayout article {
    display: flex;
    width: 32%;
  }
  body.Template25 .columnlayout.partner {
    justify-content: center;
    gap: 0.75em;
  }
  body.Template25 .columnlayout.partner > div, body.Template25 .columnlayout.partner li, body.Template25 .columnlayout.partner article {
    display: flex;
    width: 25%;
  }
  body.Template25 .columnlayout.apply {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2em auto;
  }
  body.Template25 .columnlayout.apply::before {
    content: "";
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    height: 1.75em;
    background: #E6D9DA;
    border-radius: 1em;
    transform: translateY(-50%);
    z-index: 0; /* ensures it sits behind everything */
  }
  body.Template25 .columnlayout.apply > div, body.Template25 .columnlayout.apply li,
  body.Template25 .columnlayout.apply article {
    display: flex;
    width: 22%;
  }
  body.Template25 .col-2 > li {
    grid-column: span 1;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media all 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.

  ******************************************************************/
  body.Template25 .row, body.Template25 .row-small {
    padding: 3.5em 0;
  }
  .rslides .slideDescription {
    display: block !important;
  }
  .Landing .block .parallax-window {
    height: 100vh;
  }
  .Landing .block .row {
    position: relative;
    height: 100%;
    max-width: 1600px;
  }
  .Landing .block .row .wrap {
    font-size: 1.4em;
  }
  .Landing .block .row .wrap .button {
    padding: 0.5em 2em;
  }
  .header .clearHeader #logoHelperWrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 35%;
    overflow: hidden;
  }
  .header .clearHeader #logoHelper {
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: -225px;
    /*right: 130px; */
    right: 30%;
    width: 600px;
    height: 600px;
    background: #FFF;
  }
}
@media (min-width: 1240px) and (min-width: 1400px) {
  .header .clearHeader #logoHelper {
    right: 20%;
  }
}
@media all and (min-width: 1240px) {
  .header .clearHeader .row #logo {
    position: relative;
    top: -30px;
    margin: 0 1em;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 251px;
    height: 67px;
    background-size: 251px 67px;
  }
  .header .clearHeader .row #tagline {
    position: relative;
    bottom: 1em;
    /*margin-left: 7em;*/
    text-align: right;
  }
  .topMenu .nav {
    gap: 0.5em;
  }
  .topMenu .nav li a {
    padding: 0.5em 0.85em;
  }
  img.layers {
    top: 3rem;
    position: relative;
  }
  ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption p.h1, #block_16 div div .h2 {
    font-size: 3em;
    font-weight: 700;
  }
}
/*
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.

  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
  /* Logo */
  #logo {
    background-image: url("../images/logo-2x.png");
  }
}
/*
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: #333333 !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: #000 !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 #333333;
  }
  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,
  a#open {
    display: none;
  }
  /* ============================== */
  /* ! Turn ON printable items  */
  /* ============================== */
}
@media print {
  .printable {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */