@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/
*********************/
/* light blue */
/* dark blue */
/* dgrey */
/* grey */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('/library/fonts/font-name.eot');
    	src: url('/library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('/library/fonts/font-name.woff') format('woff'),
             url('/library/fonts/font-name.ttf') format('truetype'),
             url('/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include box-sizing(border-box); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*********************
Radial Gradient
*********************/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/*********************
BUTTONS
*********************/
.button {
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  border: 2px solid #06a6c6;
  border-radius: 5px 0 5px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .button:after {
    content: '\f105';
    font-family: FontAwesome;
    color: inherit;
    padding-left: 0.2em; }
  .button:hover, .button:focus {
    color: #fff;
    background: #06a6c6;
    opacity: 1;
    text-decoration: none;
    border: 2px solid #06a6c6;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .button:active {
    background: #06a6c6;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.herobtn.button {
  padding: 0.5em 1em;
  background-color: #06a6c6;
  border: 2px solid #06a6c6; }
  .herobtn.button:focus, .herobtn.button:hover {
    background-color: #0d3447;
    /* darken($color-primary, 15%); */
    border: 2px solid #04687c;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .herobtn.button:active {
    background-color: #023e4a;
    border: 2px solid #023e4a;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

form .button {
  background: white;
  color: #06a6c6; }

/*********************
FONT AWESOME
*********************/
/***************************
IMG HOVER ZOOM
***************************/
/*
USAGE: @include transform(scale3d());
*/
.imgwrap {
  position: relative;
  text-align: center;
  margin: 0;
  overflow: hidden; }
  .imgwrap img {
    vertical-align: middle;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
    .imgwrap img:hover {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }

/****************************
ANIMATIONS
********************************/
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1); }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
/* this section calls the shrinkGrow animation we defined above */
body.loaded .aniPulse {
  /* shorthand */
  -webkit-animation: 2s ease-out 0s 1 pulse;
  animation: 2s ease-out 0s 1 pulse;
  /* long version */
  /*-webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;*/ }

/*
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: "Montserrat", sans-serif;
  font-size: 100%;
  line-height: 1.8;
  color: #222222; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
/*********************
LAYOUT & GRID STYLES
*********************/
.row, #leftcol > div > div {
  width: 90%;
  margin: 0 auto;
  overflow: visible; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #06a6c6;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #cacaca; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3 {
  font-family: "Merriweather", serif;
  font-weight: 900;
  /*text-rendering: optimizelegibility;*/
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  font-weight: 700; }

.herotext h1 {
  margin-bottom: 0em;
  font-size: 2em; }

h2, .h2 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  margin-top: 0em; }

.herotext h2 {
  font-size: 1.5em;
  text-transform: capitalize; }

h3, .h3 {
  font-size: 1.17em;
  line-height: 1.4em;
  margin-top: 0.75em;
  margin-bottom: 0.375em;
  font-weight: 700;
  overflow: hidden; }

h4, .h4, .GetInTouch {
  font-size: 1.2em;
  margin-top: 0.25em;
  margin-bottom: 0.25em; }

h5, .h5, .nav ul a, #rightcol h3 {
  font-size: 1em; }

h5, .h5 {
  text-transform: uppercase;
  margin: 0.5em 0; }

h5 + p, .h5 + p, h6 + p, .h6 + p {
  margin-top: 0em; }

h6, .h6, #breadcrumbs {
  font-size: 0.8em; }

.topMenu .nav li a {
  font-family: "Montserrat", sans-serif; }

.aboutuswrap a {
  font-size: 1.5em; }

/*************************
Colours
*************************/
.white, .header .last, .header blockquote, .herotext h1, #scrolldown i, .heroh2 h2, .heroh2 i, .topMenu nav ul.submenu li a, #firstFooter, #firstFooter a, #secondFooter, #secondFooter a, .topMenu .nav li a, a#newsbutton:hover, a.caption, a.caption:hover, .aboutuswrap a, h3#homeherobuttons, h3#homeherobuttons a, .header .nav ul li ul li a:hover, #slidercontainer h2, a.herobtn.button, .heading p.h1 {
  color: #fff; }
  .white a, .header .last a, .header blockquote a, .herotext h1 a, #scrolldown i a, .heroh2 h2 a, .heroh2 i a, .topMenu nav ul.submenu li a a, #firstFooter a, #firstFooter a a, #secondFooter a, #secondFooter a a, .topMenu .nav li a a, a#newsbutton:hover a, a.caption a, a.caption:hover a, .aboutuswrap a a, h3#homeherobuttons a, h3#homeherobuttons a a, .header .nav ul li ul li a:hover a, #slidercontainer h2 a, a.herobtn.button a, .heading p.h1 a {
    text-decoration: none; }

.lblue, .header .last a, .heroh2alt, .newstitle {
  color: #06a6c6; }

.dblue, h2, .h2, .phone a:hover, .solutions:hover a {
  color: #0d3447; }

.dgrey, #credit a, h3#homeherobuttons a:hover {
  color: #222222; }

.lgrey, #firstFooter a:hover, #secondFooter a:hover, #credit a:hover, #rightcol h3 {
  color: #cacaca; }

.black {
  color: #222222; }

/*************************
Turn off printable items
*************************/
.printable {
  display: none; }

/*********************
SPRITE
*********************/
/*.sprite {
	background: url('../images/sprite-master.png') no-repeat top left; 
	display:block;
}*/
#logo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/logo.png"); }

/*********************
HEADER STYLES
*********************/
body.Home .header {
  position: relative;
  width: 100%; }

#slidercontainer {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 400px;
  width: 100%;
  top: 0px;
  line-height: 0; }

#slideroverlay, .tboverlay {
  background: rgba(0, 0, 0, 0.4);
  /*@include css-gradient($color-primary, transparent);*/
  /*@include radial-gradient($black, #000);*/
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#scrolldown i {
  font-size: 3em;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: none; }
  #scrolldown i:hover {
    text-shadow: 2px 2px 2px 2px #06a6c6; }

.header #logo {
  display: block;
  width: 300px;
  height: 73px;
  margin: 0 auto;
  background-size: 300px 73px;
  position: relative;
  top: 0;
  z-index: 9999; }
