/* input(2029,8): run-time error CSS1035: Expected colon, found ';'
input(2029,14): run-time error CSS1035: Expected colon, found ';' */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

@charset "utf-8";
/* CSS Document */

/* =============================================================================
   BASIC RESET
   ========================================================================== */
/** { -webkit-appearance: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
* {margin:0; padding:0; outline: none; -webkit-text-size-adjust: none;}
html , body , h1 , h2 , h3 , h4 , h5 , p , ul , li {margin:0px;padding:0px;}
ul, li {list-style:none;}
img {border:0;}
h1 , h2 , h3 , h4 , h5 , p, a, strong {font-weight:normal;}
a {text-decoration: none; cursor:pointer;}
a:hover {text-decoration: underline;}
article, aside, figure, footer, header, hgroup, menu, nav, section {display: block;}
strong {font-weight: bold;}
input {-webkit-border-radius:0;border-radius:0;}
input::-moz-focus-inner{ border:0;padding: 0;}*/


/*------------------------------------*\
    CONTENTS
\*------------------------------------*/
/*
NOTES
RESET
SHARED     Share anything we can across elements.
MAIN       HTML, BODY, etc.
*/

/*
font-family: 'open_sanssemibold'
font-family: 'open_sanslight'
*/


/*------------------------------------*\
    RESET
\*------------------------------------*/
nav ul, .mainImageSlider ul {list-style:none;margin:0;padding:0;}
img {max-width: 100%;}


