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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

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

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

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

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin: 0; }

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

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*needed for when using scroll-down easing to anchor point on page*/
.scrollpoint {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden; }

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

/********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
/*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
/*********************
BUTTONS
*********************/
.button, button {
  padding: 0.4em 1.5em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.8;
  border: 1px solid #39b54a;
  background: #39b54a;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 2px; }
  .button:hover, .button:focus, button:hover, button:focus {
    background: #13a89e;
    border-color: #13a89e;
    color: #333333;
    padding: 0.4em 1.5em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.button.primary {
  background: #13355d;
  border-color: #13355d; }
  .button.primary:hover, .button.primary:focus, .button.primary:active {
    background: #0e2744;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.button.secondary, #btnSubmitEventHolderLoginForm, .buttonRow #btnSubmitSignUpButton {
  padding: 0.4em 0.75em;
  background: #13a89e;
  border: 1px solid #13a89e; }
  .button.secondary:hover, .button.secondary:focus, .button.secondary:active, #btnSubmitEventHolderLoginForm:hover, #btnSubmitEventHolderLoginForm:focus, #btnSubmitEventHolderLoginForm:active, .buttonRow #btnSubmitSignUpButton:hover, .buttonRow #btnSubmitSignUpButton:focus, .buttonRow #btnSubmitSignUpButton:active {
    background: #109188;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.button.tertiary {
  background: #13355d;
  border: 2px solid #ffffff; }
  .button.tertiary:hover, .button.tertiary:focus, .button.tertiary:active {
    background: #0f2948;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.slideshow_caption .button, #bottomblocks .button {
  border: 2px solid #ffffff;
  background: transparent; }

.slideshow_caption .button, #bottomblocks .button, .button.primary {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .slideshow_caption .button:before, #bottomblocks .button:before, .button.primary:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
    position: relative;
    float: right;
    margin-right: -2em;
    font-size: large;
    line-height: 1.6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .slideshow_caption .button:hover, .slideshow_caption .button:focus, .slideshow_caption .button:active, #bottomblocks .button:hover, #bottomblocks .button:focus, #bottomblocks .button:active, .button.primary:hover, .button.primary:focus, .button.primary:active {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .slideshow_caption .button:hover:before, .slideshow_caption .button:focus:before, .slideshow_caption .button:active:before, #bottomblocks .button:hover:before, #bottomblocks .button:focus:before, #bottomblocks .button:active:before, .button.primary:hover:before, .button.primary:focus:before, .button.primary:active:before {
      opacity: 1;
      margin-right: -1em; }
  .slideshow_caption .button.bigger:before, #bottomblocks .button.bigger:before, .button.primary.bigger:before {
    line-height: 2.1; }

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

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

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

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

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

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

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

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

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

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

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

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

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

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Gudea", sans-serif;
  font-size: 110%;
  line-height: 1.6;
  color: #333333; }

.fa-phone-square {
  display: block; }

.dontdisplay {
  display: none; }

.clearfix {
  clear: both; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
/*********************
LAYOUT & GRID STYLES
*********************/
.row {
  margin: 0 auto;
  width: 96%;
  padding: 1em 0; }

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

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #13355d;
  /* removing text decoration from all headline links */
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #708238; }
  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 a, .h1 a, h3 a, .h3 a, .siteName a {
  text-decoration: none; }

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

.cursive {
  font-family: "Rancho", cursive; }

h1, .h1, .cursive, .siteName, .siteName span, .siteName strong, thead, body.Home h2 {
  font-weight: 400;
  line-height: 1.4;
  font-family: "Rancho", cursive; }

h3, .h3, h4, .h4, .siteName strong, .topMenu .nav > li > a, thead, #accountMenu .h2 {
  font-weight: 700; }

h1, .h1, h2, .h2, h3, .h3, h5, .h5, h6, .h6, .slideshow_caption .h1, .slideshow_caption .h2 {
  margin: 0.35em 0; }

#accountMenu .h2, #address .h2 {
  margin: 0em 0; }

h3, .h3, h4, .h4, .siteName strong, .topMenu .nav > li > a, thead, .slideHeading {
  text-transform: uppercase; }

h3, .h3, h4, .h4, .siteName strong, .topMenu .nav > li > a, thead {
  letter-spacing: 1.5px; }

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

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

.slideDescription, body.Home .list li, .bigger, .topBlock > div p, .bigger, #rightcol blockquote {
  font-size: 1.2em; }

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

body.Home h3, body.Home .h3 {
  margin-bottom: 1em; }
  body.Home h3:after, body.Home .h3:after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #13a89e;
    display: block;
    margin: 0 auto; }
  body.Home h3.text-center:after, body.Home .h3.text-center:after {
    margin: 0.5em auto; }

h3:after, .h3:after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #13a89e;
  display: block;
  margin: 0; }

h3.text-center:after, .h3.text-center:after {
  margin: 0.5em auto; }

body.Landing #leftcol div h3:after, body.Landing #leftcol div .h3:after {
  margin: 0.5em auto; }

body:not(.Home) #bottomBlocks div h3:after, body:not(.Home) #bottomBlocks div .h3:after {
  margin: 0.5em auto;
  background-color: #ffffff; }

.h3.phone:after {
  display: none; }

smtext, #breadcrumbs, thead, .respond-form label, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 0.90em; }

select, input:not(.button), textarea {
  font-family: "Gudea", sans-serif;
  line-height: 2;
  padding: 0.5em; }

input.button {
  font-family: "Gudea", sans-serif; }

.admEventEdit a {
  font-weight: 600; }

/*************************
Colours
*************************/
.white, body.home .clearHeader #accountMenu,
body.Home .clearHeader, body.Home .clearHeader .menu-btn, body.Home .clearHeader #accountMenu a, body.Home .clearHeader .topMenu .nav > li > a,
.topMenu .nav li li a, .admEventEdit a,
body.Home #hero, .slideshow_caption p.h3, .topBlock > div,
#footer #facebook a, #copyright, #footer, #footer a, .cd-top i, .slideshow_caption a.button, a.button.primary, a.button.secondary, a.button.tertiary, a.button, .button, a.button:hover, a.button.secondary:hover, .slick-slider button:before,
body:not(.Home) #bottomBlocks, #pushMenu h2, .eventHolderloginForm .last h2, #pushMenu .h2, .calendar_tab_item:hover, body:not(.Home) #bottomBlocks .h3, a.button, #pushMenu .nav li a, button, .FilterArea, #eventListFilterArea, #groupListFilterArea, #pushMenu .phone span, a.menu-btn.rotate, #btnSubmitEventHolderLoginForm, .buttonRow #btnSubmitSignUpButton {
  color: #ffffff; }

body.Home .clearHeader #accountMenu a span {
  color: #ffffff !important; }

.darkBlue, .darkHeader #accountMenu, .darkHeader .phone, body.Home #content ul li::before, ul.list li:before, blockquote:before, body.Home .columnlayout h2 a:hover,
.respond-form h2, .fa-li, h2, .h2 {
  color: #13355d; }

.black, .topMenu .nav > li > a {
  color: #333333; }

.lightGreen, #rightcol blockquote, #rightcol blockquote:before, h3, .h3, a h2:hover {
  color: #13a89e; }

/* all placeholders*/
::-webkit-input-placeholder {
  color: #999 !important; }

::-moz-placeholder {
  color: #999 !important; }

::-ms-placeholder {
  color: #999 !important; }

::placeholder {
  color: #999 !important; }

::-webkit-datetime-edit {
  color: #999 !important; }

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

/*********************
SPRITE
*********************/
#logo {
  display: block;
  margin: 0 auto;
  width: 118px;
  height: 65px;
  background: transparent url("../images/logo.svg") no-repeat center top;
  background-size: 118px 65px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.page-banners {
  background-image: url("../images/families.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 50%;
  min-height: 261px; }

/*********************
HEADER STYLES
*********************/
/* STICKY NAV - This is where the header is set to be sticky. 
We can also change colour and size here - effects all take place onScroll (waypoints triggers this) */
.Home .header {
  height: 600px; }
  .Home .header .clearHeader {
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .Home .header .clearHeader .row #logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      background-image: url("../images/logoglow.svg");
      width: 300px;
      height: 250px;
      background-size: 300px 250px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .Home .header .clearHeader .row > *, .Home .header .clearHeader .row #accountMenu {
      position: absolute;
      top: 1.5em; }

.eventHolderShort .eventHolderShortImage {
  max-width: 140px; }

#eventImage, .FindEventsServices .logo img {
  max-width: 350px; }

.Home .topBlocks {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 80%; }
  .Home .topBlocks > div {
    text-align: center; }

#accountMenu p {
  margin: 0;
  display: none;
  font-size: 0.9em; }

/* position header elements as needed */
.header {
  position: relative;
  z-index: 999999999; }
  .header .row {
    min-height: 70px; }
  .header .menu {
    width: 100%; }
  .header .menu-btn, .header #logo, .header #accountMenu {
    position: absolute; }
  .header #accountMenu {
    right: 2%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .header .menu-btn {
    left: 2%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .header #logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    top: 0em; }
  .header #mainMenu {
    display: none; }
  .header .darkHeader {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    z-index: 9999999999999999999; }
    .header .darkHeader #accountMenu p {
      display: none; }

/***********************
HERO 
************************/
body.Home #hero {
  position: relative; }

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: 90%; }

body:not(.Home) #hero .topBlock > div:last-of-type {
  padding: 2em;
  text-align: center; }

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

#mainMenu {
  display: none; }