.header .menu {
  padding: 0 0;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 10px;
  z-index: 900;
  min-height: 140px;
  background: rgba(255, 255, 255, 0.85); }
  .header .menu .first {
    position: absolute; }
  .header .menu .last {
    width: 100%;
    text-align: center;
    margin-top: 0.8em;
    z-index: 9999; }

.herotext {
  width: 100%;
  top: 20%;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  padding: 0.5em;
  margin: 1.5em auto;
  line-height: 1.5;
  -webkit-animation-delay: 1s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1s;
  animation-duration: 1.5s; }
  .herotext h1, .herotext h2 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
  .herotext h1 {
    text-transform: none;
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.5s;
    animation-duration: 1.5s; }
  .herotext h2 {
    -webkit-animation-delay: 2s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
    animation-duration: 1.5s; }
  .herotext h3#homeherobuttons {
    display: none;
    -webkit-animation-delay: 3.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 3.5s;
    animation-duration: 1.5s; }

body.Home #leftcol .block {
  text-align: center; }

#block_29 {
  border-bottom: solid 1px white;
  padding-bottom: 1em; }
  #block_29 .first {
    margin-top: 2em;
    text-align: left; }

.header .parallax-window {
  height: 320px;
  padding: 0em 0em; }

.heading {
  padding: 0.5em;
  text-align: center;
  top: 68%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 50%;
  max-width: 96%; }
  .heading h1 {
    margin-top: 0; }

body:not(.Home) #imageslider {
  max-height: 350px;
  position: relative;
  overflow: hidden; }
  body:not(.Home) #imageslider .block p img {
    min-width: 100%;
    height: 350px;
    min-height: 0;
    max-width: none;
    width: auto !important;
    overflow: hidden;
    position: relative;
    right: 0; }

/*********************
NAVIGATION STYLES
*********************/
#login {
  display: none; }

#mainMenu {
  text-align: right; }

.topMenu {
  float: right;
  clear: right;
  /* end .nav */ }
  .topMenu a.toggleMenu {
    /* width: 100% */
    margin: 1em 0 0 0;
    text-transform: uppercase;
    color: #06a6c6;
    position: absolute;
    right: 1em;
    bottom: 1em; }
    .topMenu a.toggleMenu span {
      display: block;
      width: auto;
      float: right;
      padding-left: 1em; }
  .topMenu .nav {
    margin-top: 2em;
    width: 100%;
    z-index: 99999;
    position: absolute;
    left: 0px;
    /* end .menu li */ }
    .topMenu .nav li {
      position: relative;
      text-align: left;
      /* Sub-menu level 2 */
      /* end level 2	*/
      /* Hover effects */ }
      .topMenu .nav li a {
        display: block;
        text-decoration: none;
        padding: 5px;
        background: #06a6c6;
        border-bottom: 1px dotted #a2a2a2;
        /*
        remember this is for mobile ONLY, so there's no need
        to even declare hover styles here. We want to
        keep this file as small as possible!
        */ }
        .topMenu .nav li a.parent:before {
          content: "\f107";
          font-family: FontAwesome;
          display: block;
          float: right;
          font-size: large;
          padding-right: 0.5em;
          line-height: 1.2; }
      .topMenu .nav li.hover > a.parent:before {
        content: "\f106"; }
      .topMenu .nav li ul,
      .topMenu .nav li ul.sub-menu,
      .topMenu .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        display: none;
        z-index: 8999; }
        .topMenu .nav li ul li,
        .topMenu .nav li ul.sub-menu li,
        .topMenu .nav li ul.children li {
          /* Sub-sub-menu level 3	*/
          /* end level 3	*/ }
          .topMenu .nav li ul li a,
          .topMenu .nav li ul.sub-menu li a,
          .topMenu .nav li ul.children li a {
            padding-left: 20px;
            background: #08d0f8;
            border-bottom: 1px dotted #a2a2a2; }
          .topMenu .nav li ul li ul li,
          .topMenu .nav li ul.sub-menu li ul li,
          .topMenu .nav li ul.children li ul li {
            /* Sub-sub-menu level 4	*/
            /* end level 4	*/ }
            .topMenu .nav li ul li ul li a,
            .topMenu .nav li ul.sub-menu li ul li a,
            .topMenu .nav li ul.children li ul li a {
              padding-left: 40px;
              background: #555555;
              border-bottom: 1px dotted #626262; }
            .topMenu .nav li ul li ul li ul li a,
            .topMenu .nav li ul.sub-menu li ul li ul li a,
            .topMenu .nav li ul.children li ul li ul li a {
              padding-left: 40px;
              background: #626262;
              border-bottom: 1px dotted #6f6f6f; }

/* end .topMenu */
.nav > li.hover > ul {
  left: 0;
  display: block; }

.nav li li.hover > ul {
  left: 100%;
  top: 0;
  display: block; }

/*.nav > li.hover > ul , .nav li li.hover ul { position: static; }*/
/*********************
CONTENT STYLES
*********************/
.scrollPoint, .scrollpoint {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

#breadcrumbs {
  padding: 1em 0; }
  #breadcrumbs div {
    display: inline; }

.solutions {
  position: relative;
  background: #fff;
  padding: 1em;
  margin-bottom: 1em; }
  .solutions img {
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-filter: grayscale(90%);
    /* Safari */
    filter: grayscale(90%); }
  .solutions h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.5em;
    font-size: 1.4em; }
    .solutions h2 a {
      -webkit-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      -transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
  .solutions:hover img {
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    /* Safari */
    filter: grayscale(0%);
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .solutions:hover h2 {
    cursor: pointer; }
    .solutions:hover h2 a {
      -webkit-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      -transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }

#content {
  background: #fafafa; }
  #content #leftcol {
    padding-top: 1em; }
    #content #leftcol img {
      max-width: 100%; }
    #content #leftcol > div > div {
      text-align: center;
      padding: 4em 0; }
    #content #leftcol > div:nth-child(odd) {
      background: #fafafa; }
      #content #leftcol > div:nth-child(odd):before {
        content: "\f0d7";
        font-family: FontAwesome;
        text-align: center;
        display: block;
        line-height: 0.2em;
        font-size: 6em;
        color: #f0f0f0; }
    #content #leftcol > div:nth-child(even) {
      background: #f0f0f0; }
      #content #leftcol > div:nth-child(even):before {
        content: "\f0d7";
        font-family: FontAwesome;
        text-align: center;
        display: block;
        line-height: 0.2em;
        font-size: 6em;
        color: #fafafa; }
    #content #leftcol > div:first-child:before, #content #leftcol > div:last-child:before {
      content: none; }

