@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sofia&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
main {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */
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.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

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

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

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses 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. Corrects 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. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses 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 */
}

/*
 * Addresses Firefox 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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE 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;
}

/*! normalize-opentype v0.2.0 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
 */
::-moz-selection {
  color: inherit; /* 1. */
  text-shadow: inherit; /* 1. */
}
::selection {
  color: inherit; /* 1. */
  text-shadow: inherit; /* 1. */
}

html,
body {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 0;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 0; /* 2. */
}

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1,
h2,
h3 {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1; /* 1. */
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase; /* 1 */
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1; /* 2 */
}

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre,
kbd,
samp,
code {
  -webkit-font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
          font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1; /* 1. */
}

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1; /* 1. */
}

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1; /* 1. */
}

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=week] {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
          font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0; /* 1. */
}

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 *    Turns off kerning, as it could impact tabular numerals
 */
table {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 0;
          font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 0; /* 1. */
}

/**
 * 1. Revert to defaults for table headings
 */
table thead,
table tfoot {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0; /* 2. */
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

header ::-moz-selection, footer ::-moz-selection {
  background: #f39200;
  color: #000000;
}

header ::selection, footer ::selection {
  background: #f39200;
  color: #000000;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  color: #f39200;
  font-weight: 600;
  margin: 40px 0 20px 0;
}
h1 .sub-title, h2 .sub-title, h3 .sub-title, h4 .sub-title, h5 .sub-title, h6 .sub-title {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 5px;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.4rem;
}

.heading-strip {
  padding: 10px 0;
  display: block;
}
.heading-strip h1, .heading-strip h2, .heading-strip h3, .heading-strip h4, .heading-strip h5, .heading-strip h6 {
  margin: 0;
}
.heading-strip [class^=icon-], .heading-strip [class*=" icon-"] {
  color: #ffffff;
  font-size: 2.2rem;
}
@media (max-width: 639px) {
  .heading-strip [class^=icon-], .heading-strip [class*=" icon-"] {
    display: none;
  }
}

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

.uc {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.child-cursive {
  font-family: "Indie Flower", "Comic Sans MS", "Comic Sans", cursive;
  font-size: 120%;
  line-height: 1.3;
}

.adult-cursive {
  font-family: "Sofia", "Apple Chancery", Palatino, cursive;
  font-size: 120%;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

hr {
  border: 0;
  height: 3px;
  background: #efefef;
}

.no-margin {
  margin: -20px 0;
}

p, ul, ol, hr, table, form, fieldset {
  margin: 20px 0;
}

img {
  max-width: 100%;
}

a {
  color: #f39200;
}
a:visited {
  color: #f39200;
}
a:focus {
  color: #000000;
}
a:hover {
  color: #000000;
}
a:active {
  color: #000000;
}

input[type],
textarea {
  outline: none;
}

table {
  width: 100%;
  border: 0.1em solid #000000;
}
table caption {
  font-weight: bold;
  padding: 0.5em 0;
}
table thead {
  color: #ffffff;
  text-align: left;
  text-align: center;
  background-color: #000000;
}
table thead th {
  border-color: #1a1a1a;
}
table th, table td {
  padding: 0.5em;
  border: 0.1em solid #000000;
}
table td {
  text-align: left;
}
table th[scope=row] {
  font-weight: normal;
}
table th[scope=rowgroup] {
  vertical-align: middle;
}
table th[scope=row],
table th[scope=rowgroup] {
  text-align: left;
}
table tfoot {
  color: #ffffff;
  font-size: 75%;
  background-color: #000000;
}
table tfoot td {
  text-align: center;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.eot?ohuqsn1");
  src: url("/assets/fonts/icomoon.eot?ohuqsn1#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?ohuqsn1") format("truetype"), url("/assets/fonts/icomoon.svg?ohuqsn1#icomoon") format("svg"), url("/assets/fonts/icomoon.woff?ohuqsn1") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e986";
}

.icon-facebook:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-file-pdf {
  color: #e30613;
}
.icon-file-pdf:before {
  content: "\eadf";
}

.icon-file-word {
  color: #0069b4;
}
.icon-file-word:before {
  content: "\eae1";
}

.icon-file-excel {
  color: #13a538;
}
.icon-file-excel:before {
  content: "\eae2";
}

.icon-raarrow-down-off:before {
  content: "\e909";
}

.icon-raarrow-down-on:before {
  content: "\e90a";
}

.icon-raarrow-left-off:before {
  content: "\e90b";
}

.icon-raarrow-left-on:before {
  content: "\e90c";
}

.icon-raarrow-right-off:before {
  content: "\e90d";
}

.icon-raarrow-right-on:before {
  content: "\e90e";
}

.icon-raarrow-up-off:before {
  content: "\e90f";
}

.icon-raarrow-up-on:before {
  content: "\e910";
}

[class^=icon-ra-], [class*=" icon-ra-"] {
  font-size: 5rem;
}

.icon-ra-climbing {
  color: #e30613;
}
.icon-ra-climbing:before {
  content: "\e900";
}

.icon-ra-canoeing {
  color: #0069b4;
}
.icon-ra-canoeing:before {
  content: "\e901";
}

.icon-ra-walking {
  color: #90d4f6;
}
.icon-ra-walking:before {
  content: "\e902";
}

.icon-ra-caving {
  color: #13a538;
}
.icon-ra-caving:before {
  content: "\e903";
}

.icon-ra-environmental {
  color: #cae2be;
}
.icon-ra-environmental:before {
  content: "\e904";
}

.icon-ra-abseiling {
  color: #e30613;
}
.icon-ra-abseiling:before {
  content: "\e905";
}

.icon-ra-coasteering {
  color: #0069b4;
}
.icon-ra-coasteering:before {
  content: "\e906";
}

.icon-ra-navigation {
  color: #90d4f6;
}
.icon-ra-navigation:before {
  content: "\e907";
}

.icon-ra-gorge-walking {
  color: #13a538;
}
.icon-ra-gorge-walking:before {
  content: "\e908";
}

.icon-ra-hut {
  color: #13a538;
}
.icon-ra-hut:before {
  content: "\e911";
}

.icon-ra-tent {
  color: #f39200;
}
.icon-ra-tent:before {
  content: "\e915";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.width {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 801px) {
  .col-2 .col {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -3px;
    width: calc(50% - 20px);
  }
  .col-2 .col:nth-of-type(2n) {
    margin-left: 40px;
  }
}
@media (min-width: 801px) {
  .col-3 .col {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -3px;
    margin-left: 40px;
    width: calc(33.333% - 27px);
  }
  .col-3 .col:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.col-60-40 {
  margin-bottom: 40px;
}
@media (min-width: 801px) {
  .col-60-40 .col {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -3px;
  }
  .col-60-40 .col:nth-of-type(2n+1) {
    width: calc(60% - 20px);
  }
  .col-60-40 .col:nth-of-type(2n) {
    width: calc(40% - 20px);
    margin-left: 40px;
  }
}

.col-75-25 {
  margin-bottom: 40px;
}
@media (min-width: 801px) {
  .col-75-25 .col {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -3px;
  }
  .col-75-25 .col:nth-of-type(2n+1) {
    width: calc(75% - 15px);
  }
  .col-75-25 .col:nth-of-type(2n) {
    width: calc(25% - 15px);
    margin-left: 30px;
  }
}

.col-80-20 {
  margin-bottom: 40px;
}
@media (min-width: 801px) {
  .col-80-20 .col {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -3px;
  }
  .col-80-20 .col:nth-of-type(2n+1) {
    width: calc(80% - 15px);
  }
  .col-80-20 .col:nth-of-type(2n) {
    width: calc(20% - 15px);
    margin-left: 30px;
  }
}

#main {
  margin-bottom: -1px;
  overflow: hidden;
}

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides > li > img {
  width: 100%;
  height: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 31px;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.flex-direction-nav a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  display: inline-block;
  content: "\e90b";
}

.flex-direction-nav a.flex-next:before {
  content: "\e90d";
}

.flex-direction-nav .flex-prev {
  left: 20px;
}

.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  color: #ffffff;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover:before {
  content: "\e90c";
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  color: #ffffff;
}
.flexslider:hover .flex-direction-nav .flex-next:hover:before {
  content: "\e90e";
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 14px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  text-decoration: none;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  color: transparent;
}
.flex-control-paging li a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  content: "\e909";
  color: #ffffff;
}

.flex-control-paging li a:hover:before {
  color: #ffffff;
  content: "\e90a";
}

.flex-control-paging li a.flex-active:before {
  content: "\e910";
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.dark-blue {
  color: #0069b4;
}

.dark-blue2 {
  color: #005b9c;
}

.light-blue {
  color: #90d4f6;
}

.light-blue2 {
  color: #76c2e7;
}

.red {
  color: #e30613;
}

.red2 {
  color: #cc000c;
}

.green {
  color: #13a538;
}

.green2 {
  color: #059028;
}

.orange {
  color: #f39200;
}

.orange2 {
  color: #e08700;
}

.black {
  color: #000000;
}

.white {
  color: #ffffff;
}

.light-grey {
  color: #efefef;
}

.light-grey2 {
  color: #e3e3e3;
}

.med-grey {
  color: #444444;
}

.med-grey2 {
  color: #636363;
}

.silver {
  color: #efefef;
  background: #efefef url("/assets/img/brushed_alu.png") repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.silver2 {
  color: #e3e3e3;
  background: #e3e3e3 url("/assets/img/brushed_alu2.png") repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light-green {
  color: #cae2be;
}

.dark-blue-bg {
  background: #0069b4;
  color: #ffffff;
}
.dark-blue-bg.bg-90 {
  background: rgba(0, 105, 180, 0.9);
}
.dark-blue-bg .contrasting {
  color: #90d4f6;
}

.dark-blue2-bg {
  background: #005b9c;
  color: #ffffff;
}
.dark-blue2-bg.bg-90 {
  background: rgba(0, 91, 156, 0.9);
}

.light-blue-bg {
  background: #90d4f6;
  color: #ffffff;
}
.light-blue-bg.bg-90 {
  background: rgba(144, 212, 246, 0.9);
}
.light-blue-bg .contrasting {
  color: #0069b4;
}

.light-blue2-bg {
  background: #76c2e7;
  color: #ffffff;
}
.light-blue2-bg.bg-90 {
  background: rgba(118, 194, 231, 0.9);
}

.red-bg {
  background: #e30613;
  color: #ffffff;
}
.red-bg.bg-90 {
  background: rgba(227, 6, 19, 0.9);
}
.red-bg .contrasting {
  color: #000000;
}

.red2-bg {
  background: #cc000c;
  color: #ffffff;
}
.red2-bg.bg-90 {
  background: rgba(204, 0, 12, 0.9);
}

.green-bg {
  background: #13a538;
  color: #ffffff;
}
.green-bg.bg-90 {
  background: rgba(19, 165, 56, 0.9);
}
.green-bg .contrasting {
  color: #cae2be;
}

.green2-bg {
  background: #059028;
  color: #ffffff;
}
.green2-bg.bg-90 {
  background: rgba(5, 144, 40, 0.9);
}

.light-green-bg {
  background: #cae2be;
  color: #ffffff;
}
.light-green-bg.bg-90 {
  background: rgba(202, 226, 190, 0.9);
}
.light-green-bg .contrasting {
  color: #13a538;
}

.orange-bg {
  background: #f39200;
  color: #ffffff;
}
.orange-bg.bg-90 {
  background: rgba(243, 146, 0, 0.9);
}
.orange-bg .contrasting {
  color: #000000;
}

.orange2-bg {
  background: #e08700;
  color: #ffffff;
}
.orange2-bg.bg-90 {
  background: rgba(224, 135, 0, 0.9);
}

.black-bg {
  background: #000000;
  color: #ffffff;
}
.black-bg.bg-90 {
  background: rgba(0, 0, 0, 0.9);
}
.black-bg.bg-50 {
  background: rgba(0, 0, 0, 0.5);
}

.light-grey-bg {
  background: #efefef;
  color: #000000;
}
.light-grey-bg.bg-90 {
  background: rgba(239, 239, 239, 0.9);
}

.light-grey2-bg {
  background: #e3e3e3;
  color: #000000;
}
.light-grey2-bg.bg-90 {
  background: rgba(227, 227, 227, 0.9);
}

.med-grey-bg {
  background: #444444;
  color: #ffffff;
}
.med-grey-bg.bg-90 {
  background: rgba(68, 68, 68, 0.9);
}

.med-grey2-bg {
  background: #636363;
  color: #ffffff;
}
.med-grey2-bg.bg-90 {
  background: rgba(99, 99, 99, 0.9);
}

.silver-bg {
  background: #efefef url("/assets/img/brushed_alu.png") repeat;
  color: #000000;
}
.silver-bg.bg-90 {
  background: rgba(239, 239, 239, 0.8) url("/assets/img/brushed_alu_90.png") repeat;
}
.silver-bg .white {
  color: #000000;
}

.silver-bg2 {
  background: #e3e3e3 url("/assets/img/brushed_alu2.png") repeat;
  color: #000000;
}
.silver-bg2.bg-90 {
  background: rgba(227, 227, 227, 0.8) url("/assets/img/brushed_alu2_90.png") repeat;
}
.silver-bg2 .white {
  color: #000000;
}

.light-green-bg {
  background: #cae2be;
  color: #000000;
}
.light-green-bg.bg-90 {
  background: rgba(202, 226, 190, 0.9);
}
.light-green-bg .contrasting {
  color: #13a538;
}

a.dark-blue, input[type=submit].dark-blue, button.dark-blue {
  color: #0069b4;
}
a.dark-blue:hover, a.dark-blue:focus, input[type=submit].dark-blue:hover, input[type=submit].dark-blue:focus, button.dark-blue:hover, button.dark-blue:focus {
  color: #000000;
}
a.light-blue, input[type=submit].light-blue, button.light-blue {
  color: #90d4f6;
}
a.light-blue:hover, a.light-blue:focus, input[type=submit].light-blue:hover, input[type=submit].light-blue:focus, button.light-blue:hover, button.light-blue:focus {
  color: #000000;
}
a.red, input[type=submit].red, button.red {
  color: #e30613;
}
a.red:hover, a.red:focus, input[type=submit].red:hover, input[type=submit].red:focus, button.red:hover, button.red:focus {
  color: #000000;
}
a.green, input[type=submit].green, button.green {
  color: #13a538;
}
a.green:hover, a.green:focus, input[type=submit].green:hover, input[type=submit].green:focus, button.green:hover, button.green:focus {
  color: #000000;
}
a.light-green, input[type=submit].light-green, button.light-green {
  color: #cae2be;
}
a.light-green:hover, a.light-green:focus, input[type=submit].light-green:hover, input[type=submit].light-green:focus, button.light-green:hover, button.light-green:focus {
  color: #000000;
}
a.light-grey, input[type=submit].light-grey, button.light-grey {
  color: #efefef;
}
a.light-grey:hover, a.light-grey:focus, input[type=submit].light-grey:hover, input[type=submit].light-grey:focus, button.light-grey:hover, button.light-grey:focus {
  color: #000000;
}
a.med-grey, input[type=submit].med-grey, button.med-grey {
  color: #444444;
}
a.med-grey:hover, a.med-grey:focus, input[type=submit].med-grey:hover, input[type=submit].med-grey:focus, button.med-grey:hover, button.med-grey:focus {
  color: #000000;
}
a.orange, input[type=submit].orange, button.orange {
  color: #f39200;
}
a.orange:hover, a.orange:focus, input[type=submit].orange:hover, input[type=submit].orange:focus, button.orange:hover, button.orange:focus {
  color: #000000;
}
a.black, input[type=submit].black, button.black {
  color: #000000;
}
a.black:hover, a.black:focus, input[type=submit].black:hover, input[type=submit].black:focus, button.black:hover, button.black:focus {
  color: #ffffff;
}
a.silver, input[type=submit].silver, button.silver {
  color: #efefef;
  background: #efefef url("/assets/img/brushed_alu.png") repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.silver:hover, a.silver:focus, input[type=submit].silver:hover, input[type=submit].silver:focus, button.silver:hover, button.silver:focus {
  color: #000000;
  background: none;
  -webkit-text-fill-color: #000000;
}
a.dark-blue-bg, input[type=submit].dark-blue-bg, button.dark-blue-bg {
  text-decoration: none;
  color: #ffffff;
}
a.dark-blue-bg.inverted-colours, input[type=submit].dark-blue-bg.inverted-colours, button.dark-blue-bg.inverted-colours {
  background: #ffffff;
  color: #005b9c;
}
a.dark-blue-bg:hover, a.dark-blue-bg:focus, input[type=submit].dark-blue-bg:hover, input[type=submit].dark-blue-bg:focus, button.dark-blue-bg:hover, button.dark-blue-bg:focus {
  background: #005b9c;
  color: #000000;
}
a.light-blue-bg, input[type=submit].light-blue-bg, button.light-blue-bg {
  text-decoration: none;
  color: #ffffff;
}
a.light-blue-bg.inverted-colours, input[type=submit].light-blue-bg.inverted-colours, button.light-blue-bg.inverted-colours {
  background: #ffffff;
  color: #76c2e7;
}
a.light-blue-bg:hover, a.light-blue-bg:focus, input[type=submit].light-blue-bg:hover, input[type=submit].light-blue-bg:focus, button.light-blue-bg:hover, button.light-blue-bg:focus {
  background: #76c2e7;
  color: #000000;
}
a.red-bg, input[type=submit].red-bg, button.red-bg {
  text-decoration: none;
  color: #ffffff;
}
a.red-bg.inverted-colours, input[type=submit].red-bg.inverted-colours, button.red-bg.inverted-colours {
  background: #ffffff;
  color: #cc000c;
}
a.red-bg:hover, a.red-bg:focus, input[type=submit].red-bg:hover, input[type=submit].red-bg:focus, button.red-bg:hover, button.red-bg:focus {
  background: #cc000c;
  color: #000000;
}
a.green-bg, input[type=submit].green-bg, button.green-bg {
  text-decoration: none;
  color: #ffffff;
}
a.green-bg.inverted-colours, input[type=submit].green-bg.inverted-colours, button.green-bg.inverted-colours {
  background: #ffffff;
  color: #059028;
}
a.green-bg:hover, a.green-bg:focus, input[type=submit].green-bg:hover, input[type=submit].green-bg:focus, button.green-bg:hover, button.green-bg:focus {
  background: #059028;
  color: #000000;
}
a.light-green-bg, input[type=submit].light-green-bg, button.light-green-bg {
  text-decoration: none;
  color: #000000;
}
a.light-green-bg.inverted-colours, input[type=submit].light-green-bg.inverted-colours, button.light-green-bg.inverted-colours {
  background: #cae2be;
  color: #000000;
}
a.light-green-bg:hover, a.light-green-bg:focus, input[type=submit].light-green-bg:hover, input[type=submit].light-green-bg:focus, button.light-green-bg:hover, button.light-green-bg:focus {
  background: #13a538;
  color: #ffffff;
}
a.orange-bg, input[type=submit].orange-bg, button.orange-bg {
  text-decoration: none;
  color: #ffffff;
}
a.orange-bg.inverted-colours, input[type=submit].orange-bg.inverted-colours, button.orange-bg.inverted-colours {
  background: #ffffff;
  color: #e08700;
}
a.orange-bg:hover, a.orange-bg:focus, input[type=submit].orange-bg:hover, input[type=submit].orange-bg:focus, button.orange-bg:hover, button.orange-bg:focus {
  background: #e08700;
  color: #000000;
}
a.silver-bg, input[type=submit].silver-bg, button.silver-bg {
  text-decoration: none;
  color: #444444;
}
a.silver-bg.inverted-colours, input[type=submit].silver-bg.inverted-colours, button.silver-bg.inverted-colours {
  background: #ffffff;
  color: #444444;
}
a.silver-bg:hover, a.silver-bg:focus, input[type=submit].silver-bg:hover, input[type=submit].silver-bg:focus, button.silver-bg:hover, button.silver-bg:focus {
  background: #e3e3e3 url("/assets/img/brushed_alu2.png") repeat;
  color: #000000;
}
a.black-bg, input[type=submit].black-bg, button.black-bg {
  text-decoration: none;
  color: #ffffff;
}
a.black-bg.inverted-colours, input[type=submit].black-bg.inverted-colours, button.black-bg.inverted-colours {
  background: #000000;
  color: #ffffff;
}
a.black-bg:hover, a.black-bg:focus, input[type=submit].black-bg:hover, input[type=submit].black-bg:focus, button.black-bg:hover, button.black-bg:focus {
  background: #444444;
  color: #000000;
}
a.light-grey-bg, input[type=submit].light-grey-bg, button.light-grey-bg {
  text-decoration: none;
  color: #000000;
}
a.light-grey-bg.inverted-colours, input[type=submit].light-grey-bg.inverted-colours, button.light-grey-bg.inverted-colours {
  background: #000000;
  color: #efefef;
}
a.light-grey-bg:hover, a.light-grey-bg:focus, input[type=submit].light-grey-bg:hover, input[type=submit].light-grey-bg:focus, button.light-grey-bg:hover, button.light-grey-bg:focus {
  background: #e3e3e3;
  color: #000000;
}
a.med-grey-bg, input[type=submit].med-grey-bg, button.med-grey-bg {
  text-decoration: none;
  color: #ffffff;
}
a.med-grey-bg.inverted-colours, input[type=submit].med-grey-bg.inverted-colours, button.med-grey-bg.inverted-colours {
  background: #ffffff;
  color: #444444;
}
a.med-grey-bg:hover, a.med-grey-bg:focus, input[type=submit].med-grey-bg:hover, input[type=submit].med-grey-bg:focus, button.med-grey-bg:hover, button.med-grey-bg:focus {
  background: #636363;
  color: #000000;
}

ul.ra-list {
  list-style: none;
  padding: 0;
}
ul.ra-list li {
  padding-left: 20px;
}
ul.ra-list li:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 1rem;
  padding-right: 10px;
  color: #f39200;
}
ul.ra-list.ra-list-dark-blue li:before {
  color: #0069b4;
}
ul.ra-list.ra-list-light-blue li:before {
  color: #90d4f6;
}
ul.ra-list.ra-list-red li:before {
  color: #e30613;
}
ul.ra-list.ra-list-green li:before {
  color: #13a538;
}
ul.ra-list.ra-list-orange li:before {
  color: #f39200;
}
ul.ra-list.ra-list-silver li:before {
  color: #efefef;
}

ul.no-bullets {
  list-style: none;
  padding: 0;
}

.shapes .short-quote {
  margin: 20px auto;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
}
@media (max-width: 400px) {
  .shapes .short-quote {
    width: 280px;
    height: 218px;
  }
}
@media (min-width: 401px) {
  .shapes .short-quote {
    width: 320px;
    height: 249px;
  }
}
.shapes .short-quote p {
  font-size: 2.1rem;
  position: relative;
  z-index: 1;
}
.shapes .short-quote p:first-of-type:before, .shapes .short-quote p:last-of-type:after {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11rem;
  font-weight: 700;
  position: absolute;
  line-height: 90px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.05);
}
.shapes .short-quote p:first-of-type:before {
  content: open-quote;
  margin-top: -13px;
  margin-left: -25px;
}
.shapes .short-quote p:last-of-type:after {
  content: close-quote;
  margin-top: -2px;
  margin-left: -20px;
}
.shapes .short-quote cite {
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
}
.shapes .short-quote.short-quote-down .triangle-left,
.shapes .short-quote.short-quote-down .triangle-right, .shapes .short-quote.short-quote-up .triangle-left,
.shapes .short-quote.short-quote-up .triangle-right {
  shape-margin: 20px;
  width: 50%;
  position: relative;
  z-index: 2;
}
.shapes .short-quote.short-quote-down .triangle-left, .shapes .short-quote.short-quote-up .triangle-left {
  float: left;
}
.shapes .short-quote.short-quote-down .triangle-right, .shapes .short-quote.short-quote-up .triangle-right {
  float: right;
}
.shapes .short-quote.short-quote-up .triangle-left {
  shape-outside: url("/assets/img/triangle-up-left.png");
}
.shapes .short-quote.short-quote-up .triangle-right {
  shape-outside: url("/assets/img/triangle-up-right.png");
}
.shapes .short-quote.short-quote-down .triangle-left {
  shape-outside: url("/assets/img/triangle-down-left.png");
}
.shapes .short-quote.short-quote-down .triangle-right {
  shape-outside: url("/assets/img/triangle-down-right.png");
}

.no-shapes .short-quote {
  margin: 40px auto 20px auto;
  width: 320px;
  padding: 10px 30px 20px 30px;
  text-align: center;
  line-height: 1.3;
  border-radius: 25px;
}
.no-shapes .short-quote p {
  font-size: 2.1rem;
  position: relative;
  z-index: 1;
}
.no-shapes .short-quote p:first-of-type:before, .no-shapes .short-quote p:last-of-type:after {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11rem;
  font-weight: 700;
  position: absolute;
  line-height: 90px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.05);
}
.no-shapes .short-quote p:first-of-type:before {
  content: open-quote;
  margin-top: -13px;
  margin-left: -25px;
}
.no-shapes .short-quote p:last-of-type:after {
  content: close-quote;
  margin-top: -2px;
  margin-left: -20px;
}
.no-shapes .short-quote cite {
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
}
.no-shapes .short-quote .triangle-left,
.no-shapes .short-quote .triangle-right {
  display: none;
}

