/****** FILE: node_modules/flickity/dist/flickity.min.css *****/
/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/****** FILE: themes/otlgroup/thirdparty/icons/style.css *****/
@font-face {
  font-family: 'icomoon';
  src:  url('../thirdparty/icons/fonts/icomoon.eot?otyhln');
  src:  url('../thirdparty/icons/fonts/icomoon.eot?otyhln#iefix') format('embedded-opentype'),
    url('../thirdparty/icons/fonts/icomoon.ttf?otyhln') format('truetype'),
    url('../thirdparty/icons/fonts/icomoon.woff?otyhln') format('woff'),
    url('../thirdparty/icons/fonts/icomoon.svg?otyhln#icomoon') format('svg');
  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-fax:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}



/****** FILE: themes/otlgroup/css/main.css *****/
@charset "UTF-8";
/*======Typography=======*/
/*======Colors=======*/
/*======Responsive=======*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------*    SETTINGS
\*------------------------------------*/
/*------------------------------------*    LOGIC aka THE MAGIC
\*------------------------------------*/
/*------------------------------------*    GRID LAYOUT
\*------------------------------------*/
.grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
  font-size: 0rem;
}

.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem;
}

/*------------------------------------*    GRID WIDTHS
\*------------------------------------*/
.\31\/2, .\32\/4, .\33\/6, .\34\/8, .\35\/10 {
  width: 50%;
}

.\31\/3, .\32\/6, .\33\/9 {
  width: 33.33333%;
}

.\32\/3, .\34\/6, .\36\/9 {
  width: 66.66667%;
}

.\31\/4, .\32\/8 {
  width: 25%;
}

.\33\/4, .\36\/8 {
  width: 75%;
}

.\31\/5, .\32\/10 {
  width: 20%;
}

.\32\/5, .\34\/10 {
  width: 40%;
}

.\33\/5, .\36\/10 {
  width: 60%;
}

.\34\/5, .\38\/10 {
  width: 80%;
}

.\31\/6 {
  width: 16.66667%;
}

.\35\/6 {
  width: 83.33333%;
}

.\31\/7 {
  width: 14.28571%;
}

.\32\/7 {
  width: 28.57143%;
}

.\33\/7 {
  width: 42.85714%;
}

.\34\/7 {
  width: 57.14286%;
}

.\35\/7 {
  width: 71.42857%;
}

.\36\/7 {
  width: 85.71429%;
}

.\31\/8 {
  width: 12.5%;
}

.\33\/8 {
  width: 37.5%;
}

.\35\/8 {
  width: 62.5%;
}

.\37\/8 {
  width: 87.5%;
}

.\31\/9 {
  width: 11.11111%;
}

.\32\/9 {
  width: 22.22222%;
}

.\34\/9 {
  width: 44.44444%;
}

.\35\/9 {
  width: 55.55556%;
}

.\37\/9 {
  width: 77.77778%;
}

.\38\/9 {
  width: 88.88889%;
}

.\31\/10 {
  width: 10%;
}

.\33\/10 {
  width: 30%;
}

.\37\/10 {
  width: 70%;
}

.\39\/10 {
  width: 90%;
}