#pushMenu .phone {
  margin: 0 0.5em; }

.topMenu, #pushMenu {
  /*list-style:none;
	float: right;
	clear: right;*/
  /* end .nav */ }
  .topMenu a.toggleMenu, #pushMenu a.toggleMenu {
    width: 100%;
    padding: 2% 4%;
    text-transform: uppercase;
    margin-bottom: 0; }
    .topMenu a.toggleMenu span, #pushMenu a.toggleMenu span {
      display: block;
      width: auto;
      float: right;
      padding-left: 0.5em; }
  .topMenu .nav, #pushMenu .nav {
    /*margin-top:0;
			position: absolute;
			width: 96%;
			z-index: 99999;*/
    /* end .menu li */ }
    .topMenu .nav li, #pushMenu .nav li {
      position: relative;
      text-align: left;
      /* Sub-menu level 2 */
      /* end level 2	*/
      /* Hover effects */ }
      .topMenu .nav li a, #pushMenu .nav li a {
        display: block;
        text-decoration: none;
        padding: 0.5em 0.5em;
        background: #333333;
        border-bottom: 1px solid rgba(130, 154, 193, 0.21); }
        .topMenu .nav li a:hover, .topMenu .nav li a:focus, #pushMenu .nav li a:hover, #pushMenu .nav li a:focus {
          background: #404040; }
        .topMenu .nav li a.parent:before, #pushMenu .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.hover > a.parent:before, #pushMenu .nav li.hover > a.parent:before {
        content: "\f106"; }
      .topMenu .nav li ul,
      .topMenu .nav li ul.sub-menu,
      .topMenu .nav li ul.children, #pushMenu .nav li ul,
      #pushMenu .nav li ul.sub-menu,
      #pushMenu .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        display: none;
        z-index: 8999; }
        .topMenu .nav li ul li,
        .topMenu .nav li ul.sub-menu li,
        .topMenu .nav li ul.children li, #pushMenu .nav li ul li,
        #pushMenu .nav li ul.sub-menu li,
        #pushMenu .nav li ul.children li {
          /* Sub-sub-menu level 3	*/
          /* end level 3	*/ }
          .topMenu .nav li ul li a,
          .topMenu .nav li ul.sub-menu li a,
          .topMenu .nav li ul.children li a, #pushMenu .nav li ul li a,
          #pushMenu .nav li ul.sub-menu li a,
          #pushMenu .nav li ul.children li a {
            padding-left: 1em;
            background: #4d4d4d;
            border-bottom: 1px solid rgba(130, 154, 193, 0.21); }
            .topMenu .nav li ul li a:hover, .topMenu .nav li ul li a:focus,
            .topMenu .nav li ul.sub-menu li a:hover,
            .topMenu .nav li ul.sub-menu li a:focus,
            .topMenu .nav li ul.children li a:hover,
            .topMenu .nav li ul.children li a:focus, #pushMenu .nav li ul li a:hover, #pushMenu .nav li ul li a:focus,
            #pushMenu .nav li ul.sub-menu li a:hover,
            #pushMenu .nav li ul.sub-menu li a:focus,
            #pushMenu .nav li ul.children li a:hover,
            #pushMenu .nav li ul.children li a:focus {
              background: #595959; }
          .topMenu .nav li ul li ul li,
          .topMenu .nav li ul.sub-menu li ul li,
          .topMenu .nav li ul.children li ul li, #pushMenu .nav li ul li ul li,
          #pushMenu .nav li ul.sub-menu li ul li,
          #pushMenu .nav li ul.children li ul li {
            /* Sub-sub-menu level 4	*/
            /* end level 4	*/ }
            .topMenu .nav li ul li ul li a,
            .topMenu .nav li ul.sub-menu li ul li a,
            .topMenu .nav li ul.children li ul li a, #pushMenu .nav li ul li ul li a,
            #pushMenu .nav li ul.sub-menu li ul li a,
            #pushMenu .nav li ul.children li ul li a {
              padding-left: 1.5em;
              background: #666666; }
              .topMenu .nav li ul li ul li a:hover, .topMenu .nav li ul li ul li a:focus,
              .topMenu .nav li ul.sub-menu li ul li a:hover,
              .topMenu .nav li ul.sub-menu li ul li a:focus,
              .topMenu .nav li ul.children li ul li a:hover,
              .topMenu .nav li ul.children li ul li a:focus, #pushMenu .nav li ul li ul li a:hover, #pushMenu .nav li ul li ul li a:focus,
              #pushMenu .nav li ul.sub-menu li ul li a:hover,
              #pushMenu .nav li ul.sub-menu li ul li a:focus,
              #pushMenu .nav li ul.children li ul li a:hover,
              #pushMenu .nav li ul.children li ul li a:focus {
                background: #737373; }
            .topMenu .nav li ul li ul li ul li a,
            .topMenu .nav li ul.sub-menu li ul li ul li a,
            .topMenu .nav li ul.children li ul li ul li a, #pushMenu .nav li ul li ul li ul li a,
            #pushMenu .nav li ul.sub-menu li ul li ul li a,
            #pushMenu .nav li ul.children li ul li ul li a {
              padding-left: 2em;
              background: gray; }
  .topMenu .nav > li.hover > ul, #pushMenu .nav > li.hover > ul {
    left: 0;
    display: block; }
  .topMenu .nav li li.hover > ul, #pushMenu .nav li li.hover > ul {
    left: 100%;
    top: 0;
    display: block; }

/* end .topMenu */
/*********************
CONTENT STYLES
*********************/
.FilterEvent {
  width: 100%;
  margin: 0.5em 0;
  display: inline-block; }
  .FilterEvent .button {
    margin-top: 1em; }

#eventListFilterArea, #groupListFilterArea, .FilterArea {
  display: block;
  margin: 0 auto;
  /*position: -webkit-sticky;
    position: sticky;
    top: 0px;*/
  text-align: center;
  padding: 1em;
  border-radius: 4px;
  background: #D0ECEB;
  color: #333333;
  margin: 1em auto; }

#groupListFilterArea select#groupTagFilter {
  max-width: 100%; }

#groupListFilterArea option {
  max-width: 100%; }

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

ul.list {
  padding: 0em 0em 1em 0em;
  list-style: none; }
  ul.list li {
    margin-bottom: 0.75em;
    line-height: 1.6;
    position: relative;
    margin-left: 5%; }
    ul.list li:before {
      content: "\f06c";
      font-family: 'Font Awesome 5 Pro';
      display: block;
      position: absolute;
      left: -1.5em;
      font-size: large;
      line-height: 1.6; }

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

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

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

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

#breadcrumbs {
  border-bottom: 1px dotted #e6e6e6;
  background-color: #13a89e;
  background-image: -webkit-gradient(linear, left top, right top, from(#13355d), to(#13a89e));
  background-image: -webkit-linear-gradient(top, #13355d, #13a89e);
  background-image: -moz-linear-gradient(top, #13355d, #13a89e);
  background-image: -o-linear-gradient(top, #13355d, #13a89e);
  background-image: linear-gradient(to right, #13355d, #13a89e);
  color: #ffffff; }
  #breadcrumbs > div div {
    display: inline; }
  #breadcrumbs a {
    color: #ffffff; }

/*********************
HOME STYLES
*********************/
.visionWrap, .approachWrap, .prioritiesWrap, .governancewrap {
  margin: 0em 1em; }

/*********************************
 BLOCKS
*********************************/
.block {
  margin-bottom: 1em; }

.columnlayout, body:not(.Home) .topBlock, body.Landing #leftcol {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 0;
  /*turn off basic li styling*/
  padding: 0 0 0em 0;
  /*li:before {display:none;}
        li {margin-bottom: 0em; padding-left:0em;}*/ }
  .columnlayout > div, .columnlayout > li, .columnlayout article, body:not(.Home) .topBlock > div, body:not(.Home) .topBlock > li, body:not(.Home) .topBlock article, body.Landing #leftcol > div, body.Landing #leftcol > li, body.Landing #leftcol article {
    display: inline-block;
    vertical-align: top;
    flex: 1 1 auto;
    flex-grow: 0;
    width: 100%; }
    .columnlayout > div > div, .columnlayout > li > div, .columnlayout article > div, body:not(.Home) .topBlock > div > div, body:not(.Home) .topBlock > li > div, body:not(.Home) .topBlock article > div, body.Landing #leftcol > div > div, body.Landing #leftcol > li > div, body.Landing #leftcol article > div {
      width: auto; }

/*upcoming events blocks & landing page blocks*/
#wrapNews.columnlayout > article, #wrapNews.columnlayout > div, body.Landing #leftcol > article, body.Landing #leftcol > div {
  text-align: center;
  width: 100%; }

/* RIGHT BLOCKS */
#rightcol {
  /* end .block */ }
  #rightcol .block ol, #rightcol .block ul {
    padding: 0em 0em 1em 0em; }
    #rightcol .block ol li, #rightcol .block ul li {
      list-style: none;
      min-height: 40px;
      line-height: 1.6;
      margin-bottom: 0.25em; }
      #rightcol .block ol li a, #rightcol .block ul li a {
        border: 1px dotted #333333;
        padding: 0.5em;
        display: block;
        text-decoration: none;
        background: #ffffff; }
      #rightcol .block ol li a:hover, #rightcol .block ol li a.activesibling, #rightcol .block ul li a:hover, #rightcol .block ul li a.activesibling {
        background: #f2f2f2;
        color: #13a89e; }
    #rightcol .block ol li a:before, #rightcol .block ul li a:before {
      content: "\f105";
      font-family: 'Font Awesome 5 Pro';
      display: block;
      float: left;
      font-size: large;
      padding-right: 0.5em;
      padding-bottom: 1em;
      line-height: 1.2; }

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