a#newsbutton {
  float: right; }

.parallax-window {
  height: 350px;
  position: relative;
  overflow: hidden; }
  .parallax-window .heading {
    top: 40%;
    width: 90%; }
  .parallax-window p {
    margin: 0; }

#body_449 .sixcol {
  text-align: left; }
  #body_449 .sixcol ul {
    list-style-type: none;
    text-align: left; }

/*********************
BLOCK LAYOUT
**********************/
.columnlayout {
  text-align: center; }
  .columnlayout div {
    background: white;
    /*border: 1px solid lighten($color-quaternary, 50%);*/
    text-align: center;
    /*margin-left:5%; */
    /*margin-right:5%;*/
    /*padding-top:1.5em;*/
    padding-bottom: 1em;
    margin-bottom: 1em; }
    .columnlayout div p {
      margin-top: 0; }
    .columnlayout div h3 a {
      color: #cacaca; }
    .columnlayout div a img {
      border-bottom: 1px solid #fff;
      /*cursor:url('../images/mag.png'), pointer;*/ }

blockquote:before {
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 2rem; }
blockquote em {
  display: block;
  text-align: right; }

/******************************************************************
FORM STYLES
******************************************************************/
body.Contact .respond-form, body.Contact .subscribe {
  text-align: left; }
  body.Contact .respond-form input#Security_Code, body.Contact .subscribe input#Security_Code {
    margin: 0 0; }
    body.Contact .respond-form input#Security_Code form img, body.Contact .subscribe input#Security_Code form img {
      margin: 0 0;
      float: left; }

.respond-form, .subscribe {
  /* 	margin: 1em auto;
  	padding: 5%;
  	width: 90%;
  	border: 1px solid $color-secondary;
  	border-radius: 5px 0 5px 0;
  	background-color: lighten($color-secondary, 40%); */
  margin: 0em 0em;
  padding: 3%;
  min-width: 190px;
  /* not nested as not all forms contain a table */ }
  .respond-form table, .subscribe table {
    width: 100%; }
  .respond-form a, .subscribe a {
    color: #fff; }
  .respond-form form, .subscribe form {
    margin: 0 0;
    /*color: $white;*/ }
    .respond-form form .button, .subscribe form .button {
      margin: 1em 0; }
    .respond-form form li, .subscribe form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label, .subscribe form li label,
      .respond-form form li small,
      .subscribe form li small {
        display: none; }
    .respond-form form input[type=text], .subscribe form input[type=text],
    .respond-form form input[type=email],
    .subscribe form input[type=email],
    .respond-form form input[type=url],
    .subscribe form input[type=url],
    .respond-form form textarea,
    .subscribe form textarea {
      padding: 1em;
      background-color: #fff;
      line-height: 1.5em;
      margin: 0 0 0.5em 0;
      display: table-cell;
      width: 98%;
      color: #06a6c6;
      border: 1px solid #cacaca;
      border-radius: 5px 0 5px 0;
      /* form validation - comment out as editor doesn't support some of the html5 validation techniques */
      /* &:invalid {
      	outline: none;
      	border-color: #fbc2c4;
      	background-color: #f6e7eb;
      	-webkit-box-shadow: none;
      	   -moz-box-shadow: none;
      	    -ms-box-shadow: none;
      			box-shadow: none;
      }*/ }
      .respond-form form input[type=text]:focus, .subscribe form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .subscribe form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .subscribe form input[type=url]:focus,
      .respond-form form textarea:focus,
      .subscribe form textarea:focus {
        /*background-color: #fff;*/ }
    .respond-form form ::-webkit-input-placeholder, .subscribe form ::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #06a6c6; }
    .respond-form form :-moz-placeholder, .subscribe form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #06a6c6;
      opacity: 1; }
    .respond-form form ::-moz-placeholder, .subscribe form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #06a6c6;
      opacity: 1; }
    .respond-form form :-ms-input-placeholder, .subscribe form :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #06a6c6; }
    .respond-form form .required, .subscribe form .required {
      background-image: url("../images/contact-corner.png");
      background-position: right top;
      background-repeat: no-repeat; }
    .respond-form form textarea, .subscribe form textarea {
      height: 150px;
      width: 99%; }
    .respond-form form input#Security_Code, .subscribe form input#Security_Code {
      width: 25%;
      min-width: 150px;
      margin: 0 auto; }
    .respond-form form img, .subscribe form img {
      margin: 0 auto;
      float: none; }
      .respond-form form img.fullwidth, .subscribe form img.fullwidth {
        max-width: 100%; }
    .respond-form form input.formbutton.button, .subscribe form input.formbutton.button {
      font-size: 1.2rem;
      padding: 0.8em 1em; }

.subscribe {
  background: transparent;
  border: 0px;
  text-align: center;
  padding: 0;
  margin: 2em auto; }
  .subscribe form input[type=text], .subscribe form input[type=email], .subscribe form input[type=url], .subscribe form textarea {
    width: 100%;
    color: #cacaca; }
  .subscribe form .button {
    width: 60%; }

/*********************
LEFT COLUMN
*********************/
#leftcol {
  padding-bottom: 0em; }
  #leftcol #div307 div {
    text-align: center; }