.long-quote {
  width: 80%;
  margin: 40px auto;
}
.long-quote .long-quote-photo {
  border-radius: 50%;
  border: 5px solid;
}
@media (max-width: 639px) {
  .long-quote .long-quote-photo {
    display: block;
    width: 120px;
    margin: 0 auto 25px auto;
  }
}
@media (min-width: 640px) {
  .long-quote .long-quote-photo {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 150px;
    margin-right: 25px;
  }
}
.long-quote .long-quote-text {
  margin: 0;
}
@media (min-width: 640px) {
  .long-quote .long-quote-text {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: calc(100% - 178px);
  }
}
.long-quote .long-quote-text p:first-of-type {
  margin-top: 0;
}
.long-quote .long-quote-text cite {
  font-weight: 700;
  font-size: 1.7rem;
  font-style: normal;
}
.long-quote .long-quote-text cite .organisation {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.shapes .play-video {
  display: block;
  margin: 40px auto 20px auto;
  width: 195px;
  height: 250px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
}
.shapes .play-video p {
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  width: 97%;
}
.shapes .play-video .triangle-top,
.shapes .play-video .triangle-bottom {
  shape-margin: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.shapes .play-video .triangle-top {
  float: left;
  shape-outside: url("/assets/img/triangle-right-top.png");
}
.shapes .play-video .triangle-bottom {
  float: right;
  shape-outside: url("/assets/img/triangle-right-bottom.png");
}

.no-shapes .play-video {
  display: block;
  margin: 40px auto 20px auto;
  width: 195px;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.3;
  border-radius: 25px;
}
.no-shapes .play-video p {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
}
.no-shapes .play-video .triangle-top,
.no-shapes .play-video .triangle-bottom {
  display: none;
}

.button {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 3px 42px;
  text-decoration: none;
  border: 0;
  border-radius: 15px;
}
.button.small-button {
  padding: 3px 20px;
}
.button.full-width {
  display: block;
  text-align: center;
}
.button + .button {
  margin-left: 30px;
}

.image-grid-link {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .image-grid-link {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-grid-link .image-grid-link-image {
  display: block;
}
.image-grid-link .image-grid-link-text {
  position: absolute;
  top: calc(100% - 60px);
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-transition-property: top, padding;
  transition-property: top, padding;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.image-grid-link .image-grid-link-text h3 {
  margin: 20px 0;
  font-size: 1.9rem;
}
.image-grid-link:hover, .image-grid-link:focus {
  cursor: pointer;
}
.image-grid-link:hover .image-grid-link-text, .image-grid-link:focus .image-grid-link-text {
  top: 0;
  padding: 15px 20px;
}

.textured-bg {
  background-image: url("/assets/img/textured-bg-top.png"), url("/assets/img/textured-bg-bottom.png");
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
  padding: 33px 0;
}

.background-image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.background-image.caving-family-bg {
  background-image: url("/assets/img/bg/caving-family-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.caving-family-bg {
    background-image: url("/assets/img/bg/caving-family-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.caving-family-bg {
    background-image: url("/assets/img/bg/caving-family-bg-2000px.jpg");
  }
}
.background-image.hills-bg {
  background-image: url("/assets/img/bg/hills-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.hills-bg {
    background-image: url("/assets/img/bg/hills-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.hills-bg {
    background-image: url("/assets/img/bg/hills-bg-2000px.jpg");
  }
}
.background-image.hull-pot-bg {
  background-image: url("/assets/img/bg/hull-pot-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.hull-pot-bg {
    background-image: url("/assets/img/bg/hull-pot-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.hull-pot-bg {
    background-image: url("/assets/img/bg/hull-pot-bg-2000px.jpg");
  }
}
.background-image.ice-bg {
  background-image: url("/assets/img/bg/ice-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.ice-bg {
    background-image: url("/assets/img/bg/ice-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.ice-bg {
    background-image: url("/assets/img/bg/ice-bg-2000px.jpg");
  }
}
.background-image.kid-lake-bg {
  background-image: url("/assets/img/bg/kid-lake-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.kid-lake-bg {
    background-image: url("/assets/img/bg/kid-lake-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.kid-lake-bg {
    background-image: url("/assets/img/bg/kid-lake-bg-2000px.jpg");
  }
}
.background-image.sky-mountain-bg {
  background-image: url("/assets/img/bg/sky-mountain-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.sky-mountain-bg {
    background-image: url("/assets/img/bg/sky-mountain-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.sky-mountain-bg {
    background-image: url("/assets/img/bg/sky-mountain-bg-2000px.jpg");
  }
}
.background-image.striding-edge-bg {
  background-image: url("/assets/img/bg/striding-edge-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.striding-edge-bg {
    background-image: url("/assets/img/bg/striding-edge-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.striding-edge-bg {
    background-image: url("/assets/img/bg/striding-edge-bg-2000px.jpg");
  }
}
.background-image.sunset-lake-bg {
  background-image: url("/assets/img/bg/sunset-lake-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.sunset-lake-bg {
    background-image: url("/assets/img/bg/sunset-lake-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.sunset-lake-bg {
    background-image: url("/assets/img/bg/sunset-lake-bg-2000px.jpg");
  }
}
.background-image.white-trees-bg {
  background-image: url("/assets/img/bg/white-trees-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.white-trees-bg {
    background-image: url("/assets/img/bg/white-trees-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.white-trees-bg {
    background-image: url("/assets/img/bg/white-trees-bg-2000px.jpg");
  }
}
.background-image.woman-ice-hill-walk-bg {
  background-image: url("/assets/img/bg/woman-ice-hill-walk-bg-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  .background-image.woman-ice-hill-walk-bg {
    background-image: url("/assets/img/bg/woman-ice-hill-walk-bg-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  .background-image.woman-ice-hill-walk-bg {
    background-image: url("/assets/img/bg/woman-ice-hill-walk-bg-2000px.jpg");
  }
}

.flexslider {
  font-family: Helvetica, Arial, sans-serif !important;
}
.flexslider .slides .width {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.flexslider.blue-arrows .flex-direction-nav a {
  color: #0069b4;
}
.flexslider.blue-arrows:hover .flex-direction-nav .flex-prev:hover {
  color: #005b9c;
}
.flexslider.blue-arrows:hover .flex-direction-nav .flex-next:hover {
  color: #005b9c;
}
.flexslider.blue-arrows .flex-control-paging li a:before {
  color: #0069b4;
}
.flexslider.blue-arrows .flex-control-paging li a:hover:before {
  color: #005b9c;
}
.flexslider.banner-slider .slides li {
  position: relative;
  background: #ffffff no-repeat center center;
  background-size: cover;
}
@media (max-width: 500px) {
  .flexslider.banner-slider .slides li {
    height: 300px;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .flexslider.banner-slider .slides li {
    height: 400px;
  }
}
@media (min-width: 801px) {
  .flexslider.banner-slider .slides li {
    height: 500px;
  }
}
.flexslider .banner-content {
  position: absolute;
  width: 100%;
  top: 5%;
}
@media (min-width: 501px) and (max-width: 800px) {
  .flexslider .banner-content {
    width: 95%;
    left: 5%;
  }
}
@media (min-width: 401px) {
  .flexslider .banner-content {
    width: 92%;
    left: 8%;
  }
}
@media (max-width: 400px) {
  .flexslider .banner-content {
    width: 90%;
    left: 10%;
  }
}
.flexslider .banner-content h2 {
  margin-top: 0;
  color: #ffffff;
}
@media (max-width: 500px) {
  .flexslider .banner-content h2 {
    font-size: 3rem;
  }
}
@media (min-width: 501px) {
  .flexslider .banner-content h2 {
    font-size: 4rem;
  }
}
.flexslider .banner-content h2 .sub-title {
  color: #ffffff;
}
@media (min-width: 501px) {
  .flexslider .banner-content h2 .sub-title {
    font-size: 2.2rem;
  }
}
.flexslider .banner-content a.button {
  line-height: 1;
}
@media (max-width: 500px) {
  .flexslider .banner-content a.button {
    padding: 8px;
    border-radius: 18px;
  }
}
@media (min-width: 501px) {
  .flexslider .banner-content a.button {
    padding: 10px;
    border-radius: 22px;
    font-size: 1.8rem;
  }
}
.flexslider .banner-content a.button [class^=icon-], .flexslider .banner-content a.button [class*=" icon-"] {
  color: #ffffff;
  vertical-align: middle;
  margin-right: 6px;
}
@media (max-width: 500px) {
  .flexslider .banner-content a.button [class^=icon-], .flexslider .banner-content a.button [class*=" icon-"] {
    font-size: 2rem;
  }
}
@media (min-width: 501px) {
  .flexslider .banner-content a.button [class^=icon-], .flexslider .banner-content a.button [class*=" icon-"] {
    font-size: 2.4rem;
  }
}
.flexslider .banner-content a.button:hover [class^=icon-], .flexslider .banner-content a.button:hover [class*=" icon-"], .flexslider .banner-content a.button:focus [class^=icon-], .flexslider .banner-content a.button:focus [class*=" icon-"] {
  color: #000000;
}
.flexslider .long-quote {
  padding-bottom: 40px;
}

.gallery-grid .gallery-grid-square {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px;
  margin-right: -3px;
  position: relative;
}
@media (max-width: 500px) {
  .gallery-grid .gallery-grid-square {
    width: 33.3333333333%;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .gallery-grid .gallery-grid-square {
    width: 25%;
  }
}
@media (min-width: 801px) {
  .gallery-grid .gallery-grid-square {
    width: 16.6666666667%;
  }
}
.gallery-grid .gallery-grid-square img {
  display: block;
}
.gallery-grid .gallery-grid-square .icon-search {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  opacity: 0;
}
.gallery-grid .gallery-grid-square .icon-search:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 4rem;
}
.gallery-grid .gallery-grid-square:hover .icon-search, .gallery-grid .gallery-grid-square:focus .icon-search {
  opacity: 1;
}

.full-width-gallery .full-width-gallery-link {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: -3px;
  position: relative;
}
@media (max-width: 639px) {
  .full-width-gallery .full-width-gallery-link {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .full-width-gallery .full-width-gallery-link {
    width: 25%;
  }
}
.full-width-gallery .full-width-gallery-link img {
  display: block;
}
.full-width-gallery .full-width-gallery-link .icon-search {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  opacity: 0;
}
.full-width-gallery .full-width-gallery-link .icon-search:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 4rem;
}
.full-width-gallery .full-width-gallery-link:hover .icon-search, .full-width-gallery .full-width-gallery-link:focus .icon-search {
  opacity: 1;
}

.fancybox-image {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  position: relative;
}
.fancybox-image .icon-search {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  opacity: 0;
}
.fancybox-image .icon-search:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 4rem;
}
.fancybox-image:hover .icon-search, .fancybox-image:focus .icon-search {
  opacity: 1;
}

.article-summary {
  margin: 30px 0;
}
@media (max-width: 400px) {
  .article-summary .article-summary-image {
    display: block;
    margin-bottom: 30px;
  }
}
@media (min-width: 401px) {
  .article-summary .article-summary-image {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 150px;
    margin-right: -3px;
  }
}
.article-summary .article-summary-image img {
  display: block;
}
@media (min-width: 401px) {
  .article-summary .article-summary-text {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: calc(100% - 180px);
    margin-left: 30px;
    margin-right: -3px;
  }
}
.article-summary .article-summary-text h2 {
  margin: 0 0 3px 0;
}
.article-summary .article-summary-text h2 a {
  text-decoration: none;
}
.article-summary .article-summary-text .article-summary-credits {
  margin-top: 0;
}

@media (max-width: 800px) {
  .col-2 .col:not(:last-of-type) .article-summary {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
  }
}
#notice-bar {
  padding: 1px 0;
  text-align: center;
  font-size: 1.4rem;
}
#notice-bar p {
  margin: 5px 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 400px) {
  #notice-bar p {
    font-size: 1.2rem;
  }
}

#main-header {
  *zoom: 1;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 15;
  padding: 10px 0 3px 0;
}
#main-header:after {
  content: "";
  display: table;
  clear: both;
}

#ra-logo {
  padding-top: 10px;
  -webkit-transition-property: width, padding;
  transition-property: width, padding;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 400px) {
  #ra-logo {
    width: 200px;
  }
}
@media (min-width: 401px) {
  #ra-logo {
    width: 250px;
  }
}
@media (max-width: 639px) {
  #ra-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 640px) {
  #ra-logo {
    float: left;
  }
}
#ra-logo img {
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 400px) {
  #ra-logo img {
    height: 49px;
  }
}
@media (min-width: 401px) {
  #ra-logo img {
    height: 60px;
  }
}

@media (max-width: 639px) {
  .header-additional {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .header-additional {
    margin-top: 10px;
  }
}
@media (min-width: 640px) {
  .header-additional {
    float: right;
    text-align: right;
  }
}
.header-additional .secondary-links {
  margin-bottom: 14px;
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .header-additional .secondary-links {
    width: 310px;
  }
}
.header-additional .secondary-links a {
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 10px 0 -4px;
  padding-right: 10px;
}
.header-additional .secondary-links a:visited {
  color: #ffffff;
}
.header-additional .secondary-links a:focus {
  color: #f39200;
}
.header-additional .secondary-links a:hover {
  color: #f39200;
}
.header-additional .secondary-links a:active {
  color: #f39200;
}
@media (max-width: 400px) {
  .header-additional .secondary-links a {
    padding-right: 7px;
    margin-right: 7px;
  }
}
.header-additional .secondary-links a:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.header-additional .header-contact {
  *zoom: 1;
}
.header-additional .header-contact:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 639px) {
  .header-additional .header-contact {
    width: 270px;
    margin: 0 auto 6px auto;
  }
}
@media (max-width: 400px) {
  .header-additional .header-contact {
    width: 230px;
  }
}
.header-additional .header-contact .telephones {
  float: right;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .header-additional .header-contact .telephones {
    font-size: 1.4rem;
  }
}
.header-additional .header-contact .social-links {
  float: right;
  font-size: 2.8rem;
  line-height: 1;
  margin: 6px 20px 0 0;
}
@media (max-width: 400px) {
  .header-additional .header-contact .social-links {
    font-size: 2.4rem;
  }
}
.header-additional .header-contact .social-links a {
  color: #f39200;
  text-decoration: none;
  margin-left: 7px;
}
.header-additional .header-contact .social-links a:visited {
  color: #f39200;
}
.header-additional .header-contact .social-links a:focus {
  color: #ffffff;
}
.header-additional .header-contact .social-links a:hover {
  color: #ffffff;
}
.header-additional .header-contact .social-links a:active {
  color: #ffffff;
}

#menu-button {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 15px 42px 15px 19px;
  position: relative;
}
@media (max-width: 800px) {
  #menu-button {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 15;
  }
}
@media (min-width: 801px) {
  #menu-button {
    display: none;
  }
}
#menu-button .lines {
  display: inline-block;
  position: absolute;
  margin-left: 13px;
  top: 48%;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
#menu-button .lines:before, #menu-button .lines:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  -webkit-transition-property: -webkit-transform, top;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#menu-button .lines:before {
  top: -5px;
}
#menu-button .lines:after {
  top: 5px;
}
#menu-button:hover .lines, #menu-button:focus .lines {
  background-color: #000000;
}
#menu-button:hover .lines:before, #menu-button:focus .lines:before {
  background-color: #000000;
}
#menu-button:hover .lines:after, #menu-button:focus .lines:after {
  background-color: #000000;
}
#menu-button.active {
  color: #000000;
}
#menu-button.active .lines {
  background-color: transparent;
}
#menu-button.active .lines:before {
  background-color: #000000;
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#menu-button.active .lines:after {
  background-color: #000000;
  top: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