.calendar_event {
  display: inline-block;
  width: 100%; }

/******************************************************************
FORM STYLES
******************************************************************/
/*Gift Voucher Captcha*/
body#body_464 .g-recaptcha > div {
  margin: 0 auto; }

.respond-form {
  margin: 0em 0em;
  padding: 0%;
  min-width: 190px;
  background-color: transparent; }

.respond-form, #address {
  /* not nested as not all forms contain a table */ }
  .respond-form table, #address table {
    width: 100%; }
  .respond-form form, #address form {
    margin: 0 0; }
    .respond-form form li, #address form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small, #address form li label,
      #address form li small {
        display: none; }
    .respond-form form fieldset, #address form fieldset {
      border: 0; }
    .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,
    .respond-form form .admControlDropdownlist, .respond-form form .admControlTextbox, #address form input[type=text],
    #address form input[type=email],
    #address form input[type=url],
    #address form textarea,
    #address form select,
    #address form .admControlDropdownlist, #address form .admControlTextbox {
      padding: 1em;
      background-color: #ffffff;
      border-color: #13355d;
      margin: 0 0 1em 0;
      display: table-cell;
      width: 100%;
      max-width: 100%;
      border: 2px solid #13355d; }
    .respond-form form input[type=checkbox], #address form input[type=checkbox] {
      margin-right: 5px; }
    .respond-form form input[name="180_LeaseEnquiry"], #address form input[name="180_LeaseEnquiry"] {
      margin-bottom: 1em; }
    .respond-form form .required, #address form .required {
      background-position: right top;
      background-repeat: no-repeat; }
    .respond-form form textarea, #address form textarea {
      height: 150px; }
    .respond-form form img, #address form img {
      float: left; }
      .respond-form form img.fullwidth, #address form img.fullwidth {
        max-width: 100%; }

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

body.Landing .respond-form {
  background: transparent; }
  body.Landing .respond-form form input[type=text],
  body.Landing .respond-form form input[type=email],
  body.Landing .respond-form form input[type=url],
  body.Landing .respond-form form textarea,
  body.Landing .respond-form form select {
    background-color: #D0ECEB; }

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

/*********************
RIGHT BLOCKS
*********************/
#rightcol .block .respond-form form, #rightcol .block #newsletter form {
  width: 100%; }

#rightcol .block ol, #rightcol .block ul {
  padding: 0em 0em 1em 0em;
  margin-bottom: 2em; }
  #rightcol .block ol li, #rightcol .block ul li {
    /*border-bottom: 1px dotted lighten($black, 70%);*/
    display: block;
    /*padding: 0.3em 0 0.3em 0em;*/
    line-height: 2; }
    #rightcol .block ol li:before, #rightcol .block ul li:before {
      line-height: 2.5; }
    #rightcol .block ol li a, #rightcol .block ul li a {
      text-decoration: none;
      display: block; }

/**********************
        VIDEO
**********************/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1; }

#imageslider {
  height: 600px;
  position: relative;
  top: -70px;
  z-index: -1;
  overflow: hidden; }
  #imageslider video {
    height: 600px;
    left: -300px;
    position: relative; }
  #imageslider .backupPoster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3; }

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

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

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

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

.confidence {
  padding: 2em 0; }
  .confidence .row > div {
    text-align: center; }

/*********************
FOOTER STYLES
*********************/
body:not(.Home) #bottomBlocks, #cta {
  background: #13355d url("/library/Client/images/fern.png") no-repeat right bottom; }

#footer {
  background-color: #13a89e;
  background-image: -webkit-gradient(linear, left top, right top, from(#13355d), to(#13a89e));
  background-image: -webkit-linear-gradient(top, #13355d, #13a89e);
  background-image: -moz-linear-gradient(top, #13355d, #13a89e);
  background-image: -o-linear-gradient(top, #13355d, #13a89e);
  background-image: linear-gradient(to right, #13355d, #13a89e);
  /*text-align: center;*/ }
  #footer > div i {
    padding-right: 0.25em; }
  #footer > div #copyright .first a {
    display: block; }
  #footer > div nav ul li {
    border-bottom: 1px dotted #D0ECEB; }
    #footer > div nav ul li a {
      display: block;
      line-height: 2; }
  #footer > div #privacy {
    text-align: center; }
    #footer > div #privacy a {
      padding: 0 0.5em; }
      #footer > div #privacy a:first-child {
        border-right: 1px solid #D0ECEB; }

/* ================================================ */
/* SLIDESHOWS */
/* ================================================ */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    /*padding: 2%;*/
    background: #ffffff; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }

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

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