/*********************
RIGHT BLOCKS
*********************/
#rightcol {
  margin-top: 1.8em;
  /* end .block */ }
  #rightcol h3 {
    font-weight: 500;
    padding: 0% 6%; }
    #rightcol h3:after {
      content: '';
      display: inline-block;
      height: 2px;
      width: 100%;
      background: #222222;
      margin-top: -1px;
      vertical-align: middle;
      margin-left: 4%;
      margin-right: -100%; }
    #rightcol h3:before {
      margin-left: -100%;
      margin-right: 4%;
      content: '';
      display: inline-block;
      height: 2px;
      width: 100%;
      background: #222222;
      margin-top: -1px;
      vertical-align: middle; }
  #rightcol .block {
    margin-bottom: 1em; }
    #rightcol .block h4 {
      text-align: center;
      color: #fff; }
    #rightcol .block h5 {
      border-top: 1px solid #d5d5d5;
      text-align: center;
      margin-bottom: 0em; }
      #rightcol .block h5 span {
        text-align: center;
        position: relative;
        top: -15px;
        background-color: #fff;
        padding: 0px 5px; }
    #rightcol .block ol, #rightcol .block ul {
      padding: 0em 0em 1em 0em; }
      #rightcol .block ol li, #rightcol .block ul li {
        list-style: none;
        border-bottom: 1px solid #d5d5d5;
        padding: 5px 0px;
        display: block;
        min-height: 40px;
        line-height: 1.6; }
        #rightcol .block ol li a, #rightcol .block ul li a {
          text-decoration: none; }
      #rightcol .block ol li:before, #rightcol .block ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        display: block;
        float: left;
        font-size: large;
        padding-right: 0.5em;
        padding-bottom: 1em;
        line-height: 1.2; }
    #rightcol .block ol li:before {
      content: "\f046";
      font-size: x-large; }
    #rightcol .block .newsBlock {
      border-bottom: 1px dotted white;
      padding: 5px 0px; }
      #rightcol .block .newsBlock h6 {
        margin: 0.5em 0; }
      #rightcol .block .newsBlock p:last-child {
        margin-bottom: 0; }
    #rightcol .block .greyBox {
      background: white;
      border: 1px solid white;
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 1.5em;
      padding-bottom: 1em; }

/* end #rightcol */
/*********************
NEWS LISTING
*********************/
#listing {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted white;
  padding: 1em 0; }
  #listing h2 {
    margin: 0; }
  #listing p {
    margin-top: 0.25em; }
  #listing:last-child {
    border-bottom: 1px dotted white; }

#newsDetail .wrap {
  padding: 1em;
  margin-bottom: 1em;
  /*border-bottom: 1px dotted lighten($color-quaternary, 50%);*/ }

body.Newsdescription a.button:after {
  display: none;
  content: ''; }

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; }

#content #leftcol .slider-for img {
  max-width: 95%; }

/*********************
VIDEOS
*********************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px; }
  .videoWrapper iframe,
  .videoWrapper object,
  .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*********************
FOOTER STYLES
*********************/
#BottomBlocks {
  text-align: center;
  padding: 2em 0; }
  #BottomBlocks .newsBlock {
    margin-bottom: 3em; }
    #BottomBlocks .newsBlock .newstitle {
      font-weight: 600; }

.firstFooter {
  text-align: center;
  border-top: 2px solid #06a6c6; }
  .firstFooter img {
    padding: 1em;
    max-height: 100px; }

#secondFooter {
  padding: 1em;
  font-style: normal;
  text-align: center;
  background: #057d95;
  color: #fff;
  clear: both; }
  #secondFooter #credit {
    text-align: center; }
    #secondFooter #credit a {
      text-decoration: none; }

/* ================================================ */
/* SLIDESHOWS */
/* ================================================ */
.slideshow_fade_container .slideshow_caption {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 40%;
  z-index: 9999;
  text-align: center;
  width: 100%;
  argin: 0.5em 0; }
  .slideshow_fade_container .slideshow_caption p.h1 {
    -webkit-animation-delay: 1.2s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.2s;
    animation-duration: 1s; }
  .slideshow_fade_container .slideshow_caption .button {
    display: none; }
  .slideshow_fade_container .slideshow_caption .slideDescription {
    display: none; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides ul li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    /*padding: 2%;*/
    background: #fff; }
    .rslides ul li:before {
      content: none; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    min-width: 100vw; }

.rslides_nav {
  display: none;
  visibility: hidden; }

.slides1_nav {
  display: none;
  visibility: hidden; }

/* SLIDER */
.slick-slider {
  padding: 0;
  list-style: none;
  margin-bottom: 0; }
  .slick-slider .slick-list {
    margin: 0 auto; }
    .slick-slider .slick-list .slick-track li:before {
      visibility: hidden; }
    .slick-slider .slick-list .slick-track .slick-slide {
      margin: 0 0.5em; }
      .slick-slider .slick-list .slick-track .slick-slide img {
        padding: 1em;
        background: #fff; }
  .slick-slider button {
    padding: 0.2em;
    height: auto;
    z-index: 99;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    color: #fff; }
    .slick-slider button:before {
      content: "\f104";
      font-family: "FontAwesome";
      height: auto;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .slick-slider button:before:hover {
        color: #06a6c6; }
  .slick-slider .slick-next:before {
    content: "\f105";
    padding-left: 0.1em; }

.slick-dots li {
  display: none; }

.slick-prev, .slick-next {
  top: 55%;
  z-index: 9999; }

.slick-prev {
  left: 0px; }

.slick-next {
  right: 0px; }

.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  border: none; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  width: 100%; }

/*Full width slider */
ul.responsive3 {
  margin-bottom: 0; }
  ul.responsive3 .slick-list {
    margin: 0 auto; }
    ul.responsive3 .slick-list .slick-track .slick-slide {
      position: relative;
      overflow: hidden; }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        text-align: center;
        width: 100%;
        padding: 1em; }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption p.h1 {
          /* 							    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.95);
           */ }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption p.h3 {
          font-style: italic;
          margin: 0.2em 0;
          text-transform: none;
          font-weight: 300; }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .slideDescription {
          display: none; }
      ul.responsive3 .slick-list .slick-track .slick-slide img {
        height: 250px;
        max-width: none;
        width: auto; }

/* ================================================ */
/* http://responsiveslides.com v1.32 by @viljamis   */
/* Responsive Slideshow, installed 21/11/2012 Ross. */
/* ================================================ */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    background: #fff; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }
    .rslides li p {
      padding-top: 2%;
      margin-bottom: 0;
      line-height: 2.5em; }
    .rslides li .slideshow_caption {
      background: #fff;
      width: 100%;
      font-size: 1em; }
  .rslides img {
    display: block;
    height: auto;
    float: right;
    width: auto;
    border: 0;
    max-height: 400px;
    min-width: 100%;
    overflow: hidden;
    max-width: none; }

.rslides_nav {
  display: none;
  visibility: hidden; }

.slides1_nav {
  display: none;
  visibility: hidden; }

/*************************
STICKY BACK TO TOP
*************************/
.cd-top {
  z-index: 9999;
  background: #fff;
  padding: 0.3em 1em;
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 60px;
  right: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  color: #222222;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -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: 1.75;
    font-size: 2em; }

.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;
  -ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -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; }

/*********************
CUSTOMISE colorbox
*********************/
#cboxCurrent, #cboxNext, #cboxNext, #cboxPrevious, #cboxClose {
  top: 4px; }

#cboxCurrent {
  font-size: 120%;
  line-height: 1.8em; }

