﻿@charset "UTF-8";
/*! Humaan CSS v4.0 */
/* normalize.css v3.0.1 | 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,
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: 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; }

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/*
div.logo {
  background: url("logo.png") no-repeat;
  @include image-2x("logo2x.png", 100px, 25px);
}
*/
.bg-lightGrey {
  background-color: #ebebeb; }

.bg-lightGreyAlt {
  background-color: #c0cddd; }

.bg-lightGreyAlt2 {
  background-color: #8ea6c2; }

.bg-grey {
  background-color: #898b8e; }

.bg-darkGrey {
  background-color: #435060; }

.bg-vDarkGrey {
  background-color: #1e324c; }

.bg-greyBlue {
  background-color: #5b6467; }

.bg-lightBlue {
  background-color: #31b8c0; }

.bg-teal {
  background-color: #009ca3; }

.bg-blue {
  background-color: #3da0cd; }

.bg-surfBlue {
  background-color: #3da0cd; }

.bg-royalBlue {
  background-color: #006eb4; }

.bg-purple {
  background-color: #876ca1; }

.bg-pinkPurple {
  background-color: #ac4484; }

.bg-aqua {
  background-color: #03627d; }

.bg-navy {
  background-color: #1e324c; }

.bg-green {
  background-color: #7fad01; }

.bg-fishGreen {
  background-color: #7fad01; }

.bg-yellow {
  background-color: #ffb511; }

.bg-orange {
  background-color: #da6e1b; }

.bg-red {
  background-color: #ed6964; }

.bg-crimson {
  background-color: #b14127; }

.bg-tan {
  background-color: #a69d80; }

.bg-brown {
  background-color: #9c9378; }

.text-lightGrey {
  color: #ebebeb; }

.text-lightGreyAlt {
  color: #c0cddd; }

.text-lightGreyAlt2 {
  color: #8ea6c2; }

.text-grey {
  color: #898b8e; }

.text-darkGrey {
  color: #435060; }

.text-vDarkGrey {
  color: #1e324c; }

.text-greyBlue {
  color: #5b6467; }

.text-lightBlue {
  color: #31b8c0; }

.text-teal {
  color: #009ca3; }

.text-blue {
  color: #3da0cd; }

.text-surfBlue {
  color: #3da0cd; }

.text-royalBlue {
  color: #006eb4; }

.text-green {
  color: #7fad01; }

.text-fishGreen {
  color: #7fad01; }

.text-yellow {
  color: #ffb511; }

.text-orange {
  color: #da6e1b; }

.text-red {
  color: #ed6964; }

.text-tan {
  color: #a69d80; }

.text-brown {
  color: #9c9378; }

@font-face {
  font-family: 'serialsue_trialregular';
  src: url("fonts/serials_t-webfont.eot");
  src: url("fonts/serials_t-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/serials_t-webfont.woff2") format("woff2"), url("fonts/serials_t-webfont.woff") format("woff"), url("fonts/serials_t-webfont.ttf") format("truetype"), url("fonts/serials_t-webfont.svg#serialsue_trialregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SerialSue';
  src: url("fonts/2C7D6E_0_0.eot");
  src: url("fonts/2C7D6E_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2C7D6E_0_0.woff2") format("woff2"), url("fonts/2C7D6E_0_0.woff") format("woff"), url("fonts/2C7D6E_0_0.ttf") format("truetype"); }
.fancy {
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal; }

/* Default Margin */
html {
  font-size: 6.25%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 32px;
  font-size: 32rem;
  line-height: 1.6;
  font-family: "Benton Sans Light";
  font-style: normal;
  font-weight: normal; }

h2 {
  font-size: 22px;
  font-size: 22rem;
  line-height: 1.5; }

h3 {
  font-size: 18px;
  font-size: 18rem;
  line-height: 1.4;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

h4 {
  font-size: 16px;
  font-size: 16rem;
  line-height: 1.4;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

h5 {
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.4;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

h6 {
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.3;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

p {
  margin: 0 0 20px; }

p {
  margin: 0 0 20px; }

small {
  font-size: 80%; }

strong {
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold; }

a {
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #3da0cd; }

a:hover,
a:active {
  outline: none; }

a:hover,
a:focus {
  color: #009ca3; }

blockquote,
blockquote p {
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 20px;
  padding-left: 40px;
  border-left: 2px solid #3da0cd; }

blockquote cite {
  display: block; }

blockquote cite:before {
  content: "\2014 \0020"; }

figure {
  margin: 0;
  margin-bottom: 40px; }

.fineprint {
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.2;
  text-align: center;
  color: #898b8e; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
    font-size: 20rem; } }
table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

thead {
  display: table-header-group; }

.table,
.standard table {
  border-collapse: collapse !important; }

.table td,
.table th {
  background-color: #fff !important; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #898b8e;
  text-align: left; }

th {
  text-align: left; }

.table,
.standard table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.standard table > thead > tr > th,
.standard table > tbody > tr > th,
.standard table > tfoot > tr > th,
.standard table > thead > tr > td,
.standard table > tbody > tr > td,
.standard table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.standard table > tbody > tr:first-child > td {
  border-top: 0; }

.standard table > thead > tr > th,
.standard table > tbody > tr > th,
.standard table > tfoot > tr > th,
.standard table > thead > tr > td,
.standard table > tbody > tr > td,
.standard table > tfoot > tr > td {
  padding: 15px 20px; }

.standard table > thead {
  border-left: 1px solid #ddd; }

.standard table > thead > tr > th,
.standard table > thead > tr > td {
  background-color: #f7f7f7;
  border-right: 1px solid #ddd;
  border-bottom: 0;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table,
.standard table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-],
.standard table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-],
table th[class*=col-],
.standard table td[class*=col-],
.standard table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
.standard table > thead > tr > td.active,
.standard table > tbody > tr > td.active,
.standard table > tfoot > tr > td.active,
.standard table > thead > tr > th.active,
.standard table > tbody > tr > th.active,
.standard table > tfoot > tr > th.active,
.standard table > thead > tr.active > td,
.standard table > tbody > tr.active > td,
.standard table > tfoot > tr.active > td,
.standard table > thead > tr.active > th,
.standard table > tbody > tr.active > th,
.standard table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
.standard table > thead > tr > td.success,
.standard table > tbody > tr > td.success,
.standard table > tfoot > tr > td.success,
.standard table > thead > tr > th.success,
.standard table > tbody > tr > th.success,
.standard table > tfoot > tr > th.success,
.standard table > thead > tr.success > td,
.standard table > tbody > tr.success > td,
.standard table > tfoot > tr.success > td,
.standard table > thead > tr.success > th,
.standard table > tbody > tr.success > th,
.standard table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th,
.standard table > thead > tr > td.info,
.standard table > tbody > tr > td.info,
.standard table > tfoot > tr > td.info,
.standard table > thead > tr > th.info,
.standard table > tbody > tr > th.info,
.standard table > tfoot > tr > th.info,
.standard table > thead > tr.info > td,
.standard table > tbody > tr.info > td,
.standard table > tfoot > tr.info > td,
.standard table > thead > tr.info > th,
.standard table > tbody > tr.info > th,
.standard table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
.standard table > thead > tr > td.warning,
.standard table > tbody > tr > td.warning,
.standard table > tfoot > tr > td.warning,
.standard table > thead > tr > th.warning,
.standard table > tbody > tr > th.warning,
.standard table > tfoot > tr > th.warning,
.standard table > thead > tr.warning > td,
.standard table > tbody > tr.warning > td,
.standard table > tfoot > tr.warning > td,
.standard table > thead > tr.warning > th,
.standard table > tbody > tr.warning > th,
.standard table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
.standard table > thead > tr > td.danger,
.standard table > tbody > tr > td.danger,
.standard table > tfoot > tr > td.danger,
.standard table > thead > tr > th.danger,
.standard table > tbody > tr > th.danger,
.standard table > tfoot > tr > th.danger,
.standard table > thead > tr.danger > td,
.standard table > tbody > tr.danger > td,
.standard table > tfoot > tr.danger > td,
.standard table > thead > tr.danger > th,
.standard table > tbody > tr.danger > th,
.standard table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
.table.rates {
  margin-top: 95px; }

.table.rates,
.standard table {
  font-size: 14px;
  font-size: 14rem; }

.table.rates caption,
.standard table caption {
  font-size: 18px;
  font-size: 18rem; }

.table.rates thead .title
.standard table thead .title {
  font-size: 22px;
  font-size: 22rem;
  margin: 20px 0;
  display: block;
  text-align: left; }

.table.rates thead strong,
.standard table thead strong {
  display: block; }

.table.rates > thead > tr > th {
  border: 0;
  font-size: 12px;
  font-size: 12rem;
  text-align: center;
  padding: 0; }

.table.rates tbody,
.standard table tbody {
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }

.table.rates tbody th,
.table.rates tbody td,
.standard table tbody th,
.standard table tbody td {
  border-right: 1px solid #e2e2e2; }

.table.rates tbody th,
.standard table tbody th {
  background-color: #f7f7f7 !important;
  font-size: 12px;
  font-size: 12rem; }

.table.rates tbody td:first-child {
  text-align: left; }

.table.rates .price {
  text-align: center; }

.table.rates .price span {
  padding: 0 15px;
  min-width: 90px;
  display: inline-block; }

.table.rates td.price span {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

.table.rates tbody td,
.standard table tbody td {
  padding-top: 15px;
  padding-bottom: 15px; }

.table.rates .min-width,
.standard table .min-width {
  min-width: 200px;
  padding-left: 30px; }

@media screen and (max-width: 960px) {
  .table.rates,
  .standard table {
    font-size: 12px;
    font-size: 12rem; }

  .table.rates .min-width
  .standard table .min-width {
    min-width: 0;
    padding: 15px; }

  .table.rates .price span {
    padding: 0 8px;
    min-width: 0; }

  .table.rates tbody th,
  .standard table tbody th {
    font-size: 10px;
    font-size: 10rem; } }
@media screen and (min-width: 768px) {
  .table.rates > tbody tr:nth-child(2) td {
    border-top: 0; } }
@media screen and (max-width: 768px) {
  .table.rates {
    margin-top: 0; }

  .table.rates tr {
    margin-bottom: 10px; }

  .table.rates td {
    width: 100%;
    display: block; }

  .table.rates tbody {
    border: 0; }

  .table.rates tbody tr {
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }

  .table.rates tbody tr:nth-child(n+2) {
    display: block; }

  .table.rates tbody td:first-child {
    background-color: #f7f7f7 !important; }

  .table.rates .price {
    text-align: left; }
    .table.rates .price:before {
      font-family: "Benton Sans Medium";
      font-style: normal;
      font-weight: normal;
      margin-bottom: 10px;
      display: block; }
    .table.rates .price.low:before {
      content: 'Low Period'; }
    .table.rates .price.shoulder:before {
      content: 'Shoulder Period & July School Holidays'; }
    .table.rates .price.peak:before {
      content: 'Peak Period'; }
    .table.rates .price.holiday:before {
      content: 'Holiday Peak Period'; }

  .table.rates .price .midweek,
  .table.rates .price .weekend {
    display: block;
    padding: 0;
    font-family: "Benton Sans Book";
    font-style: normal;
    font-weight: normal; }
    .table.rates .price .midweek:before,
    .table.rates .price .weekend:before {
      width: 70px;
      display: inline-block; }

  .table.rates .midweek:before {
    content: 'Midweek:'; }

  .table.rates .weekend:before {
    content: 'Weekend:'; } }
.modal table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse !important;
  background-color: transparent;
  border-spacing: 0; }

.modal table > tbody > tr > td {
  border: 0;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top; }

.modal table td,
.modal table th {
  background-color: #fff !important; }

.mob-vis-md,
.mob-vis-sm {
  display: none; }

@media only screen and (max-width: 768px) {
  .mob-vis-md {
    display: block; }

  .mob-hid-md {
    display: none; }

  .is-mobOpen .mob-menu {
    display: block; } }
@media only screen and (max-width: 480px) {
  .mob-vis-sm {
    display: block; }

  .mob-hid-sm {
    display: none; } }
img {
  max-width: 100%;
  height: auto; }

@font-face {
  font-family: "icons";
  src: url("fonts/icons-f5f679c7e69946317c48d18e1ad6b3f1.eot");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "icons";
  src: url("fonts/icons-f5f679c7e69946317c48d18e1ad6b3f1.eot");
  src: url("fonts/icons-f5f679c7e69946317c48d18e1ad6b3f1.eot?#iefix") format("embedded-opentype"), url("fonts/icons-f5f679c7e69946317c48d18e1ad6b3f1.woff") format("woff"), url("fonts/icons-f5f679c7e69946317c48d18e1ad6b3f1.ttf") format("truetype"), url("fonts/icons-f5f679c7e69946317c48d18e1ad6b3f1.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icn_01-map:before {
  content: "\f101"; }

.icn_02-mail:before {
  content: "\f102"; }

.icn_03-sun:before {
  content: "\f103"; }

.icn_04-search:before {
  content: "\f104"; }

.icn_05-arrow-down:before {
  content: "\f105"; }

.icn_06-tours:before {
  content: "\f106"; }

.icn_07-bike-hire:before {
  content: "\f107"; }

.icn_08-accomidation:before {
  content: "\f108"; }

.icn_09-mooring:before {
  content: "\f109"; }

.icn_10-rotto:before {
  content: "\f10a"; }

.icn_11-hand-arrow-down:before {
  content: "\f10b"; }

.icn_12-arrow-left:before {
  content: "\f10c"; }

.icn_13-arrow-rigt:before {
  content: "\f10d"; }

.icn_14-close:before {
  content: "\f10e"; }

.icn_15-bike:before {
  content: "\f10f"; }

.icn_16-camera:before {
  content: "\f110"; }

.icn_17-bed:before {
  content: "\f111"; }

.icn_18-surf:before {
  content: "\f112"; }

.icn_19-fish:before {
  content: "\f113"; }

.icn_20-snokel:before {
  content: "\f114"; }

.icn_21-eat:before {
  content: "\f115"; }

.icn_22-circle:before {
  content: "\f116"; }

.icn_23-path:before {
  content: "\f117"; }

.icn_24-walktrial:before {
  content: "\f118"; }

.icn_25-lighthouse:before {
  content: "\f119"; }

.icn_26-gun:before {
  content: "\f11a"; }

.icn_27-cannon:before {
  content: "\f11b"; }

.icn_28-mail-alt:before {
  content: "\f11c"; }

.icn_29-social-facebook:before {
  content: "\f11d"; }

.icn_30-social-twitter:before {
  content: "\f11e"; }

.icn_31-social-instagram:before {
  content: "\f11f"; }

.icn_32-social-instagram-alt:before {
  content: "\f120"; }

.icn_33-social-tripadvisor:before {
  content: "\f121"; }

.icn_34-calendar:before {
  content: "\f122"; }

.icn_35-leadin:before {
  content: "\f123"; }

.icn_36-arrow-down:before {
  content: "\f124"; }

.icn_37-arrow-up:before {
  content: "\f125"; }

.icn_38-announcement:before {
  content: "\f126"; }

.icn_39-summer:before {
  content: "\f127"; }

.icn_40-marker:before {
  content: "\f128"; }

.icn_41-home:before {
  content: "\f129"; }

.icn_42-clock:before {
  content: "\f12a"; }

.icn_43-mouse:before {
  content: "\f12b"; }

.icn_44-call:before {
  content: "\f12c"; }

.icn_45-download:before {
  content: "\f12d"; }

.icn_46-download-large:before {
  content: "\f12e"; }

.icn_47-download-maps:before {
  content: "\f12f"; }

.icn_48-tick:before {
  content: "\f130"; }

.icn_49-prompt:before {
  content: "\f131"; }

.icn_51-plan-travel:before {
  content: "\f132"; }

.icn_52-plan-stay:before {
  content: "\f133"; }

.icn_53-plan-transport:before {
  content: "\f134"; }

.icn_54-plan-activity:before {
  content: "\f135"; }

.icn_55-plan-tours:before {
  content: "\f136"; }

.icn_56-plan-activities:before {
  content: "\f137"; }

.icn_57-plan-disability:before {
  content: "\f138"; }

.icn_58-plan-bus:before {
  content: "\f139"; }

.icn_59-smiley:before {
  content: "\f13a"; }

.icn_60-fax:before {
  content: "\f13b"; }

.icn_61-link:before {
  content: "\f13c"; }

.icn_62-frownyface:before {
  content: "\f13d"; }

@font-face {
  font-family: 'weather';
  src: url("fonts/meteocons-webfont.eot");
  src: url("fonts/meteocons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/meteocons-webfont.woff") format("woff"), url("fonts/meteocons-webfont.ttf") format("truetype"), url("fonts/meteocons-webfont.svg#MeteoconsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
.w-01d:before {
  content: 'B'; }

.w-01n:before {
  content: 'C'; }

.w-03d:before {
  content: 'H'; }

.w-03n:before {
  content: 'I'; }

.w-04d:before {
  content: 'N'; }

.w-04n:before {
  content: 'N'; }

.w-05d:before {
  content: 'Y'; }

.w-05n:before {
  content: 'Y'; }

.w-06d:before {
  content: 'Q'; }

.w-06n:before {
  content: 'Q'; }

.w-07d:before {
  content: 'R'; }

.w-07n:before {
  content: 'R'; }

.w-07d:before {
  content: 'O'; }

.w-07n:before {
  content: 'O'; }

.w-07d:before {
  content: 'W'; }

.w-07n:before {
  content: 'W'; }

.w-07d:before {
  content: 'M'; }

.w-07n:before {
  content: 'M'; }

.w-01d:before {
  content: 'B'; }

.w-01n:before {
  content: 'C'; }

.w-02d:before {
  content: 'H'; }

.w-02n:before {
  content: 'I'; }

.w-03d:before {
  content: 'N'; }

.w-03n:before {
  content: 'N'; }

.w-04d:before {
  content: 'Y'; }

.w-04n:before {
  content: 'Y'; }

.w-09d:before {
  content: 'Q'; }

.w-09n:before {
  content: 'Q'; }

.w-10d:before {
  content: 'R'; }

.w-10n:before {
  content: 'R'; }

.w-11d:before {
  content: '0'; }

.w-11n:before {
  content: '0'; }

.w-13d:before {
  content: 'W'; }

.w-13n:before {
  content: 'W'; }

.w-50d:before {
  content: 'M'; }

.w-50n:before {
  content: 'M'; }

header {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 999;
  max-width: 1600px; }

header a {
  text-decoration: none;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

.hamburger {
  display: none;
  text-align: center;
  font-size: 12px;
  font-size: 12rem;
  padding: 15px 12px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 60px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamburger .divider {
  width: 100%;
  height: 4px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  background-color: #009ca3;
  border-radius: 2px;
  position: relative; }
  .hamburger .divider:last-child {
    margin-bottom: 0; }

.is-mobOpen .hamburger {
  height: 58px; }

.is-mobOpen .hamburger .divider {
  display: none; }
  .is-mobOpen .hamburger .divider:first-child, .is-mobOpen .hamburger .divider:last-child {
    display: block; }
  .is-mobOpen .hamburger .divider:first-child {
    transform: rotate(45deg);
    top: 12px; }
  .is-mobOpen .hamburger .divider:last-child {
    transform: rotate(-45deg); }

.mob-cta {
  clear: both;
  margin-bottom: 20px; }

.mob-cta .btn {
  width: 50%;
  float: left; }

.main-bar {
  background-color: #fff;
  padding-left: 220px;
  padding-right: 360px;
  font-size: 16px;
  font-size: 16rem;
  position: relative;
  z-index: 2;
  max-width: 1600px; }

.main-bar nav {
  text-align: center;
  width: 100%; }

.main-bar nav ul {
  font-size: 0px;
  font-size: 0rem; }

.main-bar nav li {
  display: inline-block;
  font-size: 14px;
  font-size: 14rem; }

.main-bar a {
  color: #435060;
  padding: 42px 15px;
  display: block; }
  .main-bar a:hover {
    color: #009ca3; }

.main-bar li.active > a {
  color: #3da0cd; }
  .main-bar li.active > a:hover {
    color: #2c83ab; }

header .logo {
  float: left;
  padding: 35px 20px;
  color: #009ca3;
  font-size: 20px;
  font-size: 20rem;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0; }
  header .logo:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10a'; }

.book-online {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -25px; }

.book-online .buttons {
  zoom: 1;
  margin: 0; }
  .book-online .buttons:before, .book-online .buttons:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .book-online .buttons:after {
    clear: both; }

.book-online .buttons a {
  font-size: 13px;
  font-size: 13rem; }

.book-online .plan,
.book-online .book {
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.book-online .plan {
  color: #435060;
  background-color: #ebebeb;
  border-radius: 3px 0 0 3px;
  padding: 15px 20px;
  padding-left: 45px; }
  .book-online .plan:hover {
    background-color: #dedede;
    color: #009ca3; }
  .book-online .plan:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f101';
    color: #009ca3;
    font-size: 22px;
    font-size: 22rem;
    position: absolute;
    left: 15px;
    top: 14px; }

.book-online .book {
  overflow: visible;
  position: relative;
  color: #fff;
  padding: 15px 20px;
  padding-right: 55px;
  background-color: #009ca3;
  border-radius: 0 3px 3px 0; }
  .book-online .book:hover {
    background-color: #008d94;
    color: #fff; }
  .book-online .book:before {
    content: ' ';
    position: absolute;
    right: 36px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #007a7f; }
  .book-online .book:after {
    content: ' ';
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 4px;
    margin-left: -4px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px; }

.book-online.active .book {
  background-color: #006b70; }

.booking-options {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 95px;
  width: 550px;
  height: 143px;
  visibility: hidden;
  right: 0;
  opacity: 0;
  z-index: 10;
  transform: scale(0.8) translateY(-10%);
  transition: all 0.2s cubic-bezier(0.3, 0, 0, 1.3);
  zoom: 1; }
  .booking-options:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 11px 13px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -11px;
    right: 30px;
    margin-left: auto;
    margin-right: auto;
    content: ''; }

.booking-options.js-on {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateY(0); }

.booking-options .option {
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-size: 13rem;
  color: #435060;
  width: 25%;
  height: 100%;
  float: left;
  display: inline-block;
  padding: 100px 0 30px;
  text-align: center;
  border-right: 1px solid #ebebeb;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  zoom: 1; }
  .booking-options .option:last-child {
    border: none; }
.booking-options img {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -47px;
  width: 95px;
  height: 65px;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out; }
.booking-options .option:hover {
  color: inherit; }
  .booking-options .option:hover img {
    top: 20px; }

.top-nav {
  width: 100%;
  padding-left: 300px;
  background-color: #282a2d;
  color: #898b8e;
  font-size: 12px;
  font-size: 12rem;
  zoom: 1;
  height: 40px;
  position: relative;
  z-index: 3;
  max-width: 1600px; }
  .top-nav:before, .top-nav:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .top-nav:after {
    clear: both; }

.top-nav ul {
  list-style: none;
  padding: 0px;
  zoom: 1;
  margin: 0; }
  .top-nav ul li {
    margin: 0px;
    padding: 0px; }
  .top-nav ul:before, .top-nav ul:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .top-nav ul:after {
    clear: both; }

.top-nav ul li {
  font-size: 12px;
  font-size: 12rem;
  margin: 0;
  height: 40px; }

.top-nav a {
  color: #898b8e;
  padding: 14px 10px;
  line-height: 1; }
  .top-nav a:hover {
    color: #3da0cd; }

.top-nav .active a {
  color: #c0cddd; }
  .top-nav .active a:hover {
    color: #3da0cd; }

.top-nav .sub-links[role="navigation"] > ul > li > a[href$="Feedback"] {
	color: white;
}

.right-cluster {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 80px; }
  @media only screen and (max-width: 850px) {
    .right-cluster {
      padding-right: 0; } }

.site-switch {
  position: absolute;
  left: 0;
  top: 0; }

.site-switch li {
  float: left; }

.site-switch a {
  display: block;
  padding: 14px 20px;
  padding: 14px; }
  .site-switch a.link-wildlife {
    padding-left: 0; }

.site-switch .active {
  background-color: #fff;
  position: relative; }
  .site-switch .active:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    pointer-events: none;
    border-color: rgba(121, 126, 134, 0);
    border-top-color: #898b8e;
    border-width: 4px;
    margin-left: -4px; }

.site-switch .active a {
  color: #101a27; }

.weather-update {
  position: absolute;
  top: 0;
  left: 25%;
  padding-left: 40px;
  padding-top: 10px; }
  .weather-update:before {
    font-family: "weather";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-size: 26rem;
    color: #d2d2d2;
    position: absolute;
    left: 0;
    top: 6px; }

.sub-links {
  float: left; }

.sub-links ul {
  zoom: 1; }
  .sub-links ul:before, .sub-links ul:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .sub-links ul:after {
    clear: both; }

.sub-links li {
  float: left; }

.sub-links a {
  display: block; }

.top-search {
  float: left;
  position: relative; }

.top-search .field {
  margin: 0; }

.top-search ::-webkit-input-placeholder {
  color: #898b8e;
  font-size: 12px;
  font-size: 12rem; }

.top-search input {
  border: 0;
  width: 160px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-size: 12rem;
  background-color: #1c1d20;
  border: 1px solid #1c1d20;
  color: #fff;
  padding: 12px 20px;
  padding-right: 50px;
  line-height: 1; }
  .top-search input:focus, .top-search input:active {
    box-shadow: none;
    border: 0;
    width: 200px;
    background-color: #000;
    outline: none;
    border: 1px solid #404348; }

.top-search button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%; }
  .top-search button:hover, .top-search button:active {
    outline: none; }
  .top-search button:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f104';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-size: 14rem;
    line-height: 40px;
    text-align: center;
    width: 50px;
    color: #737e82; }

.social-popup {
  float: left;
  position: relative; }

.social-popup .trigger {
  color: #3da0cd;
  line-height: 1;
  padding: 14px 20px;
  display: block;
  cursor: pointer;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

.social-popup .trigger:after {
  content: ' ';
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 8px 12px;
  border-color: transparent transparent #44a7d4 transparent;
  visibility: hidden;
  opacity: 0;
  transition: all 0.05s cubic-bezier(0.3, 0, 0, 1.3);
  transition-delay: 0; }

.social-popup.hover .trigger:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.3, 0, 0, 1.3);
  transition-delay: 1s; }

.social-popup .popup {
  width: 310px;
  position: absolute;
  left: -160px;
  top: 45px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  background-color: #ececec;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8) translateY(-10%);
  transition: all 0.2s cubic-bezier(0.3, 0, 0, 1.3);
  transition-delay: 0; }

.social-popup.hover .popup {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateY(0);
  transition-delay: 1s; }

.popup .header {
  background-color: #3da0cd;
  color: #fff;
  text-align: center;
  border-radius: 3px 3px 0 0;
  padding: 20px;
  background: #44a7d4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #44a7d4 0%, #399ac6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44a7d4), color-stop(100%, #399ac6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #44a7d4 0%, #399ac6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #44a7d4 0%, #399ac6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #44a7d4 0%, #399ac6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #44a7d4 0%, #399ac6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44a7d4', endColorstr='#399ac6',GradientType=0 );
  /* IE6-9 */ }

.popup .title {
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  font-size: 30rem;
  line-height: 1.6;
  margin-bottom: 0px; }

.popup p {
  margin-bottom: 0; }

.popup-share {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 0 0 3px 3px; }

.popup-share .social li {
  float: left; }

.popup-signup {
  background-color: #ececec;
  color: #fff;
  padding: 15px;
  position: relative; }

.popup-signup a {
  color: #fff;
  width: 100%;
  display: block; }
  .popup-signup a:hover {
    color: #fff; }
  .popup-signup a:before {
    margin-right: 10px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-size: 15rem;
    content: '\f11c';
    font-weight: lighter; }

.popup-signup .fb-like {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

ul.social-links {
  float: left;
  zoom: 1;
  padding: 0 10px; }
  ul.social-links:before, ul.social-links:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  ul.social-links:after {
    clear: both; }

.social-links li {
  float: left; }

.social-links a {
  padding: 12px 5px 11px;
  color: #898b8e;
  font-size: 16px;
  font-size: 16rem;
  line-height: 1;
  display: block; }
  .social-links a:hover {
    color: #a3a5a7; }
  .social-links a:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    font-weight: normal; }

.social-links .facebook a:after {
  content: '\f11d'; }

.social-links .twitter a:after {
  content: '\f11e';
  font-size: 14px;
  font-size: 14rem;
  line-height: 16px; }

.social-links .instagram a:after {
  content: '\f11f'; }

/*
@media only screen and (max-width: 1400px) {
	.main-bar {
		padding-right: 325px;
		padding-left: 190px;
	}
	.main-bar nav a {
		padding-left: 10px;
		padding-right: 10px;
		@include font-size(14);
		line-height: 16px;
	}
	header .logo {
		padding: 31px 15px;
	}
	.book-online {
		top: 20px;
		right: 10px;
	}
}
*/
@media only screen and (max-width: 1280px) {
  .main-bar {
    padding-right: 325px;
    padding-left: 190px; }

  .main-bar nav a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-size: 14rem;
    line-height: 16px; }

  header .logo {
    padding: 31px 15px; }

  .book-online {
    right: 10px; }

  .weather-update {
    display: none; } }
@media only screen and (max-width: 1100px) {
  .main-bar {
    padding-right: 190px; }

  .sub-links a {
    padding: 14px 7px; }

  ul.social-links {
    display: none; }

  .social-popup .trigger {
    padding: 14px 15px; }

  .social-popup .popup {
    left: auto;
    right: 5px; } }
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .book-online .buttons {
    width: 160px; }

  .book-online .plan {
    border-radius: 3px 3px 0 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 45px;
    width: 160px; }
    .book-online .plan:before {
      font-size: 18px;
      font-size: 18rem;
      top: 4px;
      left: auto;
      right: 10px; }

  .book-online .book {
    border-radius: 0 0 3px 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 160px; }

  .book-online {
    margin-top: -33px; } }
@media only screen and (max-width: 960px) {
  .main-bar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 90px; }

  .main-bar > nav {
    border-top: 1px solid #eeeeee; }

  .main-bar nav a {
    padding: 25px; }

  .book-online {
    top: 20px;
    margin-top: 0; }

  .top-search {
    display: none; } }
@media only screen and (max-width: 768px) {
  .top-nav,
  .main-bar nav,
  .book-online {
    display: none; }

  .hamburger {
    display: block;
    z-index: 3; }

  header {
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(30, 69, 86, 0.3) 0%, rgba(30, 69, 86, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 69, 86, 0.3)), color-stop(100%, rgba(30, 69, 86, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30, 69, 86, 0.3) 0%, rgba(30, 69, 86, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30, 69, 86, 0.3) 0%, rgba(30, 69, 86, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30, 69, 86, 0.3) 0%, rgba(30, 69, 86, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(30, 69, 86, 0.3) 0%, rgba(30, 69, 86, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1e4556', endColorstr='#001e4556',GradientType=0 );
    /* IE6-9 */ }

  .main-bar {
    padding: 0;
    background-color: transparent;
    height: 58px; }

  header .logo {
    color: #fff;
    font-size: 20px;
    font-size: 20rem;
    padding: 15px 20px 0;
    position: relative; }
    header .logo:hover, header .logo:focus {
      color: #fff; }

  header.is-sticky .logo {
    color: #009ca3; }

  .is-mobOpen header .logo {
    color: #fff; }

  .internal header {
    background: #fff; }

  .internal header .logo:after {
    color: #009ca3; }

  .internal.is-mobOpen header .logo:after {
    color: #fff; } }
.is-sticky {
  z-index: 9999; }

.is-sticky .fixed {
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 4; }

.is-sticky .main-bar {
  max-width: 1600px;
  margin: 0 auto; }

.is-sticky .main-bar nav a {
  padding-top: 25px;
  padding-bottom: 25px; }

header.is-sticky .logo {
  font-size: 22px;
  font-size: 22rem;
  padding-top: 22px;
  padding-bottom: 18px; }

.is-sticky .book-online {
  top: 12px;
  margin-top: 0; }

.is-sticky .book-online .plan,
.is-sticky .book-online .book {
  padding-top: 15px;
  padding-bottom: 15px; }

.is-sticky .main-bar nav .drop a {
  padding: 10px 0; }

@media only screen and (max-width: 1400px) {
  header.is-sticky .main-bar {
    padding-left: 211px;
    padding-right: 320px; }

  header.is-sticky .logo {
    padding-top: 19px;
    padding-bottom: 15px; }

  .is-sticky .book-online {
    top: 8px;
    right: 8px; } }
@media only screen and (max-width: 1150px) {
  .social-popup .trigger {
    padding-left: 10px;
    padding-right: 10px; }

  .top-search input {
    width: 110px; }
    .top-search input:focus, .top-search input:active {
      width: 120px; } }
@media only screen and (max-width: 1100px) {
  header.is-sticky .main-bar {
    padding-right: 175px; } }
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .is-sticky .book-online {
    top: 8px !important; }

  .is-sticky .book-online .plan {
    display: none; } }
@media only screen and (max-width: 960px) {
  header.is-sticky .main-bar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 65px; } }
@media only screen and (max-width: 768px) {
  header.is-sticky .main-bar {
    padding-top: 0; }

  header.is-sticky .logo {
    padding-top: 15px;
    padding-bottom: 10px; } }
.alert {
  background-color: #3da0cd;
  padding: 14px 0;
  color: #ebebeb;
  font-size: 15px;
  font-size: 15rem;
  max-width: 1600px;
  margin: 0 auto; }

.alert p {
  margin: 0; }

.alert p:blank,
.alert p:empty {
  display: none; }

.alert .container {
  max-width: 1220px;
  position: relative;
  padding-right: 50px;
  padding-left: 60px; }

.alert a {
  color: #fff;
  text-decoration: underline;
  margin: 0 5px; }
  .alert a:hover, .alert a:active {
    color: #f2f2f2; }

.alert a.close {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  font-size: 14rem;
  line-height: 1;
  color: #fff;
  text-decoration: none; }
  .alert a.close:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10e';
    font-size: 12px;
    font-size: 12rem; }

.alert strong {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  padding-right: 30px;
  position: relative; }
  .alert strong:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f126';
    font-size: 20px;
    font-size: 20rem;
    position: absolute;
    left: -44px;
    top: -1px; }

.language-select {
  list-style: none;
  padding: 0px;
  font-size: 12px;
  font-size: 12rem;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #35383c;
  z-index: 10;
  width: 80px; }
  .language-select li {
    margin: 0px;
    padding: 0px; }
  @media only screen and (max-width: 850px) {
    .language-select {
      display: none; } }

.language-select li {
  display: none;
  position: relative; }

.language-select .flag {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 15px;
  height: auto; }

.language-select li.active {
  display: block; }
  .language-select li.active:after {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(127, 135, 148, 0);
    border-top-color: #7f8794;
    border-width: 4px; }

.language-select li a {
  padding: 14px 10px;
  padding-left: 35px;
  padding-right: 25px;
  line-height: 1;
  display: block; }

.language-select.is-open {
  background-color: #080e15; }
  .language-select.is-open li {
    display: block; }
  .language-select.is-open li.active:after {
    top: 50%;
    border-color: rgba(127, 135, 148, 0);
    border-right-color: #7f8794;
    border-width: 4px;
    margin-top: -4px; }

.footer-cta {
  background-color: #fff;
  color: #3da0cd;
  padding: 35px 0;
  font-size: 16px;
  font-size: 16rem; }

.footer-cta .btn {
  font-size: 13px;
  font-size: 13rem;
  margin-left: 20px; }

.footer-cta a {
  text-decoration: none; }

.footer-cta .logo {
  float: left;
  color: #3da0cd;
  font-size: 20px;
  font-size: 20rem;
  font-weight: normal; }
  .footer-cta .logo:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10a'; }

.footer-cta .footer-bar {
  margin: 0;
  display: inline; }

.footer-cta p.newsletter-bar {
  float: right;
  margin: 0; }
  .footer-cta p.newsletter-bar:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f11c';
    font-size: 14px;
    font-size: 14rem;
    margin-right: 15px; }

.footer-cta p {
  margin: 0; }

.footer-cta .share-bar {
  padding: 20px; }

footer {
  zoom: 1;
  font-size: 13px;
  font-size: 13rem;
  background: #44a7d4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #44a7d4 0%, #399ac6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44a7d4), color-stop(100%, #399ac6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #44a7d4 0%, #399ac6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #44a7d4 0%, #399ac6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #44a7d4 0%, #399ac6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #44a7d4 0%, #399ac6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44a7d4', endColorstr='#399ac6',GradientType=0 );
  /* IE6-9 */ }
  footer:before, footer:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  footer:after {
    clear: both; }

footer a {
  text-decoration: none;
  color: #e6e6e6;
  padding: 2px 0;
  display: block; }
  footer a:hover, footer a:focus {
    color: #fff; }

footer nav {
  padding: 40px 0;
  zoom: 1; }
  footer nav:before, footer nav:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  footer nav:after {
    clear: both; }

footer nav ul {
  padding-right: 30px;
  margin-bottom: 15px; }

footer nav ul.col6 {
  padding-right: 0; }

footer .title {
  text-transform: uppercase;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  font-size: 12rem;
  margin-bottom: 30px;
  color: #fff; }

footer col5 ul {
  float: left;
  display: block;
  width: 100%; }

footer ul.sub .title {
  margin-bottom: 15px; }

footer .col1,
footer .col2,
footer .col3,
footer .col4,
footer .col5,
footer .col6 {
  float: left;
  display: block; }

footer .col1 {
  width: 20%; }

footer .col2 {
  width: 16%; }

footer .col3 {
  width: 20%; }

footer .col4 {
  width: 14%; }

footer .col5 {
  width: 16%; }

footer .col6 {
  width: 14%; }

.credits {
  border-top: 1px solid #3390bb;
  color: #e6e6e6;
  text-align: center;
  font-size: 12px;
  font-size: 12rem; }

.credits .container.narrow {
  padding: 50px 0 65px;
  padding-right: 170px;
  padding-left: 430px;
  position: relative;
  display: block;
  zoom: 1; }
  .credits .container.narrow:before, .credits .container.narrow:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .credits .container.narrow:after {
    clear: both; }

.credit p {
  margin: 0; }

.credits a {
  padding: 0;
  color: #d1e9f5; }

.credits .humaan {
  position: absolute;
  right: 20px;
  top: 50px;
  text-align: right; }

.credits .humaan a {
  display: inline; }

.credits .gov {
  position: absolute;
  left: 20px;
  top: 15px; }
  .credits .gov:before {
    content: ' ';
    width: 70px;
    height: 70px;
    display: block;
    background: url("../img/icons/wa-stamp.png") no-repeat center center; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .credits .gov:before {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../img/icons/wa-stamp@2x.png");
        background-size: 70px 70px; } }

.credits .authority {
  position: absolute;
  left: 125px;
  top: 50px;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  padding-left: 40px; }
  .credits .authority:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f123';
    color: #fff;
    font-weight: lighter;
    font-size: 24px;
    font-size: 24rem;
    position: absolute;
    left: 0;
    top: -5px; }

.credit-links a {
  display: inline;
  padding: 0 6px; }

.credit-links br {
  display: none; }

@media only screen and (max-width: 960px) {
  .footer-cta p {
    float: none;
    position: relative; }
    .footer-cta p:before {
      position: absolute;
      right: 0;
      top: 0; }

  .footer-cta .text {
    padding-right: 100px;
    margin-bottom: 20px;
    display: block; }

  .footer-cta .btn {
    display: block;
    width: 100%;
    margin: 0; }

  footer .col1,
  footer .col2,
  footer .col3,
  footer .col4,
  footer .col5,
  footer .col6 {
    width: 33.333%; }

  footer .col1,
  footer .col2,
  footer .col3 {
    margin-bottom: 50px; }

  footer .col4 {
    clear: left; }

  .credits .container.narrow {
    padding: 100px 20px 30px; } }
@media only screen and (max-width: 768px) {
  footer nav,
  .credits .gov,
  .credits .humaan {
    display: none; }

  .credits .container.narrow {
    padding: 30px 20px 30px; }

  .credits .authority {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin-bottom: 30px; }
    .credits .authority:before {
      display: inline;
      position: relative;
      margin-right: 10px;
      top: -2px; }

  .credit-links br {
    display: inline-block; }

  .footer-cta,
  .footer-cta .container.narrow {
    padding: 0; }

  .footer-cta p.newsletter-bar {
    float: none; }
    .footer-cta p.newsletter-bar:before {
      right: 15px;
      top: 25px;
      margin: 0; }

  .footer-cta p.logo-bar {
    width: 100%;
    display: block;
    zoom: 1; }
    .footer-cta p.logo-bar:before, .footer-cta p.logo-bar:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .footer-cta p.logo-bar:after {
      clear: both; }

  .footer-cta p.newsletter-bar,
  .footer-cta p.logo-bar {
    padding: 20px 15px;
    border-top: 1px solid #ebebeb; }

  .footer-cta .btt {
    color: #1e324c;
    font-size: 12px;
    font-size: 12rem;
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold;
    float: right;
    padding-top: 5px; }
    .footer-cta .btt:hover {
      color: #3da0cd; } }
.mob-menu {
  top: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  display: none; }

.mob-menu nav {
  background-color: #3da0cd;
  color: #fff;
  padding: 20px;
  padding-top: 90px; }

.mob-menu ul {
  margin-bottom: 30px; }

.mob-menu nav a {
  color: #fff; }

.mob-menu .main-nav a {
  border-bottom: 1px solid #3da0cd;
  color: #fff;
  font-size: 16px;
  font-size: 16rem;
  line-height: 1.2;
  margin: 0;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  padding: 20px 0;
  display: block;
  position: relative; }
  .mob-menu .main-nav a:after {
    font-size: 18px;
    font-size: 18rem;
    content: '\f10d';
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #31b8c0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    font-weight: normal;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out; }
  .mob-menu .main-nav a:hover:after {
    right: 5px; }

.mob-menu .main-nav li:last-child a {
  border-bottom: 0; }

.mob-menu .form-wrap {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb; }

.mob-menu .top-search {
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  float: none; }

.mob-menu .top-search input {
  border: none;
  width: 100%;
  background-color: #f0f4f4;
  box-shadow: none;
  border-radius: 30px;
  font-size: 15px;
  font-size: 15rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .mob-menu .top-search input:focus, .mob-menu .top-search input:active {
    width: 100%;
    background-color: #e6e6e6; }

.mob-menu .authority {
  padding: 25px 20px;
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
  color: #5b6467;
  padding-left: 60px; }
  .mob-menu .authority:hover {
    color: #3da0cd; }
  .mob-menu .authority:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f123';
    color: #3da0cd;
    font-weight: lighter;
    font-size: 24px;
    font-size: 24rem;
    position: absolute;
    left: 25px;
    top: 21px; }

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center; }

.hero .watermark {
  position: absolute;
  top: -25%;
  left: -7.5%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 115%;
  height: 150%; }
  @media only screen and (max-width: 1100px) {
    .hero .watermark {
      display: none; } }

.hero .shift {
  position: relative;
  left: -45px; }

.hero.home h1 {
  margin: 0 auto;
  line-height: .8;
  margin-bottom: 140px;
  max-width: 700px;
  font-size: 85px;
  font-size: 85rem;
  transform: rotate(-1.7deg);
  padding-top: 40px;
  margin-top: -40px; }
  @media only screen and (max-width: 480px) {
    .hero.home h1 {
      font-size: 40px;
      font-size: 40rem; } }

.hero video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }

.hero .overlay {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 4;
  color: #fff; }

.search-bar {
  display: block;
  max-width: 1100px;
  padding: 0 20px;
  z-index: 3;
  margin: 0 auto;
  border-radius: 3px; }

.hero.single {
  padding: 160px 20px 40px;
  color: #fff;
  position: relative; }
  .hero.single:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */ }
  @media only screen and (max-width: 480px) {
    .hero.single {
      padding-top: 50px; } }

.hero.baseline-padding {
  padding-bottom: 130px; }

.hero.single .title {
  font-size: 80px;
  font-size: 80rem;
  margin: 0;
  position: relative;
  z-index: 3; }

.hero.single .sub-title {
  font-size: 14px;
  font-size: 14rem;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  opacity: .8; }

.hero.single .fancy {
  display: block; }

@media only screen and (max-width: 768px) {
  .hero video,
  .search-bar {
    display: none; }

  .hero {
    padding-top: 120px; }
    .hero:after {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(50, 83, 116, 0.2);
      z-index: 1; }

  .hero .title,
  .hero.single .title {
    font-size: 40px;
    font-size: 40rem;
    line-height: .8; }

  .hero h1 .shift {
    display: block;
    left: -22px; }

  .hero .overlay {
    margin: 0;
    height: auto;
    position: relative;
    top: 0;
    z-index: 3; }

  .hero.single .sub-title {
    margin-bottom: 30px; } }
@media only screen and (max-width: 480px) {
  .hero .title {
    font-size: 50px;
    font-size: 50rem; } }
.hero.planyourstay {
  font-size: 20px;
  font-size: 20rem;
  padding: 100px 20px;
  color: #fff;
  padding-bottom: 150px;
  height: calc(100vh - 145px); }
  @media only screen and (max-width: 960px) {
    .hero.planyourstay {
      height: auto; } }
  @media only screen and (max-height: 900px) {
    .hero.planyourstay {
      height: auto; } }
  @media only screen and (max-width: 768px) {
    .hero.planyourstay {
      font-size: 16px;
      font-size: 16rem;
      padding: 80px 20px;
      padding-bottom: 150px; } }
  @media only screen and (max-width: 480px) {
    .hero.planyourstay {
      font-size: 14px;
      font-size: 14rem;
      padding: 60px 20px;
      padding-bottom: 150px; } }
  .hero.planyourstay:before, .hero.planyourstay:after {
    content: '';
    position: absolute;
    left: 0;
    height: 40%;
    width: 100%;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .hero.planyourstay:before, .hero.planyourstay:after {
        height: 100%; } }
  .hero.planyourstay:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .hero.planyourstay:after {
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
    /* IE6-9 */ }
  @media only screen and (min-width: 961px) and (min-height: 901px) {
    .hero.planyourstay .floater {
      height: 381px;
      padding-top: calc(50vh - 390px); } }

.hero.planyourstay .title {
  font-size: 62px;
  font-size: 62rem;
  line-height: 1;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  z-index: 3;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .hero.planyourstay .title {
      font-size: 52px;
      font-size: 52rem; } }
  @media only screen and (max-width: 768px) {
    .hero.planyourstay .title {
      font-size: 42px;
      font-size: 42rem; } }
  @media only screen and (max-width: 480px) {
    .hero.planyourstay .title {
      font-size: 32px;
      font-size: 32rem; } }

.hero.planyourstay p {
  position: relative;
  z-index: 3;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  display: block; }

.prompt {
  font-size: 14px;
  font-size: 14rem;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  text-align: center;
  padding-bottom: 40px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  z-index: 2; }
  .prompt:hover, .prompt:active, .prompt:focus {
    color: #fff; }
  .prompt:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f131';
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 28px;
    margin-left: -14px;
    animation: prompt-animation 1.5s infinite; }

@keyframes prompt-animation {
  0% {
    bottom: 0; }
  50% {
    bottom: -10px; }
  0% {
    bottom: 0; } }
.hero.planyourstay .share {
  font-size: 12px;
  font-size: 12rem;
  zoom: 1;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  padding: 10px;
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 85px;
  position: relative;
  z-index: 3; }
  .hero.planyourstay .share:before, .hero.planyourstay .share:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .hero.planyourstay .share:after {
    clear: both; }
  .hero.planyourstay .share .share-title {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold;
    background-color: #f1f6f7;
    text-transform: uppercase;
    color: #7c8390;
    border-radius: 3px 0 0 3px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 100%;
    line-height: 46px; }
  .hero.planyourstay .share .fb-like,
  .hero.planyourstay .share .twitter-count,
  .hero.planyourstay .share .twitter-class {
    width: 100px;
    float: left; }
  .hero.planyourstay .share .share {
    padding: 0;
    box-shadow: none;
    width: 200px; }

.mobile-cta-nav {
  position: relative;
  z-index: 20; }

.mobile-cta-nav ul {
  list-style: none;
  padding: 0px;
  zoom: 1;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e2e2e2; }
  .mobile-cta-nav ul li {
    margin: 0px;
    padding: 0px; }
  .mobile-cta-nav ul:before, .mobile-cta-nav ul:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .mobile-cta-nav ul:after {
    clear: both; }

.mobile-cta-nav ul li {
  margin: 0;
  float: left;
  position: relative; }
  .mobile-cta-nav ul li + li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #e2e2e2; }
  .mobile-cta-nav ul li.book-online:hover a, .mobile-cta-nav ul li.book-online:active a {
    background-color: #00b4bd; }
  .mobile-cta-nav ul li.book-online a {
    background-color: #009ca3;
    color: #fff; }
  .mobile-cta-nav ul li.maps {
    width: 23%; }
  .mobile-cta-nav ul li.contact {
    width: 30%; }
  .mobile-cta-nav ul li.plan {
    width: 23%; }
  .mobile-cta-nav ul li.book-online {
    width: 24%; }

.mobile-cta-nav a {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  font-size: 12rem;
  color: #6f747a;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 18px 0; }
  .mobile-cta-nav a:hover, .mobile-cta-nav a:active {
    background-color: #f2f2f2; }

.mobile-cta-nav .book-online {
  display: block;
  position: static; }
  .mobile-cta-nav .book-online .book {
    font-size: 12px;
    font-size: 12rem;
    display: block;
    float: none;
    padding: 18px 0;
    padding-right: 0;
    border-radius: 0; }
    .mobile-cta-nav .book-online .book:before, .mobile-cta-nav .book-online .book:after {
      content: none; }
  .mobile-cta-nav .book-online .booking-options {
    top: 54px;
    width: 100%;
    height: 100px; }
    .mobile-cta-nav .book-online .booking-options img {
      top: 15px;
      margin-left: -35px;
      width: 70px;
      height: auto; }
    .mobile-cta-nav .book-online .booking-options .option {
      padding-top: 75px;
      padding-bottom: 0; }
    .mobile-cta-nav .book-online .booking-options a {
      background-color: #fff; }
  .mobile-cta-nav .book-online .booking-options a, .mobile-cta-nav .book-online:hover .booking-options a, .mobile-cta-nav .book-online:active .booking-options a {
    font-size: 9px;
    font-size: 9rem;
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold;
    background-color: #fff;
    color: #6f747a; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: #fafafa;
  font-family: "Benton Sans Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5;
  color: #333; }

body > .container {
  background-color: #fff; }

.offscreen {
  position: absolute;
  top: -100%; }

img {
  display: block; }

.page-container {
  width: 100%;
  overflow: hidden;
  position: relative; }

.outer-container {
  background-color: #fff;
  width: 100%;
  position: relative;
  left: 0;
  z-index: 2;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1); }

.container {
  max-width: 1600px;
  margin: 0 auto; }

.container.narrow {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto; }

main {
  position: relative; }

main .container.narrow {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto; }

.hidden {
  display: none; }

nav ul {
  list-style: none;
  padding: 0px;
  margin: 0; }
  nav ul li {
    margin: 0px;
    padding: 0px; }

nav li {
  margin: 0; }

.spacer {
  padding-top: 145px;
  display: block;
  width: 100%; }

@media screen and (max-width: 1280px) {
  .spacer {
    padding-top: 140px; } }
@media screen and (max-width: 960px) {
  .spacer {
    padding-top: 197px; } }
@media screen and (max-width: 768px) {
  .spacer {
    padding-top: 58px; } }
main.watermark {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 1600px auto;
  padding-bottom: 290px; }

main.watermark.left {
  background-position: left bottom; }

.cat-split {
  padding-left: 50%;
  position: relative;
  z-index: 1; }

.cat-split .col1 {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  font-size: 18px;
  font-size: 18rem;
  line-height: 1.6;
  color: #fff; }
  .cat-split .col1:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
    @media screen and (max-width: 960px) {
      .cat-split .col1:before {
        content: none; } }

.cat-split .col1.dark {
  color: #333; }
  .cat-split .col1.dark:before {
    background: linear-gradient(to bottom, #7ea2b5 0%, rgba(126, 162, 181, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ea2b5', endColorstr='#007ea2b5',GradientType=0 );
    /* IE6-9 */ }

.cat-split .col1 .text {
  padding: 100px 40px;
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.cat-split .col1 .btn.image {
  color: #fff;
  text-decoration: none; }

.cat-split .col1 .title {
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  font-size: 80px;
  font-size: 80rem;
  line-height: .9;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: lowercase;
  color: #fff; }

@media screen and (max-width: 960px) {
  .cat-split {
    padding-left: 0; }

  .cat-split .col1 {
    position: static;
    width: 100%;
    background-image: none !important;
    background-color: #e4edf0;
    color: #1e324c; }

  .cat-split .col1 .title {
    color: #009ca3;
    margin-bottom: 30px; }

  .cat-split .col1 .text {
    max-width: none;
    padding: 75px 40px 55px 40px; } }
@media screen and (max-width: 768px) {
  .cat-split .col1 {
    font-size: 15px;
    font-size: 15rem; }

  .cat-split .col1 .text {
    padding: 50px 30px 30px; }

  .cat-split .col1 .title {
    font-size: 50px;
    font-size: 50rem; } }
@media screen and (max-width: 480px) {
  .cat-split .col1 {
    font-size: 14px;
    font-size: 14rem; }

  .cat-split .col1 .text {
    padding: 40px 20px 10px; }

  .cat-split .col1 .title {
    font-size: 40px;
    font-size: 40rem; } }
.call-to-action {
  padding: 0 5px; }
  @media only screen and (max-width: 480px) {
    .call-to-action {
      padding: 0; } }

.call-to-action-wrapper {
  position: relative;
  z-index: 10; }

h2.whatson-title {
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-size: 18rem;
  text-align: right;
  color: #fff;
  position: absolute;
  top: -40px;
  right: 50px;
  margin: 0; }
  h2.whatson-title:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10b";
    position: absolute;
    right: -15px;
    top: 10px;
    font-size: 9px;
    font-size: 9rem;
    font-weight: lighter; }
  @media only screen and (max-width: 768px) {
    h2.whatson-title {
      display: none; } }

.cta-wrapper {
  width: 25%;
  float: left;
  position: relative;
  top: -15px;
  min-height: 220px;
  padding-left: 5px;
  padding-right: 5px; }
  .cta-wrapper.whats-on {
    min-height: 255px; }
    .cta-wrapper.whats-on .inner {
      box-shadow: 0px 4px 14px 2px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 768px) {
    .cta-wrapper {
      padding: 0;
      top: 0; }
      .cta-wrapper.whats-on .inner {
        top: 0; } }

.cta {
  height: 245px;
  width: 100%;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center; }
  .cta h2 {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    font-size: 14rem;
    text-transform: uppercase;
    color: #fff; }
  .cta .inner {
    background: url(../img/cta-inner-bg.png) repeat-x center bottom;
    height: 100%;
    width: 100%;
    display: block; }
  .cta .content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .cta .btn {
    font-size: 12px;
    font-size: 12rem; }

.whats-on .inner {
  position: relative;
  top: 5px; }
.whats-on ul {
  list-style: none;
  padding: 0px;
  width: 100%;
  background: #fff;
  margin: 0; }
  .whats-on ul li {
    margin: 0px;
    padding: 0px; }
.whats-on li {
  font-family: "Benton Sans Light";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-size: 18rem;
  margin: 0;
  position: relative;
  transition: background, 0.3s, ease-in-out; }
  @media (min-width: 960) {
    .whats-on li {
      font-size: 20px;
      font-size: 20rem; } }
  .whats-on li:nth-child(even) {
    background: #f7f7f7; }
.whats-on li a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: 100%;
  color: #898b8e;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 19px 20px;
  padding-left: 60px; }
  .whats-on li a:hover {
    color: #fff;
    background: #00a8b0; }
    .whats-on li a:hover .date {
      color: #fff; }
  .whats-on li a:nth-child(even) {
    background: #f7f7f7; }
    .whats-on li a:nth-child(even):hover {
      color: #fff;
      background: #00a8b0; }
  .whats-on li a:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 16rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #009ca3;
    content: "\f10d";
    right: 20px;
    top: 25px;
    position: absolute; }
  .whats-on li a:hover:after {
    right: 15px;
    color: #fff; }
.whats-on .date {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  color: #435060;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 50px; }
.whats-on .day {
  font-size: 20px;
  font-size: 20rem;
  display: block; }
.whats-on .month {
  font-size: 10px;
  font-size: 10rem;
  display: block;
  margin-top: -5px; }
.whats-on .view-all {
  font-family: "Benton Sans Light";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 16rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #aab7c6;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 17px 15px;
  background: #435060; }
  .whats-on .view-all:hover {
    background: #2e3742; }

@media only screen and (max-width: 768px) {
  .cta-wrapper,
  .whats-on h2 {
    display: none; }

  .cta-wrapper.whats-on {
    display: block;
    width: 100%;
    margin: 0;
    min-height: 0; }

  .whats-on ul {
    margin: 0; } }
.directions-top,
.directions-bottom {
  display: none; }

.map-padding {
  padding: 20px;
  padding-bottom: 0; }

.map-wrapper {
  background-image: url(../img/map-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1a9aa3;
  padding: 50px 0;
  padding-top: 75px;
  position: relative; }
  .map-wrapper .container {
    padding-left: 0;
    padding-right: 0; }

.directions-top {
  position: absolute;
  right: 25px;
  top: 50px;
  background: url(../img/map-directions.png) no-repeat top center;
  width: 95px;
  height: 170px; }

.directions-bottom {
  position: absolute;
  right: 65px;
  bottom: 80px;
  background: url(../img/map-directions.png) no-repeat bottom center;
  width: 95px;
  height: 45px; }

.ie8 .map-wrapper {
  min-height: auto; }

.map {
  min-height: 577px;
  position: relative;
  width: 980px;
  margin: 0 auto; }

.map .marker.shrink {
  transform: scale(0); }

.map-key {
  opacity: 0;
  position: absolute;
  zoom: 1;
  width: 480px;
  left: 70px;
  top: 50px;
  z-index: 100;
  transition: opacity 2s ease-out;
  color: #fff;
  /*
  	
  	.col.two {
  		margin-left: -40px;
  	}
  */ }
  .map-key:before, .map-key:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .map-key:after {
    clear: both; }
  .map-key .max-width {
    max-width: 450px;
    padding-bottom: 0; }
  .map-key.active {
    opacity: 1; }
  .map-key .markers {
    zoom: 1; }
    .map-key .markers:before, .map-key .markers:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .map-key .markers:after {
      clear: both; }
  .map-key .markers .item {
    width: 50%;
    float: left; }
  .map-key .marker {
    box-shadow: 0 0 0 2px #fff;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .map-key .marker:hover {
      transform: none; }
    .map-key .marker.active {
      opacity: 1; }
    .map-key .marker.inactive {
      opacity: .3; }
  .map-key h3 {
    font-size: 34px;
    font-size: 34rem;
    font-family: "Benton Sans Light";
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    color: #fff;
    margin-bottom: 0; }
  .map-key h3 .fancy {
    font-size: 60px;
    font-size: 60rem;
    font-family: 'SerialSue';
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    text-transform: none; }
  .map-key p {
    font-family: "Benton Sans Light";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    font-size: 15rem;
    color: #fff; }
  .map-key a {
    font-family: "Benton Sans Book";
    font-style: normal;
    font-weight: normal;
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
    position: relative; }
  .map-key div {
    position: relative;
    padding-bottom: 5px; }
  .map-key span {
    left: 40px;
    position: absolute;
    top: 5px; }
  .map-key .col {
    width: 50%;
    float: left;
    display: inline-block;
    min-height: 100px;
    position: relative; }
    .map-key .col.two {
      margin-left: -40px; }

.click-prompt {
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  font-size: 15rem;
  position: absolute;
  bottom: 25px;
  right: 175px;
  color: #fff;
  transition: color 0.3s, ease;
  opacity: 0; }

/*
@media only screen and (max-width: 1500px) {
	.map-wrapper {
		height: 1050px;
	}
	.map {
		top: 173px;
	}
}
*/
@media only screen and (max-width: 1400px) {
  .map-key h3 {
    font-size: 22px;
    font-size: 22rem; }

  .map-key h3 .fancy {
    font-size: 30px;
    font-size: 30rem; }

  .map-key {
    width: 320px;
    left: 40px;
    top: 40px; }

  .markers {
    font-size: 13px;
    font-size: 13rem; }

  .click-prompt {
    right: 50px;
    bottom: 0; } }
@media only screen and (max-width: 1100px) {
  .map-wrapper {
    padding: 150px 0;
    background-position: center bottom;
    background-position: center 0;
    padding-bottom: 0;
    background-size: 1400px auto; }

  .map-key {
    zoom: 1;
    left: 60px;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 50px;
    padding-bottom: 0; }
    .map-key:before, .map-key:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .map-key:after {
      clear: both; }

  .map-key h3 {
    font-size: 24px;
    font-size: 24rem;
    line-height: 1;
    margin-bottom: 10px; }

  .map-key h3 .fancy {
    font-size: 30px;
    font-size: 30rem; }

  .map-key p {
    font-size: 13px;
    font-size: 13rem;
    margin-bottom: 0; }
    .map-key p + p {
      margin-top: 20px; }

  .map-header {
    width: 35%;
    float: left; }

  .markers {
    float: left;
    width: 65%;
    padding-left: 50px;
    padding-top: 10px; }

  .map-key .marker:before {
    content: none; }

  .map-key .marker {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 1px #fff;
    position: absolute;
    left: 0;
    top: 4px; }

  .map-key span {
    position: static; }

  .map-key .markers .item {
    width: 33.3333%;
    padding-left: 20px; }

  .click-prompt {
    font-size: 12px;
    font-size: 12rem; }

  .map {
    min-height: 400px;
    width: 728px;
    top: 0;
    transform: none; }

  .map-wrapper {
    background-position: center 10px; }

  .marker-holder .marker {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 1px #fff; }

  .map-padding {
    position: relative;
    z-index: 100; }

  .marker-holder.cat-bike-trail {
    left: 41px;
    top: 48px; }

  .marker-holder.cat-bike-trail .bike-path {
    background-size: 630px auto;
    width: 630px;
    height: 264px; }

  .cat-accomodation.a {
    top: 81px;
    right: 275px; }

  .cat-accomodation.b {
    top: 55px;
    right: 232px; }

  .cat-accomodation.c {
    top: 65px;
    right: 157px; }

  .cat-accomodation.d {
    top: 69px;
    right: 177px; }

  .cat-accomodation.e {
    top: 89px;
    right: 160px; }

  .cat-accomodation.f {
    top: 128px;
    right: 143px; }

  .cat-accomodation.g {
    top: 145px;
    right: 78px; }

  .cat-accomodation.h {
    top: 110px;
    right: 144px; }

  .cat-accomodation.i {
    top: 104px;
    right: 192px; }

  .cat-eat-drink.a {
    top: 68px;
    right: 255px; }

  .cat-eat-drink.b {
    top: 110px;
    right: 167px; }

  .cat-fish.b {
    top: 10px;
    right: 256px; }

  .cat-fish.c {
    top: 117px;
    right: 84px; }

  .cat-hire.a {
    top: 91px;
    right: 178px; }

  .cat-see-do.a {
    bottom: 101px;
    left: 22px; }

  .cat-see-do.b {
    left: 36px;
    bottom: 138px; }

  .cat-see-do.c {
    bottom: 234px;
    left: 351px; }

  .cat-see-do.d {
    bottom: 229px;
    left: 410px; }

  .cat-see-do.e {
    bottom: 240px;
    left: 561px; }

  .cat-see-do.f {
    bottom: 238px;
    right: 96px; }

  .cat-see-do.g {
    top: 44px;
    right: 157px; }

  .cat-see-do.h {
    top: 87px;
    right: 208px; }

  .cat-see-do.i {
    top: 69px;
    right: 204px; }

  .cat-see-do.j {
    top: 88px;
    right: 138px; }

  .cat-see-do.k {
    top: 161px;
    right: 242px; }

  .cat-surf.a {
    bottom: 129px;
    left: 252px; }

  .cat-surf.b {
    bottom: 286px;
    left: 241px; }

  .cat-surf.c {
    top: 51px;
    right: 129px; }

  .cat-surf.d {
    bottom: 98px;
    right: 256px; }

  .cat-snorkel.a {
    top: 26px;
    left: 354px; }

  .cat-snorkel.b {
    top: 5px;
    left: 407px; }

  .cat-snorkel.c {
    top: 14px;
    right: 188px; }

  .cat-snorkel.e {
    bottom: 143px;
    right: 62px; }

  .cat-snorkel.f {
    bottom: 102px;
    right: 198px; }

  .cat-snorkel.g {
    bottom: 81px;
    right: 263px; }

  .cat-snorkel.i {
    bottom: 138px;
    right: 173px; }

  .walk-trails {
    background-color: #b7682a; }
    .walk-trails:before {
      font-size: 4px;
      top: 8px;
      left: 0px; }

  .bike-path {
    background-color: #d7c7c3; }

  /*
  	.cat-walk-trail-bg {
  		left: -82px;
  		top: -4px;
  		background-size: 615px;
  	}
  */
  .cat-walk-trails.a {
    top: 282px; }

  .cat-walk-trails.b {
    top: 98px;
    left: 286px; }

  .cat-walk-trails.c {
    top: 175px;
    left: 328px; }

  .cat-walk-trails.d {
    top: 103px;
    left: 464px; }

  .cat-walk-trails.e {
    top: 140px;
    left: 518px; } }
.fade {
  animation: fade 4s infinite ease-in-out;
  -webkit-animation: fade 4s  infinite ease-in-out; }

@keyframes fade {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.marker {
  overflow: visible;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block; }
  .marker:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  .marker.active {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  .marker:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center; }

.hideMarker {
  display: none !important; }

.bike-path {
  background-color: #f0eee5; }
  .bike-path:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    color: #a69d80;
    content: "\f117";
    top: 13px;
    left: 2px; }

.walk-trails {
  background-color: #b66931; }
  .walk-trails:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    color: white;
    content: "\f118";
    top: 13px;
    left: 2px; }

.cat-walk-trail-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-image: url(../img/map-bg-trail-master.png);
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 1100px) {
    .cat-walk-trail-bg {
      top: 10.5%;
      background-size: 1400px auto; } }

.marker-holder.cat-walk-trails.a .walk-trails {
  background-image: url(../img/map-bg-trail-musk.png); }

.marker-holder.cat-walk-trails.b .walk-trails {
  background-image: url(../img/map-bg-trail-green.png); }

.marker-holder.cat-walk-trails.c .walk-trails {
  background-image: url(../img/map-bg-trail-purple.png); }

.marker-holder.cat-walk-trails.d .walk-trails {
  background-image: url(../img/map-bg-trail-brown.png); }

.marker-holder.cat-walk-trails.e .walk-trails {
  background-image: url(../img/map-bg-trail-blue.png); }

.marker-holder.cat-bike-trail .marker,
.marker-holder.cat-bike-trail .marker.active,
.marker-holder.cat-bike-trail .marker.highlight,
.marker-holder.cat-bike-trail .marker.boune-in {
  transition: none;
  transform: none;
  animation: none;
  -webkit-animation: none !important; }
.marker-holder.cat-bike-trail .marker:hover,
.marker-holder.cat-bike-trail .marker:focus,
.marker-holder.cat-bike-trail .marker:active {
  transition: none;
  transform: none; }
.marker-holder.cat-bike-trail .marker.shrink {
  transform: scale(0);
  -webkit-transition: scale 0.2s ease-in-out;
  -moz-transition: scale 0.2s ease-in-out;
  -ms-transition: scale 0.2s ease-in-out;
  -o-transition: scale 0.2s ease-in-out;
  transition: scale 0.2s ease-in-out; }

.marker-holder.cat-bike-trail {
  position: absolute;
  left: 38px;
  top: 96px; }
  .marker-holder.cat-bike-trail .bike-path {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    width: 886px;
    height: 354px;
    display: block;
    background-image: url(../img/bg-map-bike-trail.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.htc); }
    .marker-holder.cat-bike-trail .bike-path:before {
      content: none; }

.see-do {
  background: #ed6964; }
  .see-do:before {
    font-size: 11px;
    font-size: 11rem;
    content: "\f110";
    height: 16px; }

.marker-holder.cat-see-do .marker:before {
  font-size: 9px;
  font-size: 9rem;
  height: 14px; }
.marker-holder.cat-see-do .lighthouse:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 14rem;
  top: 0px;
  content: "\f119"; }
.marker-holder.cat-see-do .gun:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 12rem;
  content: "\f11a";
  top: -2px; }
.marker-holder.cat-see-do .golf:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 12rem;
  content: "\f11b";
  top: 0; }

.surf {
  background: #3da0cd; }
  .surf:before {
    font-size: 15px;
    font-size: 15rem;
    content: "\f112";
    height: 22px; }

.marker-holder.cat-surf .marker:before {
  font-size: 12px;
  font-size: 12rem;
  height: 18px; }

.fish {
  background: #7fad01; }
  .fish:before {
    font-size: 12px;
    font-size: 12rem;
    content: "\f113";
    height: 16px; }

.marker-holder.cat-fish .marker:before {
  font-size: 9px;
  font-size: 9rem;
  height: 12px; }

.snorkel {
  background: #e1a02f; }
  .snorkel:before {
    font-size: 18px;
    font-size: 18rem;
    content: "\f114";
    height: 24px; }

.marker-holder.cat-snorkel .marker:before {
  font-size: 14px;
  font-size: 14rem;
  height: 18px; }

.hire {
  background: #31b8c0; }
  .hire:before {
    font-size: 13px;
    font-size: 13rem;
    content: "\f10f";
    height: 20px; }
  .hire.marker:before {
    font-size: 14px;
    font-size: 14rem;
    height: 20px; }

.marker-holder.cat-hire .marker:before {
  font-size: 10px;
  font-size: 10rem;
  height: 16px; }

.eat-drink {
  background: #5b6467; }
  .eat-drink:before {
    font-size: 15px;
    font-size: 15rem;
    content: "\f115";
    height: 22px;
    top: 6px; }

.accomodation {
  background: #006eb4; }
  .accomodation:span:hover {
    transform: scale(1); }
  .accomodation:before {
    font-size: 11px;
    font-size: 11rem;
    content: "\f111";
    height: 16px;
    z-index: 200; }

.marker-holder.cat-accomodation .marker:before {
  font-size: 9px;
  font-size: 9rem;
  height: 12px; }

@media only screen and (max-width: 768px) {
  .map-leadin {
    background-size: cover;
    -ms-behavior: url(/backgroundsize.htc);
    background-image: url(../img/bg-explorerottnest.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 20px;
    color: #435060;
    font-size: 22px;
    font-size: 22rem;
    text-decoration: none;
    text-align: center; }
    .map-leadin:after {
      display: inline-block;
      font-family: "icons";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      speak: none;
      text-decoration: inherit;
      text-transform: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f10d';
      color: #009ca3;
      font-size: 18px;
      font-size: 18rem;
      margin-left: 30px;
      position: relative;
      right: 0;
      -webkit-transition: right 0.2s ease-in-out;
      -moz-transition: right 0.2s ease-in-out;
      -ms-transition: right 0.2s ease-in-out;
      -o-transition: right 0.2s ease-in-out;
      transition: right 0.2s ease-in-out; }
    .map-leadin:hover:after {
      right: -5px; }

  .map-leadin span {
    font-family: 'SerialSue';
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
    font-size: 27px;
    font-size: 27rem;
    color: #009ca3; } }
.marker-holder {
  position: absolute;
  overflow: visible; }
  .marker-holder .marker {
    box-shadow: 0 0 0 2px #fff;
    opacity: 0;
    width: 24px;
    height: 24px;
    transform: scale(1); }
    .marker-holder .marker.active {
      transform: scale(1.2); }
    .marker-holder .marker.visible {
      opacity: 1; }
    .marker-holder .marker.bounce-in {
      animation: bounce 0.5s ease-out;
      -webkit-animation: bounce 0.5s ease-out; }
    .marker-holder .marker:hover {
      transform: scale(1.2); }
    .marker-holder .marker.highlight {
      animation: pulse 1s ease-out;
      -webkit-animation: pulse 1s ease-out; }

@keyframes bounce {
  0% {
    transform: scale(0); }
  40% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes bounce {
  0% {
    transform: scale(0); }
  70% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.3); }
  60% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.3); }
  60% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
.top-right-tip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 11px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 10px;
  right: -11px;
  content: ''; }

/*
.bottom-right-tip {

	&:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 17.5px 0 17.5px 11px;
		border-color: transparent transparent transparent $white;
		position: absolute;
		bottom: 10px;
		right: -11px;
		content:'';
	}

}
*/
.top-left-tip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 11px 17.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 10px;
  left: -11px;
  content: ''; }

/*
.bottom-left-tip {

	&:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 17.5px 11px 17.5px 0;
		border-color: transparent $white transparent transparent;
		position: absolute;
		bottom: 10px;
		left: -11px;
		content:'';
	}

}
*/
.top-tip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17.5px 11px 17.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -11px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  content: ''; }

.right-tip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 11px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 10px;
  right: -11px;
  margin-left: auto;
  margin-right: auto;
  content: ''; }
.right-tip.right-tip-bottom:after {
  top: auto;
  bottom: 10px; }

.bottom-tip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 17.5px 0 17.5px;
  position: absolute;
  bottom: -11px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  content: ''; }

.left-tip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 11px 17.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 10px;
  left: -11px;
  content: ''; }
.left-tip.left-tip-bottom:after {
  top: auto;
  bottom: 10px; }

.info-bubble {
  transition: all 0.2s cubic-bezier(0.3, 0, 0, 1.3);
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: absolute;
  color: #5b6467;
  transition: all, 0.3s, ease-in-out;
  z-index: 500;
  opacity: 0;
  transform: scale(0.8) translateY(-10%);
  visibility: hidden; }
  .info-bubble .close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 15px;
    height: 15px;
    text-decoration: none;
    color: inherit;
    transform-origin: center center;
    text-align: center; }
    .info-bubble .close:hover:after {
      color: #8d979b;
      transform: rotate(90deg); }
  .info-bubble .close:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    font-size: 11rem;
    color: inherit;
    content: "\f10e";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 200;
    transition: all, 0.3s, ease; }

.info-bubble.js-on {
  opacity: 1;
  transform: scale(1) translateY(0);
  visibility: visible; }

.pull-left {
  left: -535px; }

.pull-right {
  right: -570px; }

.info-bubble.pull-left.show {
  opacity: 1;
  visibility: visible; }

.info-bubble.pull-right.show {
  opacity: 1;
  visibility: visible; }

.info-bubble.small {
  width: 260px;
  min-height: 400px;
  left: -118px; }
  .info-bubble.small h4 {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    font-size: 14rem;
    margin: 15px 35px 15px 15px; }
  .info-bubble.small .close {
    top: 18px; }
  .info-bubble.small .content {
    font-size: 11px;
    font-size: 11rem;
    padding: 20px 25px;
    position: relative; }
  .info-bubble.small .view-more-info {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold;
    transition: background, 0.3s, ease-in-out;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .info-bubble.small.sit-above {
    bottom: 25px; }
  .info-bubble.small.sit-below {
    top: 45px; }
  .info-bubble.small.sit-left {
    left: -285px;
    top: -15px; }
    .info-bubble.small.sit-left.sit-left-above {
      top: auto;
      bottom: -40px; }
  .info-bubble.small.sit-right {
    right: -315px;
    left: auto;
    top: -15px; }
    .info-bubble.small.sit-right.sit-right-above {
      top: auto;
      bottom: -40px; }
  .info-bubble.small.image-only {
    min-height: 0;
    height: 245px; }
    .info-bubble.small.image-only .content {
      padding-top: 0; }

.info-bubble.large {
  width: 515px;
  min-height: 250px;
  top: -10px; }
  .info-bubble.large .marker {
    transform: none;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px; }
  .info-bubble.large h4 {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    font-size: 14rem;
    padding-left: 50px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .info-bubble.large .inner {
    box-shadow: inset 0 20px 40px -20px rgba(0, 0, 0, 0.05); }
  .info-bubble.large .content {
    zoom: 1; }
    .info-bubble.large .content:before, .info-bubble.large .content:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .info-bubble.large .content:after {
      clear: both; }
  .info-bubble.large .col {
    width: 50%;
    float: left;
    min-height: 250px;
    height: 100%;
    display: inline-block; }
  .info-bubble.large ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  .info-bubble.large li {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    font-size: 13rem;
    margin-bottom: 0;
    border-bottom: 1px solid #c0cddd;
    position: relative; }
    .info-bubble.large li:last-child {
      border: none; }
    .info-bubble.large li span {
      font-family: "Benton Sans Book";
      font-style: normal;
      font-weight: normal;
      font-size: 10px;
      font-size: 10rem;
      padding-right: 30px;
      display: inline-block; }
    .info-bubble.large li:after {
      font-family: "icons";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      speak: none;
      text-decoration: inherit;
      text-transform: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-size: 16rem;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #ebebeb;
      content: "\f10d";
      right: 15px;
      top: 50%;
      margin-top: -8px;
      position: absolute; }
    .info-bubble.large li:hover {
      color: #737e82;
      background: #f7f7f7; }
    .info-bubble.large li:hover:after {
      right: 10px; }
  .info-bubble.large li a {
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: inherit;
    text-decoration: none; }

.info-bubble.large.no-links li {
  padding: 10px 15px; }

.cat-see-do .view-more-info {
  background: #009ca3; }
  .cat-see-do .view-more-info:hover {
    background: #00848a; }
.cat-see-do .bottom-tip:after {
  border-color: #009ca3 transparent transparent transparent; }
.cat-see-do .left-tip-bottom:after {
  border-color: transparent #009ca3 transparent transparent; }
.cat-see-do .right-tip-bottom:after {
  border-color: transparent transparent transparent #009ca3; }
.cat-see-do.a {
  bottom: 136px;
  left: 12px; }
.cat-see-do.b {
  bottom: 187px;
  left: 32px; }
.cat-see-do.c {
  bottom: 322px;
  left: 473px; }
.cat-see-do.d {
  bottom: 313px;
  left: 558px; }
.cat-see-do.e {
  bottom: 330px;
  left: 767px; }
.cat-see-do.f {
  bottom: 328px;
  right: 112px; }
.cat-see-do.g {
  top: 83px;
  right: 200px; }
.cat-see-do.h {
  top: 144px;
  right: 272px; }
  .cat-see-do.h .info-bubble.large .col.image {
    display: inline-block;
    background: url(../uploads/info-bubble-heritage.jpg) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.htc);
    -ms-behavior: url(/backgroundsize.htc); }
.cat-see-do.i {
  top: 117px;
  right: 262px; }
.cat-see-do.j {
  top: 142px;
  right: 172px; }
.cat-see-do.k {
  top: 244px;
  right: 318px; }

.cat-surf .view-more-info {
  background: #3da0cd; }
  .cat-surf .view-more-info:hover {
    background: #3193bf; }
.cat-surf .bottom-tip:after {
  border-color: #3da0cd transparent transparent transparent; }
.cat-surf .left-tip-bottom:after {
  border-color: transparent #3da0cd transparent transparent; }
.cat-surf .right-tip-bottom:after {
  border-color: transparent transparent transparent #3da0cd; }
.cat-surf.a {
  bottom: 174px;
  left: 336px; }
.cat-surf.b {
  bottom: 394px;
  left: 319px; }
.cat-surf.c {
  top: 92px;
  right: 159px; }
.cat-surf.d {
  bottom: 132px;
  right: 337px; }

.cat-fish .view-more-info {
  background: #7fad01; }
  .cat-fish .view-more-info:hover {
    background: #6c9401; }
.cat-fish .bottom-tip:after {
  border-color: #7fad01 transparent transparent transparent; }
.cat-fish .left-tip-bottom:after {
  border-color: transparent #7fad01 transparent transparent; }
.cat-fish .right-tip-bottom:after {
  border-color: transparent transparent transparent #7fad01; }
.cat-fish.b {
  top: 34px;
  right: 336px; }
.cat-fish.c {
  top: 184px;
  right: 97px; }

.cat-snorkel {
  	/*
  &.d {
  		top: 35px;
  		right: 160px;
  	}
  */
  /*
  	&.h {
  		bottom: 90px;
  		right: 390px;
  	}
  */ }
  .cat-snorkel .view-more-info {
    background: #da6e1b; }
    .cat-snorkel .view-more-info:hover {
      background: #c36318; }
  .cat-snorkel .bottom-tip:after {
    border-color: #da6e1b transparent transparent transparent; }
  .cat-snorkel .bottom-tip:after {
    border-color: #da6e1b transparent transparent transparent; }
  .cat-snorkel .left-tip-bottom:after {
    border-color: transparent #da6e1b transparent transparent; }
  .cat-snorkel .right-tip-bottom:after {
    border-color: transparent transparent transparent #da6e1b; }
  .cat-snorkel.a {
    top: 57px;
    left: 477px; }
  .cat-snorkel.b {
    top: 30px;
    left: 550px; }
  .cat-snorkel.c {
    top: 40px;
    right: 241px; }
  .cat-snorkel.d {
    top: 25px;
    right: 185px; }
  .cat-snorkel.e {
    bottom: 194px;
    right: 66px; }
  .cat-snorkel.f {
    bottom: 136px;
    right: 256px; }
  .cat-snorkel.g {
    bottom: 107px;
    right: 347px; }
  .cat-snorkel.i {
    bottom: 187px;
    right: 220px; }

.cat-hire .view-more-info {
  background: #898b8e; }
  .cat-hire .view-more-info:hover {
    background: #7c7e81; }
.cat-hire .bottom-tip:after,
.cat-hire .left-tip-bottom:after,
.cat-hire .right-tip-bottom:after {
  border-color: #898b8e transparent transparent transparent; }
.cat-hire.a {
  top: 148px;
  right: 229px; }

.cat-accomodation .view-more-info {
  background: #006eb4; }
  .cat-accomodation .view-more-info:hover {
    background: #005e9b; }
.cat-accomodation .bottom-tip:after,
.cat-accomodation .left-tip-bottom:after,
.cat-accomodation .right-tip-bottom:after {
  border-color: #006eb4 transparent transparent transparent; }
.cat-accomodation.a {
  top: 126px;
  right: 365px; }
.cat-accomodation.b {
  top: 85px;
  right: 320px; }
.cat-accomodation.c {
  top: 112px;
  right: 200px; }
.cat-accomodation.d {
  top: 117px;
  right: 226px; }
.cat-accomodation.e {
  top: 147px;
  right: 203px; }
.cat-accomodation.f {
  top: 200px;
  right: 180px; }
.cat-accomodation.g {
  top: 225px;
  right: 88px; }
.cat-accomodation.h {
  top: 175px;
  right: 181px; }
.cat-accomodation.i {
  top: 164px;
  right: 251px; }

/*
.cat-walk-trails {
		
	&.a {
		top: 88px;
		left: 545px;
		
		.view-more-info {
			background: #b86929;
			
			&:hover {
				background: darken(#b86929, 5)
			}
		}
		// bottom tip colour on small info bubbles
		
		.bottom-tip {
			&:after {
				border-color: #b86929 transparent transparent transparent;
			}
		}
		
		.left-tip-bottom {
			&:after {
				border-color: transparent #b86929 transparent transparent;
			}
		}
		
		.right-tip-bottom {
			&:after {
				border-color: transparent transparent transparent #b86929;
			}
		}
	}

	&.b {
		top: 161px;
		left: 573px;
		
		.view-more-info {
			background: #019cd9;
			
			&:hover {
				background: darken(#019cd9, 5)
			}
		}
		// bottom tip colour on small info bubbles
		
		.bottom-tip {
			&:after {
				border-color: #019cd9 transparent transparent transparent;
			}
		}
		
		.left-tip-bottom {
			&:after {
				border-color: transparent #019cd9 transparent transparent;
			}
		}
		
		.right-tip-bottom {
			&:after {
				border-color: transparent transparent transparent #019cd9;
			}
		}
	}
	
	&.c {
		top: 261px;
		left: 281px;
		
		.view-more-info {
			background: #605ba8;
			
			&:hover {
				background: darken(#605ba8, 5)
			}
		}
		// bottom tip colour on small info bubbles
		
		.bottom-tip {
			&:after {
				border-color: #605ba8 transparent transparent transparent;
			}
		}
		
		.left-tip-bottom {
			&:after {
				border-color: transparent #605ba8 transparent transparent;
			}
		}
		
		.right-tip-bottom {
			&:after {
				border-color: transparent transparent transparent #605ba8;
			}
		}
	}
	
	&.d {
		top: 343px;
		left: 40px;
		
		.view-more-info {
			background: #b66931;
			
			&:hover {
				background: darken(#b66931, 5)
			}
		}
		// bottom tip colour on small info bubbles
		
		.bottom-tip {
			&:after {
				border-color: #b66931 transparent transparent transparent;
			}
		}
		
		.left-tip-bottom {
			&:after {
				border-color: transparent #b66931 transparent transparent;
			}
		}
		
		.right-tip-bottom {
			&:after {
				border-color: transparent transparent transparent #b66931;
			}
		}
	}
	
	&.e {
		top: 212px;
		left: 128px;
		
		.view-more-info {
			background: black;
			
			&:hover {
				background: darken(black, 5)
			}
		}
		// bottom tip colour on small info bubbles
		
		.bottom-tip {
			&:after {
				border-color: black transparent transparent transparent;
			}
		}
		
		.left-tip-bottom {
			&:after {
				border-color: transparent black transparent transparent;
			}
		}
		
		.right-tip-bottom {
			&:after {
				border-color: transparent transparent transparent black;
			}
		}
	}

	&.f {
		top: 105px;
		left: 256px;
		
		.view-more-info {
			background: #47b54a;
			
			&:hover {
				background: darken(#47b54a, 5)
			}
		}
		// bottom tip colour on small info bubbles
		
		.bottom-tip {
			&:after {
				border-color: #47b54a transparent transparent transparent;
			}
		}
		
		.left-tip-bottom {
			&:after {
				border-color: transparent #47b54a transparent transparent;
			}
		}
		
		.right-tip-bottom {
			&:after {
				border-color: transparent transparent transparent #47b54a;
			}
		}
	}
	
}
*/
.cat-walk-trails .view-more-info {
  background: #b66931; }
  .cat-walk-trails .view-more-info:hover {
    background: #a25d2c; }
.cat-walk-trails .bottom-tip:after {
  border-color: #b66931 transparent transparent transparent; }
.cat-walk-trails .bottom-tip:after {
  border-color: #b66931 transparent transparent transparent; }
.cat-walk-trails .left-tip-bottom:after {
  border-color: transparent #b66931 transparent transparent; }
.cat-walk-trails .right-tip-bottom:after {
  border-color: transparent transparent transparent #b66931; }
.cat-walk-trails.a {
  top: 420px;
  left: 38px; }
.cat-walk-trails.b {
  top: 158px;
  left: 396px; }
.cat-walk-trails.c {
  top: 260px;
  left: 443px; }
.cat-walk-trails.d {
  top: 158px;
  left: 629px; }
.cat-walk-trails.e {
  top: 228px;
  right: 289px; }

.cat-eat-drink .view-more-info {
  background: #ed6964; }
  .cat-eat-drink .view-more-info:hover {
    background: #ea534d; }
.cat-eat-drink .bottom-tip:after,
.cat-eat-drink .left-tip-bottom:after,
.cat-eat-drink .right-tip-bottom:after {
  border-color: #ed6964 transparent transparent transparent; }
.cat-eat-drink.a {
  top: 114px;
  right: 335px; }
  .cat-eat-drink.a .info-bubble.large .col.image {
    display: inline-block;
    background: url(../uploads/info-bubble-geordies.jpg) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.htc);
    -ms-behavior: url(/backgroundsize.htc); }
.cat-eat-drink.b {
  top: 174px;
  right: 215px; }
  .cat-eat-drink.b .info-bubble.large .col.image {
    display: inline-block;
    background: url(../uploads/info-bubble-thompson.jpg) no-repeat center center;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.htc);
    -ms-behavior: url(/backgroundsize.htc); }

.experience-wrapper {
  background-color: #c7dff1;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 1600px auto;
  position: relative; }
  .experience-wrapper .experience {
    padding-top: 80px;
    padding-bottom: 220px; }
  .experience-wrapper h2 {
    font-family: 'SerialSue';
    text-transform: lowercase;
    font-weight: normal;
    font-style: normal;
    font-size: 44px;
    font-size: 44rem;
    color: #3da0cd;
    text-align: center;
    margin: 0;
    margin-bottom: 10px; }
    .experience-wrapper h2 a {
      color: #fff;
      text-decoration: none; }
  .experience-wrapper h3 {
    font-family: "Benton Sans Light";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    font-size: 22rem;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 50px; }
  .experience-wrapper .controls {
    top: 0;
    left: 20%;
    z-index: 101;
    padding-left: 10px; }
    @media only screen and (max-width: 960px) {
      .experience-wrapper .controls {
        left: 33.333%; } }
  .experience-wrapper .controls a {
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none; }
    .experience-wrapper .controls a:hover, .experience-wrapper .controls a:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .experience-wrapper .controls .cycle-prev:before,
  .experience-wrapper .controls .cycle-next:before {
    color: #fff; }

.experience-wrapper.light {
  background-color: #fff; }
  .experience-wrapper.light h2,
  .experience-wrapper.light h3 {
    color: #1e324c; }
    .experience-wrapper.light h2 a,
    .experience-wrapper.light h3 a {
      color: #009ca3; }
  .experience-wrapper.light .experience .pager li {
    background: transparent;
    border: 1px solid #435060; }
  .experience-wrapper.light .experience .pager li.active {
    background-color: #009ca3;
    border: 1px solid #009ca3; }
  .experience-wrapper.light .controls a {
    background-color: #e1e7ef; }
    .experience-wrapper.light .controls a:hover, .experience-wrapper.light .controls a:active {
      background-color: #c0cddd; }

.experience {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 1600px auto;
  padding: 45px 0 125px; }

.gallery-slide {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0; }
  .gallery-slide li {
    margin: 0px;
    padding: 0px; }

.gallery-slide li {
  margin: 0; }

.gallery {
  width: 100%;
  zoom: 1; }
  .gallery:before, .gallery:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .gallery:after {
    clear: both; }
  .gallery .loading {
    margin: 100px auto 0;
    width: 24px;
    height: 24px;
    background: url(../img/ajax-loader.gif) center center no-repeat transparent; }
  .gallery .cycle-slideshow {
    padding-left: 0; }
  .gallery .placeholder {
    width: 20%;
    float: left;
    min-height: 300px;
    position: relative;
    list-style: none; }
    .gallery .placeholder.one {
      top: 120px; }
    .gallery .placeholder.two, .gallery .placeholder.four {
      top: 60px; }
    .gallery .placeholder p {
      font-family: "Benton Sans Book";
      font-style: normal;
      font-weight: normal;
      font-size: 10px;
      font-size: 10rem;
      color: #5b6467; }
    .gallery .placeholder a {
      color: inherit;
      text-decoration: none; }
  .gallery .inner {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%; }
  .gallery .image {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
  .gallery .image:before,
  .gallery .image:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 70%;
    max-width: 300px;
    /* avoid rotation causing ugly appearance at large container widths */
    max-height: 100px;
    height: 55%;
    box-shadow: 0 16px 25px rgba(0, 0, 0, 0.5);
    transform: skew(-15deg) rotate(-6deg); }
  .gallery .image:after {
    left: auto;
    right: 20px;
    transform: skew(15deg) rotate(6deg); }

.experience .pager {
  list-style: none;
  padding: 0px;
  margin: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin-bottom: 70px; }
  .experience .pager li {
    margin: 0px;
    padding: 0px; }
  .experience .pager li {
    margin: 0;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a69d80; }
  .experience .pager li.active {
    background: none;
    border: 1px solid #a69d80; }

.controls {
  position: absolute;
  top: -60px;
  width: 105px;
  height: 50px; }
  .controls a {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: 48%;
    height: 50px;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    position: relative;
    cursor: pointer; }
    .controls a:hover {
      background: rgba(255, 255, 255, 0.5); }
  .controls .cycle-prev:before,
  .controls .cycle-next:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-size: 18rem;
    color: #fff;
    top: 16px;
    margin: auto;
    position: absolute; }
  .controls .cycle-prev {
    float: left; }
    .controls .cycle-prev:before {
      content: "\f10c";
      left: 20px; }
  .controls .cycle-next {
    float: right; }
    .controls .cycle-next:before {
      content: "\f10d";
      right: 20px; }

.ie8 .cycle-prev:before,
.ie8 .cycle-next:before {
  color: #435060 !important; }

.social-wrapper {
  zoom: 1;
  text-align: center; }
  .social-wrapper:before, .social-wrapper:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .social-wrapper:after {
    clear: both; }
  .social-wrapper .share {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px; }
  .social-wrapper .fb-like,
  .social-wrapper .twitter-count {
    width: 100px;
    display: inline-block;
    overflow: hidden; }
  .social-wrapper .social-icons {
    display: inline-block; }
    .social-wrapper .social-icons a {
      transition: top, 0.3s, ease-in-out;
      width: 35px;
      height: 40px;
      margin: 0 10px;
      float: left;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .social-wrapper .social-icons a:hover {
        opacity: .8; }
    .social-wrapper .social-icons a.instagram {
      background: url("../img/icons/instagram.png") no-repeat center center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-wrapper .social-icons a.instagram {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../img/icons/instagram@2x.png");
          background-size: 32px 32px; } }
    .social-wrapper .social-icons a.facebook {
      background: url("../img/icons/fb.png") no-repeat center center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-wrapper .social-icons a.facebook {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../img/icons/fb@2x.png");
          background-size: 32px 32px; } }
    .social-wrapper .social-icons a.twitter {
      background: url("../img/icons/twitter.png") no-repeat center center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-wrapper .social-icons a.twitter {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../img/icons/twitter@2x.png");
          background-size: 34px 27px; } }
    .social-wrapper .social-icons a.trip-advisor {
      width: 45px;
      background: url("../img/icons/trip-advisor.png") no-repeat center center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-wrapper .social-icons a.trip-advisor {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../img/icons/trip-advisor@2x.png");
          background-size: 43px 24px; } }
    .social-wrapper .social-icons div.fb-like,
    .social-wrapper .social-icons div.twitter-count {
      width: 80px;
      transform: none;
      padding-top: 12px;
      float: left;
      margin: 0 10px; }

@media only screen and (max-width: 960px) {
  .gallery .placeholder {
    width: 33.333%; }

  .gallery .placeholder:nth-child(3n+1) {
    clear: left; }

  .gallery .placeholder.four,
  .gallery .placeholder.five {
    margin-top: 100px; }

  .experience .pager {
    margin-top: 30px; } }
.whatshot {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 500px;
  padding-bottom: 470px; }

.whatshot.simple {
  background-color: #ebebeb;
  padding-bottom: 95px; }
  .whatshot.simple .header-selector {
    padding-top: 105px; }

@media only screen and (max-width: 768px) {
  .whatshot.simple {
    padding-bottom: 50px; }

  .whatshot.simple .header-selector {
    padding-top: 50px; } }
.whatshot .container {
  max-width: 1255px;
  margin: 0 auto;
  padding-left: 75px;
  padding-right: 70px;
  position: relative; }

.header-selector {
  text-align: center;
  padding: 30px 0; }

.header-selector h2 {
  font-size: 24px;
  font-size: 24rem;
  font-family: "Benton Sans Light";
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px; }

.fancy-heading {
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  color: #1e324c;
  font-size: 32px;
  font-size: 32rem;
  margin: 0; }

.fancy-heading p {
  display: inline-block;
  margin: 0;
  margin-left: -280px; }

.fancy-heading .custom-select ul {
  margin-left: 20px;
  top: -45px; }

.fancy-heading .custom-select li.active {
  font-size: 32px;
  font-size: 32rem;
  padding-top: 28px;
  padding-bottom: 12px; }

.whatshot-slider {
  padding: 37px;
  position: relative;
  overflow: hidden; }
  .whatshot-slider .slide {
    padding: 0 5px;
    width: 33.333%;
    text-decoration: none;
    display: block;
    height: 575px; }
  .whatshot-slider .slide .img {
    height: 400px;
    width: 100%;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.htc);
    background-position: center center;
    background-repeat: no-repeat;
    display: block; }
  .whatshot-slider .slide .text {
    padding: 25px 30px;
    color: #fff;
    text-align: center;
    min-height: 175px; }
  .whatshot-slider .slide .title {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: bold; }
  .whatshot-slider .slide p {
    width: 100%;
    display: block;
    white-space: normal; }
  .whatshot-slider .prev,
  .whatshot-slider .next {
    position: absolute;
    top: 250px;
    font-size: 30px;
    font-size: 30rem;
    cursor: pointer;
    z-index: 10;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #31b8c0; }
    .whatshot-slider .prev:after,
    .whatshot-slider .next:after {
      font-family: "icons";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      speak: none;
      text-decoration: inherit;
      text-transform: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .whatshot-slider .prev {
    left: 30px; }
    .whatshot-slider .prev:after {
      content: '\f10c'; }
  .whatshot-slider .next {
    right: 30px; }
    .whatshot-slider .next:after {
      content: '\f10d'; }
  .whatshot-slider .pager {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0px; }
    .whatshot-slider .pager li {
      margin: 0px;
      padding: 0px; }
  .whatshot-slider .pager li {
    display: inline-block;
    border: 1px solid #898b8e;
    width: 10px;
    height: 10px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .whatshot-slider .pager li.active {
    background-color: #009ca3;
    border-color: #00848a; }

.offset-left,
.offset-right {
  position: absolute;
  top: 0;
  width: 1100px;
  opacity: .5; }

.offset-left {
  left: 100%; }

.offset-right {
  right: 100%; }

@media only screen and (max-width: 960px) {
  .whatshot-slider .slide {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .whatshot {
    background-image: none;
    padding-bottom: 0;
    padding: 20px; }

  .header-selector {
    padding: 30px 0 10px; }

  .fancy-heading p {
    margin-left: 0;
    font-size: 22px;
    font-size: 22rem;
    margin-bottom: 10px;
    display: block;
    text-align: center; }

  .fancy-heading .custom-select {
    width: 280px;
    height: 80px; }

  .fancy-heading .custom-select ul {
    margin: 0;
    top: 0;
    left: 50%;
    margin-left: -160px; }

  .whatshot-slider {
    padding: 0; }

  .whatshot-slider .prev,
  .whatshot-slider .next {
    display: none; }

  .whatshot-slider .slide {
    width: 100%; }

  .whatshot-slider .pager {
    position: static;
    padding: 30px 0; }

  .whatshot-slider .slide .img {
    height: 280px; } }
@media only screen and (max-width: 500px) {
  .whatshot .container {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  .fancy-heading .custom-select ul {
    margin-left: -140px; }

  .whatshot {
    background: transparent !important;
    padding-bottom: 0; } }
.accommodation-map.map-wrapper {
  padding: 50px 0;
  background-position: center center; }

.accommodation-map .map {
  top: 20px; }

.accommodation-map .map-key {
  max-width: 450px;
  width: auto;
  font-size: 16px;
  font-size: 16rem;
  top: 90px; }

.accommodation-map h1 {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  font-size: 60rem;
  line-height: 1.2;
  margin-bottom: 10px; }
  .accommodation-map h1:before {
    margin-left: 35px;
    content: ' ';
    height: 4px;
    float: left; }

.accommodation-map .marker {
  border: 2px solid #fff;
  position: absolute; }
  .accommodation-map .marker:after {
    content: ' ';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: block;
    margin-top: -5px;
    margin-left: -5px;
    z-index: 1; }
  .accommodation-map .marker:before {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 100px;
    height: 30px;
    padding: 10px 15px;
    margin-left: -50px;
    opacity: 0;
    text-align: center;
    font-family: "Benton Sans Medium";
    font-style: normal;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    font-size: 10px;
    font-size: 10rem;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    z-index: 2;
    transform: scale(0); }
  .accommodation-map .marker:hover:before {
    opacity: 1;
    bottom: 70px;
    transform: scale(1); }
  .accommodation-map .marker.cottages {
    background-color: #3da0cd;
    z-index: 2; }
    .accommodation-map .marker.cottages:before {
      content: 'Cottages'; }
  .accommodation-map .marker.basic {
    background-color: #7fad01; }
    .accommodation-map .marker.basic:before {
      content: 'Basic'; }
  .accommodation-map .marker.hotel {
    background-color: #da6e1b; }
    .accommodation-map .marker.hotel:before {
      content: 'Hotel'; }
  .accommodation-map .marker.lodge {
    background-color: #ed6964; }
    .accommodation-map .marker.lodge:before {
      content: 'Lodge'; }
  .accommodation-map .marker.cabins {
    background-color: #435060; }
    .accommodation-map .marker.cabins:before {
      content: 'Cabins'; }
  .accommodation-map .marker.hostels {
    background-color: #006eb4; }
    .accommodation-map .marker.hostels:before {
      content: 'Hostels'; }
  .accommodation-map .marker.marker1 {
    top: 110px;
    right: 330px; }
  .accommodation-map .marker.marker2 {
    top: 90px;
    right: 270px; }
  .accommodation-map .marker.marker3 {
    top: 85px;
    right: 170px; }
  .accommodation-map .marker.marker4 {
    top: 175px;
    right: 150px; }
  .accommodation-map .marker.marker5 {
    top: 205px;
    right: 130px; }
  .accommodation-map .marker.marker6 {
    top: 215px;
    right: 45px; }
  .accommodation-map .marker.marker7 {
    top: 155px;
    right: 180px; }
  .accommodation-map .marker.marker8 {
    top: 134px;
    right: 212px; }
  .accommodation-map .marker.marker9 {
    top: 100px;
    right: 205px; }
  .accommodation-map .marker.marker10 {
    top: 237px;
    right: 60px; }
  .accommodation-map .marker.marker11 {
    top: 120px;
    right: 175px; }
  .accommodation-map .marker.marker12 {
    top: 250px;
    right: 45px; }
  .accommodation-map .marker:hover {
    z-index: 10; }

@media screen and (max-width: 1100px) {
  .accommodation-map .map-key {
    padding-top: 0; }

  .accommodation-map h1 {
    font-size: 30px;
    font-size: 30rem;
    margin-top: 0; }
    .accommodation-map h1:before {
      content: none; }

  .accommodation-map .marker {
    width: 20px;
    height: 20px;
    border: 1px solid #fff; }
    .accommodation-map .marker:after {
      width: 6px;
      height: 6px;
      margin-top: -3px;
      margin-left: -3px; }
    .accommodation-map .marker.marker1 {
      top: 65px;
      right: 250px; }
    .accommodation-map .marker.marker2 {
      top: 50px;
      right: 210px; }
    .accommodation-map .marker.marker3 {
      top: 45px;
      right: 130px; }
    .accommodation-map .marker.marker4 {
      top: 110px;
      right: 120px; }
    .accommodation-map .marker.marker5 {
      top: 130px;
      right: 105px; }
    .accommodation-map .marker.marker6 {
      top: 135px;
      right: 45px; }
    .accommodation-map .marker.marker7 {
      top: 100px;
      right: 145px; }
    .accommodation-map .marker.marker8 {
      top: 85px;
      right: 165px; }
    .accommodation-map .marker.marker9 {
      top: 55px;
      right: 155px; }
    .accommodation-map .marker.marker10 {
      top: 147px;
      right: 60px; }
    .accommodation-map .marker.marker11 {
      top: 75px;
      right: 140px; }
    .accommodation-map .marker.marker12 {
      top: 160px;
      right: 45px; }

  .accommodation-map .map-key {
    padding: 0 30px;
    max-width: 300px; } }
@media screen and (max-width: 768px) {
  .map-wrapper.accommodation-map {
    background-color: #ebebeb; }

  .accommodation-map h1 {
    color: #3da0cd; }

  .accommodation-map p {
    color: #333; }

  .map-wrapper {
    background: transparent; }

  .map-wrapper.accommodation-map {
    height: auto;
    padding: 0; }

  .accommodation-map .map-key {
    position: static;
    width: auto;
    max-width: 100%;
    padding: 30px; }

  .accommodation-map .map-key h1 {
    font-size: 40px;
    font-size: 40rem; }

  .accommodation-map .map-key h1:before {
    content: none; } }
.watermark-landing {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1600px auto; }
  .watermark-landing:after {
    content: '';
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C */ }

.title .nudge {
  margin-left: 33px; }

.intro {
  padding-top: 100px;
  position: relative;
  min-height: 560px;
  color: #fff;
  font-size: 18px;
  font-size: 18rem; }

.intro .title {
  width: 50%;
  display: block;
  margin-top: 0;
  font-size: 90px;
  font-size: 90rem;
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0; }

.intro .title span {
  font-size: 70px;
  font-size: 70rem;
  display: block; }

.intro .col-setup {
  padding-left: 50%;
  position: relative; }

@media screen and (max-width: 960px) {
  .watermark-landing {
    background-position: right top; }

  .intro {
    padding-top: 50px; }

  .intro .title {
    font-size: 80px;
    font-size: 80rem;
    text-align: center;
    width: 100%;
    position: static;
    margin-bottom: 20px; }

  .intro .title span {
    font-size: 70px;
    font-size: 70rem;
    margin-left: 0; }

  .intro .col-setup {
    padding-left: 0; } }
@media screen and (max-width: 768px) {
  .intro {
    min-height: 0;
    padding: 50px 0;
    font-size: 16px;
    font-size: 16rem; }

  .intro .title {
    font-size: 60px;
    font-size: 60rem; }

  .intro span {
    font-size: 50px;
    font-size: 50rem; } }
@media screen and (max-width: 480px) {
  .intro .title {
    font-size: 40px;
    font-size: 40rem; }

  .intro .title span {
    font-size: 30px;
    font-size: 30rem; } }
.maps-intro {
  font-size: 20px;
  font-size: 20rem;
  position: relative;
  margin-bottom: 70px;
  padding: 30px 0;
  padding-right: 0;
  border-bottom: 1px solid #ccc; }
  @media screen and (min-width: 768px) {
    .maps-intro {
      padding: 80px 0;
      padding-right: 350px; }
      .maps-intro p {
        margin-bottom: 0; } }

.maps-intro a {
  font-size: 18px;
  font-size: 18rem;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 20px 0;
  padding-left: 75px; }
  .maps-intro a:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f12f';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    font-size: 56px; }
  @media screen and (min-width: 768px) {
    .maps-intro a {
      padding-left: 125px;
      width: 350px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -47px; }
      .maps-intro a:before {
        left: 50px; } }

.standard {
  font-size: 16px;
  font-size: 16rem; }

.standard .container {
  max-width: 1140px;
  position: relative; }

.standard.blank {
  padding-top: 50px; }

.standard .col-setup {
  zoom: 1; }
  .standard .col-setup:before, .standard .col-setup:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .standard .col-setup:after {
    clear: both; }

.standard .col1 {
  float: left;
  width: 65%; }

.standard .col2 {
  float: right;
  max-width: 300px;
  width: 30%; }

@media only screen and (max-width: 768px) {
  .standard .col1,
  .standard .col2 {
    float: none;
    max-width: none;
    width: 100%; } }
.back {
  font-size: 14px;
  font-size: 14rem;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  position: relative;
  padding-left: 15px;
  color: #3da0cd;
  display: block;
  text-decoration: none;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 50px;
  margin-top: 30px; }
  .back:hover, .back:focus {
    color: #006eb4; }
  .back:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-top: -7px;
    position: absolute;
    left: 0;
    top: 50%;
    content: '\f10c'; }
  .back:after {
    content: none; }
  @media only screen and (max-width: 480px) {
    .back {
      margin-bottom: 30px; } }

.standard p {
  margin-bottom: 40px; }

.standard p:first-of-type {
  font-size: 20px;
  font-size: 20rem; }

.standard h2:first-of-type {
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  font-size: 35rem;
  text-transform: lowercase;
  color: #009ca3; }

.standard h2:first-of-type strong {
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  color: #333; }

.blank.plan-results {
  display: block; }

.alignleft {
  float: left;
  margin-right: 60px; }

.alignright {
  float: right;
  margin-left: 60px; }

img.circle,
.circle img {
  border-radius: 50%; }

img.full,
.full img {
  width: 100%;
  height: auto;
  display: block; }

.full .alignleft img,
.full .alignright img {
  display: inline-block;
  width: initial;
  height: initial;
  max-width: none;
  width: 200px;
  height: auto; }

figcaption {
  font-size: 11px;
  font-size: 11rem;
  padding: 5px 0;
  margin: 0; }

.full figcaption {
  border-bottom: 1px solid #d6d6d6; }

.circle figcaption {
  text-align: center; }

@media only screen and (max-width: 480px) {
  .alignleft,
  .alignright {
    float: none;
    margin: 0; }

  .alignleft img,
  .alignright img {
    margin: 0 auto; } }
.content-block ul {
  list-style: none;
  padding: 0px; }
  .content-block ul li {
    margin: 0px;
    padding: 0px; }

.standard .content-block ul li {
  padding-left: 0;
  margin: 0; }
  .standard .content-block ul li:before {
    content: none; }

.content-block {
  border-top: 1px solid #d6d6d6;
  padding: 50px 0;
  padding-left: 240px;
  position: relative; }

.content-block .title {
  margin-top: 10px; }

.content-block p {
  margin-bottom: 30px; }

.content-block .image-floater {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 2px;
  width: 100%;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 30px; }

.contact-list {
  list-style: none;
  padding: 0px;
  margin: 0; }
  .contact-list li {
    margin: 0px;
    padding: 0px; }

.contact-list li {
  font-size: 16px;
  font-size: 16rem; }

.contact-list a {
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  padding-left: 35px;
  display: block;
  position: relative; }
  .contact-list a:hover {
    color: #009ca3; }
  .contact-list a:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px; }

.contact-list .phone a {
  color: #009ca3; }
  .contact-list .phone a:hover {
    color: #00cdd6; }
  .contact-list .phone a:before {
    content: '\f12c'; }

.contact-list .email a:before {
  content: '\f102';
  font-size: 16px;
  margin-top: -8px; }

.contact-list .address .addressText:before {
  content: '\f102';
  font-size: 16px;
  margin-top: -8px; }

.contact-list .url a:before {
  content: '\f12b';
  font-size: 24px;
  margin-top: -12px; }

@media only screen and (max-width: 480px) {
  .content-block {
    padding-left: 0; }

  .content-block .image-floater {
    position: static; } }
.standard ul.results {
  list-style: none;
  padding: 0px;
  margin: 0; }
  .standard ul.results li {
    margin: 0px;
    padding: 0px; }

.standard ul.results h3 {
  margin-top: 0; }

.standard ul.results li {
  margin: 0;
  padding: 0;
  padding: 40px 0;
  display: block; }
  .standard ul.results li:before {
    content: none; }
  .standard ul.results li + li {
    border-top: 1px solid #d6d6d6; }

.results p,
.results p:first-of-type {
  font-size: 16px;
  font-size: 16rem;
  margin-bottom: 0; }
  .results p + p,
  .results p:first-of-type + p {
    margin-top: 20px; }

.pagination {
  list-style: none;
  padding: 0px;
  text-align: center;
  display: block; }
  .pagination li {
    margin: 0px;
    padding: 0px; }

ul.pagination li {
  display: inline-block; }
  .standard ul.pagination li:before {
    content: none; }

.pagination a {
  display: block;
  padding: 10px 20px;
  text-decoration: none; }

.pagination .active a {
  background-color: #009ca3;
  color: #fff;
  border-radius: 2px; }

.plan-form {
  margin-bottom: 0; }

.follow-nav {
  position: absolute;
  top: 50%;
  z-index: 999;
  margin-top: -150px;
  width: 50px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.follow-nav.is-sticky {
  position: fixed; }

.follow-nav.slideLeft {
  width: 0; }

.follow-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  width: 50px;
  background-color: #f1f6f7; }
  .follow-nav ul li {
    margin: 0px;
    padding: 0px; }

.follow-nav ul li {
  margin: 0;
  position: relative; }
  .standard .follow-nav ul li:before {
    content: none;
    position: static;
    background-color: transparent;
    left: 0;
    top: 0;
    width: auto;
    height: auto; }

.follow-nav ul li.active + .active:before {
  content: '';
  width: 70%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 4;
  background-color: #00b4bd; }

.follow-nav a,
.follow-nav .active-state {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  text-align: center;
  color: #333;
  text-decoration: none;
  cursor: default; }
  .follow-nav a:before,
  .follow-nav .active-state:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.follow-nav .active-state {
  transition: height .3s ease-in-out .15s;
  overflow: hidden;
  background-color: #009ca3;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  display: block;
  cursor: pointer; }

.follow-nav .active .active-state {
  transition: height .3s ease-in-out;
  height: 50px; }

.follow-nav a {
  position: relative; }
  .follow-nav a:after {
    transition: all .3s ease-in-out;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 8px 0 8px;
    border-color: transparent transparent transparent transparent; }

.follow-nav li:last-child a:after {
  content: none; }

.follow-nav .active a {
  cursor: pointer; }
  .follow-nav .active a:hover:before, .follow-nav .active a:active:before {
    color: #e6e6e6; }
  .follow-nav .active a:after {
    transition: all .3s ease-in-out .15s;
    bottom: -4px;
    border-color: #009ca3 transparent transparent transparent; }

.follow-nav .plan-travel a:before,
.follow-nav .plan-travel .active-state:before {
  content: '\f132';
  font-size: 24px;
  top: 13px; }

.follow-nav .plan-stay a:before,
.follow-nav .plan-stay .active-state:before {
  content: '\f133';
  font-size: 20px;
  top: 15px; }

.follow-nav .plan-transport a:before,
.follow-nav .plan-transport .active-state:before {
  content: '\f134';
  font-size: 14px;
  top: 18px; }

.follow-nav .plan-activities a:before,
.follow-nav .plan-activities .active-state:before {
  content: '\f135';
  font-size: 24px;
  top: 13px; }

.follow-nav .plan-tours a:before,
.follow-nav .plan-tours .active-state:before {
  content: '\f136';
  font-size: 20px;
  top: 15px; }

.follow-nav .plan-dine a:before,
.follow-nav .plan-dine .active-state:before {
  content: '\f137';
  font-size: 22px;
  top: 14px; }

@media only screen and (max-width: 768px) {
  .follow-nav.is-sticky {
    top: 0;
    left: 50%;
    margin-top: 0;
    width: auto;
    height: 50px;
    margin-left: -150px; }

  .follow-nav.is-sticky ul {
    zoom: 1;
    width: auto;
    height: 50px; }
    .follow-nav.is-sticky ul:before, .follow-nav.is-sticky ul:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .follow-nav.is-sticky ul:after {
      clear: both; }

  .follow-nav.is-sticky ul li {
    float: left; }

  .follow-nav.is-sticky a:after {
    content: none; } }
.panel {
  display: none;
  font-size: 16px;
  font-size: 16rem;
  background-color: #fff;
  width: 100%;
  position: relative;
  padding: 80px 0;
  padding-bottom: 130px;
  min-height: calc( 100vh - 71px ); }
  @media only screen and (max-width: 960px) {
    .panel {
      font-size: 15px;
      font-size: 15rem;
      min-height: 0; } }
  @media only screen and (max-width: 768px) {
    .panel {
      font-size: 13px;
      font-size: 13rem; } }
  @media only screen and (max-width: 480px) {
    .panel {
      font-size: 12px;
      font-size: 12rem; } }

.panel .floater {
  left: 0;
  width: 100%;
  padding: 0 100px;
  padding-top: 10px; }
  @media only screen and (max-width: 768px) {
    .panel .floater {
      padding: 0 80px; } }

.panel .title {
  font-size: 48px;
  font-size: 48rem;
  color: #009ca3;
  display: block;
  margin: 0;
  margin-bottom: 40px; }
  @media only screen and (max-width: 960px) {
    .panel .title {
      font-size: 40px;
      font-size: 40rem; } }
  @media only screen and (max-width: 768px) {
    .panel .title {
      font-size: 34px;
      font-size: 34rem;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 480px) {
    .panel .title {
      font-size: 24px;
      font-size: 24rem;
      margin-bottom: 20px; } }

.panel.starter {
  display: block; }

.panel .back {
  margin: 0;
  border: 0; }

.panel p {
  margin-bottom: 30px; }

.panel.watermark {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center; }

.panel.fieldset {
  text-align: center;
  padding-top: 10vw; }
  @media only screen and (max-width: 960px) {
    .panel.fieldset {
      padding: 80px 0;
      padding-bottom: 150px; } }
  @media only screen and (max-width: 768px) {
    .panel.fieldset {
      padding: 60px 0;
      padding-bottom: 150px; } }
  @media only screen and (max-width: 480px) {
    .panel.fieldset {
      padding: 40px 0;
      padding-bottom: 150px; } }

.panel.fieldset legend {
  max-width: 520px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .panel.fieldset legend {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 480px) {
    .panel.fieldset legend {
      margin-bottom: 20px; } }

.panel.fieldset p {
  max-width: 780px;
  display: block;
  margin: 0 auto; }

.panel.padding {
  padding-top: 110px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 30px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .panel.padding {
      padding: 60px 40px; } }
  @media only screen and (max-width: 480px) {
    .panel.padding {
      padding: 40px 0px; } }

@media only screen and (max-width: 768px) {
  .activity-slider .prev,
  .activity-slider .next {
    width: 30px; }

  .activity-slider .prev:before {
    left: 10px; }

  .activity-slider .next:before {
    right: 10px; } }
.panel.split-left,
.panel.split-right {
  padding: 0;
  position: relative;
  background-color: #f1f6f7; }

.panel.split-left {
  padding-left: 50%; }
  .panel.split-left .progress-forward {
    left: 75%; }
    @media only screen and (max-width: 960px) {
      .panel.split-left .progress-forward {
        left: 50%; } }
  @media only screen and (max-width: 1200px) {
    .panel.split-left {
      padding-left: 40%; }
      .panel.split-left .progress-forward {
        left: 70%; } }

.panel.split-right {
  padding-right: 50%; }
  .panel.split-right .progress-forward {
    left: 25%; }
    @media only screen and (max-width: 960px) {
      .panel.split-right .progress-forward {
        left: 50%; } }
  @media only screen and (max-width: 1200px) {
    .panel.split-right {
      padding-right: 40%; }
      .panel.split-right .progress-forward {
        left: 30%; } }

.panel.split-left .bg,
.panel.split-right .bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1200px) {
    .panel.split-left .bg,
    .panel.split-right .bg {
      width: 40%; } }

.panel.split-left .bg {
  left: 0; }

.panel.split-right .bg {
  left: 50%; }
  @media only screen and (max-width: 1200px) {
    .panel.split-right .bg {
      left: 60%; } }

.split-content {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  position: relative;
  height: 100%;
  padding: 80px 70px 125px 70px; }
  @media only screen and (max-width: 768px) {
    .split-content {
      padding: 60px 40px;
      padding-bottom: 130px; } }
  @media only screen and (max-width: 480px) {
    .split-content {
      padding: 40px 30px;
      padding-bottom: 130px; } }

.panel-fullscreen .split-content {
  /*
  	position: absolute;
  	width: 50%;
  */ }

.panel.dark {
  background-color: #f1f6f7; }

.overflow {
  overflow: auto;
  height: 100%;
  position: relative; }

@media only screen and (max-width: 960px) {
  .panel-fullscreen {
    padding-top: 100px;
    padding-bottom: 30px;
    padding-bottom: 130px; }

  .panel.split-left,
  .panel.split-right {
    padding-left: 0;
    padding-right: 0;
    min-height: 0 !important; }

  .panel.split-left .bg,
  .panel.split-right .bg {
    position: static;
    width: 100%;
    height: 300px; }

  .panel-fullscreen .split-content {
    width: 100%;
    position: static; } }
@media only screen and (max-width: 960px) {
  .panel-fullscreen {
    padding-top: 60px; } }
@media only screen and (max-width: 960px) {
  .panel-fullscreen {
    padding-top: 40px; } }
.panel.split-left.light,
.panel.split-right.light {
  background-color: #fff; }

.light .table-list {
  border-color: #e4edf0; }

.light .table-list .field + .field {
  border-color: #e4edf0; }

.img-radio,
.icon-radio {
  zoom: 1;
  padding: 70px 0;
  width: 100%;
  max-width: 1050px;
  display: block;
  margin: 0 auto;
  color: #009ca3; }
  .img-radio:before, .img-radio:after,
  .icon-radio:before,
  .icon-radio:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .img-radio:after,
  .icon-radio:after {
    clear: both; }
  @media only screen and (max-width: 960px) {
    .img-radio,
    .icon-radio {
      padding: 50px 0; } }
  @media only screen and (max-width: 768px) {
    .img-radio,
    .icon-radio {
      padding: 40px 0; } }
  @media only screen and (max-width: 480px) {
    .img-radio,
    .icon-radio {
      padding: 30px 0; } }

.img-radio.items-3 .field,
.icon-radio.items-3 .field {
  float: left;
  width: 33.3333%; }

.img-radio input,
.img-radio input[type="radio"],
.img-radio input[type="checkbox"],
.icon-radio input,
.icon-radio input[type="radio"],
.icon-radio input[type="checkbox"] {
  display: none; }

.img-radio label,
.icon-radio label {
  font-size: 24px;
  font-size: 24rem;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
  position: relative;
  margin-bottom: 0; }
  @media only screen and (max-width: 960px) {
    .img-radio label,
    .icon-radio label {
      font-size: 20px;
      font-size: 20rem; } }
  @media only screen and (max-width: 768px) {
    .img-radio label,
    .icon-radio label {
      font-size: 18px;
      font-size: 18rem; } }
  @media only screen and (max-width: 480px) {
    .img-radio label,
    .icon-radio label {
      font-size: 16px;
      font-size: 16rem; } }
  .img-radio label:before, .img-radio label:after,
  .icon-radio label:before,
  .icon-radio label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2; }
  .img-radio label:before,
  .icon-radio label:before {
    background-color: #7fad01;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    margin-left: 55px;
    margin-top: -70px;
    transition: transform 0.4s cubic-bezier(0, 0.005, 0.535, 1.65) 0.15s;
    transform: scale(0); }
  .img-radio label:after,
  .icon-radio label:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f130';
    color: #fff;
    font-size: 20px;
    margin-left: 68px;
    margin-top: -54px;
    transition: transform 0.15s cubic-bezier(0, 0.005, 0.535, 1.65) 0s;
    transform: scale(0); }
  @media only screen and (max-width: 960px) {
    .img-radio label:before,
    .icon-radio label:before {
      margin-left: 45px;
      margin-top: -60px; }
    .img-radio label:after,
    .icon-radio label:after {
      margin-left: 58px;
      margin-top: -44px; } }

input[type="radio"]:checked + label:before, input[type="radio"]:checked + label:after {
  transform: scale(1); }
input[type="radio"]:checked + label:before {
  transition: transform 0.15s cubic-bezier(0, 0.005, 0.535, 1.65) 0s; }
input[type="radio"]:checked + label:after {
  transition: transform 0.4s cubic-bezier(0, 0.005, 0.535, 1.65) 0.15s; }

.img-radio .circle,
.icon-radio .circle {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  border-radius: 50%;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 50px;
  height: auto;
  box-shadow: 0 0 0 15px #dfe7eb;
  display: block; }
  @media only screen and (max-width: 960px) {
    .img-radio .circle,
    .icon-radio .circle {
      margin-bottom: 40px;
      width: 130px; } }
  .img-radio .circle:hover, .img-radio .circle:active, .img-radio .circle:focus,
  .icon-radio .circle:hover,
  .icon-radio .circle:active,
  .icon-radio .circle:focus {
    box-shadow: 0 0 0 20px #dfe7eb; }

input[type="radio"]:checked + label .circle {
  box-shadow: 0 0 0 15px #7fad01; }

.icon-radio input[type="radio"] + label .circle {
  transition: all .3s ease-in-out; }
  .icon-radio input[type="radio"] + label .circle:before {
    transition: color .3s ease-in-out; }

.icon-radio input[type="radio"]:checked + label .circle {
  background-color: #fff; }
  .icon-radio input[type="radio"]:checked + label .circle:before {
    color: #3da0cd; }

.icon-radio .circle {
  height: 150px;
  background-color: #3da0cd;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .icon-radio .circle {
      height: 130px; } }

.icon-radio .circle:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
  font-size: 60px; }

.icon-radio .circle.bike:before {
  content: '\f134';
  font-size: 54px; }

.icon-radio .circle.bus:before {
  content: '\f139';
  font-size: 74px; }

.icon-radio .circle.disability:before {
  content: '\f138';
  font-size: 74px;
  margin-left: 5px; }

.progress-forward {
  font-size: 12px;
  font-size: 12rem;
  text-align: center;
  width: 130px;
  margin: 0 auto;
  display: block; }

.progress-forward .skip {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  text-decoration: none;
  color: #333;
  display: block; }
  .progress-forward .skip:hover, .progress-forward .skip:active {
    color: #3da0cd; }

.progress-forward .btn {
  padding: 13px 20px;
  display: block;
  width: 100%;
  min-width: 0;
  text-transform: uppercase; }

.panel-fullscreen .progress-forward {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -65px; }

.panel-fullscreen.static .progress-forward,
.panel-fullscreen.static .floater {
  position: static; }

.panel-fullscreen.static .progress-forward {
  margin-left: 0;
  margin: 0 auto; }

.panel.fullscreen .split-left .progress-forward,
.panel.fullscreen .split-right .progress-forward {
  width: 50%;
  bottom: 0;
  margin-left: 0;
  left: auto; }
  .panel.fullscreen .split-left .progress-forward .progress-floater,
  .panel.fullscreen .split-right .progress-forward .progress-floater {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    text-align: center; }

.panel.fullscreen .split-left .progress-forward {
  left: 50%; }

.panel.fullscreen .split-right .progress-forward {
  left: 0; }

@media only screen and (max-width: 768px) {
  .img-radio.items-3 .field,
  .icon-radio.items-3 .field {
    width: auto;
    float: none;
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 0; } }
.table-list {
  border: 1px solid #fff;
  border-radius: 2px; }

.table-list .field {
  margin: 0;
  position: relative; }

.table-list .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc); }
  @media only screen and (max-width: 480px) {
    .table-list .img {
      display: none; } }

.table-list .field + .field {
  border-top: 1px solid #fff; }

.table-list label {
  font-size: 18px;
  font-size: 18rem;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  color: #009ca3;
  text-transform: none;
  padding: 60px;
  padding-right: 220px;
  margin: 0;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    .table-list label {
      padding: 20px;
      padding-left: 60px;
      padding-right: 20px; } }
  .table-list label:before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    border-radius: 50%; }
  .table-list label:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f130';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 24px;
    font-size: 8px;
    margin-top: -4px;
    color: #fff;
    text-align: center;
    transform: scale(0);
    transition: transform 0.15s cubic-bezier(0, 0.005, 0.535, 1.65) 0.3s; }

.table-list input[type="checkbox"] + label {
  padding-left: 60px; }
  .table-list input[type="checkbox"] + label:before {
    left: 20px;
    top: 50%; }
  .table-list input[type="checkbox"] + label:after {
    font-size: 8px;
    left: 20px;
    top: 50%; }

.table-list input[type="radio"]:checked + label:before {
  background-color: #009ca3;
  border-color: #009ca3; }

.table-list input[type="radio"]:checked + label:after {
  content: '\f130';
  transform: scale(1); }

.table-list small {
  color: #7d8285;
  float: right; }

.table-list input,
.table-list input[type="radio"],
.table-list input[type="checkbox"] {
  display: none; }

.activity-slider .slide {
  zoom: 1;
  display: block;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px; }
  .activity-slider .slide:before, .activity-slider .slide:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .activity-slider .slide:after {
    clear: both; }
  @media only screen and (max-width: 480px) {
    .activity-slider .slide {
      padding: 0 30px; } }

.activity-slider .col {
  padding: 0 5px 10px;
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .activity-slider .col {
      float: left;
      width: 33.3333%; }
      .activity-slider .col:nth-child(3n+1) {
        clear: both; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .activity-slider .col {
      float: left;
      width: 50%; }
      .activity-slider .col:nth-child(2n+1) {
        clear: both; } }

.activity.field,
.activity label {
  margin-bottom: 0; }

.activity input,
.activity input[type="radio"],
.activity input[type="checkbox"] {
  display: none; }

.activity input[type="radio"] + label,
.activity input[type="checkbox"] + label {
  user-select: default;
  position: static;
  padding: 0; }

.activity {
  position: relative;
  width: 100%;
  padding: 0;
  height: 300px;
  padding-top: 210px;
  overflow: hidden; }

.activity label {
  font-size: 18px;
  font-size: 18rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.activity .bg {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 5s ease-in-out; }

.activity label:hover .bg {
  transform: scale(1.1, 1.1); }

.activity .selected {
  padding: 32px 30px 31px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .activity .selected:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f130';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    font-size: 16px;
    top: -9px;
    color: #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0, 0.005, 0.535, 1.65); }
  .activity .selected i {
    background-color: inherit;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    display: block; }
    .activity .selected i:before, .activity .selected i:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 4px;
      background-color: #fff;
      z-index: 2;
      transition: all 0.2s cubic-bezier(0, 0.005, 0.535, 1.65) 0.1s; }
    .activity .selected i:before {
      width: 20px;
      height: 4px;
      margin-left: -10px;
      margin-top: -2px; }
    .activity .selected i:after {
      width: 4px;
      height: 20px;
      margin-left: -2px;
      margin-top: -10px; }

.activity input[type="radio"]:checked + label .selected:after,
.activity input[type="checkbox"]:checked + label .selected:after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0.005, 0.535, 1.65) 0.15s; }

.activity input[type="radio"]:checked + label i:before,
.activity input[type="radio"]:checked + label i:after,
.activity input[type="checkbox"]:checked + label i:before,
.activity input[type="checkbox"]:checked + label i:after {
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.005, 0.535, 1.65); }

.activity.teal .selected {
  background-color: #009ca3; }

.activity.green .selected {
  background-color: #7fad01; }

.activity.navy .selected {
  background-color: #1e324c; }

.activity.blue .selected {
  background-color: #3da0cd; }

.activity.orange .selected {
  background-color: #da6e1b; }

.activity.red .selected {
  background-color: #ed6964; }

.activity-slider {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 20px; }

.activity-slider .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px; }

.activity-slider .pager span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #d6d6d6;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer; }

.activity-slider .pager span.cycle-pager-active {
  background-color: #009ca3;
  border-color: #009ca3; }

.activity-slider .prev,
.activity-slider .next {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: block;
  color: #a7c0c1;
  cursor: pointer;
  z-index: 101; }
  .activity-slider .prev:before,
  .activity-slider .next:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -52px; }
  .activity-slider .prev:hover,
  .activity-slider .next:hover {
    color: #89abac; }

.activity-slider .prev {
  left: 0; }
  .activity-slider .prev:before {
    content: '\f10c';
    left: 0; }

.activity-slider .next {
  right: 0; }
  .activity-slider .next:before {
    content: '\f10d';
    right: 0; }

.panel.dark .activity-slider .prev,
.panel.dark .activity-slider .next {
  background-color: #f1f6f7; }

#plan-activities .title {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1.2; }

#plan-activities p {
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 60px; }

#plan-dine .title {
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1.2; }

#plan-dine p {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 60px; }

@media only screen and (max-width: 480px) {
  #plan-dine .title,
  #plan-dine p {
    padding: 0 20px;
    margin-bottom: 20px; } }
.refer-box {
  display: none;
  margin-bottom: 30px; }

.initial.refer-box {
  display: block; }

.primary-refer-box {
  font-size: 24px;
  font-size: 24rem; }
  @media only screen and (max-width: 768px) {
    .primary-refer-box {
      font-size: 20px;
      font-size: 20rem; } }
  @media only screen and (max-width: 480px) {
    .primary-refer-box {
      font-size: 16px;
      font-size: 16rem; } }

.primary-refer-box.table-list {
  border-color: #d6dee1; }

.primary-refer-box a {
  text-decoration: none;
  display: block;
  padding: 30px 40px;
  padding-right: 50px;
  color: #009ca3;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .primary-refer-box a {
      padding: 15px 20px;
      padding-right: 40px; }
      .primary-refer-box a:after {
        right: 15px;
        font-size: 14px;
        margin-top: -7px; }
      .primary-refer-box a:hover:after {
        right: 20px; } }
  .primary-refer-box a:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10d';
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 30px;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out; }
  .primary-refer-box a:hover:after {
    right: 35px; }

.primary-refer-box a + a {
  border-top: 1px solid #d6dee1; }

.plan-results {
  display: none;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 100px;
  font-size: 16px;
  font-size: 16rem; }
  @media only screen and (max-width: 768px) {
    .plan-results {
      padding: 60px 20px;
      font-size: 14px;
      font-size: 14rem; } }
  @media only screen and (max-width: 480px) {
    .plan-results {
      padding: 40px 10px;
      font-size: 12px;
      font-size: 12rem; } }

.plan-results .title {
  font-size: 48px;
  font-size: 48rem;
  color: #686a6c;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px; }
  @media only screen and (max-width: 960px) {
    .plan-results .title {
      font-size: 40px;
      font-size: 40rem;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .plan-results .title {
      font-size: 32px;
      font-size: 32rem;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .plan-results .title {
      font-size: 22px;
      font-size: 22rem;
      margin-bottom: 30px; } }

.plan-results .title strong {
  font-size: 68px;
  font-size: 68rem;
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  color: #009ca3;
  font-weight: normal;
  display: block; }
  @media only screen and (max-width: 960px) {
    .plan-results .title strong {
      font-size: 58px;
      font-size: 58rem; } }
  @media only screen and (max-width: 768px) {
    .plan-results .title strong {
      font-size: 48px;
      font-size: 48rem; } }
  @media only screen and (max-width: 480px) {
    .plan-results .title strong {
      font-size: 38px;
      font-size: 38rem; } }

.plan-results h3 {
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  font-size: 24rem;
  color: #009ca3;
  margin-top: 0; }
  @media only screen and (max-width: 960px) {
    .plan-results h3 {
      font-size: 20px;
      font-size: 20rem; } }
  @media only screen and (max-width: 768px) {
    .plan-results h3 {
      font-size: 18px;
      font-size: 18rem; } }
  @media only screen and (max-width: 480px) {
    .plan-results h3 {
      font-size: 16px;
      font-size: 16rem; } }

.plan-results p strong {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

.list-results {
  list-style: none;
  padding: 0px;
  margin: 0; }
  .list-results li {
    margin: 0px;
    padding: 0px; }

.list-results li {
  font-size: 18px;
  font-size: 18rem;
  margin: 0;
  padding: 15px 0;
  position: relative;
  padding-left: 20px; }
  @media only screen and (max-width: 960px) {
    .list-results li {
      font-size: 16px;
      font-size: 16rem; } }
  @media only screen and (max-width: 768px) {
    .list-results li {
      font-size: 14px;
      font-size: 14rem; } }
  @media only screen and (max-width: 480px) {
    .list-results li {
      font-size: 12px;
      font-size: 12rem; } }
  .list-results li:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10d';
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    color: #3da0cd; }
  .list-results li + li {
    border-top: 1px solid #d6d6d6; }

.list-results small {
  font-size: 14px;
  font-size: 14rem;
  padding-top: 4px; }
  @media only screen and (max-width: 960px) {
    .list-results small {
      font-size: 14px;
      font-size: 14rem; } }
  @media only screen and (max-width: 768px) {
    .list-results small {
      font-size: 13px;
      font-size: 13rem; } }
  @media only screen and (max-width: 480px) {
    .list-results small {
      font-size: 11px;
      font-size: 11rem; } }

.list-results a {
  color: #3da0cd; }
  .list-results a:hover, .list-results a:active {
    color: #009ca3; }

.plan-end {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 60px 0;
  display: block;
  clear: left; }
  .plan-end:before {
    content: '';
    background-color: #d6d6d6;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 84px;
    left: 0; }
  @media only screen and (max-width: 768px) {
    .plan-end {
      padding: 20px 0; } }

.plan-end .checkbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .plan-end .checkbox {
      position: static;
      margin-bottom: 20px;
      text-align: left;
      display: block; } }

.plan-end .subscribe {
  max-width: 540px;
  display: block;
  margin: 0 auto;
  position: relative; }

.plan-end .subscribe input {
  font-size: 16px;
  font-size: 16rem;
  padding-right: 200px;
  border-radius: 3px; }
  @media only screen and (max-width: 480px) {
    .plan-end .subscribe input {
      padding: 13px 20px 12px;
      margin-bottom: 10px; } }

.plan-end .subscribe .btn {
  font-size: 16px;
  font-size: 16rem;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  display: block; }
  @media only screen and (max-width: 480px) {
    .plan-end .subscribe .btn {
      position: static;
      display: block;
      width: 100%; } }

.plan-end input.error {
  border-color: red; }

.plan-end label.error {
  position: absolute;
  color: red;
  font-size: 10px;
  margin: 0;
  bottom: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

.plan-feedback {
  font-size: 30px;
  font-size: 30rem;
  font-family: "Benton Sans Light";
  font-style: normal;
  font-weight: normal;
  color: #3da0cd;
  display: none;
  text-align: center;
  padding: 50px;
  clear: both;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }
  .plan-feedback.success:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f13a';
    font-size: 60px;
    margin-bottom: 40px; }
  .plan-feedback.failure:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f13d';
    font-size: 60px;
    margin-bottom: 40px; }
  @media only screen and (max-width: 960px) {
    .plan-feedback {
      font-size: 26px;
      font-size: 26rem;
      padding: 40px; }
      .plan-feedback:before {
        font-size: 50px;
        margin-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .plan-feedback {
      font-size: 22px;
      font-size: 22rem;
      padding: 30px; }
      .plan-feedback:before {
        font-size: 45px;
        margin-bottom: 30px; } }
  @media only screen and (max-width: 480px) {
    .plan-feedback {
      font-size: 18px;
      font-size: 18rem;
      padding: 20px; }
      .plan-feedback:before {
        font-size: 40px;
        margin-bottom: 10px; } }

.plan-results section {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d6d6d6; }
  @media only screen and (min-width: 960px) {
    .plan-results section:nth-of-type(1) {
      width: 50%;
      float: left;
      padding-right: 70px; }
    .plan-results section:nth-of-type(2) {
      width: 50%;
      float: left;
      padding-left: 70px; }
    .plan-results section:nth-of-type(3) {
      zoom: 1;
      width: 100%;
      position: relative;
      clear: left; }
      .plan-results section:nth-of-type(3):before, .plan-results section:nth-of-type(3):after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0; }
      .plan-results section:nth-of-type(3):after {
        clear: both; }
      .plan-results section:nth-of-type(3) .content-results,
      .plan-results section:nth-of-type(3) .list-results {
        width: 50%;
        float: left; }
      .plan-results section:nth-of-type(3) .list-results {
        padding-left: 70px;
        padding-top: 50px; }
    .plan-results section:nth-of-type(4), .plan-results section:nth-of-type(5), .plan-results section:nth-of-type(6) {
      width: 33.33333%;
      float: left;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      .plan-results section:nth-of-type(4) h2, .plan-results section:nth-of-type(5) h2, .plan-results section:nth-of-type(6) h2 {
        font-size: 20px;
        font-size: 20rem; }
      .plan-results section:nth-of-type(4) li, .plan-results section:nth-of-type(5) li, .plan-results section:nth-of-type(6) li {
        font-size: 16px;
        font-size: 16rem;
        padding: 5px;
        padding-left: 20px; }
      .plan-results section:nth-of-type(4) li + li, .plan-results section:nth-of-type(5) li + li, .plan-results section:nth-of-type(6) li + li {
        border: none; }
    .plan-results section:nth-of-type(5) {
      padding-left: 10px;
      padding-right: 10px; } }
  @media only screen and (max-width: 768px) {
    .plan-results section {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .plan-results section {
      margin-bottom: 30px;
      padding-bottom: 30px; } }

.plan-results .checkbox {
  margin-bottom: 0; }

@media only screen and (max-width: 1200px) {
  .list-results small {
    float: none;
    display: block; } }
@media only screen and (max-width: 768px) {
  .list-results small {
    float: none;
    display: block; } }
.cal-wall {
  padding: 70px 0; }

.cal-wall .container {
  position: relative; }

.cal-wall .title {
  font-size: 25px;
  font-size: 25rem;
  text-align: center;
  color: #333;
  text-transform: none;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }

.cal-wall .title span {
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  font-size: 50rem;
  color: #009ca3;
  font-weight: normal;
  display: inline; }

.cal-pager {
  font-size: 14px;
  font-size: 14rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  position: absolute; }

.cal-pager .prev,
.cal-pager .next {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  color: #3da0cd;
  cursor: pointer;
  position: absolute;
  top: 60px; }
  .cal-pager .prev:before,
  .cal-pager .next:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    font-size: 14px;
    margin-top: -7px; }

.cal-pager .prev {
  left: 20px;
  padding-left: 24px; }
  .cal-pager .prev:before {
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
    left: 0;
    content: '\f10c'; }
  .cal-pager .prev:hover:before, .cal-pager .prev:active:before {
    left: 5px; }

.cal-pager .next {
  right: 20px;
  padding-right: 24px; }
  .cal-pager .next:before {
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
    right: 0;
    content: '\f10d'; }
  .cal-pager .next:hover:before, .cal-pager .next:active:before {
    right: 5px; }

.cal-wall .title .month-year {
  display: block; }

@media screen and (max-width: 880px) {
  .cal-pager {
    position: relative;
    zoom: 1;
    margin-bottom: 20px; }
    .cal-pager:before, .cal-pager:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .cal-pager:after {
      clear: both; }

  .cal-pager .prev,
  .cal-pager .next {
    position: relative;
    top: 0; }

  .cal-pager .prev {
    float: left; }

  .cal-pager .next {
    float: right; } }
.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100% - 30px);
  border: 1px solid #d6d6d6; }

.fc-calendar .fc-body .fc-row > div {
  min-height: 130px; }

.fc-calendar .fc-body .fc-row > div.filter {
  color: #898b8e; }
  .fc-calendar .fc-body .fc-row > div.filter:hover, .fc-calendar .fc-body .fc-row > div.filter:active {
    color: #009ca3; }

.fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #d6d6d6; }

.fc-four-rows .fc-row {
  height: 25%; }

.fc-five-rows .fc-row {
  height: 20%; }

.fc-six-rows .fc-row {
  height: 16.66%;
  height: 16.66667%; }

.fc-calendar .fc-row {
  zoom: 1; }
  .fc-calendar .fc-row:before, .fc-calendar .fc-row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .fc-calendar .fc-row:after {
    clear: both; }

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: 14.28571%;
  padding: 10px 20px; }

.fc-calendar .fc-head > div {
  background-color: #ebebeb; }

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%; }

/*
.fc-calendar .fc-row > div {
	border-right: 1px solid $borderColor;
}
*/
.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none; }

@media screen and (max-width: 880px) {
  .fc-calendar .fc-row > div > span.fc-date,
  .fc-calendar .fc-row > div > span.fc-weekday {
    vertical-align: top; } }
.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
  border-right: none; }

.fc-calendar .fc-row:last-child {
  border-bottom: none; }

.fc-calendar {
  font-size: 12px;
  font-size: 12rem; }

.fc-calendar .fc-row {
  position: relative; }
  .fc-calendar .fc-row > div:before {
    content: ' ';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%; }
  @media screen and (min-width: 880px) {
    .fc-calendar .fc-row > div:before {
      background-color: #d6d6d6; }
    .fc-calendar .fc-row > div:nth-child(1):before {
      left: 0;
      background-color: transparent; }
    .fc-calendar .fc-row > div:nth-child(2):before {
      left: 14.28571%; }
    .fc-calendar .fc-row > div:nth-child(3):before {
      left: 28.57143%; }
    .fc-calendar .fc-row > div:nth-child(4):before {
      left: 42.85714%; }
    .fc-calendar .fc-row > div:nth-child(5):before {
      left: 57.14286%; }
    .fc-calendar .fc-row > div:nth-child(6):before {
      left: 71.42857%; }
    .fc-calendar .fc-row > div:nth-child(7):before {
      left: 85.71429%; } }

.fc-calendar .fc-row > div > span.fc-date {
  display: block;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px; }

.fc-calendar .fc-row > div.fc-today {
  background: transparent;
  background-color: #f5f7fa; }

.fc-calendar .fc-row > div > div > div.filter,
.fc-calendar .fc-row > div > div span {
  max-width: 100%;
  text-decoration: none;
  color: #333;
  line-height: 1.2;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  /*
  	display: block;
  	display: inline-block;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  */ }

.fc-calendar .fc-row > div > div > div.filter + div.filter {
  margin-top: 10px; }

.fc-calendar .fc-row > div > div > div.filter {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

.fc-calendar .fc-row > div:empty {
  opacity: 0.5; }

@media screen and (max-width: 880px), screen and (max-height: 450px) {
  html, body, .container {
    height: auto; }

  .custom-header,
  .custom-header nav,
  .custom-calendar-full,
  .fc-calendar-container,
  .fc-calendar,
  .fc-calendar .fc-head,
  .fc-calendar .fc-row > div > span.fc-date {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
    width: auto;
    margin-bottom: 0; }

  .fc-calendar {
    margin: 0 20px 20px; }

  .custom-header h2,
  .custom-header h3 {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 100px; }

  .fc-calendar .fc-row,
  .ie9 .fc-calendar .fc-row > div,
  .fc-calendar .fc-row > div {
    height: auto;
    width: 100%;
    border: none; }

  .fc-calendar .fc-row > div {
    float: none;
    min-height: 50px;
    box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2) !important;
    border-radius: 0px !important; }

  .fc-calendar .fc-row {
    box-shadow: none; }

  .fc-calendar .fc-head {
    display: none; }

  .fc-calendar .fc-row > div > div {
    margin-top: 0px;
    padding-left: 10px;
    display: inline-block; }

  .fc-calendar .fc-row > div.fc-today:after {
    display: none; }

  .fc-calendar .fc-row > div > span.fc-date {
    width: 30px;
    display: inline-block;
    text-align: right; }

  .fc-calendar .fc-row > div > span.fc-weekday {
    display: inline-block;
    width: 40px;
    font-size: 10px; }

  .fc-calendar {
    margin: 0; }

  .fc-calendar .fc-body .fc-row > div {
    min-height: 0; }

  .fc-calendar .fc-row > div,
  .fc-calendar .fc-head > div {
    padding: 10px;
    border-bottom: 1px solid #d6d6d6; }

  .fc-calendar .fc-body {
    border: 0; }

  .fc-calendar .fc-row > div:empty {
    min-height: 0;
    height: 0;
    box-shadow: none !important;
    padding: 0;
    border: 0; } }
.calendar-filter {
  background-color: #ebebeb;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
  padding-bottom: 10px;
  padding-left: 140px;
  position: relative; }

.calendar-filter p {
  width: auto;
  display: inline;
  margin: 0; }
  .calendar-filter p:first-of-type {
    font-family: "Benton Sans Medium";
    font-style: normal;
    font-weight: normal; }

.calendar-filter .label {
  position: absolute;
  left: 20px;
  top: 20px; }

.calendar-filter ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  width: auto;
  display: inline; }
  .calendar-filter ul li {
    margin: 0px;
    padding: 0px; }

.calendar-filter ul li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0;
  margin: 0 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  cursor: pointer; }
  .calendar-filter ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 2px; }
  .calendar-filter ul li:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f130';
    color: #fff;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -4px;
    font-size: 8px; }
  .calendar-filter ul li.is-active:after {
    content: none; }

.filter-major:before,
.filter-major h4:before {
  background-color: #3da0cd; }

.filter-school-holidays:before,
.filter-school-holidays h4:before {
  background-color: #7fad01; }

.filter-dummy:before,
.filter-dummy h4:before {
  background-color: #ed6964; }

.fc-calendar .filter:before,
.filter h4:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0; }

.filter h4:before {
  top: 12px;
  left: 14px;
  width: 24px;
  height: 24px; }

.fc-calendar .is-hidden {
  display: none; }

@media only screen and (max-width: 480px) {
  .calendar-filter {
    padding-left: 20px; }

  .calendar-filter .label {
    position: static;
    display: block;
    margin-bottom: 20px; } }
.filter .info-bubble {
  cursor: default;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  transform: scale(0.8);
  opacity: 0;
  margin-top: -10px; }

.filter .info-bubble p {
  margin-bottom: 10px; }

.filter .info-bubble.js-on {
  transform: scale(1);
  opacity: 1; }

.filter .info-bubble .col.content {
  padding: 30px; }

.filter .label {
  width: 80px;
  display: inline-block; }

.filter .info-bubble.large .content {
  position: relative; }

.filter .info-bubble.large .col.image {
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: none;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat; }

.filter .info-bubble .col.content {
  padding-left: 230px;
  width: 100%;
  float: none; }

.filter .info-bubble a.readmore {
  position: relative;
  padding-left: 15px;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }
  .filter .info-bubble a.readmore:before {
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10d';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 10px;
    margin-top: -5px; }
  .filter .info-bubble a.readmore:hover:before {
    left: 5px; }

@media only screen and (min-width: 880px) {
  .fc-calendar .fc-row > div:nth-child(-n+3) .info-bubble {
    left: 130px; }
    .fc-calendar .fc-row > div:nth-child(-n+3) .info-bubble:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17.5px 11px 17.5px 0;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      top: 10px;
      left: -11px;
      content: ''; }
  .fc-calendar .fc-row > div:nth-child(4n) .info-bubble {
    left: 50%;
    top: 100%;
    margin-left: -257px;
    margin-top: 15px; }
    .fc-calendar .fc-row > div:nth-child(4n) .info-bubble:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 17.5px 11px 17.5px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -11px;
      right: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      content: ''; }
  .fc-calendar .fc-row > div:nth-child(n+5) .info-bubble {
    left: -535px; }
    .fc-calendar .fc-row > div:nth-child(n+5) .info-bubble:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17.5px 0 17.5px 11px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      top: 10px;
      right: -11px;
      margin-left: auto;
      margin-right: auto;
      content: ''; }

  .fc-calendar .fc-row:nth-child(n+3) > div .info-bubble {
    top: auto;
    bottom: 0; }
  .fc-calendar .fc-row:nth-child(n+3) > div:nth-child(-n+3) .info-bubble, .fc-calendar .fc-row:nth-child(n+3) > div:nth-child(n+5) .info-bubble {
    margin-top: 0;
    margin-bottom: -5px; }
    .fc-calendar .fc-row:nth-child(n+3) > div:nth-child(-n+3) .info-bubble:after, .fc-calendar .fc-row:nth-child(n+3) > div:nth-child(n+5) .info-bubble:after {
      top: auto;
      bottom: 10px; }
  .fc-calendar .fc-row:nth-child(n+3) > div:nth-child(4n) .info-bubble {
    margin-top: 0;
    margin-bottom: 15px;
    bottom: 100%; }
    .fc-calendar .fc-row:nth-child(n+3) > div:nth-child(4n) .info-bubble:after {
      border-width: 11px 17.5px 0 17.5px;
      border-color: #fff transparent transparent transparent;
      top: auto;
      bottom: -10px; } }
@media screen and (max-width: 880px), screen and (max-height: 450px) {
  .fc-calendar .fc-row > div > div {
    padding-left: 20px;
    display: block;
    margin: 10px 0; }

  .filter .info-bubble {
    zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: none;
    box-shadow: none;
    border: 1px solid #d6d6d6; }
    .filter .info-bubble:before, .filter .info-bubble:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .filter .info-bubble:after {
      clear: both; } }
ul, ol {
  margin: 0 0 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5;
  margin-bottom: 10px; }

nav ul {
  list-style: none;
  padding: 0px; }
  nav ul li {
    margin: 0px;
    padding: 0px; }

nav ul,
nav li {
  margin: 0; }

.list-leadin {
  zoom: 1;
  list-style: none;
  padding: 0px;
  margin: 0;
  background-color: #fff; }
  .list-leadin:before, .list-leadin:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .list-leadin:after {
    clear: both; }
  .list-leadin li {
    margin: 0px;
    padding: 0px; }

.list-leadin.items-2 a {
  min-height: 550px;
  font-size: 16px;
  font-size: 16rem; }
  @media screen and (max-width: 480px) {
    .list-leadin.items-2 a {
      min-height: 0; } }

.list-leadin.items-3 a {
  min-height: 250px; }
  @media screen and (max-width: 480px) {
    .list-leadin.items-3 a {
      min-height: 0; } }

.list-leadin a {
  text-transform: none;
  text-decoration: none;
  color: #435060; }
  .list-leadin a:hover {
    color: #009ca3; }

.list-leadin p {
  margin-bottom: 20px; }

.list-leadin .title {
  font-size: 16px;
  font-size: 16rem;
  color: #435060;
  margin-bottom: 10px; }

.list-leadin .readmore {
  font-size: 14px;
  font-size: 14rem;
  color: #009ca3;
  margin-bottom: 0; }

.list-leadin li {
  position: relative;
  margin: 0;
  padding-left: 50%;
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5; }
  .list-leadin li:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -30px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 18px 30px 0;
    border-color: transparent #fff transparent transparent; }
  .list-leadin li:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%; }
    .list-leadin li:nth-child(odd):after {
      right: auto;
      left: 50%;
      border-width: 30px 0 30px 18px;
      border-color: transparent transparent transparent #fff; }

.list-leadin a {
  display: block;
  padding: 30px 40px; }

.list-leadin .overflow {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: #fafafa; }

.list-leadin .bg {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 5s ease-in-out; }

.list-leadin li:nth-child(odd) .overflow {
  left: 50%; }

.list-leadin li:hover .bg {
  transform: scale(1.1, 1.1); }

@media screen and (max-width: 480px) {
  .list-leadin li,
  .list-leadin li:nth-child(odd) {
    padding-left: 0;
    padding-right: 0; }

  .list-leadin .text {
    display: none; }

  .list-leadin li {
    padding-top: 150px; }
    .list-leadin li:after, .list-leadin li:nth-child(odd):after {
      left: 50%;
      top: 132px;
      margin-left: -30px;
      margin-top: 0;
      border-width: 0 30px 18px 30px;
      border-color: transparent transparent #fff transparent; }

  .list-leadin .overflow,
  .list-leadin li:nth-child(odd) .overflow {
    width: 100%;
    height: 150px;
    left: 0;
    top: 0; }

  .list-leadin a {
    padding: 20px; }

  .list-leadin p {
    margin-bottom: 15px; }

  .list-leadin .title {
    margin-bottom: 0;
    position: relative; }
    .list-leadin .title:after {
      font-family: "icons";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      speak: none;
      text-decoration: inherit;
      text-transform: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-size: 16rem;
      content: '\f10d';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -8px;
      -webkit-transition: right 0.2s ease-in-out;
      -moz-transition: right 0.2s ease-in-out;
      -ms-transition: right 0.2s ease-in-out;
      -o-transition: right 0.2s ease-in-out;
      transition: right 0.2s ease-in-out; }

  .list-leadin a:hover .title:after {
    right: -5px; }

  .list-leadin .title,
  .list-leadin .readmore {
    font-size: 14px;
    font-size: 14rem; } }
.list-leadin.leadin-slider {
  position: relative;
  overflow: hidden; }

.list-leadin ul {
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: block; }

.list-leadin .date {
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  font-size: 12rem;
  color: #009ca3;
  margin-bottom: 15px; }

.list-leadin-header {
  background-color: #f0f4f4;
  width: 100%;
  display: block;
  padding: 40px;
  padding-right: 280px;
  position: relative; }

.list-leadin-header a {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  padding: 2px 0;
  padding-left: 40px;
  width: 250px;
  color: #3da0cd;
  min-height: 0 !important; }
  .list-leadin-header a:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f122';
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0; }

.list-leadin-header .title {
  font-size: 35px;
  font-size: 35rem;
  margin: 0;
  margin-top: 10px; }
  @media only screen and (max-width: 480px) {
    .list-leadin-header .title:after {
      content: none !important; } }

@media only screen and (max-width: 768px) {
  .list-leadin-header {
    padding-right: 40px;
    height: auto;
    text-align: center; }

  .list-leadin-header .title {
    margin-top: 0;
    margin-bottom: 20px; }

  .list-leadin-header a {
    position: relative;
    width: 100%;
    padding-left: 0; }

  .list-leadin-header a:before {
    position: static;
    display: inline-block;
    margin-right: 15px;
    margin-top: 0; } }
@media only screen and (max-width: 480px) {
  .list-leadin-header .title:after {
    content: none; } }
.list-leadin-footer {
  background-color: #f0f4f4;
  height: 100px;
  width: 100%;
  display: block;
  text-align: center;
  position: relative; }

.list-leadin-pager {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  z-index: 1;
  padding-left: 90px;
  padding-right: 90px; }

.list-leadin-pager span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #898b8e;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer; }

.list-leadin-footer span.cycle-pager-active {
  border: 1px solid #009ca3;
  background-color: #009ca3; }

.list-leadin-prev,
.list-leadin-next {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100px;
  display: block;
  z-index: 2;
  font-size: 30px;
  color: #d3dede;
  cursor: pointer;
  min-height: 0;
  padding: 0; }
  .list-leadin-prev:before,
  .list-leadin-next:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px; }

.list-leadin-prev {
  left: 0; }
  .list-leadin-prev:before {
    content: '\f10c'; }

.list-leadin-next {
  right: 0; }
  .list-leadin-next:before {
    content: '\f10d'; }

.standard ul {
  list-style: none; }

.standard ul li {
  position: relative; }
  .standard ul li:before {
    content: ' ';
    position: absolute;
    left: -24px;
    top: 6px;
    background-color: #898b8e;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: block;
    z-index: 2; }

.standard ul ul,
.standard ul ol,
.standard ol ul,
.standard ol ol {
  padding-left: 0;
  padding-top: 10px; }

.standard li li {
  font-size: 90%; }
  .standard li li:before {
    width: 5px;
    height: 5px;
    top: 7px; }

.breadcrumbs {
  list-style: none;
  padding: 0px;
  zoom: 1;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 16px 0;
  border-bottom: 1px solid #d6d6d6; }
  .breadcrumbs li {
    margin: 0px;
    padding: 0px; }
  .breadcrumbs:before, .breadcrumbs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .breadcrumbs:after {
    clear: both; }
  @media only screen and (max-width: 480px) {
    .breadcrumbs {
      display: none;
      margin-bottom: 30px; } }

.breadcrumbs li {
  margin: 0;
  float: left;
  font-size: 12px;
  font-size: 12rem; }

ul.breadcrumbs li:before,
ul.breadcrumbs li:after {
  content: none; }

.breadcrumbs a {
  text-decoration: none;
  color: #006eb4; }
  .breadcrumbs a:hover {
    color: #3da0cd; }
  .breadcrumbs a:after {
    content: '/';
    padding-left: 20px;
    margin-right: 20px; }

.breadcrumbs .home a:before {
  font-size: 13px;
  font-size: 13rem;
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f129'; }

a[href$=".doc"] .details:before {
  content: 'DOC - '; }

a[href$=".pdf"] .details:before {
  content: 'PDF - '; }

a[href$=".zip"] .details:before {
  content: 'ZIP - '; }

a[href$=".jpg"] .details:before,
a[href$=".jpeg"] .details:before {
  content: 'JPG - '; }

.content-sidebar ul.file-list {
  background-color: transparent; }

.content-sidebar ul.file-list li {
  border-bottom: 0;
  padding: 0; }
  .content-sidebar ul.file-list li:first-child {
    border-top: 0; }

.file-list h2.title {
  color: #009ca3; }

ul.file-list {
  list-style: none;
  padding: 0px;
  line-height: 1.2;
  padding-left: 0;
  margin-bottom: 40px;
  clear: both; }
  ul.file-list li {
    margin: 0px;
    padding: 0px; }

ul.file-list li {
  font-size: 16px;
  font-size: 16rem;
  border-top: 1px solid #d6d6d6;
  padding: 20px 0;
  display: block; }
  ul.file-list li:before {
    content: none; }

.file-list a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  position: relative;
  color: #3da0cd;
  display: block;
  padding: 13px 0;
  padding-left: 40px; }
  .file-list a:hover {
    color: #009ca3; }
  .file-list a:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    content: '\f12d';
    position: absolute;
    left: 0;
    top: 18px; }

.file-list .details {
  font-size: 12px;
  font-size: 12rem;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  display: block;
  width: 100%;
  color: #898b8e; }

.list-download {
  list-style: none;
  padding: 0px;
  zoom: 1; }
  .list-download li {
    margin: 0px;
    padding: 0px; }
  .list-download:before, .list-download:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .list-download:after {
    clear: both; }

.list-download li {
  margin-bottom: 20px; }

.list-download a {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-size: 18px;
  font-size: 18rem;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  background-color: #ebebeb;
  display: block;
  padding: 30px;
  padding-left: 170px;
  text-decoration: none;
  position: relative; }
  .list-download a:hover, .list-download a:focus {
    background-color: #e3e3e3; }

.list-download .details {
  display: block;
  font-size: 14px;
  font-size: 14rem;
  color: #435060; }

.list-download .bg {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 100%;
  display: block;
  background-position: center center; }

.list-download.light a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-size: 18rem;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  color: #3da0cd;
  display: block; }
  .list-download.light a:hover, .list-download.light a:focus {
    color: #009ca3; }

.list-download.light a .details {
  font-size: 12px;
  font-size: 12rem;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  display: block;
  width: 100%;
  color: #898b8e;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .list-download {
    margin-left: -40px; }

  .list-download li {
    padding-left: 40px;
    width: 50%;
    float: left;
    margin-bottom: 40px; }
    .list-download li:nth-child(2n+1) {
      clear: left; } }
@media screen and (max-width: 768px) {
  .list-download a {
    padding: 15px;
    padding-left: 115px;
    font-size: 14px;
    font-size: 14rem; }

  .list-download .details {
    font-size: 12px;
    font-size: 12rem; }

  .list-download .bg {
    width: 100px; } }
.qa {
  list-style: none;
  padding: 0px;
  font-size: 16px;
  font-size: 16rem;
  border-top: 1px solid #d6d6d6; }
  .qa li {
    margin: 0px;
    padding: 0px; }

ul.qa li {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px;
  padding-left: 50px; }
  ul.qa li:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    content: '\f10d';
    position: absolute;
    left: 20px;
    top: 25px;
    background-color: transparent; }

ul.qa li.active:before {
  content: '\f124';
  font-size: 7px;
  left: 16px;
  top: 32px; }

.qa .q {
  font-size: 18px;
  font-size: 18rem;
  position: relative;
  color: #009ca3;
  margin-bottom: 0;
  cursor: pointer; }

.qa .a {
  display: none;
  padding-top: 10px;
  margin-bottom: 10px; }

ul.sitemap {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-size: 16rem;
  margin: 20px 0; }

ul.sitemap ul {
  margin: 0;
  padding: 0; }

ul.sitemap li {
  margin: 0;
  padding: 0; }
  ul.sitemap li:before {
    content: none; }

ul.sitemap > li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d6d6; }
  ul.sitemap > li > a {
    padding-left: 0; }

ul.sitemap a {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  font-size: 20rem;
  text-decoration: none; }

ul.sitemap ul a {
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 16rem;
  color: #333;
  text-decoration: none;
  padding: 7px 0;
  padding-left: 20px;
  display: block;
  position: relative; }
  ul.sitemap ul a:hover, ul.sitemap ul a:active {
    color: #3da0cd; }
  ul.sitemap ul a:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10d';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    font-size: 14px; }

ul.sitemap ul ul {
  margin-left: 30px; }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 3px; }

.scrim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/scrim-overlay.png) repeat center center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: pointer; }

.is--modal-open .scrim,
.is--modal-open .modal {
  display: block; }

.modal-newsletter {
  width: 400px;
  height: 510px;
  margin-top: -250px;
  margin-left: -200px; }

.modal-newsletter .header,
.modal-newsletter .form-body {
  padding: 20px 50px; }

.modal-newsletter .header {
  color: #3da0cd;
  font-size: 16px;
  font-size: 16rem;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding-right: 100px;
  position: relative; }
  .modal-newsletter .header:after {
    position: absolute;
    right: 55px;
    top: 25px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f11c';
    font-size: 15px;
    font-size: 15rem; }

.modal-newsletter form label,
.modal-newsletter form .label {
  margin-bottom: 10px;
  display: block; }

.modal-newsletter form .field {
  margin-bottom: 20px; }

.modal-newsletter form input {
  background-color: #ebebeb;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); }

.modal-newsletter fieldset {
  margin-bottom: 20px; }

.modal-newsletter button {
  width: 100%;
  display: block;
  font-size: 13px;
  font-size: 13rem;
  margin-bottom: 20px;
  padding: 15px 20px; }

.modal-newsletter .fineprint {
  font-size: 11px;
  font-size: 11rem;
  line-height: 1.2;
  text-align: center;
  color: #898b8e;
  display: block;
  margin-bottom: 15px;
  padding-top: 5px; }

.modal-newsletter input[type="radio"] {
  box-shadow: none; }

.modal-newsletter fieldset {
  zoom: 1; }
  .modal-newsletter fieldset:before, .modal-newsletter fieldset:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .modal-newsletter fieldset:after {
    clear: both; }

.modal-newsletter fieldset .label {
  width: 100%; }

.modal-newsletter fieldset .field {
  float: left;
  width: 33.333%;
  zoom: 1;
  display: block;
  margin-bottom: 0; }
  .modal-newsletter fieldset .field:before, .modal-newsletter fieldset .field:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .modal-newsletter fieldset .field:after {
    clear: both; }

.modal-newsletter fieldset input,
.modal-newsletter fieldset label {
  display: inline-block;
  float: left;
  width: auto; }

.modal-newsletter fieldset label {
  padding-left: 10px;
  margin: 0;
  position: relative;
  top: -2px;
  font-size: 13px;
  font-size: 13rem;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

@media only screen and (max-width: 480px) {
  .modal-newsletter {
    width: 80%;
    left: 10%;
    margin-left: 0; }

  .modal-newsletter .header,
  .modal-newsletter .form-body {
    padding: 20px 20px; }

  .modal-newsletter .header:after {
    display: none; } }
.modal-newsletter .field-border {
  position: relative;
  margin-bottom: 20px; }

.modal-newsletter .field-required {
  position: absolute;
  right: 0;
  top: 0; }

.modal-newsletter .table > tbody > tr > td {
  border: 0; }

.modal-newsletter input[type="radio"] {
  margin-right: 10px;
  width: auto; }

.modal-newsletter .display-section-border,
.modal-newsletter .form-footer,
.modal-newsletter form-submit-border {
  padding-left: 50px;
  padding-right: 50px; }

.modal-newsletter form-submit-border {
  padding-bottom: 20px; }

.modal-newsletter .form-footer {
  padding: 0 50px; }
  .modal-newsletter .form-footer .btn {
    display: block;
    float: none;
    width: 100%; }

.form-submit-border {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px; }

form input.form-submit {
  box-shadow: none;
  border: 0;
  background-color: #3da0cd;
  width: 100%;
  float: none; }

.modal-newsletter form input[type="checkbox"] {
  transition: none;
  box-shadow: none;
  width: auto;
  display: inline-block;
  margin-right: 10px; }

.form-validation-summary ul {
  list-style: none;
  padding: 0px;
  margin: 0; }
  .form-validation-summary ul li {
    margin: 0px;
    padding: 0px; }

.form-validation-summary ul li {
  margin: 0; }

.form-validation-summary {
  padding: 10px; }

.validation-summary-errors {
  border-radius: 3px;
  border: 1px solid #898b8e;
  background-color: #ebebeb;
  color: #ed6964; }

.hasSidebar {
  padding-right: 250px;
  position: relative; }

.sidebarNav {
  position: absolute;
  right: 0;
  top: 100px;
  width: 200px;
  z-index: 2; }

.sidebarNav li {
  display: block;
  margin-bottom: 5px; }

.sidebarNav .divider {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d6d6d6; }

@media only screen and (max-width: 768px) {
  .hasSidebar {
    padding-right: 0;
    padding-top: 80px; }

  .sidebarNav {
    top: 20px;
    right: auto;
    left: 0;
    width: 100%;
    border: 1px solid #d6d6d6;
    background-color: #fff; }

  .sidebarNav ul {
    padding-top: 41px; }

  .sidebarNav li {
    display: none;
    margin: 0; }

  .sidebarNav:hover li {
    display: block; }

  .sidebarNav li.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

  .sidebarNav a {
    display: block;
    padding: 10px 20px; }

  .sidebarNav .title {
    padding: 10px 20px; } }
.col2.content-sidebar {
  padding-top: 30px; }

.content-sidebar nav li:before {
  content: none; }

.content-sidebar nav a {
  text-decoration: none; }

.content-sidebar nav {
  margin-bottom: 50px; }

.content-sidebar .button-cell {
  padding: 30px; }

.content-sidebar .button-cell .btn {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 14rem;
  padding: 15px 20px; }

.content-sidebar nav ul {
  background-color: #ebebeb; }

.content-sidebar nav ul li {
  font-size: 16px;
  font-size: 16rem;
  border-bottom: 1px solid #fff;
  padding: 15px 20px; }

.content-sidebar li.date,
.content-sidebar li.time,
.content-sidebar li.location {
  padding-left: 65px; }
  .content-sidebar li.date:before,
  .content-sidebar li.time:before,
  .content-sidebar li.location:before {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #009ca3;
    font-size: 24px;
    background-color: transparent; }

.content-sidebar li.date:before {
  content: '\f122';
  top: 15px;
  margin-top: 0; }

.content-sidebar li.time:before {
  content: '\f12a'; }

.content-sidebar li.location:before {
  left: 25px;
  content: '\f128'; }

.content-sidebar li.date ul {
  list-style: none;
  padding: 0px; }
  .content-sidebar li.date ul li {
    margin: 0px;
    padding: 0px; }

.content-sidebar li.date ul li {
  font-size: 14px;
  font-size: 14rem;
  border-bottom: 0;
  padding: 2px 0;
  display: block; }

.content-sidebar nav ul li.title {
  background-repeat: no-repeat;
  background-position: 130% center;
  font-size: 14px;
  font-size: 14rem;
  background-color: #009ca3;
  color: #fff;
  text-transform: uppercase;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold; }

.content-sidebar.is-open ul li {
  display: block; }

.content-sidebar.is-open .title:after {
  content: '\f125'; }

@media only screen and (max-width: 768px) {
  .content-sidebar nav {
    display: none; }

  .sidebar-nav.mob nav {
    display: block;
    padding: 20px 0;
    margin-bottom: 0; }

  .content-sidebar nav ul li,
  .content-sidebar nav ul ul {
    display: none; }

  .content-sidebar nav ul li.title {
    display: block;
    cursor: pointer;
    background-image: none !important; }
    .content-sidebar nav ul li.title:after {
      font-family: "icons";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      speak: none;
      text-decoration: inherit;
      text-transform: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f124';
      font-size: 8px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -4px;
      color: #fff; } }
.sidebar-nav.mob.open ul li.title:after {
  content: none; }

.sidebar-nav.mob.open ul li {
  display: block; }

.content-sidebar nav.accordian ul li {
  padding: 0; }

.content-sidebar nav.accordian ul li.title {
  padding: 15px 20px; }

.content-sidebar nav.accordian ul li ul li.active.js-hasSub {
  padding-bottom: 35px; }

.content-sidebar nav.accordian .js-hasSub ul {
  margin-bottom: 20px; }

.content-sidebar nav.accordian ul li ul li.active li,
.content-sidebar nav.accordian ul li ul li.active.js-hasSub li {
  padding-bottom: 0; }

.accordian a {
  padding: 15px 25px;
  display: block;
  color: #333;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .accordian a:hover, .accordian a:focus {
    color: #009ca3; }
  .accordian a:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10d';
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px; }

.accordian .active > a {
  color: #009ca3; }
  .accordian .active > a:after {
    color: #333; }

.accordian li.active > ul {
  display: block; }

.accordian ul ul {
  display: none;
  padding-left: 40px;
  padding-top: 0; }

.accordian ul ul li {
  border-bottom: 0;
  font-size: 14px;
  font-size: 14rem; }

.accordian ul ul a {
  padding: 6px 20px; }
  .accordian ul ul a:after {
    font-size: 8px;
    position: absolute;
    left: 0;
    right: auto;
    margin-top: -4px; }

.accordian ul ul .active > a {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

.accordian ul ul .active > a:after {
  color: #009ca3; }

.accordian ul ul .active.js-hasSub > a:after {
  content: '\f124';
  font-size: 4px;
  margin-top: -2px; }

.accordian ul ul ul {
  border-bottom: 0;
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-left: 20px;
  margin-top: 10px; }

.accordian ul ul ul li {
  font-size: 12px;
  font-size: 12rem; }

.accordian ul ul ul a {
  padding: 4px 20px; }

.accordian ul ul ul .active > a:after {
  content: '\f10d';
  font-size: 8px;
  margin-top: -4px; }

.leadin-image {
  border-radius: 3px;
  display: block;
  margin-bottom: 20px; }

.leadin-image img {
  display: block; }

.leadin-accom {
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-size: 13rem;
  line-height: 1.2;
  padding: 30px;
  border-radius: 3px;
  padding-bottom: 75px;
  margin-bottom: 20px;
  min-height: 185px;
  width: 100%;
  position: relative;
  display: block;
  color: #fff; }
  .leadin-accom:hover, .leadin-accom:focus {
    color: #fff; }

.leadin-accom .title {
  font-size: 18px;
  font-size: 18rem;
  margin: 0;
  margin-bottom: 10px; }

.leadin-accom p {
  line-height: 1.6; }

.leadin-accom .btn {
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0; }

.leadin-image,
.leadin-accom {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-decoration: none; }
  .leadin-image:hover, .leadin-image:focus,
  .leadin-accom:hover,
  .leadin-accom:focus {
    opacity: .8; }

@media only screen and (max-width: 768px) {
  .ads {
    zoom: 1;
    margin-left: -20px; }
    .ads:before, .ads:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .ads:after {
      clear: both; }

  .ads .ad {
    float: left;
    width: 50%;
    padding-left: 20px; }

  .leadin-image img,
  .leadin-accom img {
    display: block;
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 480px) {
  .ads .ad {
    float: none;
    width: 100%; } }
label,
legend {
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-size: 14rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block; }

input,
textarea {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  font-size: 16px;
  font-size: 16rem;
  line-height: 1.2;
  color: #1e324c;
  font-family: "Benton Sans Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
  background: #fff;
  border: 1px solid #d6d6d6;
  color: #666;
  width: 100%;
  padding: 13px 20px 12px;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 16rem;
    line-height: 1.2;
    color: #1e324c;
    font-family: "Benton Sans Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  input:hover, input:active,
  textarea:hover,
  textarea:active {
    outline: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  box-shadow: none;
  border: 0;
  display: none; }
  .checkbox input[type="checkbox"] {
    display: none; }
  input[type="checkbox"] + label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 45px; }
    @media only screen and (max-width: 480px) {
      input[type="checkbox"] + label {
        display: block; } }
    input[type="checkbox"] + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: -3px;
      width: 25px;
      height: 25px;
      border: 1px solid #d6d6d6;
      background-color: #fff;
      border-radius: 2px;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
    input[type="checkbox"] + label:after {
      font-family: "icons";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      speak: none;
      text-decoration: inherit;
      text-transform: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f130';
      font-size: 14px;
      position: absolute;
      left: 4px;
      top: 3px;
      color: #3da0cd;
      transition: transform 0.15s cubic-bezier(0, 0.005, 0.535, 1.65);
      transform: scale(0); }
  input[type="checkbox"]:checked + label:after {
    transform: scale(1); }

input[type="radio"] {
  box-shadow: none;
  border: 0;
  display: inline-block;
  width: auto; }

input:focus,
textarea:focus {
  box-shadow: 0 0 6px 0 #3da0cd;
  border: 1px solid #3da0cd; }

input.input-validation-error,
textarea.input-validation-error {
  border-color: #ed6964; }

textarea {
  min-height: 125px;
  max-height: 125px;
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

div.styled {
  overflow: hidden;
  /* this hides the select's drop button */
  padding: 0;
  margin: 0;
  color: #1e324c;
  font-size: 16px;
  font-size: 16rem;
  font-family: "Benton Sans Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 66%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, white), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 66%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 66%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 66%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 66%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */ }
  div.styled:hover, div.styled:active {
    outline: none; }
  div.styled:before {
    content: ' ';
    position: absolute;
    right: 42px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ebebeb; }
  div.styled:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    content: '\f124';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px; }

div.styled select {
  padding: 13px 20px 12px;
  font-size: 16px;
  font-size: 16rem;
  line-height: 1.2;
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 2; }
  div.styled select:hover, div.styled select:active {
    outline: none; }

field.checkbox {
  width: 100%;
  display: block; }

.checkbox label,
.checkbox input,
.radio label,
.radio input {
  display: inline;
  width: auto;
  font-size: 16px;
  font-size: 16rem;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

.checkbox label,
.radio label {
  margin-left: 10px; }

.ie7 div.styled {
  border: none; }

.ie7 div.styled select {
  width: 100%;
  background-color: white;
  border: solid 1px #ccc;
  padding: 0.3em 0.5em; }

.field {
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  input,
  textarea,
  div.styled select {
    font-size: 13px;
    font-size: 13rem; }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    div.styled select::-webkit-input-placeholder {
      font-size: 13px;
      font-size: 13rem; } }
.infield {
  position: relative; }

.infield label {
  position: absolute;
  left: 20px;
  top: 14px;
  text-transform: none;
  font-size: 18px;
  font-size: 18rem; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

main form {
  zoom: 1;
  margin-bottom: 40px; }
  main form:before, main form:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  main form:after {
    clear: both; }

main form .col-setup-2 {
  margin-left: -20px; }

main form .col-setup-2 .field {
  padding-left: 20px;
  float: left;
  width: 50%; }

.checkbox,
.radio {
  padding: 10px 0;
  float: left; }

main form button {
  float: right; }

@media only screen and (max-width: 768px) {
  main form .col-setup-2 {
    margin-left: 0; }

  main form .col-setup-2 .field,
  .checkbox,
  main form button {
    float: none;
    width: 100%; }

  main form .col-setup-2 .field,
  .checkbox {
    padding: 0; } }
main form .clear {
  clear: left; }

main form .field.full {
  width: 100%; }

main form .field.nested {
  padding-left: 0;
  margin-bottom: 0; }

.field.nested legend {
  padding-left: 20px; }

@media only screen and (max-width: 768px) {
  .field.nested legend {
    padding-left: 0; }

  main form .col-setup-2 fieldset .field {
    float: left;
    width: 50%; } }
#ui-datepicker-div {
  z-index: 2; }

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #5b6467;
  left: -200px; }

.ui-datepicker-header {
  position: relative; }

.ui-datepicker-title {
  font-size: 13px;
  font-size: 13rem;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #fff;
  padding: 10px 5px;
  background-color: #1e324c; }

.ui-datepicker td {
  text-align: center; }

.ui-datepicker thead {
  border-top: 1px solid #ebebeb; }

.ui-datepicker thead th {
  font-weight: 600;
  font-size: 11px;
  text-align: center; }

.ui-datepicker tbody {
  background-color: #fff; }

.ui-datepicker tbody td {
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }

.ui-datepicker tbody td.ui-datepicker-week-end {
  border-right: 0px;
  border-left: 0px; }

.ui-datepicker tbody td a {
  font-size: 12px;
  font-size: 12rem;
  font-weight: 600;
  text-decoration: none;
  padding: 3px 0;
  background-color: #fff;
  width: 30px;
  display: block; }

.ui-datepicker tbody td a:hover {
  background-color: #ebebeb; }

.ui-datepicker tbody td .ui-state-active {
  background-color: #3da0cd;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.ui-datepicker tbody td .ui-state-active:hover {
  color: #fff;
  background-color: #3193bf; }

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .ui-datepicker-prev:hover,
  .ui-datepicker-next:hover {
    color: #3da0cd; }

.ui-datepicker-prev {
  left: 9px; }

.ui-datepicker-next {
  right: 9px; }

.field-validation-error {
  font-size: 10px;
  font-size: 10rem;
  color: #ed6964;
  padding-top: 10px;
  display: block; }

.contact-intro {
  font-size: 20px;
  font-size: 20rem; }

.contact-select-title {
  font-size: 35px;
  font-size: 35rem;
  color: #009ca3;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 80px; }

.contact-select div.styled {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 80px; }
  .contact-select div.styled:before {
    content: none; }
  .contact-select div.styled:after {
    font-size: 8px;
    margin-top: -4px;
    right: 27px; }
  .contact-select div.styled select {
    padding: 25px 30px; }

.contact-slider .contact-slide {
  width: 100%;
  padding: 80px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }

.contact-slider .contact-slide h2 {
  margin-top: 0;
  margin-bottom: 10px; }

.contact-slider .contact-slide p {
  margin-bottom: 30px; }

.contact-form {
  padding-top: 80px; }

.contact-form h2 {
  margin-top: 0; }

.contact-slide .row {
  zoom: 1; }
  .contact-slide .row:before, .contact-slide .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .contact-slide .row:after {
    clear: both; }

.contact-slide .row p {
  margin-bottom: 10px; }

.contact-slide strong {
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 50%; }

.contact-slide .number {
  width: 50%;
  float: left;
  font-size: 22px;
  font-size: 22rem;
  color: #009ca3;
  padding-left: 40px;
  position: relative;
  z-index: 2; }
  .contact-slide .number:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f12c';
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 2px; }

.contact-slide .email {
  width: 50%;
  float: left;
  font-size: 22px;
  font-size: 22rem;
  color: #009ca3;
  padding-left: 40px;
  position: relative;
  z-index: 2; }
  .contact-slide .email:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f102';
    font-size: 16px;
    position: absolute;
    left: 2px;
    top: 7px; }

.contact-slide .address {
  width: 50%;
  float: left;
  font-size: 22px;
  font-size: 22rem;
  color: #009ca3;
  padding-left: 40px;
  position: relative;
  z-index: 2; }
  .contact-slide .address .addressText {
    color: #000; }
  .contact-slide .address:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f102';
    font-size: 16px;
    position: absolute;
    left: 2px;
    top: 7px; }

.contact-slide .fax {
  width: 50%;
  float: left;
  font-size: 22px;
  font-size: 22rem;
  color: #009ca3;
  padding-left: 40px;
  position: relative;
  z-index: 2; }
  .contact-slide .fax:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f13b';
    font-size: 22px;
    position: absolute;
    left: 2px;
    top: 7px; }

.contact-slide .web {
  width: 50%;
  float: left;
  font-size: 16px;
  font-size: 16rem;
  color: #009ca3;
  padding-top: 6px;
  padding-left: 40px;
  position: relative;
  z-index: 2; }
  .contact-slide .web:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f12b';
    font-size: 24px;
    position: absolute;
    left: 2px;
    top: 7px; }

.contact-slide .number span {
  display: block;
  font-size: 14px;
  font-size: 14rem;
  color: #333; }

.contact-slide .detail {
  padding-left: 75%;
  position: relative; }

.contact-slide .detail .label {
  position: absolute;
  left: 50%;
  top: 0; }

@media only screen and (max-width: 768px) {
  .contact-form {
    padding-top: 40px; }

  .contact-select div.styled {
    margin-bottom: 50px; }

  .contact-select-title {
    margin-top: 0;
    margin-bottom: 20px; }

  .contact-slider .contact-slide {
    padding: 40px 0 20px; }

  .contact-slide .row {
    margin-bottom: 20px; }

  .contact-slide .number {
    float: none;
    width: 100%; }

  .contact-slide .detail {
    padding-left: 40px; }

  .contact-slide .detail .label {
    position: static;
    width: 100%;
    display: block; } }
.display-section-content {
  zoom: 1;
  margin-left: -25px; }
  .display-section-content:before, .display-section-content:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .display-section-content:after {
    clear: both; }

.styled.field-panel,
.styled.field-border {
  border: 0;
  background: transparent; }
  .styled.field-panel:before, .styled.field-panel:after,
  .styled.field-border:before,
  .styled.field-border:after {
    content: none; }

.styled.field-border,
.field-border {
  padding-left: 25px; }

.field-border,
.styled.field-content {
  margin-bottom: 20px; }

.field-title {
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-size: 14rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block; }

form .form-submit {
  float: right;
  width: auto; }

button {
  border: none; }
  button:hover, button:active {
    outline: none; }

.btn,
.form-submit {
  border-radius: 2px;
  padding: 10px 20px;
  text-align: center;
  background-color: #3da0cd;
  color: #fff;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
  min-width: 160px; }
  .btn:hover, .btn:active,
  .form-submit:hover,
  .form-submit:active {
    color: #fff;
    background-color: #009ca3; }
  .btn:active, .btn:focus,
  .form-submit:active,
  .form-submit:focus {
    color: #fff; }

.btn {
  text-decoration: none;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }

.btn.inline {
  display: inline-block;
  width: auto; }

.btn.grey {
  background-color: #435060; }
  .btn.grey:hover, .btn.grey:active {
    background-color: #394351; }

.btn.darkgrey {
  color: #fff;
  background: #435060; }
  .btn.darkgrey:hover, .btn.darkgrey:active {
    background: #3da0cd; }

.btn.brown {
  background-color: #9c9378; }
  .btn.brown:hover, .btn.brown:active {
    background-color: #91876a; }

.btn.teal {
  background-color: #009ca3; }
  .btn.teal:hover, .btn.teal:active {
    background-color: #008d94; }

.btn.blue {
  background: #3da0cd; }
  .btn.blue:hover, .btn.blue:active {
    background: #2c83ab; }

.btn.white {
  background: #fff;
  color: #006eb4; }
  .btn.white:hover, .btn.white:active {
    background: #fafafa; }

.btn.green {
  background: #7fad01; }
  .btn.green:hover, .btn.green:active {
    background: #6c9401; }

.btn.red {
  background: #ed6964; }
  .btn.red:hover, .btn.red:active {
    background: #ea534d; }

.btn.royalBlue {
  background: #006eb4; }
  .btn.royalBlue:hover, .btn.royalBlue:active {
    background: #005e9b; }

.btn.purple {
  background: #876ca1; }
  .btn.purple:hover, .btn.purple:active {
    background: #7a5f95; }

.btn.pinkPurple {
  background: #ac4484; }
  .btn.pinkPurple:hover, .btn.pinkPurple:active {
    background: #9a3d76; }

.btn.aqua {
  background: #03627d; }
  .btn.aqua:hover, .btn.aqua:active {
    background: #024e64; }

.btn.yellow {
  background: #ffb511; }
  .btn.yellow:hover, .btn.yellow:active {
    background: #f7aa00; }

.btn.orange {
  background: #da6e1b; }
  .btn.orange:hover, .btn.orange:active {
    background: #c36318; }

.btn.crimson {
  background: #b14127; }
  .btn.crimson:hover, .btn.crimson:active {
    background: #9c3922; }

.btn.tan {
  background: #a69d80; }
  .btn.tan:hover, .btn.tan:active {
    background: #9b9171; }

.btn.island:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f128';
  font-size: 22px;
  margin-right: 20px;
  margin-top: -2px; }

.btn.visit:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f12b';
  font-size: 22px;
  margin-right: 20px;
  margin-top: -2px; }

.btn.call:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f12c';
  font-size: 22px;
  margin-right: 20px;
  margin-top: -2px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: none; }

.btn.large,
form .form-submit {
  padding: 13px 20px;
  min-width: 200px; }

.btn.big-download {
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  color: #3da0cd;
  position: relative;
  padding: 30px 0;
  padding-left: 115px;
  text-align: left;
  display: block; }
  .btn.big-download:hover, .btn.big-download:focus, .btn.big-download:active {
    color: #009ca3; }
  .btn.big-download:before {
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f12e';
    font-size: 80px;
    width: 80px;
    height: 80px;
    color: #fff;
    background-color: #3da0cd;
    border-radius: 50%;
    display: block; }
  .btn.big-download:hover:before {
    background-color: #009ca3; }

.btn.image {
  font-size: 18px;
  font-size: 18rem;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  padding: 20px 0;
  padding-left: 110px;
  background-color: transparent;
  position: relative;
  max-width: 300px;
  width: 100%;
  display: block;
  white-space: normal;
  text-align: left;
  margin-top: 30px; }
  .btn.image img {
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    margin-top: -35px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff; }
  .btn.image:hover img, .btn.image:active img {
    box-shadow: 0 0 0 7px #fff; }

.btn.planYourStay {
  font-size: 15px;
  font-size: 15rem;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  line-height: 1.2;
  background-color: #009ca3;
  color: #fff;
  display: block;
  width: 100%;
  padding: 17px 50px 17px 100px;
  word-wrap: break-word;
  text-align: left;
  white-space: normal;
  margin-bottom: 20px;
  position: relative;
  border-radius: 3px;
  max-width: 300px;
  min-height: 65px; }
  .btn.planYourStay:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-size: 30rem;
    content: '\f101';
    background-color: #00848a;
    color: #fff;
    width: 70px;
    text-align: center;
    height: 100%;
    line-height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 3px 0 0 3px; }
  .btn.planYourStay:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-size: 26rem;
    color: #006b70;
    content: "\f10d";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out; }
  .btn.planYourStay:hover, .btn.planYourStay:active {
    background-color: #00a6ad; }
    .btn.planYourStay:hover:after, .btn.planYourStay:active:after {
      right: 15px; }

@media only screen and (max-width: 768px) {
  .btn.planYourStay {
    min-height: 70px; } }
.modal .btn.close {
  background: transparent;
  color: #333;
  padding: 0;
  display: block;
  min-width: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .modal .btn.close:after {
    content: 'Ô¿»';
    display: block;
    padding: 5px 10px 15px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    width: 40px; }

.siteSearch {
  position: absolute;
  top: 0;
  right: 80px;
  margin-top: 12px; }

#searchInput {
  width: 200px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.3; }

.siteSearch label {
  position: absolute;
  left: 16px;
  top: 7px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-size: 12rem;
  line-height: 1.3; }

.siteSearch button {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  height: 20px;
  top: 6px;
  right: 6px;
  font-size: 10px;
  font-size: 10rem;
  line-height: 1.3;
  font-weight: bold; }

.hasDrop > a {
  position: relative;
  z-index: 2; }

.hasDrop:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb; }

.hasDrop > a:before, .hasDrop > a:after {
  content: ' ';
  opacity: 0;
  bottom: 5px;
  transition: opacity .2s ease-in-out, bottom .3s ease-in-out; }

.hasDrop:hover > a:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #3da0cd;
  opacity: 1; }
.hasDrop:hover > a:before {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 0 8px;
  border-color: #3da0cd transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
  opacity: 1; }

.drop {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  padding: 15px;
  padding-right: 330px; }
  .hasDrop:hover .drop {
    display: block; }

.drop.no-cta {
  padding-right: 15px; }

/* RIASD-33 Fix cursor in last menu */
.drop.no-cta > .cta {
    display: none;
}

.drop nav {
  padding: 20px 40px 20px 60px;
  zoom: 1;
  text-align: left; }
  .drop nav:before, .drop nav:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .drop nav:after {
    clear: both; }

.drop ul {
  float: left;
  padding-right: 20px; }

.drop .colspan-1 ul {
  width: 100%; }

.drop .colspan-2 ul {
  width: 50%; }

.drop .colspan-3 ul {
  width: 33.333%; }

.drop .colspan-4 ul {
  width: 25%; }

.drop .colspan-5 ul {
  width: 20%; }

/* RIASD-22 To match the (.drop .title margin-bottom) */
.drop > nav.colspan-4 > ul:nth-child(n+5) {
    margin-top: 30px;
}

.drop .title {
  margin-top: 10px;	
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 12rem;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold; }

.drop .title a {
  font-size: 12px;
  font-size: 12rem;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  color: #333;
  border-bottom: 0;
  padding: 0; }
  .drop .title a:hover, .drop .title a:focus {
    color: #3da0cd; }

.drop li {
  display: block;
  width: 100%; }

.drop a {
  font-size: 14px;
  font-size: 14rem;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.2;
  padding: 10px 0;
  color: #3da0cd; }

.drop .cta {
  position: absolute;
  right: 10px;
  top: 0;
  width: 300px;
  height: 100%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff; }

.drop .cta-1,
.drop .cta-2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff; }

.drop .cta-1 {
  top: 0; }

.drop .cta-2 {
  bottom: 0; }

.drop .cta-1.full,
.drop .cta-2.full {
  height: 100%; }

.drop .cta a {
  font-size: 12px;
  font-size: 12rem;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .drop .cta a:after {
    content: ' ';
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
  .drop .cta a:hover:after {
    opacity: 1; }

.drop .cta .text {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  line-height: 1.6;
  padding: 7px 15px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */ }

@media only screen and (max-width: 1200px) {
  .drop {
    padding-right: 15px;
    padding-bottom: 200px; }

  .drop .cta {
    width: 100%;
    height: auto;
    border: 0;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff; }

  .drop .cta-1,
  .drop .cta-2 {
    width: 50%;
    height: 180px;
    border: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    top: auto;
    bottom: 0px;
    right: auto;
    left: auto; }

  .drop .cta-1 {
    left: 0; }

  .drop .cta-2 {
    right: 0; } }
@media only screen and (max-width: 960px) {
  .drop nav {
    padding: 15px; }

  .main-bar nav .drop a {
    padding: 10px 0; } }
.custom-select {
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 100;
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal; }

.custom-select ul {
  width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0px;
  margin: 0;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  cursor: pointer;
  background-color: #edf2f4; }
  .custom-select ul li {
    margin: 0px;
    padding: 0px; }

.custom-select ul li {
  display: none;
  font-size: 18px;
  font-size: 18rem;
  line-height: 1.2;
  border-top: 1px solid #ebebeb;
  padding: 14px 20px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  .custom-select ul li:hover {
    background-color: #f3f7f8; }

.custom-select .active {
  text-align: left;
  display: block;
  color: #009ca3;
  font-family: 'SerialSue';
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  padding: 20px;
  padding-right: 60px;
  border-top: 0;
  box-shadow: 0;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
  z-index: 3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 );
  /* IE6-9 */ }
  .custom-select .active:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f124';
    color: #31b8c0;
    font-size: 8px;
    font-size: 8rem;
    position: absolute;
    right: 30px;
    top: 38px; }

.custom-select .is-selected {
  box-shadow: 0 0 5px #009ca3; }

.custom-select.is-open ul {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25); }

.custom-select.is-open li {
  display: block; }

.custom-select.is-open ul {
  padding-top: 78px; }

.custom-select.is-open .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media only screen and (max-width: 480px) {
  .custom-select ul {
    width: 280px; }

  .custom-select.seasons li.active {
    padding-left: 75px;
    padding-right: 20px; }

  .custom-select.seasons li.active img {
    width: 40px;
    height: 40px;
    left: 18px;
    margin-top: -20px; } }
.custom-select.seasons li.active {
  padding-left: 95px; }

.custom-select.seasons img {
  display: none; }

.custom-select.seasons li.active img {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px; }

.search-bar {
  background-color: #3e4247;
  padding: 10px 12px;
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
  zoom: 1; }
  .search-bar:before, .search-bar:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .search-bar:after {
    clear: both; }

.search-bar .title {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 18rem; }

.search-bar input {
  border: 0;
  box-shadow: none;
  padding: 10px 14px 9px;
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5; }
  .search-bar input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 14rem;
    line-height: 1.5; }
  .search-bar input:focus, .search-bar input:active {
    box-shadow: none; }

.search-bar .field {
  position: relative;
  float: left;
  width: 20%;
  padding-right: 10px;
  margin-bottom: 0; }

.search-bar .btn {
  font-family: "Benton Sans Book";
  font-style: normal;
  font-weight: normal; }

.search-bar .calendar {
  width: 20%; }

.search-bar .calendar input {
  padding-right: 50px; }

.search-bar .calendar:after {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f122';
  font-weight: lighter;
  color: #009ca3;
  position: absolute;
  right: 25px;
  top: 7px;
  z-index: 2;
  font-size: 24px;
  font-size: 24rem; }

.search-bar .styled {
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5;
  border: 0;
  border-radius: 2px;
  background: #fff; }

.search-bar .styled select {
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.5;
  padding: 10px 14px 9px;
  width: 135%; }

.search-bar .btn {
  width: 17%;
  float: left;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px; }

.adu-chi {
  width: 23%;
  float: left; }

.adu-chi .field {
  width: 50%; }

.adu-chi label,
.adu-chi input {
  width: 50%;
  float: left; }

.adu-chi label {
  font-size: 12px;
  font-size: 12rem;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  text-transform: none; }

.adu-chi input {
  text-align: center; }

#ui-datepicker-div {
  z-index: 11 !important; }

@media only screen and (max-width: 1100px) {
  .search-bar {
    margin: 0 20px; }

  .search-bar .field,
  .adu-chi {
    width: 35%; }

  .adu-chi .field {
    width: 50%; }

  .search-bar .calendar {
    width: 50%;
    margin-bottom: 10px; }
    .search-bar .calendar.first {
      padding-right: 5px; }
    .search-bar .calendar.last {
      padding-right: 0;
      padding-left: 5px; }

  .search-bar .btn {
    width: 30%; } }
.plan-your-stay {
  background-color: #fff;
  position: relative;
  font-size: 15px;
  font-size: 15rem;
  line-height: 1.5; }

.plan-your-stay .container {
  padding: 60px 20px;
  max-width: 840px;
  margin: 0 auto;
  zoom: 1;
  z-index: 2;
  position: relative; }
  .plan-your-stay .container:before, .plan-your-stay .container:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .plan-your-stay .container:after {
    clear: both; }

.plan-your-stay .title,
.plan-your-stay p,
.plan-your-stay a {
  float: left; }

.plan-your-stay .title {
  font-size: 32px;
  font-size: 32rem;
  font-family: "Benton Sans Light";
  font-style: normal;
  font-weight: normal;
  color: #435060;
  margin: 0;
  width: 35%; }

.plan-your-stay p {
  padding-right: 50px;
  width: 39%;
  margin: 0; }

.plan-your-stay .btn {
  width: 26%;
  padding: 15px; }

.plan-your-stay:before,
.plan-your-stay:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 300px; }

.plan-your-stay:before {
  left: 0;
  background: url("../img/bg-planyourstay-1.png") no-repeat left center; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .plan-your-stay:before {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../img/bg-planyourstay-1@2x.png");
      background-size: auto 100%; } }

.plan-your-stay:after {
  right: 0;
  background: url("../img/bg-planyourstay-2.png") no-repeat right center; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .plan-your-stay:after {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../img/bg-planyourstay-2@2x.png");
      background-size: auto 100%; } }

.circle-nav {
  position: relative;
  z-index: 2; }

.circle-nav ul {
  list-style: none;
  padding: 0px;
  zoom: 1;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 14px;
  font-size: 14rem;
  background-color: #282a2d; }
  .circle-nav ul li {
    margin: 0px;
    padding: 0px; }
  .circle-nav ul:before, .circle-nav ul:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .circle-nav ul:after {
    clear: both; }

.circle-nav li {
  margin: 0;
  padding: 0;
  float: left; }
  .circle-nav li:last-child a {
    border-right: 0; }

.circle-nav a {
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-right: 1px solid #404348;
  display: block;
  width: 100%;
  padding: 20px;
  padding-top: 70px;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal; }
  .circle-nav a:hover {
    color: #fff; }

.circle-nav li.active a {
  background-color: #fff;
  color: #1e324c;
  border-right: 0; }

.circle-nav img {
  margin: 0 auto;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -50px;
  left: 50%;
  margin-left: -42px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }

@media screen and (min-width: 480px) {
  .circle-nav.items-2 li {
    width: 50%; } }

@media screen and (min-width: 480px) {
  .circle-nav.items-3 li {
    width: 33.3333%; } }

@media screen and (min-width: 480px) {
  .circle-nav.items-4 li {
    width: 25%; } }
@media screen and (min-width: 480px) and (max-width: 768px) {
  .circle-nav.items-4 li {
    width: 50%; }
    .circle-nav.items-4 li:nth-child(2n) a {
      border-right: 0; }
    .circle-nav.items-4 li:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 480px) {
  .circle-nav.items-5 li {
    width: 20%; } }
@media screen and (min-width: 480px) and (max-width: 768px) {
  .circle-nav.items-5 li {
    width: 50%; }
    .circle-nav.items-5 li:nth-child(2n) a {
      border-right: 0; }
    .circle-nav.items-5 li:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 768px) {
  .circle-nav.items-6 li {
    width: 16.6666%; } }
@media screen and (min-width: 480px) and (max-width: 768px) {
  .circle-nav.items-6 li {
    width: 33.3333%; }
    .circle-nav.items-6 li:nth-child(3n) a {
      border-right: 0; }
    .circle-nav.items-6 li:nth-child(3n+1) {
      clear: left; } }

.circle-nav li:nth-child(1) img {
  box-shadow: 0 0 0 8px #3da0cd; }
.circle-nav li:nth-child(1):hover img {
  box-shadow: 0 0 0 10px #3da0cd; }
.circle-nav li:nth-child(2) img {
  box-shadow: 0 0 0 8px #7fad01; }
.circle-nav li:nth-child(2):hover img {
  box-shadow: 0 0 0 10px #7fad01; }
.circle-nav li:nth-child(3) img {
  box-shadow: 0 0 0 8px #da6e1b; }
.circle-nav li:nth-child(3):hover img {
  box-shadow: 0 0 0 10px #da6e1b; }
.circle-nav li:nth-child(4) img {
  box-shadow: 0 0 0 8px #ed6964; }
.circle-nav li:nth-child(4):hover img {
  box-shadow: 0 0 0 10px #ed6964; }
.circle-nav li:nth-child(5) img {
  box-shadow: 0 0 0 8px #435060; }
.circle-nav li:nth-child(5):hover img {
  box-shadow: 0 0 0 10px #435060; }
.circle-nav li:nth-child(6) img {
  box-shadow: 0 0 0 8px #006eb4; }
.circle-nav li:nth-child(6):hover img {
  box-shadow: 0 0 0 10px #006eb4; }

@media screen and (max-width: 768px) {
  .circle-nav ul {
    font-size: 12px;
    font-size: 12rem; }

  .circle-nav img {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px; }

  .circle-nav a {
    border-bottom: 1px solid #3b3b3f;
    padding: 20px;
    padding-top: 30px;
    min-height: 200px; } }
@media screen and (max-width: 480px) {
  .circle-nav ul li {
    width: 100%;
    float: none; }

  .circle-nav a {
    min-height: 0;
    padding: 20px;
    padding-right: 50px;
    text-align: left; }
    .circle-nav a:after {
      font-family: "icons";
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-weight: normal;
      font-style: normal;
      speak: none;
      text-decoration: inherit;
      text-transform: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f10d';
      font-size: 16px;
      font-size: 16rem;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -8px;
      -webkit-transition: right 0.2s ease-in-out;
      -moz-transition: right 0.2s ease-in-out;
      -ms-transition: right 0.2s ease-in-out;
      -o-transition: right 0.2s ease-in-out;
      transition: right 0.2s ease-in-out;
      color: gray; }
    .circle-nav a:hover:after {
      right: 15px; }

  .circle-nav img {
    width: 50px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 15px;
    margin: 0;
    display: none; } }
.circle-nav.baseline a {
  padding-bottom: 50px;
  padding-top: 20px;
  min-height: 110px; }
  @media screen and (max-width: 768px) {
    .circle-nav.baseline a {
      min-height: 0;
      padding-bottom: 20px; } }

.circle-nav.baseline img {
  top: auto;
  bottom: -50px; }

.circle-pager {
  list-style: none;
  padding: 0px;
  text-align: center;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ebebeb; }
  .circle-pager li {
    margin: 0px;
    padding: 0px; }

.circle-pager li {
  float: none;
  width: auto;
  display: inline-block;
  color: #233347;
  padding: 25px 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Benton Sans Medium";
  font-style: normal;
  font-weight: normal;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .circle-pager li:hover {
    color: #3da0cd; }

.circle-pager li.active {
  color: #3da0cd; }
  .circle-pager li.active:before {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 0 20px;
    border-color: #ebebeb transparent transparent transparent; }
  .circle-pager li.active:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 19px 0 19px;
    border-color: #fff transparent transparent transparent; }

@media screen and (max-width: 1200px) {
  .circle-pager li {
    padding: 25px 20px; } }
@media screen and (max-width: 960px) {
  .circle-pager li {
    padding: 15px;
    font-size: 13px;
    font-size: 13rem; } }
@media screen and (max-width: 800px) {
  .circle-pager li {
    padding: 15px 10px; } }
@media screen and (max-width: 768px) {
  .circle-pager-wrap {
    padding: 20px; }

  .circle-pager {
    border-bottom: 0;
    position: relative;
    border: 1px solid #ebebeb;
    border-bottom: 0; }

  .circle-pager li {
    display: none;
    font-size: 15px;
    font-size: 15rem;
    text-align: left;
    padding: 15px 25px;
    border-bottom: 1px solid #ebebeb; }

  .circle-pager li.active:before,
  .circle-pager li.active:after {
    content: none; }

  .circle-pager li.active {
    display: block;
    position: relative; }
    .circle-pager li.active:after {
      position: absolute;
      top: 50%;
      left: auto;
      right: 25px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      pointer-events: none;
      border-color: rgba(82, 182, 228, 0);
      border-top-color: #3da0cd;
      border-width: 6px;
      margin: 0;
      margin-top: -3px; }

  .circle-pager.active {
    position: relative;
    padding-top: 54px;
    zoom: 1; }
    .circle-pager.active:before, .circle-pager.active:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .circle-pager.active:after {
      clear: both; }

  .circle-pager.active li {
    display: block; }

  .circle-pager.active li.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

  .circle-pager,
  .circle-pager li.active
  .circle-pager li.active:last-child {
    border-radius: 3px; } }
.circle-slider {
  overflow: hidden; }

.circle-slider .slide {
  width: 100%;
  padding-top: 80px;
  font-size: 16px;
  font-size: 16rem; }

.circle-slider h1 {
  margin-top: 0; }

.circle-setup {
  position: relative;
  zoom: 1; }
  .circle-setup:before, .circle-setup:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .circle-setup:after {
    clear: both; }

.circle-setup .col1 {
  width: 42%;
  float: left; }

.circle-setup .col1.full {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  float: none; }

.circle-setup .col1 p:first-of-type {
  font-size: 20px;
  font-size: 20rem;
  line-height: 1.6; }

.circle-setup .col2 {
  width: 40%;
  float: right;
  height: 500px;
  overflow: hidden; }

.circle-slider .cycle-slide-active .col2 {
  height: auto; }

@media screen and (min-width: 480px) {
  .circle-setup .buttons {
    padding-top: 30px; }

  .circle-setup .buttons .btn {
    margin-right: 10px; }

  .buttons.items-2 {
    zoom: 1;
    margin-left: -10px;
    border-top: 1px solid #ccc; }
    .buttons.items-2:before, .buttons.items-2:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .buttons.items-2:after {
      clear: both; }
    .buttons.items-2 .col {
      margin: 0;
      padding-left: 10px;
      float: left;
      width: 50%; }
    .buttons.items-2 .btn {
      width: 100%;
      margin: 0; } }
.circle-slider .fineprint {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1100px) {
  .circle-setup .col1 {
    width: 60%;
    padding-right: 40px; }

  .circle-setup .col2 {
    width: 40%; } }
@media screen and (max-width: 768px) {
  .circle-slider .slide {
    padding-top: 0;
    font-size: 14px;
    font-size: 14rem; }

  .circle-setup .buttons {
    padding-top: 0; }

  .circle-setup .col1,
  .circle-setup .col2 {
    float: none;
    width: 100%; }

  .circle-setup .col1 {
    padding-bottom: 50px;
    padding-right: 0; } }
@media screen and (max-width: 480px) {
  .circle-pager li {
    padding: 15px; }

  .circle-setup .col1 {
    padding-bottom: 30px; }

  .circle-setup .col2 {
    padding-bottom: 10px; }

  .btn.inline {
    display: block;
    margin-bottom: 10px; } }
.gallery-slider {
  overflow: hidden;
  margin-bottom: 20px;
  clear: both; }

.gallery-slider img {
  display: block;
  border-radius: 2px;
  width: 100%;
  height: auto; }

.circle-slider .gallery-slider img {
  visibility: hidden !important; }

.circle-slider .cycle-slide-active .gallery-slider img {
  visibility: visible !important; }

.gallery-controls {
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }

.gallery-controls .prev,
.gallery-controls .next {
  position: absolute;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .gallery-controls .prev:before,
  .gallery-controls .next:before {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-size: 15rem;
    color: #5b6467; }

.gallery-controls .prev {
  left: 0; }
  .gallery-controls .prev:before {
    content: '\f10c'; }

.gallery-controls .next {
  right: 0; }
  .gallery-controls .next:before {
    content: '\f10d'; }

.gallery-pager {
  list-style: none;
  padding: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px; }
  .gallery-pager li {
    margin: 0px;
    padding: 0px; }

ul.gallery-pager li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #5b6467;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  ul.gallery-pager li:before {
    content: none; }

.gallery-pager li.active {
  background-color: #5b6467; }

.article-grid .container {
  max-width: 1140px;
  padding: 0 5px;
  margin: 0 auto;
  zoom: 1; }
  .article-grid .container:before, .article-grid .container:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .article-grid .container:after {
    clear: both; }

article {
  font-size: 14px;
  font-size: 14rem;
  position: relative;
  margin-bottom: 30px; }

article a {
  text-decoration: none;
  padding: 25px 30px;
  padding-top: 185px;
  padding-bottom: 0;
  color: #fff;
  display: block; }
  article a:hover, article a:focus, article a:active {
    color: #fff; }

article .content {
  min-height: 125px;
  display: block; }

article .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 185px;
  z-index: 1;
  background-size: cover;
  -ms-behavior: url(/backgroundsize.htc);
  background-position: center center;
  background-repeat: no-repeat; }

article .title {
  font-size: 22px;
  font-size: 22rem; }

article .readmore {
  position: relative;
  margin: 0;
  padding: 20px 0;
  font-family: "Benton Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-size: 14rem; }
  article .readmore:after {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10d';
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    font-size: 16rem;
    margin-top: -8px;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out; }
  article .readmore:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background: url(../img/pixel-white-20.png) repeat center center;
    background: rgba(255, 255, 255, 0.2); }

article:hover .readmore:after {
  right: -5px; }

.article-grid .col a {
  background-color: #009ca3; }
.article-grid .col:nth-child(2n) a {
  background-color: #006eb4; }
.article-grid .col:nth-child(3n) a {
  background-color: #ed6964; }
.article-grid .col:nth-child(4n) a {
  background-color: #7fad01; }
.article-grid .col:nth-child(1) a {
  background-color: #009ca3; }
.article-grid .col:nth-child(2) a {
  background-color: #006eb4; }
.article-grid .col:nth-child(3) a {
  background-color: #ed6964; }
.article-grid .col:nth-child(4) a {
  background-color: #7fad01; }
.article-grid .col:nth-child(5) a {
  background-color: #876ca1; }
.article-grid .col:nth-child(6) a {
  background-color: #da6e1b; }
.article-grid .col:nth-child(7) a {
  background-color: #ac4484; }

.article-grid .container {
  position: relative; }
.article-grid .col {
  padding: 0 15px; }
  @media screen and (min-width: 480px) {
    .article-grid .col {
      float: left;
      width: 50%; }
      .article-grid .col:nth-child(2n+1) {
        clear: left; } }
@media screen and (min-width: 480px) {
  .article-grid.items-3 .col:nth-child(2n+1), .article-grid.items-4 .col:nth-child(2n+1), .article-grid.items-5 .col:nth-child(2n+1), .article-grid.items-6 .col:nth-child(2n+1), .article-grid.items-7 .col:nth-child(2n+1), .article-grid.items-8 .col:nth-child(2n+1), .article-grid.items-4-fancy .col:nth-child(2n+1), .article-grid.items-5-fancy .col:nth-child(2n+1), .article-grid.items-6-fancy .col:nth-child(2n+1), .article-grid.items-7-fancy .col:nth-child(2n+1), .article-grid.items-8-fancy .col:nth-child(2n+1) {
    clear: none; } }

.article-grid .col:nth-child(2n+1)
.article-grid .container {
  position: relative; }

@media screen and (max-width: 768px) {
  article .content {
    min-height: 0; }

  .article-grid.items-2 .col,
  .article-grid.items-3 .col,
  .article-grid.items-4 .col {
    width: 100%;
    float: none; } }
.article-grid.items-2 .col {
  width: 50%; }
  .article-grid.items-2 .col:nth-child(2n+1) {
    clear: left; }

.article-grid.items-3 .col {
  width: 33.3333%; }
  .article-grid.items-3 .col:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 960px) {
    .article-grid.items-3 .col {
      width: 50%; }
      .article-grid.items-3 .col:nth-child(2n+1) {
        clear: left; }
      .article-grid.items-3 .col:nth-child(3n+1) {
        clear: none; } }

.article-grid.items-4 .col {
  width: 50%; }
  .article-grid.items-4 .col:nth-child(2n+1) {
    clear: left; }

@media screen and (min-width: 960px) {
  .article-grid.items-4-fancy .col {
    width: 33.333%; }
    .article-grid.items-4-fancy .col:nth-child(3), .article-grid.items-4-fancy .col:nth-child(4) {
      height: 50%;
      padding-bottom: 90px; }
      .article-grid.items-4-fancy .col:nth-child(3) article, .article-grid.items-4-fancy .col:nth-child(4) article {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        height: 100%; }
      .article-grid.items-4-fancy .col:nth-child(3) article a, .article-grid.items-4-fancy .col:nth-child(4) article a {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-4-fancy .col:nth-child(3) .content, .article-grid.items-4-fancy .col:nth-child(4) .content {
        min-height: 0;
        position: absolute;
        bottom: -61px;
        left: 0;
        z-index: 2;
        background-color: inherit;
        width: 100%; }
      .article-grid.items-4-fancy .col:nth-child(3) .content .title, .article-grid.items-4-fancy .col:nth-child(4) .content .title {
        padding: 14px 30px;
        padding-right: 50px;
        margin: 0;
        display: block; }
        .article-grid.items-4-fancy .col:nth-child(3) .content .title:after, .article-grid.items-4-fancy .col:nth-child(4) .content .title:after {
          font-family: "icons";
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          font-weight: normal;
          font-style: normal;
          speak: none;
          text-decoration: inherit;
          text-transform: none;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f10d';
          position: absolute;
          right: 30px;
          top: 50%;
          font-size: 16px;
          font-size: 16rem;
          margin-top: -8px;
          -webkit-transition: right 0.2s ease-in-out;
          -moz-transition: right 0.2s ease-in-out;
          -ms-transition: right 0.2s ease-in-out;
          -o-transition: right 0.2s ease-in-out;
          transition: right 0.2s ease-in-out; }
      .article-grid.items-4-fancy .col:nth-child(3):hover .title:after, .article-grid.items-4-fancy .col:nth-child(4):hover .title:after {
        right: 25px; }
      .article-grid.items-4-fancy .col:nth-child(3) .content p, .article-grid.items-4-fancy .col:nth-child(4) .content p {
        display: none; }
      .article-grid.items-4-fancy .col:nth-child(3) .img, .article-grid.items-4-fancy .col:nth-child(4) .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-4-fancy .col:nth-child(3) .readmore, .article-grid.items-4-fancy .col:nth-child(4) .readmore {
        display: none; }
    .article-grid.items-4-fancy .col:nth-child(3) {
      position: absolute;
      top: 0;
      right: 0; }
    .article-grid.items-4-fancy .col:nth-child(4) {
      position: absolute;
      bottom: 0;
      right: 0; } }
@media only screen and (min-width: 480px) and (max-width: 960px) {
  .article-grid.items-4-fancy .col {
    width: 50%; }
    .article-grid.items-4-fancy .col:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 960px) {
  .article-grid.items-5 .col,
  .article-grid.items-7 .col,
  .article-grid.items-8 .col {
    width: 33.3333%; }
    .article-grid.items-5 .col:nth-child(5n-1), .article-grid.items-5 .col:nth-child(5n),
    .article-grid.items-7 .col:nth-child(5n-1),
    .article-grid.items-7 .col:nth-child(5n),
    .article-grid.items-8 .col:nth-child(5n-1),
    .article-grid.items-8 .col:nth-child(5n) {
      width: 50%; }
    .article-grid.items-5 .col:nth-child(5n-1), .article-grid.items-5 .col:nth-child(5n+1),
    .article-grid.items-7 .col:nth-child(5n-1),
    .article-grid.items-7 .col:nth-child(5n+1),
    .article-grid.items-8 .col:nth-child(5n-1),
    .article-grid.items-8 .col:nth-child(5n+1) {
      clear: left; } }
@media screen and (min-width: 480px) and (max-width: 960px) {
  .article-grid.items-5 .col,
  .article-grid.items-7 .col,
  .article-grid.items-8 .col {
    width: 50%; }
    .article-grid.items-5 .col:nth-child(2n+1),
    .article-grid.items-7 .col:nth-child(2n+1),
    .article-grid.items-8 .col:nth-child(2n+1) {
      clear: left; }
    .article-grid.items-5 .col:nth-child(5n),
    .article-grid.items-7 .col:nth-child(5n),
    .article-grid.items-8 .col:nth-child(5n) {
      width: 100%; } }

@media only screen and (min-width: 960px) {
  .article-grid.items-5-fancy .col {
    width: 33.3333%;
    z-index: 1; }
    .article-grid.items-5-fancy .col:nth-child(1) a, .article-grid.items-5-fancy .col:nth-child(2) a, .article-grid.items-5-fancy .col:nth-child(4) a, .article-grid.items-5-fancy .col:nth-child(5) a {
      padding-bottom: 81px; }
    .article-grid.items-5-fancy .col:nth-child(1) .readmore, .article-grid.items-5-fancy .col:nth-child(2) .readmore, .article-grid.items-5-fancy .col:nth-child(4) .readmore, .article-grid.items-5-fancy .col:nth-child(5) .readmore {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; }
      .article-grid.items-5-fancy .col:nth-child(1) .readmore:after, .article-grid.items-5-fancy .col:nth-child(2) .readmore:after, .article-grid.items-5-fancy .col:nth-child(4) .readmore:after, .article-grid.items-5-fancy .col:nth-child(5) .readmore:after {
        right: 30px; }
      .article-grid.items-5-fancy .col:nth-child(1) .readmore:hover:after, .article-grid.items-5-fancy .col:nth-child(2) .readmore:hover:after, .article-grid.items-5-fancy .col:nth-child(4) .readmore:hover:after, .article-grid.items-5-fancy .col:nth-child(5) .readmore:hover:after {
        right: 25px; }
    .article-grid.items-5-fancy .col:nth-child(1) a, .article-grid.items-5-fancy .col:nth-child(5) a {
      min-height: 500px; }
    .article-grid.items-5-fancy .col:nth-child(1) {
      padding-bottom: 300px; }
    .article-grid.items-5-fancy .col:nth-child(5) {
      position: relative;
      left: 33.3333%;
      padding-top: 300px; }
    .article-grid.items-5-fancy .col:nth-child(2), .article-grid.items-5-fancy .col:nth-child(4) {
      position: absolute;
      width: 66.6666%;
      height: 270px;
      overflow: hidden;
      z-index: 3; }
      .article-grid.items-5-fancy .col:nth-child(2) article a, .article-grid.items-5-fancy .col:nth-child(4) article a {
        padding-top: 30px;
        height: 270px; }
      .article-grid.items-5-fancy .col:nth-child(2) article .img, .article-grid.items-5-fancy .col:nth-child(4) article .img {
        height: 100%; }
      .article-grid.items-5-fancy .col:nth-child(2) .title, .article-grid.items-5-fancy .col:nth-child(4) .title {
        margin-top: 0; }
    .article-grid.items-5-fancy .col:nth-child(2) {
      right: 0;
      top: 0;
      padding-right: 20px; }
      .article-grid.items-5-fancy .col:nth-child(2) article a {
        padding-left: 52%;
        padding-left: calc(50% + 50px); }
      .article-grid.items-5-fancy .col:nth-child(2) article .img {
        width: 52%;
        width: calc(50% + 20px); }
      .article-grid.items-5-fancy .col:nth-child(2) .readmore {
        width: 48%;
        width: calc(50% - 20px); }
    .article-grid.items-5-fancy .col:nth-child(4) {
      bottom: 30px;
      left: 0;
      padding-left: 20px; }
      .article-grid.items-5-fancy .col:nth-child(4) article a {
        padding-left: 50%;
        padding-left: calc(50% + 40px); }
      .article-grid.items-5-fancy .col:nth-child(4) article .img {
        width: 52%;
        width: calc(50% + 10px); }
      .article-grid.items-5-fancy .col:nth-child(4) .readmore {
        width: 48%;
        width: calc(50% - 10px); }
    .article-grid.items-5-fancy .col:nth-child(3) {
      position: absolute;
      height: 100%;
      left: 33.3333%;
      padding-top: 300px;
      padding-bottom: 391px; }
      .article-grid.items-5-fancy .col:nth-child(3) article {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        height: 100%; }
      .article-grid.items-5-fancy .col:nth-child(3) article a {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-5-fancy .col:nth-child(3) .content {
        min-height: 0;
        position: absolute;
        bottom: -61px;
        left: 0;
        z-index: 2;
        background-color: inherit;
        width: 100%; }
      .article-grid.items-5-fancy .col:nth-child(3) .content .title {
        padding: 14px 30px;
        padding-right: 50px;
        margin: 0;
        display: block; }
        .article-grid.items-5-fancy .col:nth-child(3) .content .title:after {
          font-family: "icons";
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          font-weight: normal;
          font-style: normal;
          speak: none;
          text-decoration: inherit;
          text-transform: none;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f10d';
          position: absolute;
          right: 30px;
          top: 50%;
          font-size: 16px;
          font-size: 16rem;
          margin-top: -8px;
          -webkit-transition: right 0.2s ease-in-out;
          -moz-transition: right 0.2s ease-in-out;
          -ms-transition: right 0.2s ease-in-out;
          -o-transition: right 0.2s ease-in-out;
          transition: right 0.2s ease-in-out; }
      .article-grid.items-5-fancy .col:nth-child(3):hover .title:after {
        right: 25px; }
      .article-grid.items-5-fancy .col:nth-child(3) .content p {
        display: none; }
      .article-grid.items-5-fancy .col:nth-child(3) .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-5-fancy .col:nth-child(3) .readmore {
        display: none; } }
@media screen and (min-width: 480px) and (max-width: 960px) {
  .article-grid.items-5-fancy .col {
    width: 50%; }
    .article-grid.items-5-fancy .col:nth-child(2n+1) {
      clear: left !important; }
    .article-grid.items-5-fancy .col:nth-child(5n) {
      width: 100%; } }

@media only screen and (min-width: 960px) {
  .article-grid.items-6 .col {
    width: 33.3333%; }
    .article-grid.items-6 .col:nth-child(3n+1) {
      clear: left; } }
@media only screen and (min-width: 480px) and (max-width: 960px) {
  .article-grid.items-6 .col {
    width: 50%; }
    .article-grid.items-6 .col:nth-child(2n+1) {
      clear: left !important; } }

@media only screen and (min-width: 960px) {
  .article-grid.items-6-fancy .col {
    width: 33.3333%; }
    .article-grid.items-6-fancy .col:nth-child(3), .article-grid.items-6-fancy .col:nth-child(4), .article-grid.items-6-fancy .col:nth-child(5) {
      height: 225px;
      padding-bottom: 92px;
      position: absolute; }
      .article-grid.items-6-fancy .col:nth-child(3) article, .article-grid.items-6-fancy .col:nth-child(4) article, .article-grid.items-6-fancy .col:nth-child(5) article {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        height: 100%; }
      .article-grid.items-6-fancy .col:nth-child(3) article a, .article-grid.items-6-fancy .col:nth-child(4) article a, .article-grid.items-6-fancy .col:nth-child(5) article a {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-6-fancy .col:nth-child(3) .content, .article-grid.items-6-fancy .col:nth-child(4) .content, .article-grid.items-6-fancy .col:nth-child(5) .content {
        min-height: 0;
        position: absolute;
        bottom: -61px;
        left: 0;
        z-index: 2;
        background-color: inherit;
        width: 100%; }
      .article-grid.items-6-fancy .col:nth-child(3) .content .title, .article-grid.items-6-fancy .col:nth-child(4) .content .title, .article-grid.items-6-fancy .col:nth-child(5) .content .title {
        padding: 14px 30px;
        padding-right: 50px;
        margin: 0;
        display: block; }
        .article-grid.items-6-fancy .col:nth-child(3) .content .title:after, .article-grid.items-6-fancy .col:nth-child(4) .content .title:after, .article-grid.items-6-fancy .col:nth-child(5) .content .title:after {
          font-family: "icons";
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          font-weight: normal;
          font-style: normal;
          speak: none;
          text-decoration: inherit;
          text-transform: none;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f10d';
          position: absolute;
          right: 30px;
          top: 50%;
          font-size: 16px;
          font-size: 16rem;
          margin-top: -8px;
          -webkit-transition: right 0.2s ease-in-out;
          -moz-transition: right 0.2s ease-in-out;
          -ms-transition: right 0.2s ease-in-out;
          -o-transition: right 0.2s ease-in-out;
          transition: right 0.2s ease-in-out; }
      .article-grid.items-6-fancy .col:nth-child(3):hover .title:after, .article-grid.items-6-fancy .col:nth-child(4):hover .title:after, .article-grid.items-6-fancy .col:nth-child(5):hover .title:after {
        right: 25px; }
      .article-grid.items-6-fancy .col:nth-child(3) .content p, .article-grid.items-6-fancy .col:nth-child(4) .content p, .article-grid.items-6-fancy .col:nth-child(5) .content p {
        display: none; }
      .article-grid.items-6-fancy .col:nth-child(3) .img, .article-grid.items-6-fancy .col:nth-child(4) .img, .article-grid.items-6-fancy .col:nth-child(5) .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-6-fancy .col:nth-child(3) .readmore, .article-grid.items-6-fancy .col:nth-child(4) .readmore, .article-grid.items-6-fancy .col:nth-child(5) .readmore {
        display: none; }
    .article-grid.items-6-fancy .col:nth-child(3) {
      bottom: 0;
      left: 0; }
    .article-grid.items-6-fancy .col:nth-child(4) {
      bottom: 0;
      left: 33.3333%; }
    .article-grid.items-6-fancy .col:nth-child(5) {
      top: 0;
      left: 66.6666%;
      padding-right: 20px; }
    .article-grid.items-6-fancy .col:nth-child(1), .article-grid.items-6-fancy .col:nth-child(2) {
      padding-bottom: 225px; }
    .article-grid.items-6-fancy .col:nth-child(6) {
      padding-top: 225px; }
    .article-grid.items-6-fancy .col:nth-child(3n+1) {
      clear: left; } }
@media only screen and (min-width: 480px) and (max-width: 960px) {
  .article-grid.items-6-fancy .col {
    width: 50%; }
    .article-grid.items-6-fancy .col:nth-child(2n+1) {
      clear: left !important; } }

@media screen and (min-width: 960px) {
  .article-grid.items-7-fancy .col {
    width: 33.333%; }
    .article-grid.items-7-fancy .col:nth-child(2), .article-grid.items-7-fancy .col:nth-child(3), .article-grid.items-7-fancy .col:nth-child(4), .article-grid.items-7-fancy .col:nth-child(6), .article-grid.items-7-fancy .col:nth-child(7) {
      height: 225px;
      padding-bottom: 92px; }
      .article-grid.items-7-fancy .col:nth-child(2) article, .article-grid.items-7-fancy .col:nth-child(3) article, .article-grid.items-7-fancy .col:nth-child(4) article, .article-grid.items-7-fancy .col:nth-child(6) article, .article-grid.items-7-fancy .col:nth-child(7) article {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        height: 100%; }
      .article-grid.items-7-fancy .col:nth-child(2) article a, .article-grid.items-7-fancy .col:nth-child(3) article a, .article-grid.items-7-fancy .col:nth-child(4) article a, .article-grid.items-7-fancy .col:nth-child(6) article a, .article-grid.items-7-fancy .col:nth-child(7) article a {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-7-fancy .col:nth-child(2) .content, .article-grid.items-7-fancy .col:nth-child(3) .content, .article-grid.items-7-fancy .col:nth-child(4) .content, .article-grid.items-7-fancy .col:nth-child(6) .content, .article-grid.items-7-fancy .col:nth-child(7) .content {
        min-height: 0;
        position: absolute;
        bottom: -61px;
        left: 0;
        z-index: 2;
        background-color: inherit;
        width: 100%; }
      .article-grid.items-7-fancy .col:nth-child(2) .content .title, .article-grid.items-7-fancy .col:nth-child(3) .content .title, .article-grid.items-7-fancy .col:nth-child(4) .content .title, .article-grid.items-7-fancy .col:nth-child(6) .content .title, .article-grid.items-7-fancy .col:nth-child(7) .content .title {
        padding: 14px 30px;
        padding-right: 50px;
        margin: 0;
        display: block; }
        .article-grid.items-7-fancy .col:nth-child(2) .content .title:after, .article-grid.items-7-fancy .col:nth-child(3) .content .title:after, .article-grid.items-7-fancy .col:nth-child(4) .content .title:after, .article-grid.items-7-fancy .col:nth-child(6) .content .title:after, .article-grid.items-7-fancy .col:nth-child(7) .content .title:after {
          font-family: "icons";
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          font-weight: normal;
          font-style: normal;
          speak: none;
          text-decoration: inherit;
          text-transform: none;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f10d';
          position: absolute;
          right: 30px;
          top: 50%;
          font-size: 16px;
          font-size: 16rem;
          margin-top: -8px;
          -webkit-transition: right 0.2s ease-in-out;
          -moz-transition: right 0.2s ease-in-out;
          -ms-transition: right 0.2s ease-in-out;
          -o-transition: right 0.2s ease-in-out;
          transition: right 0.2s ease-in-out; }
      .article-grid.items-7-fancy .col:nth-child(2):hover .title:after, .article-grid.items-7-fancy .col:nth-child(3):hover .title:after, .article-grid.items-7-fancy .col:nth-child(4):hover .title:after, .article-grid.items-7-fancy .col:nth-child(6):hover .title:after, .article-grid.items-7-fancy .col:nth-child(7):hover .title:after {
        right: 25px; }
      .article-grid.items-7-fancy .col:nth-child(2) .content p, .article-grid.items-7-fancy .col:nth-child(3) .content p, .article-grid.items-7-fancy .col:nth-child(4) .content p, .article-grid.items-7-fancy .col:nth-child(6) .content p, .article-grid.items-7-fancy .col:nth-child(7) .content p {
        display: none; }
      .article-grid.items-7-fancy .col:nth-child(2) .img, .article-grid.items-7-fancy .col:nth-child(3) .img, .article-grid.items-7-fancy .col:nth-child(4) .img, .article-grid.items-7-fancy .col:nth-child(6) .img, .article-grid.items-7-fancy .col:nth-child(7) .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-7-fancy .col:nth-child(2) .readmore, .article-grid.items-7-fancy .col:nth-child(3) .readmore, .article-grid.items-7-fancy .col:nth-child(4) .readmore, .article-grid.items-7-fancy .col:nth-child(6) .readmore, .article-grid.items-7-fancy .col:nth-child(7) .readmore {
        display: none; }
    .article-grid.items-7-fancy .col:nth-child(1) {
      padding-bottom: 225px; }
    .article-grid.items-7-fancy .col:nth-child(5) {
      padding-top: 225px; }
    .article-grid.items-7-fancy .col:nth-child(2) {
      position: absolute;
      top: 0;
      right: 33.3333%; }
    .article-grid.items-7-fancy .col:nth-child(4) {
      position: absolute;
      bottom: 0;
      left: 0; }
    .article-grid.items-7-fancy .col:nth-child(3) {
      position: absolute;
      top: 0;
      right: 0; }
    .article-grid.items-7-fancy .col:nth-child(6) {
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 225px;
      padding-bottom: 255px; }
      .article-grid.items-7-fancy .col:nth-child(6) .content {
        bottom: 0; }
    .article-grid.items-7-fancy .col:nth-child(7) {
      position: absolute;
      top: auto;
      bottom: 0;
      right: 0; } }
@media only screen and (min-width: 480px) and (max-width: 960px) {
  .article-grid.items-7-fancy .col {
    width: 50%; }
    .article-grid.items-7-fancy .col:nth-child(2n+1) {
      clear: left !important; }
    .article-grid.items-7-fancy .col:last-child {
      width: 100%; }
      .article-grid.items-7-fancy .col:last-child article a {
        padding-top: 300px; }
      .article-grid.items-7-fancy .col:last-child article .img {
        height: 300px; } }

@media screen and (min-width: 960px) {
  .article-grid.items-8-fancy .container {
    padding-top: 300px; } }
@media screen and (min-width: 960px) {
  .article-grid.items-8-fancy .col {
    width: 33.3333%;
    z-index: 1; }
    .article-grid.items-8-fancy .col:nth-child(1) {
      position: absolute;
      top: 0;
      left: 0;
      padding-left: 20px;
      padding-right: 10px; }
      .article-grid.items-8-fancy .col:nth-child(1) article {
        min-height: 210px; }
    .article-grid.items-8-fancy .col:nth-child(2) a, .article-grid.items-8-fancy .col:nth-child(3) a, .article-grid.items-8-fancy .col:nth-child(7) a, .article-grid.items-8-fancy .col:nth-child(8) a {
      padding-bottom: 81px; }
    .article-grid.items-8-fancy .col:nth-child(2) .readmore, .article-grid.items-8-fancy .col:nth-child(3) .readmore, .article-grid.items-8-fancy .col:nth-child(7) .readmore, .article-grid.items-8-fancy .col:nth-child(8) .readmore {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; }
      .article-grid.items-8-fancy .col:nth-child(2) .readmore:after, .article-grid.items-8-fancy .col:nth-child(3) .readmore:after, .article-grid.items-8-fancy .col:nth-child(7) .readmore:after, .article-grid.items-8-fancy .col:nth-child(8) .readmore:after {
        right: 30px; }
      .article-grid.items-8-fancy .col:nth-child(2) .readmore:hover:after, .article-grid.items-8-fancy .col:nth-child(3) .readmore:hover:after, .article-grid.items-8-fancy .col:nth-child(7) .readmore:hover:after, .article-grid.items-8-fancy .col:nth-child(8) .readmore:hover:after {
        right: 25px; }
    .article-grid.items-8-fancy .col:nth-child(3) a, .article-grid.items-8-fancy .col:nth-child(7) a {
      min-height: 500px; }
    .article-grid.items-8-fancy .col:nth-child(3) {
      padding-bottom: 300px; }
    .article-grid.items-8-fancy .col:nth-child(7) {
      position: relative;
      left: 33.3333%;
      padding-top: 275px; }
      .article-grid.items-8-fancy .col:nth-child(7) a {
        min-height: 525px; }
    .article-grid.items-8-fancy .col:nth-child(2), .article-grid.items-8-fancy .col:nth-child(8) {
      position: absolute;
      width: 66.6666%;
      height: 270px;
      overflow: hidden;
      z-index: 3; }
      .article-grid.items-8-fancy .col:nth-child(2) article a, .article-grid.items-8-fancy .col:nth-child(8) article a {
        padding-top: 30px;
        height: 270px; }
      .article-grid.items-8-fancy .col:nth-child(2) article .img, .article-grid.items-8-fancy .col:nth-child(8) article .img {
        height: 100%; }
      .article-grid.items-8-fancy .col:nth-child(2) .title, .article-grid.items-8-fancy .col:nth-child(8) .title {
        margin-top: 0; }
    .article-grid.items-8-fancy .col:nth-child(2) {
      right: 0;
      top: 0;
      padding-right: 20px; }
      .article-grid.items-8-fancy .col:nth-child(2) article a {
        padding-left: 52%;
        padding-left: calc(50% + 50px); }
      .article-grid.items-8-fancy .col:nth-child(2) article .img {
        width: 52%;
        width: calc(50% + 20px); }
      .article-grid.items-8-fancy .col:nth-child(2) .readmore {
        width: 48%;
        width: calc(50% - 20px); }
    .article-grid.items-8-fancy .col:nth-child(8) {
      bottom: 30px;
      left: 0;
      padding-left: 20px; }
      .article-grid.items-8-fancy .col:nth-child(8) article a {
        padding-left: 50%;
        padding-left: calc(50% + 40px); }
      .article-grid.items-8-fancy .col:nth-child(8) article .img {
        width: 52%;
        width: calc(50% + 10px); }
      .article-grid.items-8-fancy .col:nth-child(8) .readmore {
        width: 48%;
        width: calc(50% - 10px); }
    .article-grid.items-8-fancy .col:nth-child(1), .article-grid.items-8-fancy .col:nth-child(4), .article-grid.items-8-fancy .col:nth-child(5), .article-grid.items-8-fancy .col:nth-child(6) {
      position: absolute; }
      .article-grid.items-8-fancy .col:nth-child(1) article, .article-grid.items-8-fancy .col:nth-child(4) article, .article-grid.items-8-fancy .col:nth-child(5) article, .article-grid.items-8-fancy .col:nth-child(6) article {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        height: 100%; }
      .article-grid.items-8-fancy .col:nth-child(1) article a, .article-grid.items-8-fancy .col:nth-child(4) article a, .article-grid.items-8-fancy .col:nth-child(5) article a, .article-grid.items-8-fancy .col:nth-child(6) article a {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-8-fancy .col:nth-child(1) .content, .article-grid.items-8-fancy .col:nth-child(4) .content, .article-grid.items-8-fancy .col:nth-child(5) .content, .article-grid.items-8-fancy .col:nth-child(6) .content {
        min-height: 0;
        position: absolute;
        bottom: -61px;
        left: 0;
        z-index: 2;
        background-color: inherit;
        width: 100%; }
      .article-grid.items-8-fancy .col:nth-child(1) .content .title, .article-grid.items-8-fancy .col:nth-child(4) .content .title, .article-grid.items-8-fancy .col:nth-child(5) .content .title, .article-grid.items-8-fancy .col:nth-child(6) .content .title {
        padding: 14px 30px;
        padding-right: 50px;
        margin: 0;
        display: block; }
        .article-grid.items-8-fancy .col:nth-child(1) .content .title:after, .article-grid.items-8-fancy .col:nth-child(4) .content .title:after, .article-grid.items-8-fancy .col:nth-child(5) .content .title:after, .article-grid.items-8-fancy .col:nth-child(6) .content .title:after {
          font-family: "icons";
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          font-weight: normal;
          font-style: normal;
          speak: none;
          text-decoration: inherit;
          text-transform: none;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f10d';
          position: absolute;
          right: 30px;
          top: 50%;
          font-size: 16px;
          font-size: 16rem;
          margin-top: -8px;
          -webkit-transition: right 0.2s ease-in-out;
          -moz-transition: right 0.2s ease-in-out;
          -ms-transition: right 0.2s ease-in-out;
          -o-transition: right 0.2s ease-in-out;
          transition: right 0.2s ease-in-out; }
      .article-grid.items-8-fancy .col:nth-child(1):hover .title:after, .article-grid.items-8-fancy .col:nth-child(4):hover .title:after, .article-grid.items-8-fancy .col:nth-child(5):hover .title:after, .article-grid.items-8-fancy .col:nth-child(6):hover .title:after {
        right: 25px; }
      .article-grid.items-8-fancy .col:nth-child(1) .content p, .article-grid.items-8-fancy .col:nth-child(4) .content p, .article-grid.items-8-fancy .col:nth-child(5) .content p, .article-grid.items-8-fancy .col:nth-child(6) .content p {
        display: none; }
      .article-grid.items-8-fancy .col:nth-child(1) .img, .article-grid.items-8-fancy .col:nth-child(4) .img, .article-grid.items-8-fancy .col:nth-child(5) .img, .article-grid.items-8-fancy .col:nth-child(6) .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .article-grid.items-8-fancy .col:nth-child(1) .readmore, .article-grid.items-8-fancy .col:nth-child(4) .readmore, .article-grid.items-8-fancy .col:nth-child(5) .readmore, .article-grid.items-8-fancy .col:nth-child(6) .readmore {
        display: none; }
    .article-grid.items-8-fancy .col:nth-child(5) {
      padding-right: 20px; }
    .article-grid.items-8-fancy .col:nth-child(6) {
      height: 100%;
      top: 0;
      left: 33.3333%;
      padding-top: 575px;
      padding-bottom: 391px; }
    .article-grid.items-8-fancy .col:nth-child(4), .article-grid.items-8-fancy .col:nth-child(5) {
      position: absolute;
      top: 300px;
      z-index: 3; }
      .article-grid.items-8-fancy .col:nth-child(4) article, .article-grid.items-8-fancy .col:nth-child(5) article {
        min-height: 185px; }
    .article-grid.items-8-fancy .col:nth-child(4) {
      left: 33.3333%; }
    .article-grid.items-8-fancy .col:nth-child(5) {
      left: 66.6666%; } }
@media only screen and (min-width: 480px) and (max-width: 960px) {
  .article-grid.items-8-fancy .col {
    width: 50%; }
    .article-grid.items-8-fancy .col:nth-child(2n+1) {
      clear: left !important; } }

/*# sourceMappingURL=style.css.map */