#main-nav {
  position: fixed;
  width: 100%;
  z-index: 15;
}
@media (max-width: 800px) {
  #main-nav {
    display: none;
    overflow-y: scroll;
  }
  #main-nav.active {
    display: block;
  }
}
#main-nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 800px) {
  #main-nav .width {
    padding: 0;
  }
}
#main-nav .width > ul {
  *zoom: 1;
  text-align: center;
}
#main-nav .width > ul:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 800px) {
  #main-nav .width > ul > li {
    display: block;
  }
}
@media (min-width: 801px) {
  #main-nav .width > ul > li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -4px;
    position: relative;
  }
}
#main-nav .width > ul > li > a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#main-nav .width > ul > li > a:visited {
  color: #ffffff;
}
#main-nav .width > ul > li > a:focus {
  color: #000000;
}
#main-nav .width > ul > li > a:hover {
  color: #000000;
}
#main-nav .width > ul > li > a:active {
  color: #000000;
}
@media (max-width: 800px) {
  #main-nav .width > ul > li > a {
    font-size: 1.6rem;
    padding: 15px 19px;
  }
}
@media (min-width: 801px) {
  #main-nav .width > ul > li > a {
    font-size: 1.6rem;
    padding: 15px 19px;
  }
}
@media (min-width: 980px) {
  #main-nav .width > ul > li > a {
    font-size: 1.6rem;
    padding: 15px 30px;
  }
}
@media (max-width: 800px) {
  #main-nav .width > ul > li.dark-blue-hover {
    background: #005b9c;
  }
  #main-nav .width > ul > li.green-hover {
    background: #059028;
  }
  #main-nav .width > ul > li.light-blue-hover {
    background: #76c2e7;
  }
  #main-nav .width > ul > li.red-hover {
    background: #cc000c;
  }
  #main-nav .width > ul > li.silver-hover {
    background: #e3e3e3 url("/assets/img/brushed_alu2.png") repeat;
  }
}
#main-nav .width > ul > li:hover.dark-blue-hover, #main-nav .width > ul > li:focus.dark-blue-hover {
  background: #005b9c;
  color: #000000;
}
#main-nav .width > ul > li:hover.green-hover, #main-nav .width > ul > li:focus.green-hover {
  background: #059028;
  color: #000000;
}
#main-nav .width > ul > li:hover.light-blue-hover, #main-nav .width > ul > li:focus.light-blue-hover {
  background: #76c2e7;
  color: #000000;
}
#main-nav .width > ul > li:hover.red-hover, #main-nav .width > ul > li:focus.red-hover {
  background: #cc000c;
  color: #000000;
}
#main-nav .width > ul > li:hover.silver-hover, #main-nav .width > ul > li:focus.silver-hover {
  background: #e3e3e3 url("/assets/img/brushed_alu2.png") repeat;
  color: #000000;
}
#main-nav .width > ul > li > ul {
  text-align: left;
}
@media (min-width: 801px) {
  #main-nav .width > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    min-width: 200px;
  }
}
#main-nav .width > ul > li > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 10px 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#main-nav .width > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 10px 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding-left: 30px;
}
#main-nav .width > ul > li:last-of-type > ul {
  right: 0;
}
@media (min-width: 801px) {
  #main-nav .width > ul > li:hover > ul, #main-nav .width > ul > li:focus > ul {
    display: block;
  }
}