#cboxLoadedContent {
  margin-top: 28px; }

/*********************
Custom Small Screen Nav Fix
*********************/
@media screen and (max-width: 304px) {
  .header #logo {
    left: -10px; } }
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media all and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/ }
/*
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 all and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.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
  ******************************************************************/
  h1, .h1, .herotext blockquote p {
    font-size: 2.5em;
    line-height: 1.6em;
    margin-bottom: 0.5em;
    margin-top: 0; }

  .tbcaption h1 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.2em 0.5em; }

  .nav a, .header .last, .header .button {
    font-size: 1.1em; }

  .herotext h1, .aboutuswrap a {
    color: #fff; }

  .aboutuswrap a {
    font-size: 1em; }

  .topMenu nav li a {
    font-size: 90%; }

  .phone {
    font-weight: 700;
    text-align: right; }

  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .row, #leftcol > div > div {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  #slideroverlay {
    -webkit-animation-delay: 1.8s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.8s;
    animation-duration: 1.5s; }

  .herotext {
    width: 90%;
    background: transparent;
    padding: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin: 1.5em auto;
    line-height: 1.5; }
    .herotext h1, .herotext h2, .herotext h3 {
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
    .herotext h1 {
      text-transform: none;
      -webkit-animation-delay: 2s;
      /* Safari 4.0 - 8.0 */
      animation-delay: 2s;
      animation-duration: 1.5s;
      margin: 0; }
    .herotext h2 {
      -webkit-animation-delay: 2.5s;
      /* Safari 4.0 - 8.0 */
      animation-delay: 2.5s;
      animation-duration: 1.5s; }
    .herotext p a.herobtn:first-child {
      display: inline-block;
      -webkit-animation-delay: 3s;
      /* Safari 4.0 - 8.0 */
      animation-delay: 3s;
      animation-duration: 1s; }
    .herotext p a.herobtn:last-child {
      display: inline-block;
      -webkit-animation-delay: 4s;
      /* Safari 4.0 - 8.0 */
      animation-delay: 4s;
      animation-duration: 1s; }

  .herotext {
    width: 80%;
    text-align: left;
    float: none;
    margin: 0; }

  .header .topMenu .nav {
    margin-top: 7em; }
  .header #logo {
    display: block;
    width: 410px;
    height: 100px;
    margin: 0 auto;
    background-size: 410px 100px;
    position: absolute;
    top: 0.5em;
    left: 5%;
    z-index: 9999; }
  .header .menu {
    margin: 0 auto;
    width: 100%; }
    .header .menu .last {
      text-align: right;
      width: 80%;
      margin-top: 0em;
      float: right;
      margin-right: 1em; }

  .heading {
    top: 40%; }

  body:not(.Home) #imageslider {
    max-height: 350px;
    position: relative;
    overflow: hidden; }
    body:not(.Home) #imageslider .block p img {
      min-width: 100%;
      height: auto;
      min-height: 450px;
      max-width: none;
      width: auto !important;
      overflow: hidden;
      position: relative;
      right: 0; }

  #scrolldown i {
    font-size: 3em;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    top: 90%;
    left: 49%;
    bottom: auto;
    animation: pulse 1.5s infinite;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4); }
    #scrolldown i:hover {
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9); }

  #login {
    display: block;
    color: #06a6c6;
    text-transform: uppercase; }

  .topMenu a.toggleMenu {
    margin: 5em 0 0 0; }

  .topblock {
    max-height: 30vh; }

  /*********************
  CONTENT STYLES
  *********************/
  #content .row, #content #leftcol > div > div {
    padding: 2em 0; }

  blockquote:before {
    margin-bottom: 5em;
    float: left; }

  #hero {
    background-position: top center;
    padding: 2em 0 3em 0; }
    #hero .first {
      text-align: left;
      display: block;
      padding-top: 1em; }
    #hero h2 {
      font-size: 1.4em;
      color: #fff;
      padding-bottom: 0em;
      margin-bottom: 0em;
      text-shadow: 0px 2px 2px rgba(33, 33, 33, 0.4);
      padding-right: 2em;
      line-height: 1.4em; }
    #hero h3 {
      font-size: 1em;
      color: #fff;
      padding-bottom: 0em;
      padding-top: 0;
      margin-bottom: 0em;
      text-shadow: 0px 2px 2px rgba(33, 33, 33, 0.4);
      padding-right: 2em;
      line-height: 1.4em; }
    #hero .GetInTouch {
      background: #0d3447;
      color: #fff;
      padding: 0.7em 2em;
      display: inline-block;
      text-shadow: 0px 2px 2px rgba(33, 33, 33, 0.4);
      text-decoration: none;
      font-weight: 700; }

  /*Food Groups Table*/
  table.foodgroups th {
    display: none; }
  table.foodgroups td {
    width: auto;
    display: table-cell;
    border-bottom: 1px solid #fff;
    vertical-align: top; }
    table.foodgroups td.foods {
      background: #222222;
      padding: 1em;
      vertical-align: middle; }

  /*********************
  HOME BLOCK LAYOUT
  **********************/
  body.Home #content #leftcol > div.aboutussection #abouthero1 {
    -webkit-animation-delay: 1s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
    animation-duration: 1.5s; }
  body.Home #content #leftcol > div.aboutussection #abouthero2 {
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.5s;
    animation-duration: 1.5s; }
  body.Home #content #leftcol > div.aboutussection #abouthero3 {
    -webkit-animation-delay: 2s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
    animation-duration: 1.5s; }

  .columnlayout div {
    width: 48.5%;
    margin-right: 1.5%;
    margin-bottom: 0.75em;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top; }
    .columnlayout div div {
      width: auto; }
    .columnlayout div p:first-of-type a {
      -webkit-filter: brightness(75%); }
      .columnlayout div p:first-of-type a:hover {
        -webkit-filter: grayscale(100%);
        -webkit-filter: brightness(100%); }
    .columnlayout div:nth-child(4), .columnlayout div:nth-child(8), .columnlayout div:nth-child(12) {
      margin-right: 0; }

  /*********************
  CONTACT BLOCK LAYOUT
  **********************/
  body.ContactUs div#div347 {
    float: right;
    width: 48%;
    margin-left: 2%; }
  body.ContactUs div#div314 {
    float: left;
    width: 49%; }

  /*********************
  NEWS LISTING
  *********************/
  div.listingImg {
    float: left;
    width: 30%; }

  div.listingTxt {
    float: left;
    width: 70%; }

  div.caseStudy {
    float: left;
    width: 48%;
    padding: 1em 0 2em 0;
    position: relative;
    margin-right: 1.9%; }

  /*********************
  NEWS DETAILS
  *********************/
  #newsDetail .wrap {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; }
    #newsDetail .wrap .last {
      border-left: 1px dotted white;
      padding-left: 1em; }
      #newsDetail .wrap .last p {
        margin: 0 0; }

  /*********************
  GALLERY
  *********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%; }

  /*********************
  VIDEOS
  *********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px; }

  /*********************
  BOTTOM BLOCKS
  *********************/
  #BottomBlocks {
    padding: 3em 0; }
    #BottomBlocks article.newsBlock {
      display: inline-block;
      width: 30.75%;
      margin-right: 2.5%;
      text-align: left;
      vertical-align: top; }
      #BottomBlocks article.newsBlock .newsmoreinfo {
        position: absolute;
        bottom: 0;
        left: 14%;
        padding-bottom: 10px; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .middle {
    text-align: left;
    /*margin-top:1em;	*/ }

  #firstFooter {
    text-align: left; }
    #firstFooter > div {
      /*width: 100%;*/ }
    #firstFooter .subscribe {
      text-align: center;
      margin: 0; }
      #firstFooter .subscribe form input[type=text], #firstFooter .subscribe form input[type=email], #firstFooter .subscribe form input[type=url], #firstFooter .subscribe form textarea {
        width: 60%; }

  #secondFooter {
    padding: 0.8em 0; }
    #secondFooter .last {
      text-align: right; }
      #secondFooter .last ul li {
        display: inline-block; }
        #secondFooter .last ul li:after {
          content: '|';
          margin: 0 0.5em; }
        #secondFooter .last ul li:last-child:after {
          content: none; }
    #secondFooter ul {
      width: auto; }
    #secondFooter #copyright {
      text-align: left; }
    #secondFooter #credit {
      text-align: left;
      display: inline-block; }

  /***************************
  SLIDER
  ***************************/
  .rslides li img {
    display: block;
    height: auto;
    float: right;
    width: auto;
    min-width: 100%;
    min-height: 100vh;
    max-height: none;
    overflow: hidden;
    max-width: none; }

  /******************************************************************
  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; }

  /* ============================= */
  /* ! MAIN MENU   */
  /* ============================= */
  body.admindex div.menu, body.admindex .header .herotext, body.admhome .header .herotext {
    position: relative !important; }

  body.admindex .header, body.admhome .header {
    height: auto !important; }

  body.admindex .header #logo {
    position: absolute !important; }

  body.admindex nav li a {
    color: #222222; }

  body.admindex .topMenu .nav > li:last-child {
    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, .columnlayout div.admin_content_block div {
    width: 100% !important; }

  .blocks div.admin_content_block div, div.admin_content_block div {
    margin: 0px;
    padding: 0 0 0 0;
    background: #fff;
    border: none; }

  body.admindex div#BottomBlocks .columnlayout div {
    display: block;
    float: none;
    clear: left;
    margin: 0.5em auto; }

  body.admindex .headingcontainer .heroh2, body.admindex .headingcontaineralt .heroh2alt {
    width: 100%;
    position: relative;
    top: 0;
    left: 0; }

  body.admindex .headingcontainer, body.admindex .headingcontaineralt {
    top: 0;
    float: left; }

  .header .menu {
    width: 90%; }

  /* ============================= */
  /* ! Admin CKEDITOR  */
  /* ============================= */
  .cke_button__kook_templates, .cke_button__kook_forms, .cke_button__kook_slideshows, .cke_button__kook_embed, .cke_button__kook_products, .cke_button__kook_templates_label, .cke_button__kook_forms_label, .cke_button__kook_slideshows_label, .cke_button__kook_embed_label, .cke_button__kook_products_label {
    display: inline !important; }

  .cke_button__kook_templates_icon, .cke_button__kook_forms_icon, .cke_button__kook_slideshows_icon, .cke_button__kook_embed_icon, .cke_button__kook_products_icon {
    display: none !important; }

  .cke_editable {
    line-height: normal !important; }

  body.cke_editable {
    background-color: #fff;
    line-height: normal !important; }

  /*********************
  Captcha
  **********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word; }

  /* ============================= */
  /* ! Admin DRAG DROP SITEMAP  */
  /* ============================= */
  #sitemap ul, #sitemap ol {
    list-style: none; }
    #sitemap ul li > div, #sitemap ol li > div {
      background-color: #f2f2f2;
      border: 1px solid #e6e6e6;
      padding: 0.5em;
      margin-bottom: 0.5em;
      position: relative;
      cursor: move; }
    #sitemap ul li.dragging:hover > div, #sitemap ol li.dragging:hover > div {
      background-color: #cccccc;
      border: 1px solid #bfbfbf; }
    #sitemap ul li.active:hover, #sitemap ol li.active:hover {
      background-color: #fff;
      border: 1px dashed #06a6c6; }

  #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; } }