@media screen and (max-width: 499px) {
  .\31\/2--thumb, .\32\/4--thumb, .\33\/6--thumb, .\34\/8--thumb, .\35\/10--thumb {
    width: 50%;
  }
  .\31\/3--thumb, .\32\/6--thumb, .\33\/9--thumb {
    width: 33.33333%;
  }
  .\32\/3--thumb, .\34\/6--thumb, .\36\/9--thumb {
    width: 66.66667%;
  }
  .\31\/4--thumb, .\32\/8--thumb {
    width: 25%;
  }
  .\33\/4--thumb, .\36\/8--thumb {
    width: 75%;
  }
  .\31\/5--thumb, .\32\/10--thumb {
    width: 20%;
  }
  .\32\/5--thumb, .\34\/10--thumb {
    width: 40%;
  }
  .\33\/5--thumb, .\36\/10--thumb {
    width: 60%;
  }
  .\34\/5--thumb, .\38\/10--thumb {
    width: 80%;
  }
  .\31\/6--thumb {
    width: 16.66667%;
  }
  .\35\/6--thumb {
    width: 83.33333%;
  }
  .\31\/7--thumb {
    width: 14.28571%;
  }
  .\32\/7--thumb {
    width: 28.57143%;
  }
  .\33\/7--thumb {
    width: 42.85714%;
  }
  .\34\/7--thumb {
    width: 57.14286%;
  }
  .\35\/7--thumb {
    width: 71.42857%;
  }
  .\36\/7--thumb {
    width: 85.71429%;
  }
  .\31\/8--thumb {
    width: 12.5%;
  }
  .\33\/8--thumb {
    width: 37.5%;
  }
  .\35\/8--thumb {
    width: 62.5%;
  }
  .\37\/8--thumb {
    width: 87.5%;
  }
  .\31\/9--thumb {
    width: 11.11111%;
  }
  .\32\/9--thumb {
    width: 22.22222%;
  }
  .\34\/9--thumb {
    width: 44.44444%;
  }
  .\35\/9--thumb {
    width: 55.55556%;
  }
  .\37\/9--thumb {
    width: 77.77778%;
  }
  .\38\/9--thumb {
    width: 88.88889%;
  }
  .\31\/10--thumb {
    width: 10%;
  }
  .\33\/10--thumb {
    width: 30%;
  }
  .\37\/10--thumb {
    width: 70%;
  }
  .\39\/10--thumb {
    width: 90%;
  }
}

@media screen and (min-width: 500px) {
  .\31\/2--handheld, .\32\/4--handheld, .\33\/6--handheld, .\34\/8--handheld, .\35\/10--handheld {
    width: 50%;
  }
  .\31\/3--handheld, .\32\/6--handheld, .\33\/9--handheld {
    width: 33.33333%;
  }
  .\32\/3--handheld, .\34\/6--handheld, .\36\/9--handheld {
    width: 66.66667%;
  }
  .\31\/4--handheld, .\32\/8--handheld {
    width: 25%;
  }
  .\33\/4--handheld, .\36\/8--handheld {
    width: 75%;
  }
  .\31\/5--handheld, .\32\/10--handheld {
    width: 20%;
  }
  .\32\/5--handheld, .\34\/10--handheld {
    width: 40%;
  }
  .\33\/5--handheld, .\36\/10--handheld {
    width: 60%;
  }
  .\34\/5--handheld, .\38\/10--handheld {
    width: 80%;
  }
  .\31\/6--handheld {
    width: 16.66667%;
  }
  .\35\/6--handheld {
    width: 83.33333%;
  }
  .\31\/7--handheld {
    width: 14.28571%;
  }
  .\32\/7--handheld {
    width: 28.57143%;
  }
  .\33\/7--handheld {
    width: 42.85714%;
  }
  .\34\/7--handheld {
    width: 57.14286%;
  }
  .\35\/7--handheld {
    width: 71.42857%;
  }
  .\36\/7--handheld {
    width: 85.71429%;
  }
  .\31\/8--handheld {
    width: 12.5%;
  }
  .\33\/8--handheld {
    width: 37.5%;
  }
  .\35\/8--handheld {
    width: 62.5%;
  }
  .\37\/8--handheld {
    width: 87.5%;
  }
  .\31\/9--handheld {
    width: 11.11111%;
  }
  .\32\/9--handheld {
    width: 22.22222%;
  }
  .\34\/9--handheld {
    width: 44.44444%;
  }
  .\35\/9--handheld {
    width: 55.55556%;
  }
  .\37\/9--handheld {
    width: 77.77778%;
  }
  .\38\/9--handheld {
    width: 88.88889%;
  }
  .\31\/10--handheld {
    width: 10%;
  }
  .\33\/10--handheld {
    width: 30%;
  }
  .\37\/10--handheld {
    width: 70%;
  }
  .\39\/10--handheld {
    width: 90%;
  }
}