.map-section h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.courses-summary {
  padding: 20px;
  margin-top: 40px;
}
@media (max-width: 800px) {
  .courses-summary {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.courses-summary h2 {
  margin: 0 0 10px 0;
  font-size: 2.8rem;
}
.courses-summary .course-summary {
  border-top: 1px solid #e3e3e3;
  margin-top: 10px;
}
.courses-summary .course-summary h3 {
  margin: 10px 0;
}
.courses-summary .course-summary h3 a {
  text-decoration: none;
}
.courses-summary .course-summary p {
  margin: 10px 0;
}

.accordion .accordion-button .width {
  *zoom: 1;
  position: relative;
}
.accordion .accordion-button .width:after {
  content: "";
  display: table;
  clear: both;
}
.accordion .accordion-button h1, .accordion .accordion-button h2, .accordion .accordion-button h3, .accordion .accordion-button h4, .accordion .accordion-button h5, .accordion .accordion-button h6 {
  float: left;
}
.accordion .accordion-button .accordion-button-icon {
  position: absolute;
  right: 20px;
  top: 48%;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.accordion .accordion-button .accordion-button-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-property: -webkit-transform, top;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.accordion .accordion-button.active .accordion-button-icon {
  background-color: transparent;
}
.accordion .accordion-button.active .accordion-button-icon:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .accordion-bellows .col > *:first-child {
  margin-top: 40px;
}

.video-outer {
  max-width: 800px;
  margin: 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 40px 0;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-slide--video .fancybox-content {
  padding-top: 56.2%; /* (9/16 * 100%) -- your aspect ratio in percents */
  height: 0 !important;
}

.fancybox-slide--video .fancybox-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.general-data-table {
  border: 0;
}
.general-data-table tr {
  border-bottom: 3px solid #efefef;
}
.general-data-table tr:last-of-type {
  border-bottom: 0;
}
.general-data-table td {
  border: 0;
  padding: 10px 5px;
}
.general-data-table td [class^=icon-], .general-data-table td [class*=" icon-"] {
  font-size: 2.5rem;
  vertical-align: middle;
  margin-right: 7px;
}
.general-data-table td.right a {
  text-align: center;
}
.general-data-table td:first-child {
  padding-left: 0;
}
.general-data-table td:last-child {
  padding-right: 0;
}
@media (max-width: 750px) {
  .general-data-table tr {
    position: relative;
    display: block;
    padding: 10px 5px;
  }
  .general-data-table tr td {
    display: block;
    padding: 0 122px 0 0;
  }
  .general-data-table tr td:first-child, .general-data-table tr td:last-child {
    padding-right: 0;
  }
  .general-data-table tr td.right {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
}

@media (min-width: 750px) {
  .booking-table tr td {
    padding: 10px 1%;
  }
  .booking-table tr td.dates {
    width: 20%;
  }
  .booking-table tr td.size {
    width: 8%;
  }
  .booking-table tr td.places {
    width: 10%;
  }
  .booking-table tr td.ratio {
    width: 12%;
  }
  .booking-table tr td.ratio2 {
    width: 22%;
  }
  .booking-table tr td.price {
    width: 30%;
  }
  .booking-table tr td.book-button {
    width: 20%;
  }
}

.pagination {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pagination li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: -4px;
}
.pagination li a {
  text-decoration: none;
  font-size: 1.8rem;
  padding: 5px 12px;
  font-weight: 700;
}
.pagination li a.current {
  background: #f39200;
  color: #ffffff;
}
.pagination li.page-previous a:hover .icon-raarrow-left-off:before,
.pagination li.page-previous a:hover .icon-raarrow-left-off:before,
.pagination li.page-previous a:focus .icon-raarrow-left-off:before,
.pagination li.page-previous a:focus .icon-raarrow-left-off:before, .pagination li.page-next a:hover .icon-raarrow-left-off:before,
.pagination li.page-next a:hover .icon-raarrow-left-off:before,
.pagination li.page-next a:focus .icon-raarrow-left-off:before,
.pagination li.page-next a:focus .icon-raarrow-left-off:before {
  content: "\e90c";
}
.pagination li.page-previous a:hover .icon-raarrow-right-off:before,
.pagination li.page-previous a:hover .icon-raarrow-right-off:before,
.pagination li.page-previous a:focus .icon-raarrow-right-off:before,
.pagination li.page-previous a:focus .icon-raarrow-right-off:before, .pagination li.page-next a:hover .icon-raarrow-right-off:before,
.pagination li.page-next a:hover .icon-raarrow-right-off:before,
.pagination li.page-next a:focus .icon-raarrow-right-off:before,
.pagination li.page-next a:focus .icon-raarrow-right-off:before {
  content: "\e90e";
}

.standard-form .field {
  margin-bottom: 10px;
}
.standard-form .field .heading label {
  display: block;
  font-weight: 700;
  padding-bottom: 3px;
}
.standard-form .field .input input, .standard-form .field .input textarea {
  display: block;
  width: 100%;
  padding: 4px 7px;
  border: 2px solid #f39200;
}
.standard-form .field .input input:hover, .standard-form .field .input input:focus, .standard-form .field .input textarea:hover, .standard-form .field .input textarea:focus {
  border-color: #000000;
}
.standard-form .field .input input.error, .standard-form .field .input textarea.error {
  border: 2px solid #e30613;
}
.standard-form .field .input textarea {
  height: 100px;
}
.standard-form #tscs.error {
  background: #e30613;
  color: #ffffff;
  padding: 3px 8px 5px 8px;
}
.standard-form input[type=submit] {
  margin-top: 10px;
}
.standard-form .notifications .success-message,
.standard-form .notifications .error-message {
  display: none;
  background: #13a538;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  border-radius: 26px;
}
.standard-form .notifications .error-message {
  background: #e30613;
}
.standard-form .notifications .flash-inline {
  display: block;
}

#map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#logged-in-quick-link {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
#logged-in-quick-link p {
  margin: 9px 15px;
}

.footer-silhouette {
  display: block;
  margin-top: 40px;
  width: 102%;
  max-width: none;
  margin-left: -1%;
}

#accred-logos {
  background: #000000;
  text-align: center;
  padding-top: 40px;
}
#accred-logos .accred-logo {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 500px) {
  #accred-logos .accred-logo {
    width: 90px;
    padding: 0 10px;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  #accred-logos .accred-logo {
    width: 130px;
    padding: 0 17px;
  }
}
@media (min-width: 801px) {
  #accred-logos .accred-logo {
    width: 150px;
    padding: 0 20px;
  }
}
#accred-logos .accred-logo img {
  display: block;
}