/*
TABLET ONLY (PORTRAIT) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet (Portrait) 
  
  ******************************************************************/
  /*********************
  VH does not work on IOS -
  need to overwrite with px
  *********************/ }
/*
TABLET ONLY (LANDSCAPE) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Tablet & small Desktop Landscape
  
   
  
  ******************************************************************/
  /*********************
  VH does not work on IOS -
  need to overwrite with px
  *********************/ }
/*
TABLET & SMALLER LAPTOPS LANDSCAPE
Tablets in landscape view and upwards, display the desktop menu
*/
@media all and (min-width: 1024px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet Landscape
  
  Needed to change the menu styling from mobile to desktop
  
  ******************************************************************/
  /*********************
  COLOURS
  *********************/
  .blue, .topMenu .nav > li > a:hover {
    color: #222222; }

  /*********************
  HEADER STYLES
  *********************/
  .header .clearheader .phone {
    right: 1em; }
  .header .clearheader #logo {
    top: 0; }
  .header .clearheader .last {
    clear: none;
    width: 65%;
    padding-top: 3%;
    margin-left: 0;
    text-align: right; }

  body.Home .header {
    height: auto;
    width: 100%; }

  .herotext {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    float: none;
    margin: 0; }
    .herotext h1 {
      font-size: 3em; }
    .herotext h2 {
      font-size: 2em; }

  #scrolldown i {
    font-size: 3em; }

  /*********************
  NAVIGATION STYLES
  *********************/
  body.Home .topMenu nav > ul > li:first-child {
    border-bottom: 2px solid #06a6c6; }

  .header .topMenu .nav {
    margin-top: 0.8em; }

  .topMenu {
    /* end .nav */ }
    .topMenu a.toggleMenu {
      display: none; }
    .topMenu .phone, .topMenu .nav, .topMenu #mainMenu {
      display: inline-block;
      width: auto;
      float: none;
      /* margin: 0 0.5em; */ }
    .topMenu .nav {
      right: 0em;
      width: auto;
      border: 0;
      left: auto;
      font-size: 0.9em;
      position: relative;
      /* end .menu ul li */ }
      .topMenu .nav > li {
        display: inline-block; }
        .topMenu .nav > li > a {
          padding-bottom: 12px;
          font-size: 100%; }
      .topMenu .nav li {
        position: relative;
        /* highlight current page */
        /*
        plan your menus and drop-downs wisely.
        */
        /* showing sub-menus */ }
        .topMenu .nav li a {
          padding: 10px 5px 5px 5px;
          color: #222222;
          margin-right: 5px;
          background: none;
          border-bottom: none;
          text-transform: uppercase; }
          .topMenu .nav li a.parent:before {
            display: none; }
        .topMenu .nav li a.activerootmenulink {
          color: #06a6c6;
          border-bottom: 2px solid #06a6c6; }
        .topMenu .nav li ul,
        .topMenu .nav li ul.sub-menu,
        .topMenu .nav li ul.children {
          position: absolute;
          z-index: 99;
          left: -9999px;
          border-top: 2px solid #06a6c6; }
          .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-left: 10px;
              display: block;
              width: 200px;
              border-top: none;
              border-radius: 0;
              margin-right: 0;
              background: #222222; }
              .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;
                background: #06a6c6; }
            .topMenu .nav li ul li:last-child a,
            .topMenu .nav li ul.sub-menu li:last-child a,
            .topMenu .nav li ul.children li:last-child a {
              border-bottom: 0; }
            .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
  ******************************************************************/
  #content #leftcol {
    padding-top: 0; }

  body.Home #slidercontainer {
    margin-top: 0px;
    max-height: 600px; }

  .headingcontainer {
    top: -40px;
    height: 100%;
    z-index: 999;
    overflow: visible; }
    .headingcontainer:first-child {
      top: -50px; }
    .headingcontainer .heroh2 {
      box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.4);
      font-size: 1.5em;
      margin: 0;
      position: absolute;
      width: 150%;
      right: 50%;
      padding: 0.8em;
      background: #cacaca; }
      .headingcontainer .heroh2 h2, .headingcontainer .heroh2 i {
        text-align: right;
        margin: 0; }

  .headingcontaineralt {
    top: -40px;
    height: 100%;
    z-index: 999;
    overflow: visible; }
    .headingcontaineralt .heroh2alt {
      box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.4);
      font-size: 1.5em;
      margin: 0;
      position: relative;
      width: 150%;
      right: 100%;
      padding: 0.8em;
      /*float:left;*/
      background: #fff; }
      .headingcontaineralt .heroh2alt h2, .headingcontaineralt .heroh2alt i {
        text-align: right;
        margin: 0; }

  body.Login #content #leftcol > div:nth-child(2) {
    width: 100%; }
  body.Login #content #leftcol > div:nth-child(3), body.Login #content #leftcol > div:nth-child(4) {
    width: 48%;
    float: left; }
  body.Login #content #leftcol > div:nth-child(3) {
    margin-right: 2%; }

  #rightcol {
    margin-top: 3em; }

  #content #leftcol .slider-for img {
    max-width: 70%; }

  /******************************************************************
  FORM STYLES
  ******************************************************************/
  .respond-form form img.fullwidth, .subscribe form img.fullwidth {
    max-width: 235px; }

  /*********************
  BOTTOM BLOCKS
  *********************/
  #BottomBlocks #newsblock ul li {
    min-height: 265px; }
    #BottomBlocks #newsblock ul li .newsmoreinfo {
      left: 25%; }

  /*************************
  STICKY BACK TO TOP
  *************************/
  .cd-top {
    right: 30px;
    bottom: 20px; }
    .cd-top i {
      line-height: 1;
      font-size: 3em; }
    .cd-top i:active, .cd-top i:focus {
      background: transparent; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media all and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*  body:not(.Home) .header{
  	background: lighten($color-primary, 10%);
  	} 
    */
  .header {
    height: 100px; }
    .header .menu {
      padding: 0.5em 0 0em 0;
      width: 100%;
      min-height: 0; }
    .header .clearHeader {
      background-color: rgba(255, 255, 255, 0.4);
      background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), to(rgba(255, 255, 255, 0.4)));
      background-image: -webkit-linear-gradient(topleft, #fff, rgba(255, 255, 255, 0.4));
      background-image: -moz-linear-gradient(topleft, #fff, rgba(255, 255, 255, 0.4));
      background-image: -o-linear-gradient(topleft, #fff, rgba(255, 255, 255, 0.4));
      background-image: linear-gradient(to bottomright, #fff, rgba(255, 255, 255, 0.4));
      position: relative;
      top: 0px;
      left: 0px;
      height: 100px;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .header .clearHeader .phone {
        position: relative;
        font-size: 1rem;
        right: 0em;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .clearHeader #logo {
        display: block;
        width: 369px;
        height: 90px;
        margin: 0 auto;
        background-size: 369px 90px;
        position: absolute;
        top: 0em;
        left: 2%;
        z-index: 9999;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .clearHeader .last {
        padding-top: 0.5em;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .clearHeader .topMenu .nav > li > a {
        font-size: 1rem;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .header .darkHeader {
      position: fixed;
      background: rgba(255, 255, 255, 0.8);
      top: 0;
      height: 80px;
      left: 0;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .header .darkHeader .phone {
        position: relative;
        font-size: 1rem;
        right: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .darkHeader #logo {
        display: block;
        width: 205px;
        height: 50px;
        margin: 0 auto;
        background-size: 205px 50px;
        position: absolute;
        top: 1em;
        left: 5%;
        z-index: 9999;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .darkHeader .last {
        padding-top: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .darkHeader .topMenu .nav > li > a {
        font-size: 1rem;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }

  body.Home #slidercontainer {
    margin-top: 0px;
    max-height: 700px; }

  #scrolldown i {
    display: block; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media all and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*  body:not(.Home) .header{
  	background: lighten($color-primary, 10%);
  	} 
    */
  .header {
    height: 100px; }
    .header .menu {
      padding: 0.5em 0 0em 0;
      width: 100%;
      min-height: 0; }
    .header .clearHeader {
      background-color: rgba(255, 255, 255, 0.4);
      background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), to(rgba(255, 255, 255, 0.4)));
      background-image: -webkit-linear-gradient(topleft, #fff, rgba(255, 255, 255, 0.4));
      background-image: -moz-linear-gradient(topleft, #fff, rgba(255, 255, 255, 0.4));
      background-image: -o-linear-gradient(topleft, #fff, rgba(255, 255, 255, 0.4));
      background-image: linear-gradient(to bottomright, #fff, rgba(255, 255, 255, 0.4));
      position: relative;
      top: 0px;
      left: 0px;
      height: 100px;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .header .clearHeader .phone {
        position: relative;
        font-size: 1rem;
        right: 0em;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .clearHeader #logo {
        display: block;
        width: 369px;
        height: 90px;
        margin: 0 auto;
        background-size: 369px 90px;
        position: absolute;
        top: 0em;
        left: 2%;
        z-index: 9999;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .clearHeader .last {
        padding-top: 0.5em;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .clearHeader .topMenu .nav > li > a {
        font-size: 1rem;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .header .darkHeader {
      position: fixed;
      background: rgba(255, 255, 255, 0.8);
      top: 0;
      height: 80px;
      left: 0;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .header .darkHeader .phone {
        position: relative;
        font-size: 1rem;
        right: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .darkHeader #logo {
        display: block;
        width: 205px;
        height: 50px;
        margin: 0 auto;
        background-size: 205px 50px;
        position: absolute;
        top: 1em;
        left: 5%;
        z-index: 9999;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .darkHeader .last {
        padding-top: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .header .darkHeader .topMenu .nav > li > a {
        font-size: 1rem;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }

  body.Home #slidercontainer {
    margin-top: 0px;
    max-height: 700px; }

  #scrolldown i {
    display: block; } }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media all and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*********************
  HEADER STYLES
  *********************/
  .herotext h1 {
    font-size: 3.5em;
    font-weight: 500; }

  .header .phone a {
    font-size: 1.3rem; }

  .header .clearHeader .topMenu .nav > li > a {
    font-size: 1.1rem; }

  .topMenu .nav li a {
    padding: 10px 10px 5px 10px; }

  .tbcaption h1 {
    font-size: 2.5em; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .header .menu .last {
    width: 74%; }

  #mainMenu {
    text-align: right; } }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
  /* Logo */
  #logo {
    background-image: url("../images/logo-2x.png"); } }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /*
  UNIVERSAL STYLING
  Apply the universal selector (*) to remove background colors and shadowing and reset the default font color to black. 
  Saves ink and expedites the printing process, it is important to consider how logos and branding elements will appear in grayscale.
  */
  * {
    background: transparent !important;
    color: #555555 !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: #222222 !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 #555555; }

  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,
  .header .herotext {
    display: none; }

  /* ============================== */
  /* ! Turn ON printable items  */
  /* ============================== */ }
@media print {
  .printable {
    display: block; } }
@media print {
  body.Home .header {
    min-height: 0;
    height: auto; } }

/*# sourceMappingURL=style.css.map */