@media screen and (min-width: 801px) {
  .\31\/2--lap, .\32\/4--lap, .\33\/6--lap, .\34\/8--lap, .\35\/10--lap {
    width: 50%;
  }
  .\31\/3--lap, .\32\/6--lap, .\33\/9--lap {
    width: 33.33333%;
  }
  .\32\/3--lap, .\34\/6--lap, .\36\/9--lap {
    width: 66.66667%;
  }
  .\31\/4--lap, .\32\/8--lap {
    width: 25%;
  }
  .\33\/4--lap, .\36\/8--lap {
    width: 75%;
  }
  .\31\/5--lap, .\32\/10--lap {
    width: 20%;
  }
  .\32\/5--lap, .\34\/10--lap {
    width: 40%;
  }
  .\33\/5--lap, .\36\/10--lap {
    width: 60%;
  }
  .\34\/5--lap, .\38\/10--lap {
    width: 80%;
  }
  .\31\/6--lap {
    width: 16.66667%;
  }
  .\35\/6--lap {
    width: 83.33333%;
  }
  .\31\/7--lap {
    width: 14.28571%;
  }
  .\32\/7--lap {
    width: 28.57143%;
  }
  .\33\/7--lap {
    width: 42.85714%;
  }
  .\34\/7--lap {
    width: 57.14286%;
  }
  .\35\/7--lap {
    width: 71.42857%;
  }
  .\36\/7--lap {
    width: 85.71429%;
  }
  .\31\/8--lap {
    width: 12.5%;
  }
  .\33\/8--lap {
    width: 37.5%;
  }
  .\35\/8--lap {
    width: 62.5%;
  }
  .\37\/8--lap {
    width: 87.5%;
  }
  .\31\/9--lap {
    width: 11.11111%;
  }
  .\32\/9--lap {
    width: 22.22222%;
  }
  .\34\/9--lap {
    width: 44.44444%;
  }
  .\35\/9--lap {
    width: 55.55556%;
  }
  .\37\/9--lap {
    width: 77.77778%;
  }
  .\38\/9--lap {
    width: 88.88889%;
  }
  .\31\/10--lap {
    width: 10%;
  }
  .\33\/10--lap {
    width: 30%;
  }
  .\37\/10--lap {
    width: 70%;
  }
  .\39\/10--lap {
    width: 90%;
  }
}

@media screen and (min-width: 1025px) {
  .\31\/2--desk, .\32\/4--desk, .\33\/6--desk, .\34\/8--desk, .\35\/10--desk {
    width: 50%;
  }
  .\31\/3--desk, .\32\/6--desk, .\33\/9--desk {
    width: 33.33333%;
  }
  .\32\/3--desk, .\34\/6--desk, .\36\/9--desk {
    width: 66.66667%;
  }
  .\31\/4--desk, .\32\/8--desk {
    width: 25%;
  }
  .\33\/4--desk, .\36\/8--desk {
    width: 75%;
  }
  .\31\/5--desk, .\32\/10--desk {
    width: 20%;
  }
  .\32\/5--desk, .\34\/10--desk {
    width: 40%;
  }
  .\33\/5--desk, .\36\/10--desk {
    width: 60%;
  }
  .\34\/5--desk, .\38\/10--desk {
    width: 80%;
  }
  .\31\/6--desk {
    width: 16.66667%;
  }
  .\35\/6--desk {
    width: 83.33333%;
  }
  .\31\/7--desk {
    width: 14.28571%;
  }
  .\32\/7--desk {
    width: 28.57143%;
  }
  .\33\/7--desk {
    width: 42.85714%;
  }
  .\34\/7--desk {
    width: 57.14286%;
  }
  .\35\/7--desk {
    width: 71.42857%;
  }
  .\36\/7--desk {
    width: 85.71429%;
  }
  .\31\/8--desk {
    width: 12.5%;
  }
  .\33\/8--desk {
    width: 37.5%;
  }
  .\35\/8--desk {
    width: 62.5%;
  }
  .\37\/8--desk {
    width: 87.5%;
  }
  .\31\/9--desk {
    width: 11.11111%;
  }
  .\32\/9--desk {
    width: 22.22222%;
  }
  .\34\/9--desk {
    width: 44.44444%;
  }
  .\35\/9--desk {
    width: 55.55556%;
  }
  .\37\/9--desk {
    width: 77.77778%;
  }
  .\38\/9--desk {
    width: 88.88889%;
  }
  .\31\/10--desk {
    width: 10%;
  }
  .\33\/10--desk {
    width: 30%;
  }
  .\37\/10--desk {
    width: 70%;
  }
  .\39\/10--desk {
    width: 90%;
  }
}