#main-footer {
  background: #000000;
  color: #ffffff;
  padding: 40px 0;
}
#main-footer .social-links {
  text-align: center;
}
#main-footer .social-links a {
  text-decoration: none;
  color: #f39200;
  margin: 0 20px;
}
#main-footer .social-links a:visited {
  color: #f39200;
}
#main-footer .social-links a:focus {
  color: #ffffff;
}
#main-footer .social-links a:hover {
  color: #ffffff;
}
#main-footer .social-links a:active {
  color: #ffffff;
}
@media (max-width: 639px) {
  #main-footer .social-links a {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  #main-footer .social-links a [class^=icon-], #main-footer .social-links a [class*=" icon-"] {
    display: block;
    padding-bottom: 10px;
  }
}
@media (min-width: 401px) {
  #main-footer .social-links a [class^=icon-], #main-footer .social-links a [class*=" icon-"] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
@media (max-width: 800px) {
  #main-footer .social-links a [class^=icon-], #main-footer .social-links a [class*=" icon-"] {
    font-size: 3rem;
  }
}
@media (min-width: 801px) {
  #main-footer .social-links a [class^=icon-], #main-footer .social-links a [class*=" icon-"] {
    font-size: 4rem;
  }
}
#main-footer .social-links a .link-text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-weight: 700;
}
@media (min-width: 401px) {
  #main-footer .social-links a .link-text {
    padding-left: 10px;
  }
}
@media (max-width: 800px) {
  #main-footer .social-links a .link-text {
    font-size: 1.6rem;
  }
}
@media (min-width: 801px) {
  #main-footer .social-links a .link-text {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  #main-footer .stay-in-touch {
    width: 600px;
    margin: auto;
  }
}
@media (min-width: 980px) {
  #main-footer .stay-in-touch {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -4px;
    width: calc(100% - 565px);
  }
}
@media (max-width: 500px) {
  #main-footer .stay-in-touch .stay-in-touch-form label {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 501px) {
  #main-footer .stay-in-touch .stay-in-touch-form label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -4px;
    width: 90px;
  }
}
#main-footer .stay-in-touch .stay-in-touch-form input[type=email] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
  padding: 2px 5px;
  border: 2px solid #ffffff;
}
@media (max-width: 500px) {
  #main-footer .stay-in-touch .stay-in-touch-form input[type=email] {
    width: calc(100% - 110px);
  }
}
@media (min-width: 501px) {
  #main-footer .stay-in-touch .stay-in-touch-form input[type=email] {
    width: calc(100% - 205px);
  }
}
#main-footer .stay-in-touch .stay-in-touch-form input[type=email]:hover, #main-footer .stay-in-touch .stay-in-touch-form input[type=email]:focus {
  border-color: #f39200;
}
#main-footer .stay-in-touch .stay-in-touch-form input.button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 95px;
  margin: 0 -4px 0 20px;
}
@media (min-width: 640px) {
  #main-footer [class^=footer-], #main-footer [class*=" footer-"] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: -4px;
  }
}
#main-footer [class^=footer-] a, #main-footer [class*=" footer-"] a {
  color: #ffffff;
  text-decoration: none;
}
#main-footer [class^=footer-] a:visited, #main-footer [class*=" footer-"] a:visited {
  color: #ffffff;
}
#main-footer [class^=footer-] a:focus, #main-footer [class*=" footer-"] a:focus {
  color: #f39200;
}
#main-footer [class^=footer-] a:hover, #main-footer [class*=" footer-"] a:hover {
  color: #f39200;
}
#main-footer [class^=footer-] a:active, #main-footer [class*=" footer-"] a:active {
  color: #f39200;
}
@media (min-width: 640px) {
  #main-footer .footer-services {
    width: 200px;
    margin-left: calc(50% - 300px);
  }
}
@media (min-width: 980px) {
  #main-footer .footer-services {
    width: 160px;
    margin-left: 40px;
  }
}
@media (min-width: 640px) {
  #main-footer .footer-information {
    width: 200px;
  }
}
@media (min-width: 980px) {
  #main-footer .footer-information {
    width: 85px;
    margin-left: 40px;
  }
}
#main-footer .footer-contact {
  width: 200px;
}
@media (min-width: 980px) {
  #main-footer .footer-contact {
    margin-left: 40px;
  }
}
#main-footer .copyright {
  text-align: center;
}