/* 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: 99; }
    .slick-slider button:before {
      content: "\f104";
      font-family: 'Font Awesome 5 Pro';
      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: 55%;
  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: #ffffff; }

/*Full width slider with captions */
ul.responsive3 {
  margin-bottom: 0; }
  ul.responsive3 .slick-list .slick-track .slick-slide {
    height: 420px;
    height: 85vh; }
    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.35); }
    ul.responsive3 .slick-list .slick-track .slick-slide img {
      /*height: 420px;*/
      max-width: none;
      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 p:last-of-type {
      margin-bottom: 0.5em; }
    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: 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 .slideshow_caption {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  ul.responsive3 .slick-list .slick-track .slideshow_caption.activate {
    background: rgba(0, 0, 0, 0.35);
    opacity: 1;
    visibility: visible;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

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

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

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

#cboxLoadedContent {
  margin-top: 28px; }

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

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

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

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

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

/* ============================= */
/*       GROUP DETAILS       */
/* ============================= */
body.groupdetails .admFormSection {
  background: #eaeaea;
  padding: 1em; }

body.groupdetails .admFormShort {
  width: 100%; }
  body.groupdetails .admFormShort input {
    width: 100%; }
  body.groupdetails .admFormShort .admFormLong {
    width: 100%; }
    body.groupdetails .admFormShort .admFormLong select#groupTags {
      width: 100%; }

/* ============================= */
/*       EVENT MANAGEMENT        */
/* ============================= */
.admEventPageButton {
  background-color: #f0f0f0;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 6px 10px; }

.admEventPageButton:hover {
  background-color: #fafafa; }

.admEventPageDeleteButton {
  background-color: darksalmon;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 6px 10px; }

.admEventPageBlueButton {
  background-color: #13355d;
  color: white;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 6px 10px; }

.admEventPageDeleteButton:hover {
  background-color: lightsalmon; }

.admEventSaveCancel {
  text-align: center;
  float: left;
  width: 100%;
  padding: 20px 10%;
  clear: both;
  background-color: #eaeaea; }

.admEventSaveCancelSection {
  text-align: center;
  float: left;
  width: 100%; }

.admEventDetailsScreen, .admEventSeriesScreen, .admEventHolderDetails {
  float: left;
  width: 100%;
  padding: 0px 10%;
  margin-bottom: 40px; }

#lblAlertMessage {
  padding: 15px;
  width: 100%;
  display: block;
  background-color: #75cdc8;
  margin-bottom: 15px; }

.admControlDropdownlist, .admControlTextbox {
  padding: 1em;
  border: 2px solid #13355d;
  margin: 0 0 1em 0; }

.admControlIconImg {
  max-width: 200px;
  max-height: 160px;
  margin-bottom: 20px; }

.admEventListingEventImage img, #admEventPrimaryImage {
  max-width: 100%;
  max-height: 150px; }

.eventPrimaryImage {
  max-width: 250px; }

.admEventFilters {
  text-align: center;
  float: left;
  width: 100%;
  padding: 20px 10%;
  clear: both;
  background-color: #eaeaea; }

.admEventFilterLong {
  text-align: center;
  float: left;
  width: 28%; }

.admEventFilterShort {
  text-align: center;
  float: left;
  width: 18%; }

/* ============================= */
/* MANAGE EVENT HOLDERS manageeventholders.aspx      */
/* ============================= */
.manageeventholders {
  border-bottom: 1px dotted; }

.inactive {
  background-color: #f443368c;
  color: #ffffff; }
  .inactive:before {
    font-weight: 700;
    content: "\f057  In-active";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: x-large;
    color: darkred; }

.eventholdercontainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-content: center; }

.eventHolderShort, .memberAreaLink {
  display: inline-block;
  border: #13a89e 1px solid;
  border-radius: 4px;
  padding: 10px;
  margin: 15px;
  width: 230px;
  text-align: center;
  align-content: center;
  box-shadow: 2px 2px 3px 0px #13a89e;
  transition: transform 0.5s ease-in-out; }

.filterTags {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  justify-content: center;
  flex-direction: column; }
  .filterTags label {
    cursor: pointer;
    margin: 0.5em;
    border: 1px solid #333333;
    border-radius: 0.5em; }

.bannerHeading {
  padding: 1.5em 0;
  color: #13355d;
  margin: 0; }

.banner {
  background: #ececec; }

.resourceItem {
  display: block;
  width: 100%;
  height: 50px;
  border: #13a89e 1px solid;
  border-radius: 4px;
  margin: 5px; }

.resourceItemExtension {
  display: inline-block;
  min-width: 60px;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #13a89e; }

.resourceItemName {
  display: inline-block;
  padding: 10px; }

.resourceItemDownload {
  display: inline-block;
  padding: 10px;
  float: right;
  background-color: #13a89e;
  color: white; }

.admEventListings, .admEventHolderListing {
  float: left;
  width: 100%;
  clear: both;
  padding: 2% 2%;
  font-size: 0.8em; }

.admEventEdit.button.secondary {
  max-height: 40px; }

.admEventListing, .admEventHolderListing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px; }

.editheader {
  display: none; }

.admEventListing:nth-child(even) {
  background-color: #f0f0f0; }

.admEventListingDateAdded, .admEventHolderListingDateAdded, .admEventHolderEdit, .admEventEdit, .admEventHolderListingLogo, .admEventHolderListingName, .admEventListingDate, #admEventEdit, .admEventListingCategory, .admEventListingName, .admEventListingGroup, .admEventListingEventImage, .rptColumn {
  display: block;
  width: 40%;
  flex: 1 1 auto;
  margin: 0.5em; }

.admEventHolderListing {
  float: left;
  width: 100%;
  clear: both;
  padding: 20px 10%; }

.admEventHolders {
  float: left;
  width: 100%;
  clear: both;
  padding: 20px;
  display: inline-flex;
  text-align: center; }

.admEventHolderListingLogo, .admEventHolderListingDateAdded, .admEventHolderListingName, .admEventHolderEdit {
  float: left;
  width: 20%;
  margin: auto; }

.admEventListingCategory img {
  max-width: 40px;
  max-height: 40px; }

.admInlineControl {
  width: auto; }

.admImgPreview {
  border: black 1px solid; }

#imgEventHolderLogo {
  max-height: 100px;
  float: left; }

.admFormSection {
  clear: both;
  margin: 20px 0px 40px 0px;
  float: left;
  width: 100%; }

.admFormHeading {
  clear: both;
  margin: 10px 0px 10px 0px;
  float: left;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  background-color: #13355d;
  color: white; }

.admFormShort {
  display: inline-block;
  padding: 15px 5px; }
  .admFormShort input:not(#fileLogo), .admFormShort select {
    border: 2px solid #13a89e; }

.ManageTagArea {
  max-width: 1600px;
  margin: 0 auto; }

.admTagFormSection select, .admTagFormSection input#txtNewTagName {
  width: 100%;
  border: 2px solid #13a89e;
  margin: 0.5em 0 0.5em 0; }

.admTagFormSection option {
  padding: 0.5em 0 0.5em 0;
  border-bottom: 1px dotted #333; }

/* ============================= */
/* MANAGE NOTICES admin managenotices.aspx      */
/* ============================= */
.admmanageNotices .admFormHeading {
  background: #eaeaea; }

.admmanageNotices .notice {
  padding-bottom: 1em;
  border-bottom: 1px dotted #333; }

/* ============================= */
/* MANAGE RESOURCES admin manageresources.aspx      */
/* ============================= */
.manageResources .sixcol cf first {
  background: #eaeaea; }

.admFormLong {
  display: block;
  padding: 15px 5px; }

.admFormColumn {
  display: inline-block; }

.admImageInformation {
  font-size: small;
  padding: 15px;
  display: inline-block; }

#txtEventShortDescription {
  width: 100%;
  height: 150px;
  resize: none; }

/*/*.eventFormShort, .eventFormLong, .eventFormFull, .admFormShort {
    float: left;
    min-height: 80px;
    padding: 0px 3%;
}

.eventFormMini {
    width: 33%;
}

.eventFormShort {
    width: 33%;a
}

.eventFormLong {
    width: 67%;


.eventFormFull {
    width: 100%;
}*/
/*.eventFormShort input, .eventFormLong input, .eventFormFull input, .eventFormShort select, .eventFormLong select, .eventFormFull select {
    width: 100%;
}

.eventFormFull textarea {
    width: 100%;
    margin-bottom: 30px;
}

.eventFormShort select, .eventFormLong select {
    padding: 8px;
}*/
/* Label Filter Tags */
.lblFilterTag input[type="radio"] {
  display: none; }

.lblFilterTag {
  display: inline-block;
  padding: 10px 15px;
  background-color: #13355d;
  color: white;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer; }

.lblFilterTag.selected {
  background-color: #0d2539; }

.lblFilterTag:hover {
  background-color: #0d2539; }

.disabledTextbox {
  background-color: #ddd !important;
  border: 1px solid #bbb !important; }

.HeroButton {
  background-color: lightgreen;
  border: 1px solid green;
  border-radius: 5px;
  height: 28px; }

.tagCloudItem {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  white-space: nowrap;
  float: left;
  margin: 10px; }

.tagCloudItem a {
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px; }

.tagCloudLabel {
  margin: 0px 10px;
  float: left;
  color: #008dc2; }

.tagCloudDelete {
  margin: 2px 10px 0px 10px;
  float: left;
  background-color: #008dc2;
  padding: 0px 6px;
  border-radius: 2px; }

/* ============================= */
/* MANAGEYOUR DETAILS manageyourdetails.aspx      */
/* ============================= */
.manageyourdetails .admFormShort {
  width: 100%;
  font-weight: 600; }
  .manageyourdetails .admFormShort input:not(#chkIsActive) {
    width: 100%; }

.manageyourdetails .admFormLong {
  width: 100%; }
  .manageyourdetails .admFormLong select {
    width: 80%; }

.manageyourdetails .admFormLong select {
  border: 2px solid #13a89e;
  width: 100%; }
  .manageyourdetails .admFormLong select option {
    padding: 0.5em 0 0.5em 0;
    border-bottom: 1px dotted #333; }

/* Public Noticeboard */
.adminmenucontainer.notice {
  border-bottom: 1px dotted #333;
  margin: 1em; }

#noticeList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.noticeBoardItem {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  flex: 1 1 auto;
  flex-grow: 0;
  border: 1px solid #00a69c;
  border-radius: 2px;
  margin: 1em;
  padding: 1em; }

.notice_date {
  font-style: italic;
  font-size: smaller; }

#publicAddNotice, #internalNoticeboard {
  display: block;
  padding: 15px;
  border-radius: 4px;
  margin: 0;
  text-align: center; }
  #publicAddNotice h2, #internalNoticeboard h2 {
    margin-top: 0; }

#publicAddNoticeTitle, #txtPublicNoticeContentBox {
  width: 100%;
  text-align: left; }

#publicAddNoticeTitle input {
  width: 50%; }

#txtPublicNoticeEmail {
  width: 50%; }

#txtPublicNoticeContent {
  width: 100%;
  height: 250px;
  resize: none;
  overflow-y: scroll;
  border: 2px solid #13a89e; }

#publicAddNoticeContentColumn {
  display: inline-block;
  vertical-align: top; }

#publicNoticeSubmitLink {
  margin-top: 15px; }

#publicNoticeDisclaimer {
  font-size: smaller; }

/***************************
PUBLIC EVENT LISTING LAYOUT
****************************/
/* This is the styling for the public view of the Event listings, pulled in from event_short.html*/
/*Custom Widths*/
.FindEventsServices {
  /* Styling for the break line in-between events */
  /* Styling for the event Date */ }
  .FindEventsServices .eventShort a.button {
    margin: 2em 0; }
  .FindEventsServices .eventBreak {
    width: 100%; }
    .FindEventsServices .eventBreak hr {
      color: #b3b3b3;
      width: 100%;
      margin: 1.5em 0; }

/*********************
EVENT HOLDER SIGN IN
**********************/
.eventHolderloginForm .first {
  background: #e6e6e6;
  padding: 2em;
  min-height: 375px; }

.eventHolderloginForm .last {
  background-image: linear-gradient(to right, #13355d, #13a89e);
  margin-left: 0;
  width: 100%;
  padding: 2em;
  color: #ffffff;
  min-height: 375px; }

/*********************
Event Full Listing / event_full.html
**********************/
#eventDetails .row {
  padding: 0.5em 0; }

/*********************
Form 
**********************/
.eventHolderloginForm .inputRow, #eventHolderRegistrationForm .inputRow, #publicAddNotice .inputRow, #txtPublicNoticeContent .inputRow {
  width: 100%;
  display: inline-block; }

.eventHolderloginForm input, #eventHolderRegistrationForm input, #publicAddNotice input, #txtPublicNoticeContent input {
  width: 100%;
  border: 2px solid #13a89e; }

.eventHolderloginForm #btnSubmitEventHolderLoginForm, #eventHolderRegistrationForm #btnSubmitEventHolderLoginForm, #publicAddNotice #btnSubmitEventHolderLoginForm, #txtPublicNoticeContent #btnSubmitEventHolderLoginForm {
  margin: 2em 0 0; }