@media screen and (min-width: 1160px) {
  .\31\/2--widescreen, .\32\/4--widescreen, .\33\/6--widescreen, .\34\/8--widescreen, .\35\/10--widescreen {
    width: 50%;
  }
  .\31\/3--widescreen, .\32\/6--widescreen, .\33\/9--widescreen {
    width: 33.33333%;
  }
  .\32\/3--widescreen, .\34\/6--widescreen, .\36\/9--widescreen {
    width: 66.66667%;
  }
  .\31\/4--widescreen, .\32\/8--widescreen {
    width: 25%;
  }
  .\33\/4--widescreen, .\36\/8--widescreen {
    width: 75%;
  }
  .\31\/5--widescreen, .\32\/10--widescreen {
    width: 20%;
  }
  .\32\/5--widescreen, .\34\/10--widescreen {
    width: 40%;
  }
  .\33\/5--widescreen, .\36\/10--widescreen {
    width: 60%;
  }
  .\34\/5--widescreen, .\38\/10--widescreen {
    width: 80%;
  }
  .\31\/6--widescreen {
    width: 16.66667%;
  }
  .\35\/6--widescreen {
    width: 83.33333%;
  }
  .\31\/7--widescreen {
    width: 14.28571%;
  }
  .\32\/7--widescreen {
    width: 28.57143%;
  }
  .\33\/7--widescreen {
    width: 42.85714%;
  }
  .\34\/7--widescreen {
    width: 57.14286%;
  }
  .\35\/7--widescreen {
    width: 71.42857%;
  }
  .\36\/7--widescreen {
    width: 85.71429%;
  }
  .\31\/8--widescreen {
    width: 12.5%;
  }
  .\33\/8--widescreen {
    width: 37.5%;
  }
  .\35\/8--widescreen {
    width: 62.5%;
  }
  .\37\/8--widescreen {
    width: 87.5%;
  }
  .\31\/9--widescreen {
    width: 11.11111%;
  }
  .\32\/9--widescreen {
    width: 22.22222%;
  }
  .\34\/9--widescreen {
    width: 44.44444%;
  }
  .\35\/9--widescreen {
    width: 55.55556%;
  }
  .\37\/9--widescreen {
    width: 77.77778%;
  }
  .\38\/9--widescreen {
    width: 88.88889%;
  }
  .\31\/10--widescreen {
    width: 10%;
  }
  .\33\/10--widescreen {
    width: 30%;
  }
  .\37\/10--widescreen {
    width: 70%;
  }
  .\39\/10--widescreen {
    width: 90%;
  }
}

@media screen and (min-width: 1400px) {
  .\31\/2--widescreen-hd, .\32\/4--widescreen-hd, .\33\/6--widescreen-hd, .\34\/8--widescreen-hd, .\35\/10--widescreen-hd {
    width: 50%;
  }
  .\31\/3--widescreen-hd, .\32\/6--widescreen-hd, .\33\/9--widescreen-hd {
    width: 33.33333%;
  }
  .\32\/3--widescreen-hd, .\34\/6--widescreen-hd, .\36\/9--widescreen-hd {
    width: 66.66667%;
  }
  .\31\/4--widescreen-hd, .\32\/8--widescreen-hd {
    width: 25%;
  }
  .\33\/4--widescreen-hd, .\36\/8--widescreen-hd {
    width: 75%;
  }
  .\31\/5--widescreen-hd, .\32\/10--widescreen-hd {
    width: 20%;
  }
  .\32\/5--widescreen-hd, .\34\/10--widescreen-hd {
    width: 40%;
  }
  .\33\/5--widescreen-hd, .\36\/10--widescreen-hd {
    width: 60%;
  }
  .\34\/5--widescreen-hd, .\38\/10--widescreen-hd {
    width: 80%;
  }
  .\31\/6--widescreen-hd {
    width: 16.66667%;
  }
  .\35\/6--widescreen-hd {
    width: 83.33333%;
  }
  .\31\/7--widescreen-hd {
    width: 14.28571%;
  }
  .\32\/7--widescreen-hd {
    width: 28.57143%;
  }
  .\33\/7--widescreen-hd {
    width: 42.85714%;
  }
  .\34\/7--widescreen-hd {
    width: 57.14286%;
  }
  .\35\/7--widescreen-hd {
    width: 71.42857%;
  }
  .\36\/7--widescreen-hd {
    width: 85.71429%;
  }
  .\31\/8--widescreen-hd {
    width: 12.5%;
  }
  .\33\/8--widescreen-hd {
    width: 37.5%;
  }
  .\35\/8--widescreen-hd {
    width: 62.5%;
  }
  .\37\/8--widescreen-hd {
    width: 87.5%;
  }
  .\31\/9--widescreen-hd {
    width: 11.11111%;
  }
  .\32\/9--widescreen-hd {
    width: 22.22222%;
  }
  .\34\/9--widescreen-hd {
    width: 44.44444%;
  }
  .\35\/9--widescreen-hd {
    width: 55.55556%;
  }
  .\37\/9--widescreen-hd {
    width: 77.77778%;
  }
  .\38\/9--widescreen-hd {
    width: 88.88889%;
  }
  .\31\/10--widescreen-hd {
    width: 10%;
  }
  .\33\/10--widescreen-hd {
    width: 30%;
  }
  .\37\/10--widescreen-hd {
    width: 70%;
  }
  .\39\/10--widescreen-hd {
    width: 90%;
  }
}