#error-page {
  min-height: 100%;
}
#error-page .error-page {
  min-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/img/cave-black-hole-500px.jpg");
}
@media only screen and (min-width: 801px), only screen and (min-width: 501px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 501px) and (min-device-pixel-ratio: 2) {
  #error-page .error-page {
    background-image: url("/assets/img/cave-black-hole-1000px.jpg");
  }
}
@media only screen and (min-width: 1301px), only screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1001px) and (min-device-pixel-ratio: 2) {
  #error-page .error-page {
    background-image: url("/assets/img/cave-black-hole-2000px.jpg");
  }
}
#error-page .error-page .error-page-message {
  max-width: 420px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 500px) {
  #error-page .error-page .error-page-message {
    margin-top: 20px;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  #error-page .error-page .error-page-message {
    margin-top: 60px;
  }
}
@media (min-width: 801px) {
  #error-page .error-page .error-page-message {
    margin-top: 80px;
  }
}
#error-page .error-page .error-page-message .error-page-message-logo {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}
#error-page .error-page .error-page-message h1 {
  margin-top: 20px;
}

#main-header {
  -webkit-transition-property: height, top;
  transition-property: height, top;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 639px) {
  #main-header {
    height: 190px;
  }
}
@media (max-width: 400px) {
  #main-header {
    height: 161px;
  }
}
@media (min-width: 640px) {
  #main-header {
    height: 96px;
  }
}