/*------------------------------------*\
    SHARED
\*------------------------------------*/
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8&#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8');
    src: url('../fonts/OpenSans-Regular-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8&#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8');
    src: url('../fonts/OpenSans-Light-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8&#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'focobold';
    src: url('../fonts/oakhaven_std_bd-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8');
    src: url('../fonts/oakhaven_std_bd-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8&#iefix') format('embedded-opentype'),
         url('../fonts/oakhaven_std_bd-webfont.woff?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('woff'),
         url('../fonts/oakhaven_std_bd-webfont.ttf?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('truetype'),
         url('../fonts/oakhaven_std_bd-webfont.svg#focobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'focoregular';
    src: url('../fonts/oakhaven_std_rg-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8');
    src: url('../fonts/oakhaven_std_rg-webfont.eot?v=PW9j0iHUH0uvIFpdhIXttAPrpb8&#iefix') format('embedded-opentype'),
         url('../fonts/oakhaven_std_rg-webfont.woff?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('woff'),
         url('../fonts/oakhaven_std_rg-webfont.ttf?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') format('truetype'),
         url('../fonts/oakhaven_std_rg-webfont.svg#focoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* --font family -- */
.quote span, .innerQuote span
{
  font-size: 20px;
  line-height: normal;
  font-style: italic;
}

body
{
  font-family: 'focoregular';
}


.menuTrigger:before {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
}
.heading h2, .findOutMore, .menuTrigger, .services a:first-child
{
  font-family: 'focobold';
}
.cta {
    font-family: 'open_sanssemibold';
}

.caption h1
{
  font-family: 'focoregular';
    font-weight: normal;
}
.quote, .innerQuote  {
    font-weight: normal;
}
.quote span, .innerQuote span {
    font-family: 'PT Serif', serif;
    font-weight: 200;
}
/* -- font size -- */
.caption h1 
{
  font-size: 30px;
  line-height: normal;
}

.heading h2
{
  font-size: 24px;
  line-height: normal;
}
.caption p
{
  font-size: 20px;
  line-height: normal;
}

.services a:first-child, .findOutMore 
{
  font-size: 18px;
  line-height: normal;
}

.mainNav a, .menuTrigger
{
  font-size: 18px;
  line-height: 24px;
}
.fixedMenu {
border-bottom: 1px solid #DDD;
}
.fixedMenu .mainNav a, .menuTrigger
{
  font-size: 16px;
  line-height: 28px;
}
.mainNav li.linkSelected a {
    color: #F1F1ED !important;
    background: #833049;
    padding: 5px 7px;
    border-radius: 3px;
    margin: 7px;
}

footer 
{
  font-size: 18px;
  line-height: normal;
}

.quote, .innerQuote
{
  font-size: 16px;
  line-height: normal;
}

.services p, .cta
{
  font-size: 14px;
  line-height: normal;
}

.backlink
{
  font-size: 12px;
}


img.fullWidth {
max-width: 100%;
height: auto;
}

/* --font colour -- */
.heading h2,
.findOutMore,
.fixedMenu a,
.services a span
{
  color: #FFF;
}

.fixedMenu a {color: #58595b !important;}

.caption h1,
.services a, .quote span:before, .innerQuote span:before
{
  color: #833049;
}

.mainNav a:hover
{
  color: #280d14;
}
/*
.quote span
{
  color: #0f3441;
}*/

.mainNav a,
.caption p,
footer,
footer a,
.cta,
.cta a,
.menuTrigger,
.fixedMenu .menuTrigger,
p
{
  color: #57575a;
}

.quote, .innerQuote, ul.breadcrumb
{
  color: #939598;
}
.quote span, .innerQuote span
{
  color: #333;
}


/* -- misc -- */ 
.floatLeft {float: left;}
.floatRight {float: right;}
.floatLeftMargin {float: left;margin-right: 30px;}
.floatRightMargin {float: right;margin-left: 30px;}
.clear {clear: both;}
.alignRight {text-align: right;}
.backlink a {text-decoration: underline;}


@media screen and (max-width: 600px) {
    .floatLeftMargin {
        float: none;
        margin-right: 0;
        width: 100%;

    }
    .floatRightMargin {
        float: none;
        margin-left: 0;
        width: 100%;

    }
}




.alignCenter,
section p
{
  text-align: center;
}

footer a,
.cta a,
.heading a
{
  text-decoration: none;
}

/* -- background colours -- */
.fixedMenu, .heading
{
  background:#C83962;
}
.lightBlue .heading
{
  background:#319FCC ;
}
.darkBlue .heading
{
  background:#004270  ;
}



section
{
  background: #d2d2c8;
}

/*.pattern 
{
  background: url(../images/pattern.png) repeat #e1ddd1;
}*/
.pattern 
{
    background: #f8f8f7;
}

/*.fixedMenu .menuTrigger
{
  background-image: url(../images/menuIconWhite.png);
}*/

.findOutMore 
{
  background: #C83962;
}
/*#daily-life .findOutMore { background: #003f6d; }
#accommodation .findOutMore { background: #CB2E59; }
#testimonials .findOutMore { background: #309ED1; }*/

.findOutMore:hover
{
  background: #d36182;
}
/*#daily-life .findOutMore:hover { background: #20647b; }
#accommodation .findOutMore:hover { background: #db6283; }
#testimonials .findOutMore:hover { background: #68b8dd; }*/


.mainImageSlider .flexslider ul.slides
{
  background: #fcfdfe;
    float: none;
    width: 100%;
}
.mainImageSlider .flexslider ul.slides {
    float: none;
    width: 100%;
}

footer, .cta, ul.breadcrumb, .greyBG
{
  background: #f1f1ed;
}

.whiteBG,
.caption,
footer a img,
.cta img,
section .col_1
{
  background: #FFF;
}



/*------------------------------------*\
    CONTAINERS
\*------------------------------------*/

header {width: 100%;}
.row {width: 1200px;margin: 0 auto;position: relative;}
.contentWrapper {padding:0 25px 50px 25px;width:80%;margin: 0 auto;}

/* -- auto clearfix -- */
.row:before, .row:after {content: ""; display: table;}
.row:after {clear: both;}
.row {*zoom: 1;}

/* -- columns margin etc. -- */
.col_0
{
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

  .col_1,
  .col_2,
  .col_3,
  .col_3c,
  .col_4,
  .col_4c
  {
      margin:0 1% 0 1%;
      float:left;
      display:block;
  }

/* -- column widths -- */
.col_1 {width: 98%;}
.col_2 {width: 48%;}
.col_3 {width: 31.3333333333%;}
.col_4 {width: 23%;}
.col_3c {width: 64.6666666667%;}
.col_4c {width: 73%;}


html, body, form {
    width: 100%;
    margin: 0;
    padding: 0;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header
{
  text-align: center;
}

header a:first-child img
{
  margin: 65px auto 15px auto;
  max-width: 100%;
}

.cta 
{
  position: absolute;
  top: 0;
  right: 0;
  /*margin-top: -40px;*/
  width: 100%;
  text-align: right;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;   
  z-index: 666;
}
  
  .cta img
  {
    width: 16px;
    height: 16px;
    /*border: 1px solid #D5D4D3;*/
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
  }
      .cta .fontBtn
      {
        display: inline-block;
      }
          .cta .fontBtn.decrease-font
          {
            margin-left: 20px;
          }

    .cta strong {
        font-weight: 600;
    }

@-moz-document url-prefix() {
    .cta strong {
        font-weight: normal;
    }

    p.tagLine strong {
        font-weight: normal;
    }
}


.fixed-nav-cta em a {
    color: #fff !important;
}
.fontBtn 
{
  font-family: 'open_sanssemibold', arial;
  color: #57575A;
  /*display: block;*/
  padding: 10px;
  cursor: pointer;
  padding: 0;
  /*position: absolute;
  top: 5px;*/
  z-index: 1;
}

  .increase-font {font-size: 20px; left: 45px;}
  .decrease-font {font-size: 16px; top: 9px; left: 15px;}

.tagLine {
    position: absolute;
    top: -4px;
    left: 10px;
    z-index: 777;
}

/*------------------------------------*\
    NAVIGATION - MAIN
\*------------------------------------*/
.mainNav 
{
  padding: 10px 0;
  text-align: center;
}

  .mainNav li,
  .mainNav ul a
  {
    display: inline;
    position: relative;
  }
  
    .mainNav ul a
    {
      text-decoration: none;
      margin: 0 15px;
    }

      .mainNav li 
      {
        border-left: 2px solid #ebebeb; 
      }

        .mainNav li:first-child 
        {
            border-left: 0;
        }

          .mainNav li:first-child a 
          {
            margin: 0 15px 0 9px;
          }

.mainNav .smallLogo, .mainNav .fontResizer, .mainNav li img
{
  display: none;
}

.menuTrigger {display: none;}

.fixedMenu 
{
  position:fixed;
  top:0px;
  z-index:999;
  width:100%; 
  background: #F1F1ED;
}
.fixedMenu .mainNav 
{
  text-align: center;
  position: relative;
}

.fixedMenu .mainNav .smallLogo
{
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: 2px;
}

      .fixedMenu .mainNav ul
      {
        display: block;
        margin: 18px 0;
        padding: 0px 135px;
      }

      .fixedMenu .mainNav li 
      {
        border-right: 2px solid #DDD ; 
      }
      
      .mainNav li:last-child 
      {
        border-left: 0px solid #DDD ; 
      }
      .fixedMenu .mainNav li:last-child 
      {
        border-right: 0px solid #DDD ; 
      }
          .fixedMenu .mainNav li:nth-last-child(2)
          {
            border-right: 0px solid #DDD ; 
          }
      .fixedMenu .mainNav li 
      {
        border-left: 0px solid #DDD ; 
      }

    .fixedMenu .mainNav ul a {
        margin: 0 10px;
    }
      
        .fixedMenu .mainNav li img {
            display: none;
        }


.fixedMenu .mainNav li:not(.priority):not(.toggler) {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.fixedMenu .mainNav .toggler a::after {
  content: 'More+';
}

.fixedMenu .mainNav.expanded li:not(.priority) {
  position: relative;
}
.fixedMenu .mainNav.expanded .toggler a::after {
  content: 'Less-';
}




@media screen and (min-width: 1175px) {
    .fixedMenu .mainNav li:not(.priority):not(.toggler) {
        position: relative;
    }
    .fixedMenu .mainNav .toggler {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .fixedMenu .mainNav li:not(.priority):not(.toggler) {
        position: relative;
    }
    .fixedMenu .mainNav .toggler {
        display: none;
    }
    .mainNav ul {
        padding: 0 !important;
    }
}




.fixed-nav-cta {
    color: #58595B ;
    font-weight: normal;
    position: absolute;
    top: 26px;
    right: 0;
    display: none;
}

.fixedMenu .fixed-nav-cta 
{
  display: block;
}

    .fixed-nav-cta img {
        width: 16px;
        height: 16px;
        padding: 5px;
        border-radius: 50%;
        margin-right: 10px;
        vertical-align: middle;
        background: #fff;
        cursor: pointer;
    }
    
    .fixed-nav-cta em {
        color: #FFF;
        font-style: normal;
        margin-right: 10px;
        padding: 5px 7px;
        border-radius: 3px;
        background: #C83962;
    }
    .fixed-nav-cta > span {
        position: relative;
    }
    .fixed-nav-cta span .tooltip {
        display: none;
    }
        .fixed-nav-cta span.open .tooltip {
            display: block;
            position: absolute;
            top: 30px;
            right: 10%;
            background: #C83962;
            color: #fff;
            padding: 7px;
            width: 200px;
            line-height: 28px;
            box-sizing: border-box;
        }
            .fixed-nav-cta span.open .tooltip a {
                color: #fff !important;
            }
        .tooltip:after {
	        bottom: 100%;
	        left: 86%;
	        border: solid transparent;
	        content: " ";
	        height: 0;
	        width: 0;
	        position: absolute;
	        pointer-events: none;
	        border-color: rgba(136, 183, 213, 0);
	        border-bottom-color: #C83962;
	        border-width: 10px;
	        margin-left: 0;
            box-sizing: border-box;
        }


.fixedMenu .fontResizer {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 15px;
    margin: 14px 0 14px 10px;
    display: inline-block;
}
    .fixedMenu .fontBtn {
        display: inline-block;
        position: static;
    }

/*------------------------------------*\
    IMAGE SLIDER - MAIN
\*------------------------------------*/
.mainImageSlider
{
  position: relative;
}

.mainImageSlider ul.slides
{
  /*-webkit-border-radius: 9px;
          border-radius: 9px;*/

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;        
  /*margin-bottom: 15%; */
}
.mainImageSlider ul.slides {
    border: 1px solid #DDD;  
    padding: 18px;
}

.mainImageSlider ul.slides li 
{
    max-height: 500px;
    position: relative; 
    box-sizing: border-box;
    overflow: hidden;
}
.caption 
{
  max-width: 825px;
  width: 100%;
  margin: 0px auto 50px auto;
  position: relative;
  display: block;
  z-index: 5;
  text-align: center;
  border: 10px solid #f1f1f1;
  /*-webkit-border-radius: 9px;
          border-radius: 9px; */ 
  padding: 50px 0px 20px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;           
}

  .caption p 
  {
    width: 80%;
    margin: 0 auto;
  }
  .caption p:first-child 
  {
    width: 80%;
    margin: 0 auto 20px auto;
  }

.backgroundImage
{
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat no-repeat;
}
    .backgroundImage span {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(200, 57, 98, 0.1);
    }
    .backgroundImage:nth-of-type(odd) span {
        background: rgba(49, 159, 204, 0.1);
    }
/*------------------------------------*\
    FLEX SLIDER
\*------------------------------------*/

/* browser resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* flexSlider necessary styles
*********************************/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; /*-webkit-backface-visibility: hidden;*/}
.contact .flexslider .slides > li, .inner .flexslider .slides > li {display: block; /*-webkit-backface-visibility: hidden;*/}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* no javaScript fallback */
.no-js .slides > li:first-child {display: block;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #C83962; background: rgba(200,57,98,0.7); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #C83962; background: rgba(200,57,98,0.95); }
.flex-control-paging li a.flex-active { background: #FFF; background: rgba(255,255,255,0.9); cursor: default; }

ol.flex-control-nav
{
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
    top: 45px;
    z-index: 99;
    text-align: center;
}

  ol.flex-control-nav li
  {
    display: inline-block;
    zoom: 1;
    width: 18px;
    padding: 0;
  }

    ol.flex-control-paging li a
    {
      width: 14px;
      height: 14px;
      display: block;
      float: left;
      cursor: pointer;
      text-indent: -9999px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
    }

.flex-prev,
.flex-next
{
  position: absolute;
  top: 45%;
  margin-top: -42px;
  width: 43px;
  height: 84px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
}

.flex-prev
{
  left: 1px;
  background: url(../img/prevArrow.png?v=PW9j0iHUH0uvIFpdhIXttAPrpb8);
  width: 42px;
}

.flex-next
{
  right: 1px;
  background: url(../img/nextArrow.png?v=PW9j0iHUH0uvIFpdhIXttAPrpb8);
}

/*------------------------------------*\
    SECTIONS
\*------------------------------------*/
section
{
  width: 100%;
  position: relative;
  padding: 120px 0;
}

.contactIcons {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 10px;
}

    section h2 {display: block;}

      section .col_1
      {
        position: relative;
        /*-webkit-border-radius: 9px;
                border-radius: 9px;*/
      }
.homepageContent {
    width: 80%;
    margin: 0 auto 40px auto;
}
.findOutMore 
{
  text-decoration: none;
  display: block;
  margin: 50px auto 0 auto;
  width: 150px;
  padding: 10px;
  text-align: center;
}

.heading
{
  width: 365px;
  display: block;
  position: relative;
  margin: 0 auto;
  top: -45px;
  text-align: center;
  z-index: 1;
}
  
  .heading h2 {padding: 10px 0 8px 0;}

    .heading:after
    {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 0;
      border-left: 182px solid transparent;
      border-right: 182px solid transparent;
      border-top: 20px solid #C83962;
    }
        .lightBlue .heading:after
        {
          border-top: 20px solid #319FCC;
        }
        .darkBlue .heading:after
        {
          border-top: 20px solid #004270;
        }




.imageWrapper 
{
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  /*-webkit-border-radius: 9px;
          border-radius: 9px;*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;  
   padding: 18px;
border: 1px solid #DDD;        
}
.imageWrapper 
{
   padding: 0px;
   border: 0;        
}

  .imageWrapper div:first-child
  {
    position: relative;
    overflow: hidden;
  }

.quote 
{
  background: rgba(255,255,255,0.8);
  width: 30%;
  padding: 30px 60px;
  margin-bottom: -193px;

  height: calc( 100% - 38px);
  
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    text-align: center;
}


.innerQuote {
  text-align: center;
}


  .quote span, .innerQuote span 
  {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    text-align: center;
    top: -40px;
  }

  .innerQuote 
  {
    padding: 0 40px 85px 40px;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


    .quote span:before,
    .quote span:after, 
    .innerQuote span:before,
    .innerQuote span:after
    { 
      position: relative;
      font-size: 90px;
      font-style: normal;
    }

      .quote span:before, 
      .innerQuote span:before 
      {
        content: '\201C';
        display: block;
        top: 40px;
      }

        /*.quote span:after 
        {
          content: '\201D';
          right: -40px;
          bottom: -56px;
        }*/

/*.services a
{
  text-decoration: none;
  position: relative;
  display: block;
}

  .services a span
  {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 7px 0 7px 0;
    background: rgba(15,52,65,0.8);
    -webkit-border-radius: 0 0 9px 9px;
            border-radius: 0 0 9px 9px;  
  }

    .services a:hover span 
    {
      padding: 7px 0 25px 0;
      background: rgba(5,52,65,1);
    }

      .services a img 
      {
        display: block;
        -webkit-border-radius: 9px;
                border-radius: 9px;
      }*/


/*------------------------------------*\
    Sub Links
\*------------------------------------*/

.subLinks span {
    display: inline-block;
    margin-right: 10px;
}
.subLinks a {
    display: inline-block;
    background: #F1F1ED;
    padding: 7px 15px;
    text-decoration: none;
}

/*------------------------------------*\
   CONTACT
\*------------------------------------*/
.contactBtn {
    position: fixed;
    top: 152px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    display: block;
}
.contactBtn a {
    width: 5px;
    font-size: 16px;
    line-height: 18px;
    word-wrap: break-word;
    letter-spacing: 20px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    background: #C83962;
    color: #DEDEDE;
    padding: 10px 25px 10px 15px;
}

/*------------------------------------*\
    GOOGLE MAP
\*------------------------------------*/
.googleMap 
{
  border-top: 8px solid #004270;
  height: 415px;
  position: relative;
}
    .googleMap .row {
        position: absolute;
        top: 0;
        lefT: 0;
        right: 0;
        margin: 0 auto; 
        height: 420px;
    }
.contactDetailsMap {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -138px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}
    .contactDetailsMap a {
        color: #57575A;
    }
.contactDetailsMap h3 {
    color: #C83962;
    font-size: 18px;
}

.imageMap {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -138px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0px;
    width: 368px;
}
.googleMapLink {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -100px;
    background: rgba(255, 255, 255, 0.9);
    width: 200px;
    text-align: center;
    padding: 10px;
}
.googleMapLink a {
    color: #C83962;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer 
{
  padding: 30px 0;
  border-top: 10px solid #FFF; 
}

  footer hr
  {
    margin: 30px 1% 15px 1%;
    border: 0;
    border-bottom: 1px solid #c8c7c6;
    display: block;
    clear: both;
  }

footer a img 
{
  border-radius: 50%;
  padding: 5px;
  vertical-align: middle;
  border: 2px solid #F1F1ED;
  margin: 7px 15px 7px 0;
  position: relative;
}

  footer a:hover img
  {
    border: 2px solid #FFF;
  }

footer .col_2 a 
{
  margin: 0 0 0 5px;
  display: inline-block;
}

  footer .col_2 a:first-child
  {
    margin: 0 5px 0 0;
  }

.backlink 
{
  margin-top: 20px;
}  

/*------------------------------------*\
    TELERIK CONTENT
\*------------------------------------*/
.telerikContent {overflow-x: hidden;}
.telerikContent h1,
.telerikContent h2,
.telerikContent h3,
.telerikContent h4,
input[type="submit"],
.subtitle
{
  font-family: 'open_sanssemibold', arial;
}

.telerikContent
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    /*-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;*/
}
.telerikContent p 
{
  text-align: left;
}
    .telerikContent ul {
        color:#57575A ;
    }
.subtitle
{
  font-size: 18px;
}





.telerikContent h1,
.telerikContent h2,
.telerikContent h3,
.telerikContent h4,
.telerikContent a 
{
  color: #C83962;  
}
.lightBlue .telerikContent h1,
.lightBlue .telerikContent h2,
.lightBlue .telerikContent h3,
.lightBlue .telerikContent h4,
.lightBlue .telerikContent a 
{
  color: #319FCC;  
}
.darkBlue .telerikContent h1,
.darkBlue .telerikContent h2,
.darkBlue .telerikContent h3,
.darkBlue .telerikContent h4,
.darkBlue .telerikContent a 
{
  color: #004270;  
}

.telerikContent a:hover
{
  color: #280D14;
}

.telerikContent blockquote 
{
  margin: 0;
  width: 80%;
  background: #F1F1ED;
  padding: 25px;
}

.telerikContent blockquote span
{
  display: block;
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  /*font-size: 20px;*/
  line-height: normal;
  font-style: italic;
  margin: 0 0 20px 0;
}

.telerikContent blockquote span:before
{
  content: '\201C';
  left: 0;
  top: 0;
  padding-right: 5px;
}

.telerikContent blockquote span:after
{
  content: '\201D';
  right: 0;
  bottom: 0;
  padding-left: 5px;
}

.telerikContent blockquote span:before,
.telerikContent blockquote span:after
{
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  line-height: normal;
  font-style: italic;
  /*position: absolute;*/
  height: 1px;
}

.telerikContent hr
{
  border: 0;
  border-bottom: 1px solid #D2D2C8;
  width: 100%;
  margin: 30px auto;
  display: block;
  clear: both;
}

.telerikContent ul li, .telerikContent ol li
{
padding: 5px 10px;
}

.telerikContent ul li
{
  list-style: disc;
}

table
{
  margin: 30px 0;
}

th, td
{
  padding: 5px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

th, td
{
  padding: 5px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

th
{
  background: #D2D2C8;    
  color: #FFF;
}
.formWrapper {
    padding: 0 0 0 40px;
}


label, input[type="submit"]
{
  display: block;
  margin: 20px 0 10px 0;
  cursor: pointer;
}

input, textarea, select
{
    width: 97%;
    border: none;
    display: block;
    padding: 15px;
    outline: none;
    background: #D2D2C8; 
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select
{
    -webkit-appearance: none;
    -moz-appearance: none; 
    background: #D2D2C8 url('../img/dropdown_arrow.png?v=PW9j0iHUH0uvIFpdhIXttAPrpb8') no-repeat;       
    background-position: 96% 17px;               
    text-indent: 0.01px;       
    text-overflow: "";
}

input:focus, textarea:focus
{
  background: #D2D2C8;
}

input[type="submit"]
{
  width: auto;
  padding: 15px 35px;
  background: #B3B3A3;
  color: #FFF;
}

input[type="submit"]:hover
{
  background: #D2D2C8; 
}
input[type="submit"][disabled=disabled], input[type="submit"]:disabled
{
  cursor: not-allowed;
}

.tbError {
    background: #f8ecf0;
}
.validator {
    display: none !important;
}

.errorList {
    background: #F8ECF0;
    color: #fff;
    width: 97%;  
    padding: 15px;
    -webkit-border-radius: 3px;
          border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.requestABrochure, .requestACallBack, .bookAVisit, .other, .addressBrochure {
    display: none;
}


.padding25 {
    padding:25px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

        .cobalt .telerikContent h2, .cobalt .telerikContent h3, .cobalt .telerikContent h4 { color: #003f6d !important; }
        .fruscia .telerikContent h2, .fruscia .telerikContent h3, .fruscia .telerikContent h4 { color: #CB2E59 !important; }
        .cyan .telerikContent h2, .cyan .telerikContent h3, .cyan .telerikContent h4 { color:  #309ED1 !important; }



/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
ul.breadcrumb
{
    list-style: none;
    margin: 0px 0 0 0;
    padding: 25px 50px;
    position: relative;
    bottom: 0px;
    width: 100%;
    font-size: 14px;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.breadcrumb li 
{
    padding: 0 !important;
    margin: 0;
    list-style: none;
    display: inline-block;
}

    ul.breadcrumb li a {
        color: #57575A;
        text-decoration: none;
    }
ul.breadcrumb li a {padding: 0 7px !important;}
ul.breadcrumb li:first-child a {padding: 0 7px 0 0 !important;}



.videoWrapper {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
    margin: 0 auto;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/
/* Desktop Queries */
@media only screen and (min-width: 1200px) {
  


}


/* Small Desktop Queries */
@media only screen and (max-width: 1200px) {

  .row {width: 95%;}
}


/* Tablet landscape */
@media only screen and (max-width: 1024px) {





.mainImageSlider .flexslider ul.slides
{

  width: 100%;
  margin: 0;
  float; left;
}
.quote 
{

  width: 100%;
  margin: 0;
}

.imageWrapper,
.imageWrapper div:first-child
{
  height: auto;
}
.fixedMenu .mainNav .fontResizer {
    display: none;
    float: none;
    margin: 0 auto 20px auto;
}

.fixedMenu .mainNav li:first-child {
    display: none;
}
.fixedMenu .mainNav li:last-child {
    border: 0;
}

.fixedMenu .mainNav .smallLogo {
margin: 0px;
}



}


/* Tablet Portrait */
@media handheld, only screen and (max-width: 900px) {

  /* Column Widths */
  .col_4, .col_4c { width:48%; }
  footer .col_3, footer .col_2 { width:100%; }
  footer .col_3, footer .col_2 {text-align: left; line-height: 1.5em}
  footer .col_2 a {margin-top:10px;}


  .mainNav ul {display: none !important;}
  .mainNav ul.active {display: block !important;width: 100%;margin-top: 30px;}
  .menuTrigger
  {
    display: inline-block;
   /* background-image: url(../images/menuIcon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 23px;*/
    text-align: right;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin: 18px 0;
  }

    .menuTrigger:before
    {
      content: attr(data-menu-icon);
      margin-right: 10px;
    }
    .menuTrigger img
    {
      margin-left: 5px;
    } 

  .mainNav ul.active li,
  .mainNav ul.active li a
  {
    float: none;
  }

  .mainNav ul.active li 
  {
    border: 0;
    padding: 0;
  }

  .mainNav ul.active li:first-child a,
  .mainNav ul.active li a
  {
    padding: 10px;
    border-bottom: 2px solid #FFF; 
    background: #C83962;
    color: #FFF !important;
    display: block;
    width: 100%;
    margin: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;    
  }

  .fixedMenu .mainNav ul.active li:first-child a,
  .fixedMenu .mainNav ul.active li a
  {
    background: #D2D2C8;
    border-bottom: 2px solid #B3B3A3;
  }

      .cta .fontBtn, .tagLine {
        display: none;
    }

    .cta {
        text-align: center;
    }
    
.fixedMenu .mainNav li:first-child {
    display: inline;
}

    .imageMap {
        display: none;
    }


    .googleMap {
        height: 710px;
    }
    .googleMap .row {
        position: relative;
        top: auto;
        left: auto;
        right: auto; 
        height: 210px;
    }
    .googleMap .row .contactDetailsMap {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-top: -80px; 
    }

}


/**/
@media handheld, only screen and (max-width: 640px) {

header a:first-child img
{
  margin-top: 95px;  
}

.cta a
{
  /*display: block;*/
  margin-top: 10px;
}

.flex-prev,
.flex-next,
ol.flex-control-nav
{
  display: none;
}
    .quote {
    }
    .homepageContent .innerQuote {
        padding: 0 10px;
    }


.caption 
{
  position: relative;
  width: 100%;
  margin: 25px 0 25px 0;
  padding: 0;
  border: 0;
}

.caption p {width: 100%;}

}


/* Mobile landscape */
@media handheld, only screen and (max-width: 480px) {

    .homepageContent .innerQuote {
        padding: 0 0px;
    }
    /* Column Widths */
    .col_2, .col_3, .col_4, .col_2c, .col_3c, .col_4c { width:98.5%; }
    .telerikContent td, .telerikContent th {display: block;}
    .telerikContent input, .telerikContent textarea {width: 100%;}

    .heading:after {
        border-left: 0px solid rgba(0, 0, 0, 0);
        border-right: 0px solid rgba(0, 0, 0, 0);
        border-top: 0px solid #C83962;
    }
    .heading {
        width: 100%;
    }

    .telerikContent {
        padding: 0 20px 20px 20px !important;
        margin: -55px 0 0 0;
        width: 100%;
    }

    .formWrapper {
        padding: 0;
    }

    .contactBtn {
        display: none;
    }

    body.contact .telerikContent .col_2 {
        width: 100%;
    }

    ul.breadcrumb {
        padding: 25px;
    }

    .cta {
        padding: 5px;
    }

.caption h1 {
    font-size: 25px;
    line-height: normal;
}
.caption p {
    font-size: 20px;
    line-height: normal;
}

    .mainImageSlider ul.slides {
        padding: 5px;
    }

    .fixed-nav-cta em {
        display: none;
    }

}



/* Mobile portrait */
@media handheld, only screen and (max-width: 320px) {

    /* Column and Guide Widths */
    .col_1, .col_2, .col_3, .col_3c, .col_4, .col_4c {
        width:93%;
        margin:0 0% 20px 0%;
        padding:0 4%;
    }

    .cta a {
        display: block;
    }

}

/* Tiny phones */
@media handheld, only screen and (max-width: 240px) {


}


/* ---------------------------  *\
    CHECKBOX 
\* ---------------------------  */

.control {
	font-size: 18px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__label {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #d2d2c8;
    border-radius: 3px;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #d2d2c8;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #c83962;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #c83962;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}


/* ---------------------------  *\
    COOKIE BAR
\* ---------------------------  */

.cookie-bar {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 10px;
    color: #fff;
    line-height: 1.75em;
    background-color: #C83962;
    box-sizing: border-box;
    animation: pop-up 0.5s 1;
}

.cookie-bar.is-active {
    display: block;
}

.cookie-bar a {
    color: #fff;
}

.cookie-bar__button {
    color: #C83962;
    line-height: 1.25em;
    background-color: #fff;
    padding: 3px 5px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

@keyframes pop-up {
  0% {
    bottom: -160px;
  }
  100% {
    bottom: 0px;
  }
}


/* ---------------------------  *\
    SLIDES PLAY BUTTON
\* ---------------------------  */

.slides-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 76px;
    width: 76px;
    text-indent: -20000px;
    background-image: url('../img/play-button.png?v=PW9j0iHUH0uvIFpdhIXttAPrpb8');
    background-size: cover;
    margin-left:-38px;
    margin-top: -38px;
}


/* ---------------------------  *\
    RESPONSIVE TABLE
\* ---------------------------  */

@media only screen and (max-width: 900px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
    .cookie-table, .cookie-table thead, .cookie-table tbody, .cookie-table th, .cookie-table td, .cookie-table tr {
        display: block;
    }
	
	/* Hide table headers (but not display: none;, for accessibility) */
    .cookie-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .cookie-table tr {
        border: 1px solid #ccc;
    }

    .cookie-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .cookie-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
	
	/*
	Label the data
	*/
	.cookie-table td:nth-of-type(1):before { content: "Name of Cookie"; }
	.cookie-table td:nth-of-type(2):before { content: "Essential?"; }
	.cookie-table td:nth-of-type(3):before { content: "Type of cookie"; }
	.cookie-table td:nth-of-type(4):before { content: "First or Third party?"; }
	.cookie-table td:nth-of-type(5):before { content: "Session or Persistent"; }
	.cookie-table td:nth-of-type(6):before { content: "Expiry Time"; }
	.cookie-table td:nth-of-type(7):before { content: "Purpose"; }
}

.line-height--1-3 {
    line-height: 1.3;
}
.no-word-wrap {
    white-space: nowrap;
}
.grecaptcha-badge {
    visibility: hidden;
}
#map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

/*! Lity - v2.2.1 - 2016-11-21
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