.eventHolderloginForm .buttonRow, #eventHolderRegistrationForm .buttonRow, #publicAddNotice .buttonRow, #txtPublicNoticeContent .buttonRow {
  width: 25%; }

#admContainer {
  width: 75%;
  margin: 0px auto; }

#internalAddNotice input, #internalAddNotice textarea, #internalAddNotice select {
  width: 100%;
  border: 2px solid #13a89e;
  box-shadow: 0px 0px 10px 2px rgba(19, 57, 95, 0.31);
  padding: 0.5em;
  line-height: 2; }

#seriesDeleteDialog {
  background: lightgoldenrodyellow;
  border: 1px black solid;
  margin: 15px;
  padding: 15px; }

#resource_add_section {
  margin: 15px; }

#resource_list_section {
  margin: 15px; }

#resource_list > div:nth-of-type(even) {
  background: #CCC; }

.admin_resource_item {
  padding: 5px; }

.admin_resource_item_ext {
  display: inline-block; }

.admin_resource_item_name {
  display: inline-block; }

.admin_resource_item_dl {
  display: inline-block; }

.admin_resource_item_del {
  display: inline-block; }

/* Calendar Page */
.calendar_tab_item {
  list-style: none;
  margin: 5px;
  cursor: pointer;
  width: 40%;
  border: 1px solid #333;
  display: inline-block;
  padding: 0.5em; }
  .calendar_tab_item:hover {
    background-color: #13355d; }

#tab_list {
  padding: 0px;
  display: inline-block;
  width: 100%; }

#calendar_event_list {
  display: inline-block;
  vertical-align: top; }

#event_calendar .eightcol {
  background: #eaeaea;
  padding: 1em; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/ }

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

Stylesheet: Grid Stylesheet

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

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

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

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

******************************************************************/
  .onecol {
    width: 5.801104972%; }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }
  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }
  .first {
    margin-left: 0; }
  .last {
    float: right; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
*****************************************************************/
  .slideshow_caption p.h1, .heading h1 {
    font-size: 2em; }
  blockquote .h2, body.Home #topblocks h2 {
    font-size: 1.6em; }
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    max-width: 1600px; }
  header .row {
    max-width: 1600px; }
  /*********************
HEADER STYLES
*********************/
  .Home .header {
    height: 80vh;
    overflow: hidden; }
  /***********************
HERO - INNER PAGES
************************/
  body:not(.Home) #Hero .topBlock h1, body:not(.Home) #Hero .topBlock .h1 {
    padding: .5em 1em;
    width: auto;
    bottom: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  /*********************
NAVIGATION STYLES
*********************/
  .menuWrap {
    width: 95%; }
  .topMenu {
    text-align: right; }
    .topMenu a.toggleMenu {
      margin-top: 0.75em;
      padding: 2% 4%; }
  /*********************
CONTENT STYLES
*********************/
  /* content area all inner pages */
  blockquote:before {
    /*margin-bottom:5em;*/
    float: left;
    font-size: 2em; }
  /*********************
HOME STYLES
*********************/
  body.Home #content #leftcol > div > div > div.last img body.Landing #content #leftcol > div {
    padding: 4em 0; }
  /*********************
ADMIN EVENT LIST EDITOR
**********************/
  .admEventListingDateAdded, .admEventHolderListingDateAdded, .admEventHolderEdit, .admEventEdit, .admEventHolderListingLogo, .admEventHolderListingName, .admEventListingDate, #admEventEdit, .admEventListingCategory, .admEventListingName, .admEventListingGroup, .admEventListingEventImage, .rptColumn {
    width: 6%; }
  .editheader > div {
    display: inline; }
  /*********************
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%; }
  .visionWrap, .approachWrap, .prioritiesWrap {
    /*min-height: 250px;*/
    min-width: 100%;
    position: relative;
    margin: 1em;
    /*&:before{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: $white;
        opacity: 0.3;
        z-index: 0;
    }*/ }
    .visionWrap h2, .approachWrap h2, .prioritiesWrap h2 {
      font-size: 3em;
      color: #13355d;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      padding: 0.5em; }
    .visionWrap p, .visionWrap ul, .approachWrap p, .approachWrap ul, .prioritiesWrap p, .prioritiesWrap ul {
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.85);
      display: block;
      padding: 1em;
      margin: 0em;
      width: 100%; }
    .visionWrap ul, .approachWrap ul, .prioritiesWrap ul {
      padding-left: 2em; }
  .governancewrap h2 {
    font-size: 3em;
    color: #13355d;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding: 0.5em; }
  .calendar_event {
    display: inline-block;
    width: 50%; }
  .visionWrap, .approachWrap, .prioritiesWrap, .governancewrap {
    margin: 0; }
  .FilterEvent {
    width: auto; }
  /*********************
EVENT HOLDER SIGN IN
**********************/
  .eventHolderloginForm .last {
    width: 51.35%; }
  /*********************
GALLERY
*********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%; }
  /*********************
VIDEOS
*********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px; }
  /*************************
THIS IS FOR THE PARALLAX SCROLL
*************************/
  #trusticons .parallax-window {
    position: relative;
    padding: 5em 0;
    height: 500px;
    text-align: center;
    margin-top: 0; }
  /**********************
        VIDEO
**********************/
  #imageslider {
    height: 80vh;
    position: relative;
    top: -70px;
    z-index: -1; }
    #imageslider video {
      min-height: 80vh;
      height: auto;
      left: 0;
      position: relative;
      min-width: 100%; }
    #imageslider .backupPoster img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -3; }
  /*********************
FOOTER STYLES
*********************/
  #confidence {
    background: black; }
  #address form {
    margin: 0 0; }
  #footer > div {
    text-align: left; }
    #footer > div #copyright .first a {
      display: inline; }
    #footer > div #privacy {
      text-align: right; }
    #footer > div #facebook {
      text-align: center; }
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /*SLIDER*/
  /* Bug fix for flashing on Slick slideshow */
  /*Full width slider with captions */
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    /*height: 520px;*/ }
  .eventholdercontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .filterTags label {
    padding: 0.5em; }
  .filterTags {
    flex-direction: row; }
  .eventHolderShort, .memberAreaLink {
    width: 210px; }
  /*Fix to prevent last slide flashing*/
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-perspective: 1000px; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Admin Tablet & Small Desktop Stylesheet

Here's where I've put the Admin stuff cause I'm not sure what to do with it just yet.
Keeping it clean and seperate from the new stuff.