#menu-button {
  -webkit-transition-property: top, padding;
  transition-property: top, padding;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 639px) {
  #menu-button {
    top: 190px;
  }
}
@media (max-width: 400px) {
  #menu-button {
    top: 161px;
  }
}
@media (min-width: 640px) {
  #menu-button {
    top: 96px;
  }
}

#main-nav {
  -webkit-transition-property: top, padding;
  transition-property: top, padding;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 639px) {
  #main-nav {
    top: 244px;
    height: calc(100% - 244px);
  }
}
@media (max-width: 400px) {
  #main-nav {
    top: 215px;
    height: calc(100% - 215px);
  }
}
@media (min-width: 640px) {
  #main-nav {
    top: 150px;
    height: calc(100% - 150px);
  }
}
@media (min-width: 801px) {
  #main-nav {
    top: 96px;
    height: auto;
  }
}

#main {
  -webkit-transition-property: margin;
  transition-property: margin;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 639px) {
  #main {
    margin-top: 244px;
  }
}
@media (max-width: 400px) {
  #main {
    margin-top: 215px;
  }
}
@media (min-width: 640px) {
  #main {
    margin-top: 150px;
  }
}
@media (min-width: 801px) {
  #main {
    margin-top: 142px;
  }
}
@media (min-width: 980px) {
  #main {
    margin-top: 144px;
  }
}