/*! General Styles start here. */
*::selection {
  background: #b3b3b3;
  color: white;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

h1 {
  font-family: "Droid Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

h2 {
  line-height: 1.2;
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
}

h3 {
  line-height: 1.4;
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
}

p {
  line-height: 1.58;
  color: black;
  font-size: 1.1rem;
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
}

p.clear {
  margin: 0;
  font-size: 1rem;
}

a {
  color: #189ED9;
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
}

li {
  margin-bottom: .5rem;
  font-family: "Droid Sans", sans-serif;
}

form, fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
  width: 100%;
  padding: .5rem .6rem;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  box-sizing: border-box;
  min-height: 43px;
  font-size: 1rem;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: grey;
}

input[type=submit] {
  color: white;
  padding: .5rem 1rem;
  border-radius: 2px;
  border: 0;
}

input[type="text"], input[type="email"], input[type="password"], input[type="checkbox"], textarea, select {
  margin-bottom: 1rem;
}

label.left {
  color: #1C1C1C;
  display: block;
  font-size: 1rem;
  padding-bottom: .3rem;
  font-family: "Droid Sans", sans-serif;
}

textarea, [type=text], [type=password], [type=email] {
  line-height: 1.58;
  color: gray;
  font-size: 1rem;
}

tr {
  border: 1px solid gainsboro;
}

tr:nth-child(even) {
  background: rgba(219, 224, 230, 0.3);
}

td {
  padding: .5rem;
}

.site-footer {
  background: #F3F3F3;
}

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

@media screen and (min-width: 801px) {
  .site-footer__contact {
    text-align: left;
  }
}

.site-footer__address {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #8E8E8E;
}

.site-footer__phone {
  font-size: 0.9rem;
  display: inline-block;
  margin: 0  1rem 1rem 0;
  color: #8E8E8E;
  text-decoration: none;
}

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

@media screen and (min-width: 801px) {
  .site-footer__logos {
    text-align: right;
  }
}

.site-footer__logos a {
  text-decoration: none;
}

.site-footer__logo {
  height: 2.3rem;
  margin: 1rem 0 0rem 1rem;
}

@media screen and (min-width: 1025px) {
  .site-footer__logo {
    height: 3.5rem;
  }
}

.site-footer__text {
  color: #189ED9;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
}

@media screen and (min-width: 500px) {
  .site-footer__text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 801px) {
  .site-footer__text {
    text-align: right;
  }
}

.site-footer__links {
  border-top: 1px solid #c1c1c1;
  padding: 1.5rem 0 0.5rem;
  text-align: center;
}

.site-footer__link {
  text-decoration: none;
  color: #189ED9;
  padding: 0.5rem;
  font-size: 1rem;
  display: block;
}

@media screen and (min-width: 801px) {
  .site-footer__link {
    border-right: 1px solid #c1c1c1;
    font-size: 0.6rem;
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem 0.2rem 0;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .site-footer__link {
    padding: 0.5rem 0.5rem 0.5rem 0.2rem;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1160px) {
  .site-footer__link {
    padding: 0.7rem;
    font-size: 0.9rem;
  }
}

.site-footer__link:last-child {
  border-right: none;
}

.site-header {
  text-align: center;
  background-color: gray;
}

.site-header__logo {
  margin-top: -1rem;
  text-align: left;
  width: 100px;
  padding: 2rem 0.5rem 0.5rem;
  background: white;
}

.site-header__body {
  margin-bottom: 2rem;
  padding: 3rem;
}

.site-header__title {
  margin: 0;
  font-size: 1.5rem;
  color: white;
}

@media screen and (min-width: 500px) {
  .site-header__title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 801px) {
  .site-header__title {
    font-size: 3rem;
  }
}

.site-header__tagline {
  color: white;
  font-style: italic;
  margin: 2rem 0 1.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 500px) {
  .site-header__tagline {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 801px) {
  .site-header__tagline {
    font-size: 2rem;
  }
}

.site-header__flag-area {
  font-size: 0.8rem;
  color: white;
  font-family: "Droid Sans", sans-serif;
}

@media screen and (min-width: 500px) {
  .site-header__flag-area {
    font-size: 1rem;
  }
}

@media screen and (min-width: 801px) {
  .site-header__flag-area {
    font-size: 1.5rem;
  }
}

.site-header__flag {
  width: 40px;
  vertical-align: middle;
}

@media screen and (min-width: 500px) {
  .site-header__flag {
    width: 30px;
  }
}

@media screen and (min-width: 801px) {
  .site-header__flag {
    width: 50px;
  }
}

.wrapper, .wrapper--internal {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem;
}

.wrapper--internal {
  max-width: 1100px;
}

.flickity-slider {
  transform: none !important;
}

.home-slider__item {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.home-slider__item.is-selected {
  opacity: 1;
}

.home-slider {
  text-align: center;
  background-color: gray;
}

.home-slider__item {
  width: 100%;
}

.home-slider .flickity-page-dots {
  bottom: 25px;
}

.home-slider .flickity-page-dots .dot {
  background: transparent;
  border: 2px solid orange;
  width: 15px;
  height: 15px;
}

.featured-links {
  margin: 3rem 0;
}

.featured-links__item {
  height: 18rem;
  margin-bottom: 1rem;
  position: relative;
}

.featured-links__icon {
  background: white;
  padding: 0.5rem 0.5rem 0.2rem;
  margin: 0 0 0 1rem;
  width: 3.5rem;
}

.featured-links__icon img {
  width: 3.5rem;
}

.featured-links__body {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem 0.4rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.featured-links__title {
  color: black;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.page-content__body p {
  font-size: 1rem;
}

.page-content__body h2 {
  color: #189ED9;
  font-size: 1.5rem;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 1rem;
  font-family: "Droid Sans", sans-serif;
}

.page-content__body h3 {
  color: #189ED9;
  font-size: 1.3rem;
  margin: 1rem 0 0;
}

.page-content__body a {
  text-decoration: none;
}

.page-content__main {
  background: #fff;
  margin: 2rem 0 2rem;
  padding: 0 0 2rem 0;
}

.page-content__home {
  background: #e9f8ff;
  margin: 0 0 2rem;
  padding: 0 0 2rem 0;
}

.page-content__home-wrap {
  position: relative;
  margin-bottom: 1.9rem;
  margin-top: 3rem;
}

@media screen and (min-width: 1025px) {
  .page-content__home-wrap {
    margin-top: 0;
  }
}

.page-content__home-title {
  font-weight: 600;
  color: #189ED9;
  font-size: 2rem;
}

.page-content__home-content {
  padding: 0 1rem 0 0;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
  .page-content__home-content {
    border-right: 2px solid #189ED9;
  }
}

.page-content__home-content p {
  margin: 0;
}

.page-content__home-content h3 {
  color: #189ED9;
  margin: 1rem 0 0;
  display: inline-block;
}

.page-content__home-content h3 a {
  color: #189ED9;
  text-decoration: none;
}

.page-content__home-content h4 {
  margin: 0 0 0 3rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.page-content__home-content ul {
  list-style: none;
  margin: 0px 0 0 -2rem;
}

.page-content__home-content ul li:before {
  content: "■";
  color: #189ED9;
  font-size: 1.5rem;
  padding-right: 5px;
  display: inline-block;
}

.page-content__home-contact {
  margin-bottom: 2rem;
}

.page-content__home-img {
  max-width: 100%;
  margin: 0 0 1rem;
}

@media screen and (min-width: 801px) {
  .page-content__home-img {
    max-width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .page-content__home-img {
    max-width: 100%;
  }
}

.page-content__home-subtitle {
  color: #189ED9;
  margin: 0;
}

.page-content__home-address {
  margin: 0;
  font-size: 1.1rem;
}

.page-content__home-phone {
  margin: 1rem 0;
  text-decoration: none;
  color: black;
}

@media screen and (min-width: 500px) {
  .page-content__home-phone {
    bottom: 2rem;
    position: absolute;
    font-size: 1.1rem;
  }
}

.page-content__home-email {
  font-size: 1.1rem;
  text-decoration: none;
  color: black;
  margin: 1rem 0;
}

@media screen and (min-width: 500px) {
  .page-content__home-email {
    margin: 0;
    bottom: 10px;
    position: absolute;
    font-size: 1.1rem;
  }
}

.page-content__home-button {
  background: #189ED9;
  text-decoration: none;
  color: white;
  width: 115px;
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.page-content__sidebar {
  display: none;
}

@media screen and (min-width: 801px) {
  .page-content__sidebar {
    display: inline-block;
    margin: 1rem 0 0;
  }
}

.page-content__sidebar-item {
  padding: 0.5rem 1rem;
  border-left: 1px solid gainsboro;
}

.page-content__sidebar-item.current {
  border-left: 5px solid #189ED9;
}

.page-content__sidebar-link {
  text-decoration: none;
  font-size: 1rem;
}

.page-content__sidebar-link.current {
  margin-left: -4px;
}

.icon-circle {
  background: #189ED9;
  border-radius: 20px;
  padding: 5px;
  margin-right: 10px;
}

.icon-white {
  color: white;
}

.news-block {
  background: #FFFDE9;
  padding: 0 0 1rem;
  margin-bottom: 2rem;
}

.news-block__title {
  font-weight: 600;
  color: #189ED9;
  font-size: 2rem;
}

.news-block__article {
  margin: 1rem 0;
}

.news-block__article-title {
  color: #189ED9;
  font-size: 1.4rem;
  text-decoration: none;
}

.news-block__article-body {
  font-size: 1rem;
}

.news-block__article-button {
  text-decoration: none;
  color: #189ED9;
}

.page-title {
  background: #189ED9;
}

.page-title h1 {
  margin: 0;
  color: white;
  font-size: 1.6rem;
}

.page-title__link {
  margin: 0;
  color: white;
  font-size: 1.6rem;
  float: right;
  text-decoration: none;
}

.enquiry-shell {
  background: #e9f8ff;
  padding: 1.2rem 1.5rem;
}

.enquiry-shell__title {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #189ED9;
}

.enquiry-shell .field .left {
  color: #155876;
}

.enquiry-shell .fieldgroup {
  font-size: 0;
  margin-bottom: 1.5rem;
}

.enquiry-shell .fieldgroup > label {
  margin-bottom: .3rem;
}

.enquiry-shell .fieldgroup-field {
  font-size: 1rem;
}

@media screen and (min-width: 801px) {
  .enquiry-shell .fieldgroup-field {
    width: 50%;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .enquiry-shell .fieldgroup-field {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 1400px) {
  .enquiry-shell .fieldgroup-field {
    width: 50%;
    display: inline-block;
  }
}

.enquiry-shell .fieldgroup-field input, .enquiry-shell .fieldgroup-field label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.enquiry-shell .fieldgroup-field label {
  padding: .4rem;
  font-size: .9rem;
}

.enquiry-shell .Actions input {
  width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
  max-width: 304px;
  padding: .8rem 1rem;
}

.middleColumn {
  display: block;
  width: 80%;
}

@media screen and (min-width: 500px) {
  .middleColumn {
    display: inline-block;
    width: 70%;
  }
}

label.left {
  display: block;
  width: 80%;
  vertical-align: top;
}

@media screen and (min-width: 500px) {
  label.left {
    display: inline-block;
    width: 30%;
  }
}

label.right {
  font-size: .9rem;
}

@media screen and (min-width: 1025px) {
  .enquiry-content {
    margin-right: 2rem;
  }
}

.enquiry-content__title {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #189ED9;
}

.enquiry-content__address {
  margin-top: 0;
}

.enquiry-content__contact-info {
  text-decoration: none;
  color: #1C1C1C;
  margin: .5rem;
  font-size: 1.1rem;
  display: block;
}

.enquiry-content__contact-info [class*=icon-] {
  color: #189ED9;
  margin-right: .5rem;
}

.embed-map {
  border: 1px solid #189ED9;
  margin-bottom: 1rem;
}

.embed-map__item {
  width: 100%;
  height: 265px;
}

.enquiry-imgs {
  margin-top: 1rem;
}

.enquiry-imgs img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.myButton {
  -moz-box-shadow: inset 0px -3px 7px 0px #45b7e8;
  -webkit-box-shadow: inset 0px -3px 7px 0px #45b7e8;
  box-shadow: inset 0px -3px 7px 0px #45b7e8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74c5e8), color-stop(1, #189fd9));
  background: -moz-linear-gradient(top, #74c5e8 5%, #189fd9 100%);
  background: -webkit-linear-gradient(top, #74c5e8 5%, #189fd9 100%);
  background: -o-linear-gradient(top, #74c5e8 5%, #189fd9 100%);
  background: -ms-linear-gradient(top, #74c5e8 5%, #189fd9 100%);
  background: linear-gradient(to bottom, #74c5e8 5%, #189fd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c5e8', endColorstr='#189fd9',GradientType=0);
  background-color: #74c5e8;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  padding: 13px 17px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #4d5a80;
}

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #189fd9), color-stop(1, #74c5e8));
  background: -moz-linear-gradient(top, #189fd9 5%, #74c5e8 100%);
  background: -webkit-linear-gradient(top, #189fd9 5%, #74c5e8 100%);
  background: -o-linear-gradient(top, #189fd9 5%, #74c5e8 100%);
  background: -ms-linear-gradient(top, #189fd9 5%, #74c5e8 100%);
  background: linear-gradient(to bottom, #189fd9 5%, #74c5e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#189fd9', endColorstr='#74c5e8',GradientType=0);
  background-color: #189fd9;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.homepage-images {
  font-size: 0;
}

.homepage-images__item, .homepage-images__item.size-two, .homepage-images__item.size-three {
  width: 12.5%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 8px;
  box-sizing: border-box;
  padding-right: 8px;
}

.size-two.homepage-images__item, .size-three.homepage-images__item {
  width: 25%;
}

.map-wrapper {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  width: 100%;
  display: inline-block;
  margin: 0 0 1rem;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sitemap-list {
  margin: 1rem 0;
}

.question-block {
  background: #efefef;
  background: #189ED9;
  border: 1px solid #cccccc;
  padding: .5em;
}

.q-and-a .question {
  background: url(../images/toggle-bg.png) 97% 16px no-repeat;
  border-bottom: 1px solid #189ED9;
  padding: .6em;
  color: #fff;
  margin: 0;
  cursor: pointer;
  font-size: 1.2em;
  background-color: #69c5ee;
  font-weight: 700;
}

.q-and-a .question.open {
  background-image: url(../images/toggle-bg-off.png);
}

.q-and-a .answer {
  height: 0;
  overflow: hidden;
  padding-left: .9em;
  font-size: .9em;
  border-bottom: 1px solid grey;
}

.q-and-a .additional-info {
  height: 0em;
  overflow: hidden;
  font-size: 0.9em;
  background: #fff;
}

.q-and-a .additional-info.open {
  height: auto;
  padding: 0.85em;
}

.q-and-a .additional-info tr:hover {
  background: #EEE;
}

.q-and-a .additional-info td {
  padding: 0.4em;
  line-height: 1.3;
}