******************************************************************/
  /* ============================= */
  /* ! Admin MENU   */
  /* ============================= */
  .adminmenucontainer {
    width: 100%;
    background-color: #eeeeee; }
  .adminmenu {
    width: 100%; }
  .adminmenurow {
    text-align: center;
    height: 24px; }
  .adminrootheading {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    font-weight: bold;
    font-size: 13px; }
  .adminrootitem {
    text-align: center;
    background-color: #eeeeee;
    color: #000000;
    text-decoration: none;
    width: 14.28%;
    text-indent: 30px; }
  a.adminrootmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px; }
  .adminsubmenu {
    line-height: 14px;
    width: 180px;
    display: none;
    position: absolute;
    background-color: #eeeeee;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    z-index: 1000; }
  .adminmenuitem {
    height: 24px;
    padding: 3px; }
  a.adminmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    text-indent: 10px; }
  body.admcaptcha_edit #leftcol {
    width: 100%; }
  body.admcaptcha_edit #leftcol .block, body.admcaptcha_edit #rightcol {
    display: none; }
  body.admhome #topblocks {
    display: none; }
  /* ============================= */
  /* ! MAIN MENU   */
  /* ============================= */
  body.admindex .header div.menu, body.admhome .header div.menu, body.admnewsection .header div.menu {
    position: relative !important; }
  body.admindex .header, body.admhome .header, body.admnewsection .header {
    z-index: 777 !important; }
  body.admindex .header #logo, body.admhome .header #logo, body.admnewsection .header #logo {
    position: relative;
    float: left !important; }
  body.admindex,
  body.admhome,
  body.admnewsection {
    /* end .topmenu */ }
    body.admindex #imageslider,
    body.admhome #imageslider,
    body.admnewsection #imageslider {
      display: none; }
    body.admindex .header, body.admindex .header .parallax-window, body.admindex .header .topBlock,
    body.admhome .header,
    body.admhome .header .parallax-window,
    body.admhome .header .topBlock,
    body.admnewsection .header,
    body.admnewsection .header .parallax-window,
    body.admnewsection .header .topBlock {
      height: auto;
      overflow: visible; }
    body.admindex .topMenu .nav > li,
    body.admhome .topMenu .nav > li,
    body.admnewsection .topMenu .nav > li {
      padding: 0 0.5em;
      /*turn some of the main nav items ON for admin*/ }
      body.admindex .topMenu .nav > li > a,
      body.admhome .topMenu .nav > li > a,
      body.admnewsection .topMenu .nav > li > a {
        font-size: 1em; }
      body.admindex .topMenu .nav > li:first-child, body.admindex .topMenu .nav > li:nth-child(5), body.admindex .topMenu .nav > li:nth-child(6), body.admindex .topMenu .nav > li:nth-child(7),
      body.admhome .topMenu .nav > li:first-child,
      body.admhome .topMenu .nav > li:nth-child(5),
      body.admhome .topMenu .nav > li:nth-child(6),
      body.admhome .topMenu .nav > li:nth-child(7),
      body.admnewsection .topMenu .nav > li:first-child,
      body.admnewsection .topMenu .nav > li:nth-child(5),
      body.admnewsection .topMenu .nav > li:nth-child(6),
      body.admnewsection .topMenu .nav > li:nth-child(7) {
        display: inline-block; }
      body.admindex .topMenu .nav > li:first-child > a,
      body.admhome .topMenu .nav > li:first-child > a,
      body.admnewsection .topMenu .nav > li:first-child > a {
        display: inline-block; }
  /*********************
HOME BLOCK LAYOUT
**********************/
  /* Needed to lay home blocks out in admin interface and overwrite some of the styling*/
  .columnlayout div.admin_content_block, div.admin_content_block > div {
    width: 96% !important;
    margin: 0 auto; }
  div.admin_content_block div {
    margin: 0px auto;
    padding: 0 0 0 0;
    background: #fff;
    border: none; }
  body.admindex .columnlayout > div {
    width: 100%; }
  body.admhome #imageslider, body.admhome #hero, body.admhome #bottomblocks {
    display: none; }
  /* ============================= */
  /* ! Admin CKEDITOR  */
  /* ============================= */
  .cke_button__kook_templates, .cke_button__kook_forms, .cke_button__kook_slideshows, .cke_button__kook_embed, .cke_button__kook_products, .cke_button__kook_templates_label, .cke_button__kook_forms_label, .cke_button__kook_slideshows_label, .cke_button__kook_embed_label, .cke_button__kook_products_label {
    display: inline !important; }
  .cke_button__kook_templates_icon, .cke_button__kook_forms_icon, .cke_button__kook_slideshows_icon, .cke_button__kook_embed_icon, .cke_button__kook_products_icon {
    display: none !important; }
  .cke_editable {
    line-height: normal !important; }
  body.cke_editable {
    background-color: #ffffff;
    line-height: normal !important; }
  /*********************
Captcha
**********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word; }
  /* ============================= */
  /* ! Admin DRAG DROP SITEMAP  */
  /* ============================= */
  #sitemap {
    width: 90%; }
    #sitemap ul, #sitemap ol {
      list-style: none; }
      #sitemap ul li > div, #sitemap ol li > div {
        background-color: #f2f2f2;
        border: 1px solid #e6e6e6;
        padding: 0.5em;
        margin-bottom: 0.5em;
        position: relative;
        cursor: move; }
      #sitemap ul li.dragging:hover > div, #sitemap ol li.dragging:hover > div {
        background-color: #cccccc;
        border: 1px solid #bfbfbf; }
      #sitemap ul li.active:hover, #sitemap ol li.active:hover {
        background-color: #ffffff;
        border: 1px dashed #13355d; }
  #sitemap .placeholder {
    outline: 1px dashed #4183C4;
    /*-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: -1px;*/ }
  .notification {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
    background: #e9ffd9 url("/images/success.png") no-repeat 10px 50%;
    border: 1px solid #a6ca8a; }
  #sitemap .dropzone {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #fff; }
  .HideAdminField {
    display: none; }
  /*********************
ORDER MANAGEMENT SCREEN
**********************/
  .admordermanagement2 a, .admabandonedcarts a {
    text-decoration: none; }
  .admordermanagement2 .header, .admabandonedcarts .header {
    box-shadow: none;
    z-index: 0; }
  .admordermanagement2 #content #leftcol, .admabandonedcarts #content #leftcol {
    width: 100%; }
  .admordermanagement2 table td, .admabandonedcarts table td {
    font-size: 0.9em; }
  .admordermanagement2 a, .admabandonedcarts a {
    text-decoration: underline; }
  .admordermanagement2 #content #leftcol i, .admabandonedcarts #content #leftcol i {
    font-size: 1.6em; }
  .admordermanagement2 a i.fa-trash-o, .admabandonedcarts a i.fa-trash-o {
    color: red; }
  .admordermanagement2 a i.fa-trash-o:hover, .admabandonedcarts a i.fa-trash-o:hover {
    color: black; }
  .admordermanagement2 h2:after, .admabandonedcarts h2:after {
    display: none; }
  .admordermanagement2 img, .admabandonedcarts img {
    margin: 0.2em; }
  .admordermanagement2 h3, .admabandonedcarts h3 {
    font-size: 1em !important; }
  .admordermanagement2 .grid, .admabandonedcarts .grid {
    border: solid 2px #333333;
    font-family: "Gudea", sans-serif;
    font-weight: 300;
    font-size: 12px;
    width: 100%; }
  .admordermanagement2 .grid h2, .admabandonedcarts .grid h2 {
    background: #333333;
    border-bottom: solid 1px #57566f;
    height: 28px;
    line-height: 28px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #fff !important;
    font-size: 13px; }
  .admordermanagement2 .grid TABLE, .admabandonedcarts .grid TABLE {
    width: 100%; }
  .admordermanagement2 .grid .orders .group:nth-child(odd), .admabandonedcarts .grid .orders .group:nth-child(odd) {
    background: #f2f2f2; }
  .admordermanagement2 .grid .orders .head TH, .admabandonedcarts .grid .orders .head TH {
    background: #e6e6e6;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: #333333;
    text-align: left;
    font-size: 13px; }
  .admordermanagement2 .grid .orders .head TH.first, .admabandonedcarts .grid .orders .head TH.first {
    /* get rid of the first slash */
    background: #cccccc;
    width: 20px; }
  .admordermanagement2 .grid .orders .group th a, .admabandonedcarts .grid .orders .group th a {
    font-weight: normal;
    font-size: 0.9em; }
  .admordermanagement2 .head td, .admabandonedcarts .head td {
    background: #cccccc;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: #666666;
    font-size: 13px;
    text-align: left; }
  .admordermanagement2 .grid .orders .group TH, .admabandonedcarts .grid .orders .group TH {
    padding: 10px 0px 2px 0px;
    color: #666666;
    text-align: left; }
  .admordermanagement2 .grid .orders .group TH.first, .admabandonedcarts .grid .orders .group TH.first {
    text-align: center;
    border-bottom: none; }
  .admordermanagement2 .grid .orders .item TD, .admabandonedcarts .grid .orders .item TD {
    padding: 3px 0px 3px 6px;
    border-bottom: solid 1px #13355d;
    color: #222222; }
  .admordermanagement2 .grid #tblpager, .admabandonedcarts .grid #tblpager {
    background: #cccccc; }
  .admordermanagement2 .grid #tblpager .pager TD, .admabandonedcarts .grid #tblpager .pager TD {
    height: 40px; }
  .admordermanagement2 .grid #tblpager .pager .commands, .admabandonedcarts .grid #tblpager .pager .commands {
    height: 40px;
    padding: 4px 0px 0px 25px; }
  .admordermanagement2 .grid #tblpager .pager .info, .admabandonedcarts .grid #tblpager .pager .info {
    padding: 4px 25px 0px 0px;
    text-align: right; }
  .admordermanagement2 .hidden, .admabandonedcarts .hidden {
    display: none;
    visibility: hidden; }
  .admordermanagement2 .paid, .admabandonedcarts .paid {
    color: Green; }
  .admordermanagement2 .unpaid, .admabandonedcarts .unpaid {
    color: Red; }
  .admordermanagement2 .filter, .admabandonedcarts .filter {
    font-family: "Gudea", sans-serif;
    font-size: 12px;
    padding: 0px 0px 15px 0px; }
  .admordermanagement2 .filter .info, .admabandonedcarts .filter .info {
    padding: 4px 25px 0px 0px;
    text-align: right;
    float: right;
    width: 150px; }
  .admordermanagement2 #content #lv_pager_ctl00_btnReset, .admabandonedcarts #content #lv_pager_ctl00_btnReset {
    display: none !important; }
  .admordermanagement2 #content #lv_pager_ctl00_btnProcess, .admabandonedcarts #content #lv_pager_ctl00_btnProcess {
    display: inline-block !important; }
  .admordermanagement2 #content.processedOrders #lv_pager_ctl00_btnReset, .admabandonedcarts #content.processedOrders #lv_pager_ctl00_btnReset {
    display: inline-block !important; }
  .admordermanagement2 #content.processedOrders #lv_pager_ctl00_btnProcess, .admabandonedcarts #content.processedOrders #lv_pager_ctl00_btnProcess {
    display: none !important; }
  #tvProductAttributes table tbody tr td:first-child, #tvProductOccasions table tbody tr td:first-child, #divOtherCategories table tbody tr td:first-child, #caterories_tvCategories table tbody tr td:first-child {
    width: 5%; }
  #tvProductAttributes table tbody tr td, #tvProductOccasions table tbody tr td, #divOtherCategories table tbody tr td, #caterories_tvCategories table tbody tr td {
    width: 95%; }
  #tvProductAttributes div table tbody tr td:first-child, #tvProductOccasions div table tbody tr td:first-child, #divOtherCategories div table tbody tr td:first-child, #caterories_tvCategories div table tbody tr td:first-child {
    width: 5%; }
  #tvProductAttributes div table tbody tr td:last-child, #tvProductOccasions div table tbody tr td:last-child, #divOtherCategories div table tbody tr td:last-child, #caterories_tvCategories div table tbody tr td:last-child {
    width: 90%; }
  #tvProductAttributes div table tbody tr td, #tvProductOccasions div table tbody tr td, #divOtherCategories div table tbody tr td, #caterories_tvCategories div table tbody tr td {
    width: 5%; }
  .admordermanagement2 #block_34, .admabandonedcarts #block_34 {
    display: none; } }