.small-header #main-header {
  height: 59px;
}
.small-header #main-header #ra-logo {
  padding-top: 0;
}
.small-header #main-header #ra-logo img {
  height: 40px;
}
@media (max-width: 639px) {
  .small-header #main-header .header-contact {
    display: none;
  }
}
.small-header #menu-button {
  top: 59px;
  padding: 8px 42px 8px 19px;
}
@media (max-width: 800px) {
  .small-header #main-nav {
    top: 99px;
    height: calc(100% - 99px);
  }
}
@media (min-width: 801px) {
  .small-header #main-nav {
    top: 59px;
  }
}
@media (min-width: 801px) {
  .small-header #main-nav .width > ul > li > a {
    padding: 10px 19px;
  }
}
@media (min-width: 980px) {
  .small-header #main-nav .width > ul > li > a {
    padding: 10px 30px;
  }
}
@media (max-width: 800px) {
  .small-header #main {
    margin-top: 99px;
  }
}
@media (min-width: 801px) {
  .small-header #main {
    margin-top: 95px;
  }
}
@media (min-width: 980px) {
  .small-header #main {
    margin-top: 97px;
  }
}

@media (max-width: 400px) {
  .has-notice-bar #main-header {
    top: 26px;
  }
}
@media (min-width: 401px) {
  .has-notice-bar #main-header {
    top: 28px;
  }
}
@media (max-width: 639px) {
  .has-notice-bar #menu-button {
    top: 218px;
  }
}
@media (max-width: 400px) {
  .has-notice-bar #menu-button {
    top: 187px;
  }
}
@media (min-width: 640px) {
  .has-notice-bar #menu-button {
    top: 124px;
  }
}
@media (max-width: 639px) {
  .has-notice-bar #main-nav {
    top: 272px;
    height: calc(100% - 272px);
  }
}
@media (max-width: 400px) {
  .has-notice-bar #main-nav {
    top: 241px;
    height: calc(100% - 241px);
  }
}
@media (min-width: 640px) {
  .has-notice-bar #main-nav {
    top: 178px;
    height: calc(100% - 178px);
  }
}
@media (min-width: 801px) {
  .has-notice-bar #main-nav {
    top: 124px;
    height: auto;
  }
}
.has-notice-bar.small-header #main-header {
  top: 0;
}
.has-notice-bar.small-header #menu-button {
  top: 59px;
}
@media (max-width: 800px) {
  .has-notice-bar.small-header #main-nav {
    top: 99px;
    height: calc(100% - 99px);
  }
}
@media (min-width: 801px) {
  .has-notice-bar.small-header #main-nav {
    top: 59px;
  }
}
@media (max-width: 800px) {
  .has-notice-bar.small-header #main {
    margin-top: 71px;
  }
}
@media (min-width: 801px) {
  .has-notice-bar.small-header #main {
    margin-top: 67px;
  }
}
@media (min-width: 980px) {
  .has-notice-bar.small-header #main {
    margin-top: 69px;
  }
}