/*
TABLET ONLY (PORTRAIT) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet (Portrait) 

******************************************************************/ }

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

/*
TABLET & SMALLER LAPTOPS LANDSCAPE
Tablets in landscape view and upwards, display the desktop menu
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet Landscape

Needed to change the menu styling from mobile to desktop

******************************************************************/
  .fa-phone-square {
    display: none; }
  .dontdisplay {
    display: inline-block; }
  h1, .h1 {
    font-size: 2.5em; }
  .Home .topBlocks .h1 {
    font-size: 3em; }
  h2, .h2, .bigger, .topBlock > div p {
    font-size: 1.4em; }
  .header #accountMenu p {
    display: inline-block; }
  /*************************
Colours
*************************/
  .white, #breadcrumbs a, #breadcrumbs {
    color: #ffffff; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    padding: 2em 0; }
  /* Reduce padding on some rows*/
  #breadcrumbs {
    /*background: $color-primary;*/
    background-color: #13a89e;
    background-image: -webkit-gradient(linear, left top, right top, from(#13355d), to(#13a89e));
    background-image: -webkit-linear-gradient(top, #13355d, #13a89e);
    background-image: -moz-linear-gradient(top, #13355d, #13a89e);
    background-image: -o-linear-gradient(top, #13355d, #13a89e);
    background-image: linear-gradient(to right, #13355d, #13a89e); }
    #breadcrumbs .row {
      padding: 1em 0; }
  /* Restrict width on some rows and content areas that behave like rows*/
  #bottomBlocks .block, body.Landing #content .row, body.Accommodation #content .row, body.Gallery #content .row {
    max-width: 1200px; }
  /*********************
SPRITE
*********************/
  .header #logo {
    width: 250px;
    height: 150px;
    background-size: 250px 150px; }
  /*********************
HEADER STYLES
*********************/
  .Home .header .clearHeader {
    background: transparent;
    position: absolute; }
    .Home .header .clearHeader .row > *, .Home .header .clearHeader .row #accountMenu {
      position: relative;
      right: 0;
      text-align: right; }
    .Home .header .clearHeader .row #logo {
      margin: 0;
      left: 0;
      top: 0;
      transform: none;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .header .clearHeader .row {
    min-height: 150px; }
  .header .clearHeader #logo {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header .darkHeader .row {
    min-height: 100px; }
  .header .darkHeader #logo {
    width: 164px;
    height: 100px;
    background-size: 164px 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header .row {
    position: relative; }
  .header #logo, .header #accountMenu {
    transform: none; }
  .header #logo {
    left: 0%; }
  .header #accountMenu {
    position: relative;
    text-align: right;
    margin: 0.5em; }
    .header #accountMenu .button {
      margin-left: 0.5em; }
  .header #mainMenu {
    display: block;
    width: 80%;
    margin-left: auto;
    /*position: absolute;
            right: 0%;
            bottom:0%;*/ }
  /**************************
HERO - Home
***************************/
  body:not(.Home) #hero .topBlock > div:last-of-type {
    padding: 2em 3.5em; }
  .Home .topBlocks {
    width: 60%; }
    .Home .topBlocks .h1 {
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  /*********************
NAVIGATION STYLES
*********************/
  /*#touchMenu*/
  .menu-btn {
    display: none; }
  /*.menuWrap {
	width: 74.30939226%;
}*/
  #mainMenu {
    /*padding: 1em 0 0.5em 0;*/ }
  .topMenu {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    float: right;
    clear: none;
    /* end .nav */ }
    .topMenu a.toggleMenu {
      display: none; }
    .topMenu .nav {
      position: relative;
      width: auto;
      border: 0;
      font-size: 0.8em;
      /* end .menu ul li */ }
      .topMenu .nav > li {
        display: inline-block;
        padding: 0 0.6em;
        /*Prominent contact link*/
        /*&:last-child {
                > a {
                    background: $color-secondary;
                    @include border-radius($small-border-radius);
                    padding: 0.5em 1em;
                    @include transition(all 0.5s ease-in-out);

                    &:hover, &:focus, &:active, &.activerootmenulink {
                        background: darken($color-secondary, 15%);
                        @include transition(all 0.5s ease-in-out);
                        color: $white;
                    }
                }
            }*/
        /*turn some of the main nav items OFF for public*/
        /*&:first-child > a{
				display:none;
			}
			
			&:nth-child(6) {
				display:none;
			}
			&:nth-child(7) {
				display:none;
			}
			*/ }
        .topMenu .nav > li > a:hover, .topMenu .nav > li > a:focus {
          background: transparent; }
        .topMenu .nav > li > a.parent:after {
          content: "\f107";
          font-family: 'Font Awesome 5 Pro';
          display: block;
          float: right;
          font-size: large;
          padding-left: 0.3em;
          line-height: 1.5; }
        .topMenu .nav > li:first-child {
          display: none; }
      .topMenu .nav li {
        position: relative;
        /* highlight current page */
        /*
			plan your menus and drop-downs wisely.
			*/
        /* showing sub-menus */ }
        .topMenu .nav li a {
          padding: 0.5em 0em;
          background: none;
          border-bottom: none; }
          .topMenu .nav li a.parent:before {
            display: none; }
        .topMenu .nav li a.activerootmenulink {
          color: #13355d; }
        .topMenu .nav li ul,
        .topMenu .nav li ul.sub-menu,
        .topMenu .nav li ul.children {
          position: absolute;
          z-index: 9999;
          left: -9999px;
          border-top: 2px solid #13355d; }
          .topMenu .nav li ul li,
          .topMenu .nav li ul.sub-menu li,
          .topMenu .nav li ul.children li {
            /*
					if you need to go deeper, go nuts
					just remember deeper menus suck
					for usability.
					*/ }
            .topMenu .nav li ul li a,
            .topMenu .nav li ul.sub-menu li a,
            .topMenu .nav li ul.children li a {
              padding: 0.5em 0.5em;
              display: block;
              width: 200px;
              border-top: none;
              border-radius: 0;
              margin-right: 0; }
              .topMenu .nav li ul li a:hover, .topMenu .nav li ul li a:focus,
              .topMenu .nav li ul.sub-menu li a:hover,
              .topMenu .nav li ul.sub-menu li a:focus,
              .topMenu .nav li ul.children li a:hover,
              .topMenu .nav li ul.children li a:focus {
                border-top: none; }
            .topMenu .nav li ul li ul,
            .topMenu .nav li ul.sub-menu li ul,
            .topMenu .nav li ul.children li ul {
              border-top: none; }
  /* end .topMenu */
  .nav > li.hover > ul {
    left: 0; }
  .nav li li ul {
    left: -9999px;
    z-index: 99;
    position: absolute; }
  .nav li li.hover ul {
    left: 100%;
    top: 0;
    z-index: 99;
    position: absolute; }
  /* active state on home - not sure where else to put this for now*/
  /*********************
CONTENT STYLES
*********************/
  .list li {
    display: inline-block;
    vertical-align: top;
    width: 44%; }
  .Home #leftcol > div:first-child > div {
    display: flex; }
  .visionWrap, .approachWrap, .prioritiesWrap {
    /*min-height: 250px;*/
    min-width: 100%;
    position: relative;
    margin: 1em;
    /*&:before{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: $white;
        opacity: 0.3;
        z-index: 0;
    }*/ }
    .visionWrap h2, .approachWrap h2, .prioritiesWrap h2 {
      font-size: 3em;
      color: #ffffff;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      padding: 0.5em; }
    .visionWrap p, .visionWrap ul, .approachWrap p, .approachWrap ul, .prioritiesWrap p, .prioritiesWrap ul {
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.85);
      display: block;
      padding: 1em;
      margin: 0em;
      width: 100%; }
    .visionWrap ul, .approachWrap ul, .prioritiesWrap ul {
      padding-left: 2em; }
  .Home #leftcol > div:first-child > div .sixcol.last p {
    position: absolute;
    bottom: 0; }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout > div, .columnlayout li {
    width: 50%; }
  /*Top blocks inner pages*/
  body:not(.Home) .topBlock {
    max-height: 445px;
    overflow: hidden; }
    body:not(.Home) .topBlock > div {
      width: 50%;
      align-self: center;
      overflow: hidden; }
      body:not(.Home) .topBlock > div img {
        min-height: 100%;
        width: auto; }
  /* Landing page blocks */
  body.Landing #leftcol > div:first-of-type {
    width: 100%; }
  body.Landing #leftcol > div > div {
    text-align: center; }
  body.Landing #leftcol > div > div li {
    text-align: left; }
  /*Bottom Blocks*/
  #bottomBlocks .block {
    margin-bottom: 2em;
    margin: 0 auto; }
  /*layout needed for list items */
  /*#bottomBlocks #block_26 {

        ul {
           
            li {
                display:inline-block;
                width: 48%;
                margin-bottom: 0.5em;

            }
        }

    }*/
  /*spacing needed for upcoming events blocks & landing page blocks*/
  #wrapNews.columnlayout, body.Landing #leftcol {
    justify-content: space-between; }
    #wrapNews.columnlayout > article, #wrapNews.columnlayout > div, body.Landing #leftcol > article, body.Landing #leftcol > div {
      width: 46%; }
  /*********************
PUBLIC EVENT LISTING LAYOUT
**********************/
  .FindEvents .eventShort .twocol {
    width: 35%; }
  .FindEvents .eventShort .tencol {
    width: 59%; }
  .FindEvents .eventBreak {
    margin: 2em 0; }
  /*********************
FULL EVENT event_full.html

.eventDetails {


}**********************/
  /*********************
EVENT HOLDER SIGN IN
**********************/
  .eventHolderloginForm .first {
    min-height: 325px; }
  .eventHolderloginForm .last {
    min-height: 325px; }
  /*********************
Form 
**********************/
  .eventHolderloginForm .inputRow {
    width: 49%;
    display: inline-block; }
  #eventHolderRegistrationForm input {
    width: 100%;
    border: 2px solid #13a89e; }
  #eventHolderRegistrationForm .row {
    padding: 1em 0; }
  /*********************
Event holders noticeboard /SearchProviders/EventHoldersNoticeboard-459/
**********************/
  #internalAddNotice .row {
    text-align: left; }
    #internalAddNotice .row select {
      width: 100%; }
  #internalNoticeboard h2 {
    text-align: left; }
  .noticeBoardItem {
    width: 29.33%; }
  /*********************
Edit event listing - manage events
**********************/
  .admEventListings {
    font-size: 1em; }
  .admEventEdit {
    width: 2%; }
  /************************
    VIDEO
************************/
  #imageslider {
    top: 0; }
  /*Full width slider */
  body.Home #hero {
    overflow: hidden; }
  ul.responsive3 {
    max-height: none; }
    ul.responsive3 .slick-list .slick-track .slick-slide {
      /*height:500px;*/ }
      ul.responsive3 .slick-list .slick-track .slick-slide:before {
        background-color: rgba(0, 0, 0, 0.25); }
      ul.responsive3 .slick-list .slick-track .slick-slide img {
        /*height: 420px;*/ }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
        margin: 0 auto;
        padding: 2em;
        max-width: 60%; }
  .slick-slider .slick-active img {
    margin-left: 0; }
  .slick-prev, .slick-next {
    top: 60%; }
  .slick-next {
    right: 50px; }
  .slick-prev {
    left: 50px; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-perspective: 1000px; }
  /*************************
STICKY BACK TO TOP
*************************/
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; }
  .visionWrap {
    background: url("../images/desktop-lady-playing-with-her-child.jpg") no-repeat bottom left;
    min-height: 380px; }
  .approachWrap {
    background: url("../images/desktop-happy-family-with-father.jpg") no-repeat center;
    min-height: 300px; }
  .prioritiesWrap {
    background: url("../images/desktop-boy-staring.jpg") no-repeat center;
    min-height: 400px; }
  .Home #leftcol > div:first-child > div .sixcol.last {
    /*background: url('../images/desktop-superkid.jpg') no-repeat bottom;
    background-size: cover;*/
    margin-top: 1em;
    margin-bottom: 1em;
    background: url("/userfiles/Images/child-protection-week-entry-image.jpg") no-repeat center center;
    min-height: 300px; }
    .Home #leftcol > div:first-child > div .sixcol.last > div > a:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%; }
    .Home #leftcol > div:first-child > div .sixcol.last h2 {
      font-size: 3em;
      color: #ffffff;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      margin: 1em; }
    .Home #leftcol > div:first-child > div .sixcol.last p {
      bottom: 0;
      background: rgba(255, 255, 255, 0.9);
      display: block;
      padding: 1em;
      margin: 0em; }
  .mobileOnly {
    display: none; }
  .eventHolderShort, .memberAreaLink {
    width: 230px; } }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/ }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/ }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0.5em 0; }
  .Home .topBlocks .h1 {
    font-size: 4.5em; }
  .slideshow_caption .h1, .slideshow_caption .h2 {
    margin: 0.25em 0; }
  .slideHeading {
    font-size: 2.4em; }
  .slideDescription {
    font-size: 3em; }
  .topMenu .nav > li > a, h3, .h3 {
    font-size: 1em; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    padding: 2.5em 0; }
  /*********************
HEADER STYLES
*********************/
  .header #logo {
    left: 2%; }
  .header #accountMenu {
    right: 0%; }
  .header #mainMenu {
    bottom: 7%; }
  /**************************
HERO - Home
***************************/
  body:not(.Home) #hero .topBlock > div:last-of-type {
    padding: 2em 5em; }
  /*********************
NAVIGATION STYLES
*********************/
  .topMenu .nav {
    font-size: 1em; }
    .topMenu .nav > li {
      padding: 0 1em; }
  /*********************
CONTENT STYLES
*********************/
  body.Home #content #leftcol > div > div div {
    /* padding: 2em;*/
    line-height: 1.8; }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout {
    /*Top row needs border adding seperatley to prevent double borders*/ }
    .columnlayout > div, .columnlayout li {
      width: 25%; }
    .columnlayout > div:nth-child(4), .columnlayout li:nth-child(4) {
      /*border-top: 1px solid darken($white, 25%);*/ }
  #bottomBlocks .block {
    margin-bottom: 3em; }
  /*Full width slider */
  ul.responsive3 .slick-list .slick-track .slick-slide {
    /*height:auto;*/ }
    ul.responsive3 .slick-list .slick-track .slick-slide img {
      /*max-width: 100%;
					width: 100%;
					height: auto;
					max-height: none;*/ } }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/ }

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  /*
UNIVERSAL STYLING
Apply the universal selector (*) to remove background colors and shadowing and reset the default font color to black. 
Saves ink and expedites the printing process, it is important to consider how logos and branding elements will appear in grayscale.
*/
  * {
    background: transparent !important;
    color: #666666 !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: #333333 !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 #666666; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  body, article, section {
    width: 100% !important;
    margin: 0;
    padding: 0; }
  #leftcol {
    min-width: 786px !important; }
  @page {
    margin: 0.5cm;
    size: A3; }
  /* ============================== */
  /* ! Turn OFF none-printable items  */
  /* ============================== */
  .hide,
  #hero,
  #rightcol,
  nav,
  .parallax-slider,
  #userblocks,
  .CaseStudy,
  #imageslider,
  #breadcrumbs {
    display: none; }
  /* ============================== */
  /* ! Turn ON printable items  */
  /* ============================== */ }

@media print {
  .printable {
    display: block; } }

@media print {
  body.Home .header, body.Home .header .parallax-window, body.Home .header .topBlock, body.CoffeeSolutions .header, body.CoffeeSolutions .header .parallax-window, body.CoffeeSolutions .header .topBlock {
    height: 20vh; } }

/*# sourceMappingURL=style.css.map */
