@charset "UTF-8";/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************//******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************//*********************
TOOLS
*********************/.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}/*********************
COLORS
*********************//*********************
TYPOGRAPHY
*********************//*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}/*********************
CSS3 GRADIENTS.
*********************//* @include css-gradient(#dfdfdf,#f8f8f8); */.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */.slide-in-down.mui-enter,.slide-in-left.mui-enter,.slide-in-up.mui-enter,.slide-in-right.mui-enter,.slide-out-down.mui-leave,.slide-out-right.mui-leave,.slide-out-up.mui-leave,.slide-out-left.mui-leave,.fade-in.mui-enter,.fade-out.mui-leave,.hinge-in-from-top.mui-enter,.hinge-in-from-right.mui-enter,.hinge-in-from-bottom.mui-enter,.hinge-in-from-left.mui-enter,.hinge-in-from-middle-x.mui-enter,.hinge-in-from-middle-y.mui-enter,.hinge-out-from-top.mui-leave,.hinge-out-from-right.mui-leave,.hinge-out-from-bottom.mui-leave,.hinge-out-from-left.mui-leave,.hinge-out-from-middle-x.mui-leave,.hinge-out-from-middle-y.mui-leave,.scale-in-up.mui-enter,.scale-in-down.mui-enter,.scale-out-up.mui-leave,.scale-out-down.mui-leave,.spin-in.mui-enter,.spin-out.mui-leave,.spin-in-ccw.mui-enter,.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

.wiggle {
  animation-name: wiggle-7deg;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *//**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */html {
  font-family: sans-serif;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/**
   * Remove default margin.
   */body {
  margin: 0;
}/* HTML5 display definitions
     ========================================================================== *//**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */audio,canvas,progress,video {
  display: inline-block;
 /* 1 */
  vertical-align: baseline;
 /* 2 */;
}/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */audio:not([controls]) {
  display: none;
  height: 0;
}/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */[hidden],template {
  display: none;
}/* Links
     ========================================================================== *//**
   * Remove the gray background color from active links in IE 10.
   */a {
  background-color: transparent;
}/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */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 {
  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: not-allowed;
}/**
   * 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.
   */input[type="search"] {-webkit-appearance: textfield; /* 1 */box-sizing: content-box; /* 2 */}/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   *//* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=57.875em&xlarge=64em&xxlarge=75em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,*::before,*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Asap", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #474744;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,.row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column,.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  max-width: none;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,.columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,.row.row.columns {
  float: none;
}

.row .column.row.row,.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column,.small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n),.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child,.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,.small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n),.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child,.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,.small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n),.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child,.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,.small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n),.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child,.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,.small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n),.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child,.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,.small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n),.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child,.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n),.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child,.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n),.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child,.small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column,.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column,.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,.small-push-0,.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,i {
  font-style: italic;
  line-height: inherit;
}

strong,b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Asap", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,ol,dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul,ol ul,ul ol,ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #474744;
  cursor: help;
  border-bottom: 1px dotted #474744;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #474744;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #474744;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.show-for-print {
  display: none !important;
}

[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #474744;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(71, 71, 68, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,textarea::placeholder {
  color: #cacaca;
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type='submit'],[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],[type='checkbox'],[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #474744;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #474744;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,.input-group-field,.input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #474744;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,.input-group-button input,.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #474744;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,.button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.button.primary:hover,.button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover,.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover,.button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover,.button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover,.button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow,.button.hollow:hover,.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,.button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover,.button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled,.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.show-for-sr,.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,.show-for-portrait {
  display: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before,.clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover,.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before,.breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #474744;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before,.button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  font-size: 0.9rem;
}

.button-group .button:not(:last-child) {
  margin-right: 1px;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before,.button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: 50%;
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: 33.33333%;
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: 25%;
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: 20%;
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: 16.66667%;
  margin-right: 1px;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}

.button-group.primary .button:hover,.button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover,.button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover,.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover,.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover,.button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked .button,.button-group.stacked-for-small .button,.button-group.stacked-for-medium .button {
  width: 100%;
  border-right: 1px solid transparent;
}

.button-group.stacked .button:not(:last-child),.button-group.stacked-for-small .button:not(:last-child),.button-group.stacked-for-medium .button:not(:last-child) {
  border-bottom: 1px solid #fefefe;
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(71, 71, 68, 0.25);
  border-radius: 0;
  position: relative;
  color: #474744;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,.close-button:focus {
  color: #474744;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu,.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,.menu a,.menu button {
  margin-bottom: 0;
}

.menu > li > a img,.menu > li > a i {
  vertical-align: middle;
}

.menu > li > a i + span,.menu > li > a img + span {
  vertical-align: middle;
}

.menu > li > a img,.menu > li > a i {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before,.menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,.menu.icon-top > li > a i {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #474744;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #474744, 0 14px 0 #474744;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,.pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child,.pagination li:first-child {
  display: inline-block;
}

.pagination a,.pagination button {
  color: #474744;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #474744;
}

.pagination-previous a::before,.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(71, 71, 68, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

.reveal .column,.reveal .columns,.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

.reveal.collapse {
  padding: 0;
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,table tbody,table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,table tfoot {
  background: #f8f8f8;
  color: #474744;
}

table thead tr,table tfoot tr {
  background: transparent;
}

table thead th,table thead td,table tfoot th,table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before,.tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,.tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus,.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(71, 71, 68, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover,.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #474744;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before,.title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #474744;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #474744, 0 14px 0 #474744;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #474744;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #474744;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #474744 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #474744;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #474744 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before,.top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,.top-bar .top-bar-right {
  width: 100%;
}

.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}

.unslider-wrap {
  position: relative;
}

.unslider-wrap.unslider-carousel li {
  float: left;
}

.unslider-vertical > ul {
  height: 100%;
}

.unslider-vertical li {
  float: none;
  width: 100%;
}

.unslider-fade {
  position: relative;
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider ul,.unslider ol,.unslider li {
  list-style: none;
 /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}

.unslider-arrow.next {
  left: auto;
  right: 20px;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #2199e8;
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: #2199e8;
  cursor: default;
}/*
 *  Owl Carousel - Animate Plugin
 */.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}/*
 * 	Owl Carousel - Auto Height Plugin
 */.owl-height {
  transition: height 500ms ease-in-out;
}/*
 *  Core Owl Carousel CSS File
 */.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
 /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}/* No Js */.no-js .owl-carousel {
  display: block;
}/*
 * 	Owl Carousel - Lazy Load Plugin
 */.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}/*
 * 	Owl Carousel - Video Plugin
 */.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}/************************************************

Stylesheet: Main Stylesheet

*************************************************//*********************
GENERAL STYLES
*********************/.page-wrapper {
  overflow: hidden;
  background: #f5f2ee url("../images/skyline-footer-01.png") no-repeat center bottom;
}

body.page-template-template-country-show .page-wrapper,body.page-template-template-country-show-timetable .page-wrapper,body.page-template-template-country-show-plan .page-wrapper,body.page-template-template-country-show-gallery .page-wrapper,body.page-template-template-country-show-single .page-wrapper {
  background: #f5f2ee url("../images/skyline-footer-show-01.png") no-repeat center bottom;
}

.farm-park-bg,.accordion-title.farm-park-bg {
  background: #b04135;
}

.the-village-bg,.accordion-title.the-village-bg,.accordion-title.craft-village-bg {
  background: #862256;
}

.schools-bg,.accordion-title.schools-bg {
  background: #8bcb36;
}

.country-show-bg,.essex-country-show-bg,.accordion-title.country-show-bg,.accordion-title.showground-bg {
  background: #ffb400;
}

.venue-bg,.accordion-title.venue-bg {
  background: #2994b2;
}

.camping-bg,.accordion-title.camping-bg {
  background: #33aa30;
}

.parties-bg,.accordion-title.parties-bg {
  background: #ff7844;
}

.find-us-bg,.accordion-title.find-us-bg {
  background: #51dacf;
}

.accordion-title.country-show-bg,.accordion-title.showground-bg {
  color: #862256;
}

#home-slider,#page-wrapper {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}/*********************
LINK STYLES
*********************/a:link,a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.page-template-template-farm-single #content p a,.page-template-template-farm-single #content li a,.page-template-template-farm-single #content h2 a,.page-template-template-farm-single #content h3 a,.page-template-template-farm-single #content h4 a,.page-template-template-farm-single #content h5 a,.page-template-template-farm-single #content h6 a {
  color: #b04135;
}

.page-template-template-farm-single #content .button.button-content {
  background: #b04135;
  margin: 1rem 0;
}

.page-template-template-village-single #content p a,.page-template-template-village-single #content li a,.page-template-template-village-single #content h2 a,.page-template-template-village-single #content h3 a,.page-template-template-village-single #content h4 a,.page-template-template-village-single #content h5 a,.page-template-template-village-single #content h6 a {
  color: #862256;
}

.page-template-template-village-single #content .button.button-content {
  background: #862256;
  margin: 1rem 0;
}

.page-template-template-country-show-single #content p a,.page-template-template-country-show-single #content li a,.page-template-template-country-show-single #content h2 a,.page-template-template-country-show-single #content h3 a,.page-template-template-country-show-single #content h4 a,.page-template-template-country-show-single #content h5 a,.page-template-template-country-show-single #content h6 a {
  color: #862256;
}

.page-template-template-country-show-single #content .button.button-content {
  background: #ffb400;
  color: #862256;
  margin: 1rem 0;
}

.page-template-template-parties-single #content p a,.page-template-template-parties-single #content li a,.page-template-template-parties-single #content h2 a,.page-template-template-parties-single #content h3 a,.page-template-template-parties-single #content h4 a,.page-template-template-parties-single #content h5 a,.page-template-template-parties-single #content h6 a {
  color: #ff7844;
}

.page-template-template-parties-single #content .button.button-content {
  background: #ff7844;
  margin: 1rem 0;
}

.page-template-template-schools-single #content p a,.page-template-template-schools-single #content li a,.page-template-template-schools-single #content h2 a,.page-template-template-schools-single #content h3 a,.page-template-template-schools-single #content h4 a,.page-template-template-schools-single #content h5 a,.page-template-template-schools-single #content h6 a {
  color: #8bcb36;
}

.page-template-template-schools-single #content .button.button-content {
  background: #8bcb36;
  margin: 1rem 0;
}

.page-template-template-venue-single #content p a,.page-template-template-venue-single #content li a,.page-template-template-venue-single #content h2 a,.page-template-template-venue-single #content h3 a,.page-template-template-venue-single #content h4 a,.page-template-template-venue-single #content h5 a,.page-template-template-venue-single #content h6 a {
  color: #2994b2;
}

.page-template-template-venue-single #content .button.button-content {
  background: #2994b2;
  margin: 1rem 0;
}/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
  font-weight: bold;
}

h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
  text-decoration: none;
}

.heading,.heading-line {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.heading-line {
  padding: 0.8rem 0;
  border-top: 1px solid #474744;
  position: relative;
}

.heading-line span {
  line-height: 1.5;
  text-align: right;
  float: right;
  font-size: 1rem;
  text-transform: uppercase;
}

.heading-line span a {
  color: #474744;
}

.button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

.button:hover,.button:active,.button:focus {
  background: #474744;
}/*********************
HEADER STYLES
*********************/.fixed-feedback {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}

.fixed-feedback .button {
  margin-bottom: 0;
  transform-origin: 0 50%;
  transform: rotate(-90deg) translate(-50%, 50%);
  background: #36b4e4;
  width: 12.5rem;
  padding: 0.75rem;
  text-align: left;
  text-transform: initial;
  font-size: 1.375rem;
}

.fixed-feedback .button img {
  margin-top: 0.1875rem;
  height: 1rem;
  float: right;
}

.fixed-social {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}

.fixed-social img {
  float: left;
  width: 100%;
}

.fixed-social .social-icons ul li a {
  border-radius: 0;
  margin: 0;
  padding: 0.7rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.6rem;
}

.fixed-social .social-icons ul li.book-social a {
  background: #b04135;
}

.cta-header-wrapper {
  position: relative;
}

.cta-header-wrapper .cta-button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 25rem;
}

.cta-header-wrapper .cta-header-button {
  float: left;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 50%;
  padding: 0.625rem 0 1.875rem 0;
  color: #fff;
  background: url("../images/ribbon.png") no-repeat bottom;
}

.cta-header-wrapper .cta-header-button img {
  height: 1rem;
}

.cta-header-wrapper .cta-header-button.alt {
  background: url("../images/ribbon-alt.png") no-repeat bottom;
}

.skyline {
  background: url("../images/skyline-header-01.png") no-repeat center bottom;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.page-template-template-country-show .skyline,.page-template-template-country-show-timetable .skyline,.page-template-template-country-show-plan .skyline,.page-template-template-country-show-gallery .skyline,.page-template-template-country-show-single .skyline {
  background: url("../images/skyline-header-show-01.png") no-repeat center bottom;
}

.header {
  margin-bottom: 1.25rem;
}

.header ul.off-canvas-list li {
  list-style: none;
}

.logo-title #logo {
  width: auto;
  margin-bottom: 0.5rem;
}

.logo-title #logo img {
  width: auto;
  height: 2.1875rem;
}

.logo-title h1,.logo-title .h1 {
  font-weight: normal;
  line-height: 1;
  color: #fff;
  font-size: 3.9rem;
  letter-spacing: -2px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  margin-left: -4px;
}/*********************
NAVIGATION STYLES
*********************/.title-bar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 50;
}

.top-bar {
  padding: 0;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 15;
}

.top-bar:before {
  position: absolute;
  bottom: 0;
  height: 10px;
  background: #a7cdcc;
  width: 100%;
  z-index: 0;
}

.top-bar ul {
  position: relative;
  z-index: 1;
  background: none;
}

.primary-menu .menu,.secondary-menu .menu {
  width: 100%;
  display: table;
}

.primary-menu .menu li,.secondary-menu .menu li {
  border-right: 1px solid #547776;
  border-bottom: 10px solid #474744;
  text-align: center;
}

.primary-menu .menu li:first-child,.secondary-menu .menu li:first-child {
  border-left: 1px solid #547776;
}

.primary-menu .menu li a,.secondary-menu .menu li a {
  font-weight: bold;
  color: #474744;
  padding: 1rem 0;
}

.primary-menu .menu li.menu-item-22,.primary-menu .menu li.home,.primary-menu .menu li.menu-item-122,.secondary-menu .menu li.menu-item-22,.secondary-menu .menu li.home,.secondary-menu .menu li.menu-item-122 {
  background: url("../images/icons/home.svg") no-repeat center;
  background-size: 1.625rem;
  border-bottom-color: #36b4e4;
  width: 5%;
  text-indent: -9999px;
}

.primary-menu .menu li.menu-item-23,.primary-menu .menu li.menu-item-131,.primary-menu .menu li.menu-item-12326,.secondary-menu .menu li.menu-item-23,.secondary-menu .menu li.menu-item-131,.secondary-menu .menu li.menu-item-12326 {
  border-bottom-color: #b04135;
  width: 10%;
}

.primary-menu .menu li.menu-item-23 .submenu,.primary-menu .menu li.menu-item-131 .submenu,.primary-menu .menu li.menu-item-12326 .submenu,.secondary-menu .menu li.menu-item-23 .submenu,.secondary-menu .menu li.menu-item-131 .submenu,.secondary-menu .menu li.menu-item-12326 .submenu {
  background: #b04135;
  border: 0;
}

.primary-menu .menu li.menu-item-23 .submenu li,.primary-menu .menu li.menu-item-131 .submenu li,.primary-menu .menu li.menu-item-12326 .submenu li,.secondary-menu .menu li.menu-item-23 .submenu li,.secondary-menu .menu li.menu-item-131 .submenu li,.secondary-menu .menu li.menu-item-12326 .submenu li {
  border-top-color: #fff;
}

.primary-menu .menu li.menu-item-23 .submenu li a,.primary-menu .menu li.menu-item-131 .submenu li a,.primary-menu .menu li.menu-item-12326 .submenu li a,.secondary-menu .menu li.menu-item-23 .submenu li a,.secondary-menu .menu li.menu-item-131 .submenu li a,.secondary-menu .menu li.menu-item-12326 .submenu li a {
  color: #fff;
}

.primary-menu .menu li.menu-item-24,.primary-menu .menu li.menu-item-124,.secondary-menu .menu li.menu-item-24,.secondary-menu .menu li.menu-item-124 {
  border-bottom-color: #862256;
  width: 12%;
}

.primary-menu .menu li.menu-item-25,.primary-menu .menu li.menu-item-125,.secondary-menu .menu li.menu-item-25,.secondary-menu .menu li.menu-item-125 {
  border-bottom-color: #8bcb36;
  width: 10%;
}

.primary-menu .menu li.menu-item-26,.primary-menu .menu li.menu-item-126,.secondary-menu .menu li.menu-item-26,.secondary-menu .menu li.menu-item-126 {
  border-bottom-color: #ffb400;
  width: 16%;
}

.primary-menu .menu li.menu-item-28,.primary-menu .menu li.menu-item-127,.secondary-menu .menu li.menu-item-28,.secondary-menu .menu li.menu-item-127 {
  border-bottom-color: #2994b2;
  width: 10%;
}

.primary-menu .menu li.menu-item-27,.primary-menu .menu li.menu-item-128,.secondary-menu .menu li.menu-item-27,.secondary-menu .menu li.menu-item-128 {
  border-bottom-color: #33aa30;
  width: 10%;
}

.primary-menu .menu li.menu-item-29,.primary-menu .menu li.menu-item-129,.secondary-menu .menu li.menu-item-29,.secondary-menu .menu li.menu-item-129 {
  border-bottom-color: #ff7844;
  width: 8%;
}

.primary-menu .menu li.menu-item-30,.primary-menu .menu li.menu-item-130,.secondary-menu .menu li.menu-item-30,.secondary-menu .menu li.menu-item-130 {
  border-bottom-color: #51dacf;
  width: 8%;
}

.primary-menu .menu li.search,.secondary-menu .menu li.search {
  background: url("../images/icons/search.svg") no-repeat center;
  background-size: 1.625rem;
  border-bottom-color: #cf3d3d;
  width: 5%;
}

.primary-menu .menu li.current-menu-item,.primary-menu .menu li.current-page-ancestor,.secondary-menu .menu li.current-menu-item,.secondary-menu .menu li.current-page-ancestor {
  background: #474744;
}

.primary-menu .menu li.current-menu-item a,.primary-menu .menu li.current-page-ancestor a,.secondary-menu .menu li.current-menu-item a,.secondary-menu .menu li.current-page-ancestor a {
  color: #fff;
}

.primary-menu .menu .submenu li,.secondary-menu .menu .submenu li {
  border-left: 0 !important;
}

.secondary-menu {
  background: #b04135;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: relative;
}

.secondary-menu .menu li {
  border-bottom: 0;
  border-right: 1px solid #fff;
  width: 10%;
}

.secondary-menu .menu li:first-child {
  border-left: 1px solid #fff;
}

.secondary-menu .menu li a {
  color: #fff;
}

.page-template-template-parties .secondary-menu,.page-template-template-parties-faqs .secondary-menu,.page-template-template-parties-single .secondary-menu {
  background: #ff7844;
}

.page-template-template-village .secondary-menu,.tax-village_cat .secondary-menu,.single-village .secondary-menu,.page-template-template-village-single .secondary-menu {
  background: #862256;
}

.page-template-template-schools .secondary-menu,.page-template-template-schools-single .secondary-menu,.page-template-template-schools-form .secondary-menu,.page-template-template-schools-faqs .secondary-menu {
  background: #8bcb36;
}

.page-template-template-schools .secondary-menu .menu li a,.page-template-template-schools-single .secondary-menu .menu li a,.page-template-template-schools-form .secondary-menu .menu li a,.page-template-template-schools-faqs .secondary-menu .menu li a {
  color: #395a19;
}

.page-template-template-schools .secondary-menu .menu li.current-menu-item a,.page-template-template-schools .secondary-menu .menu li.current-page-ancestor a,.page-template-template-schools-single .secondary-menu .menu li.current-menu-item a,.page-template-template-schools-single .secondary-menu .menu li.current-page-ancestor a,.page-template-template-schools-form .secondary-menu .menu li.current-menu-item a,.page-template-template-schools-form .secondary-menu .menu li.current-page-ancestor a,.page-template-template-schools-faqs .secondary-menu .menu li.current-menu-item a,.page-template-template-schools-faqs .secondary-menu .menu li.current-page-ancestor a {
  color: #fff;
}

.page-template-template-country-show .secondary-menu,.page-template-template-country-show-timetable .secondary-menu,.page-template-template-country-show-plan .secondary-menu,.page-template-template-country-show-faqs .secondary-menu,.page-template-template-country-show-gallery .secondary-menu,.page-template-template-country-show-single .secondary-menu {
  background: #ffb400;
}

.page-template-template-country-show .secondary-menu .menu li a,.page-template-template-country-show-timetable .secondary-menu .menu li a,.page-template-template-country-show-plan .secondary-menu .menu li a,.page-template-template-country-show-faqs .secondary-menu .menu li a,.page-template-template-country-show-gallery .secondary-menu .menu li a,.page-template-template-country-show-single .secondary-menu .menu li a {
  color: #862256;
}

.page-template-template-country-show .secondary-menu .menu li.current-menu-item a,.page-template-template-country-show .secondary-menu .menu li.current-page-ancestor a,.page-template-template-country-show-timetable .secondary-menu .menu li.current-menu-item a,.page-template-template-country-show-timetable .secondary-menu .menu li.current-page-ancestor a,.page-template-template-country-show-plan .secondary-menu .menu li.current-menu-item a,.page-template-template-country-show-plan .secondary-menu .menu li.current-page-ancestor a,.page-template-template-country-show-faqs .secondary-menu .menu li.current-menu-item a,.page-template-template-country-show-faqs .secondary-menu .menu li.current-page-ancestor a,.page-template-template-country-show-gallery .secondary-menu .menu li.current-menu-item a,.page-template-template-country-show-gallery .secondary-menu .menu li.current-page-ancestor a,.page-template-template-country-show-single .secondary-menu .menu li.current-menu-item a,.page-template-template-country-show-single .secondary-menu .menu li.current-page-ancestor a {
  color: #fff;
}

.page-template-template-venue .secondary-menu,.page-template-template-venue-single .secondary-menu {
  background: #2994b2;
}

.mobile-menu {
  display: none;
}

.mobile-menu > .menu li {
  width: 100% !important;
  display: block;
  border-bottom: 0;
  border-top: 1px solid #547776;
  text-align: left;
}

.mobile-menu > .menu li:first-child {
  border-top: 0;
}

.mobile-menu > .menu li a {
  border-left: 10px solid #474744;
  font-weight: bold;
  color: #474744;
  padding: 1rem 0;
  border-left-color: #8bcb36;
  padding: 1rem;
}

.mobile-menu > .menu li a:after {
  border-color: #474744 transparent transparent !important;
}

.mobile-menu > .menu li .submenu {
  background: #b04135;
  border: 0;
}

.mobile-menu > .menu li .submenu li {
  border-top-color: #fff;
}

.mobile-menu > .menu li .submenu li a {
  color: #fff;
}

.mobile-menu > .menu li.menu-item-122 a {
  border-left-color: #36b4e4;
}

.mobile-menu > .menu li.menu-item-131 a {
  border-left-color: #b04135;
}

.mobile-menu > .menu li.menu-item-131 .submenu {
  background: #b04135;
}

.mobile-menu > .menu li.menu-item-739 a,.mobile-menu > .menu li.menu-item-969 a {
  border-left-color: #862256;
}

.mobile-menu > .menu li.menu-item-739 .submenu,.mobile-menu > .menu li.menu-item-969 .submenu {
  background: #862256;
}

.mobile-menu > .menu li.menu-item-759 a,.mobile-menu > .menu li.menu-item-970 a {
  border-left-color: #8bcb36;
}

.mobile-menu > .menu li.menu-item-759 .submenu,.mobile-menu > .menu li.menu-item-970 .submenu {
  background: #8bcb36;
}

.mobile-menu > .menu li.menu-item-762 a,.mobile-menu > .menu li.menu-item-990 a {
  border-left-color: #ffb400;
}

.mobile-menu > .menu li.menu-item-762 .submenu,.mobile-menu > .menu li.menu-item-990 .submenu {
  background: #ffb400;
}

.mobile-menu > .menu li.menu-item-775 a,.mobile-menu > .menu li.menu-item-997 a {
  border-left-color: #2994b2;
}

.mobile-menu > .menu li.menu-item-775 .submenu,.mobile-menu > .menu li.menu-item-997 .submenu {
  background: #2994b2;
}

.mobile-menu > .menu li.menu-item-128 a {
  border-left-color: #33aa30;
}

.mobile-menu > .menu li.menu-item-128 .submenu {
  background: #33aa30;
}

.mobile-menu > .menu li.menu-item-733 a,.mobile-menu > .menu li.menu-item-972 a {
  border-left-color: #ff7844;
}

.mobile-menu > .menu li.menu-item-733 .submenu,.mobile-menu > .menu li.menu-item-972 .submenu {
  background: #ff7844;
}

.mobile-menu > .menu li.menu-item-130 a {
  border-left-color: #51dacf;
}

.mobile-menu > .menu li.menu-item-130 .submenu {
  background: #51dacf;
}

.mobile-menu > .menu li.current-menu-item {
  background: #474744;
}

.mobile-menu > .menu li.current-menu-item a {
  color: #fff;
}

.mobile-menu > .menu .submenu li {
  border-left: 0 !important;
}

.mobile-menu .social-icons li a {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0;
  border-radius: 0;
  text-align: center;
}

.mobile-menu .social-icons li a:last-child:not(:first-child) {
  float: right;
}

.mobile-menu .social-icons li a img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}

.mobile-menu .social-icons li.book-social a {
  background: #b04135;
}

.page-template-template-home #content {
  margin-top: 0;
}

.page-template-template-home #top-bar-menu {
  margin-bottom: 0;
}

.page-template-template-home #top-bar-menu .menu li.home {
  background: #474744 url("../images/icons/home-light.svg") no-repeat center;
  background-size: 1.625rem;
}

.title-bar {
  background: #fff;
  height: 3.25rem;
  padding: 0;
  position: relative;
}

.title-bar button {
  padding: 17px;
  border-right: 1px solid #547776;
}

.title-bar .menu-icon {
  width: 22px;
  margin: 0;
}

.title-bar .menu-icon:after {
  background: #474744;
  height: 3px;
  box-shadow: 0 7px 0 #474744, 0 14px 0 #474744;
}

.title-bar .search-mobile {
  float: right;
  background: url("../images/icons/search.svg") no-repeat center;
  background-size: 1.875rem;
  height: 3.25rem;
  width: 3.25rem;
}

.search-bar {
  display: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9;
  background: #474744;
  overflow: hidden;
}

.search-bar .search-form input[type=search] {
  padding: 0.8rem 1rem;
  box-shadow: none;
  margin: 0;
}

.search-bar .search-form button.search-submit.button {
  padding: 0.8rem 1rem;
  width: 100%;
  margin: 0;
  background: #cf3d3d;
  color: #fff;
  border-right: 1px solid #fff;
}

.search-bar-mobile {
  display: none;
}

.search-bar-mobile input[type=search] {
  height: 3rem;
  width: 100%;
  border: 0;
  box-shadow: none;
}

.search-bar-mobile input[type=search]:focus {
  box-shadow: none;
}

.search-bar-mobile .search-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icons/close.svg") no-repeat center;
  background-size: 1.25rem;
  height: 3.25rem;
  width: 3.25rem;
}

.search-bar-mobile.active {
  display: block;
}/*********************
HOME
*********************/#content > .row {
  margin-bottom: 2rem;
}

.unslider {
  margin: 0;
}

#home-slider {
  margin-bottom: 2rem;
}

#home-slider li {
  position: relative;
}

#home-slider li img {
  max-width: none;
  width: 100%;
}

#home-slider li .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 1rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 1rem 1rem 0 1rem;
}

#home-slider li .overlay .heading {
  line-height: 1;
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#home-slider li .overlay p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

#home-slider li .overlay .button {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

#home-slider li .overlay .farm-park {
  background: #b04135;
}

#home-slider li .overlay .the-village,#home-slider li .overlay .craft-village {
  background: #862256;
}

#home-slider li .overlay .venue-hire {
  background: #2994b2;
}

#home-slider li .overlay .schools {
  background: #8bcb36;
}

.cta-wrapper {
  overflow: hidden;
}

.page-template-template-country-show .cta-wrapper .columns {
  margin-bottom: 1rem;
}

.main-section {
  overflow: hidden;
}

.main-section ul {
  margin: 0;
  list-style: none;
}

.main-section ul .widget-section {
  color: #fff;
  padding: 0.3rem 1rem;
  font-weight: bold;
}

.main-section ul .widget-desc {
  background: #fff;
  padding: 1rem;
}

.main-section ul .heading {
  font-weight: bold;
  color: #474744;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.main-section ul .heading a {
  color: #474744;
}

.main-section ul p {
  line-height: 1.4;
  margin-bottom: 0;
}

.main-section ul .button {
  line-height: 1;
  width: 100%;
  background: #fff;
  color: #474744;
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  border-top: 1px solid #a7cdcc;
  padding: 1rem;
  margin-bottom: 0;
}

.main-section ul .button img {
  float: right;
  width: 0.5rem;
}

.social-cow {
  position: relative;
}

.social-cow .social-bubble {
  background: #fff;
  border-radius: 1.875rem;
  padding: 0.8rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  text-align: center;
}

.social-cow .social-bubble .heading {
  color: #36b4e4;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}

.social-cow .social-bubble p {
  line-height: 1.4;
  margin-bottom: 0;
}

.social-cow .social-bubble .social-icons {
  padding-top: 0.5rem;
}

.social-cow .social-bubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 20%;
  bottom: -30px;
  border: 15px solid;
  border-color: #fff transparent transparent #fff;
}

.social-cow img {
  padding-top: 7.5%;
  width: 100%;
  max-width: none;
}

.social-cow .social-links ul li {
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  margin: 0 0.3rem;
}

.social-icons {
  overflow: hidden;
}

.social-icons ul {
  list-style: none;
  margin: 0;
}

.social-icons ul li a {
  font-size: 1.4rem;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.6rem;
  background: #474744;
  color: #fff;
  border-radius: 50%;
  margin: 0 0.2rem;
  text-align: center;
  float: left;
}

.social-icons ul li a.fa-facebook {
  background: #375899;
}

.social-icons ul li a.fa-twitter {
  background: #38a7df;
}

.social-icons ul li a.fa-instagram {
  background: #517ea3;
}

.highlight .button {
  line-height: 1;
  width: 100%;
  background: #fff;
  color: #474744;
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem;
  margin-bottom: 0;
}

.highlight .button img {
  float: right;
  width: 0.5rem;
}

.highlight img {
  width: 100%;
}

.highlights {
  overflow: hidden;
}

.highlights .slider-wrapper {
  overflow: hidden;
}

.highlights ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.highlights ul a {
  float: left;
  width: 100%;
  display: block;
}

.highlights .highlights-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  float: right;
}

.highlights .highlights-pagination .owl-dot {
  width: 0.625rem;
  height: 0.625rem;
  background: #547776;
  float: left;
  margin: 0 0.3rem;
  border-radius: 50%;
  cursor: pointer;
}

.highlights .highlights-pagination .owl-dot.active {
  background: #36b4e4;
}

.highlights .owl-prev,.highlights .owl-next {
  z-index: 5;
  background: #547776;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
}

.highlights .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #547776 url("../images/icons/left-arrow.svg") no-repeat center;
  text-indent: -9999px;
}

.highlights .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #547776 url("../images/icons/right-arrow.svg") no-repeat center;
  text-indent: -9999px;
}

.section-image {
  position: relative;
  float: left;
  display: block;
  text-align: center;
  width: 100%;
}

.section-image .overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-image .play {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #ffb400;
  text-align: right;
  padding: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image .play img {
  width: auto;
  height: 100%;
}

.reveal {
  padding: 0;
  border: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,.embed-container object,.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plan-day ul {
  list-style: none;
  margin: 0;
}

.plan-day ul li {
  color: #474744;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  line-height: 1;
  padding: 1.1rem 1rem;
  border-bottom: 1px solid #547776;
}

.plan-day ul li a {
  color: #474744;
}

.plan-day ul li a img {
  float: right;
  width: 0.5rem;
}

.plan-day ul li:last-child {
  border-bottom: 0;
}

.latest-news ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

.latest-news ul li {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.latest-news ul .item-image {
  width: 21%;
  float: left;
}

.latest-news ul .item-image img {
  max-width: none;
  width: 100%;
}

.latest-news ul .item-desc {
  background: #fff;
}

.latest-news ul .inner {
  width: 74%;
  float: left;
  padding: 1rem;
}

.latest-news ul .inner .heading {
  font-size: 1.1rem;
  font-weight: bold;
}

.latest-news ul .inner p {
  margin-bottom: 0;
}

.latest-news ul .arrow {
  position: relative;
  display: table;
  float: right;
  width: 5%;
  max-width: 2.8125rem;
  height: 100%;
  background: #fff;
  border-left: 1px solid #a7cdcc;
}

.latest-news ul .arrow .in-vc {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.latest-news ul .arrow img {
  vertical-align: middle;
  max-width: none;
  width: 0.5rem;
}/*********************
POSTS & CONTENT STYLES
*********************/#content {
  margin-top: 1.25rem;
}

#content #inner-content {
  padding: 1rem 0rem;
}

#content .alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#content .alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.page-template-template-venue-single #content,.tax-village_cat #content,.search-results #content,.page-template-template-country-show-plan #content {
  margin-top: 0;
  z-index: 0;
  position: relative;
}

.page-template-template-find-us #content {
  margin-top: 2.5rem;
}

.page-template-template-country-show-timetable #content,.page-template-template-farm-timetable #content {
  margin-top: 3rem;
}

.single-post #content {
  margin-top: 2rem;
}

.cta {
  background: #547776;
  color: #fff;
  overflow: hidden;
  position: relative;
  float: left;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cta a {
  width: 100%;
  overflow: hidden;
  float: left;
  color: #fff;
}

.cta .icon {
  background: #36b4e4;
  padding: 1.2rem;
  display: table-cell;
  vertical-align: middle;
}

.cta .icon .img-wrap {
  width: 2.5rem;
}

.cta .icon img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}

.cta .in-vc {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.cta .in-vc span {
  display: block;
  vertical-align: middle;
}

.cta .arrow {
  padding-right: 1rem;
  display: table-cell;
  vertical-align: middle;
}

.cta .arrow .img-wrap {
  width: 0.6rem;
}

.cta .arrow img {
  width: 100%;
  max-width: none;
  display: block;
}

.cta .buttons {
  right: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cta .buttons .in-vc {
  padding-right: 0;
}

.cta .buttons .button {
  width: auto;
  margin: 0 0 0 1rem;
  background: #474744;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.8rem 1.6rem;
  line-height: 1;
}

.weather {
  background: #36b4e4;
  font-size: 2rem;
}

.weather .arrow {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
}

.bookings {
  background: #833a32;
}

.bookings .icon {
  background: #b04135;
}

.home .feedback {
  background: #80ba42;
}

.home .feedback .icon,.home .feedback .buttons .button {
  background: #497f2b;
}

.feedback .inner {
  width: 100%;
}

.page-template-template-farm-park .cta,.page-template-template-farm-things-to-do .cta,.page-template-template-farm-timetable .cta,.page-template-template-farm-single .cta {
  background: #b04135;
}

.page-template-template-farm-park .cta .icon,.page-template-template-farm-things-to-do .cta .icon,.page-template-template-farm-timetable .cta .icon,.page-template-template-farm-single .cta .icon {
  background: #75231b;
}

.page-template-template-farm-park .cta .button,.page-template-template-farm-things-to-do .cta .button,.page-template-template-farm-timetable .cta .button,.page-template-template-farm-single .cta .button {
  background: #75231b;
}

.page-template-template-parties .cta,.page-template-template-parties-single .cta {
  background: #e43939;
}

.page-template-template-parties .cta .icon,.page-template-template-parties-single .cta .icon {
  background: #ff7844;
}

.page-template-template-parties .cta .button,.page-template-template-parties-single .cta .button {
  background: #ff7844;
}

.page-template-template-schools .cta,.page-template-template-schools-single .cta {
  background: #497f2b;
}

.page-template-template-schools .cta .icon,.page-template-template-schools-single .cta .icon {
  background: #8bcb36;
}

.page-template-template-schools .cta .button,.page-template-template-schools-single .cta .button {
  background: #8bcb36;
}

.page-template-template-schools .cta-phone,.page-template-template-schools-single .cta-phone {
  margin-bottom: 1px;
}

.page-template-template-village .cta {
  background: #d82474;
}

.page-template-template-village .cta .icon {
  background: #862256;
}

.page-template-template-village .cta .button {
  background: #862256;
}

.page-template-template-village .cta-phone {
  margin-bottom: 1px;
}

.page-template-template-village .feedback {
  background: #2994b2;
}

.page-template-template-village .feedback .icon,.page-template-template-village .feedback .buttons .button {
  background: #36b4e4;
}

.page-template-template-country-show .cta,.page-template-template-country-show-timetable .cta {
  background: #862256;
}

.page-template-template-country-show .cta .icon,.page-template-template-country-show-timetable .cta .icon {
  background: #ffb400;
}

.page-template-template-country-show .cta .button,.page-template-template-country-show-timetable .cta .button {
  background: #ffb400;
}

.page-template-template-camping .cta {
  background: #395a19;
}

.page-template-template-camping .cta .icon {
  background: #33aa30;
}

.page-template-template-camping .cta .button {
  background: #33aa30;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}

.post-password-form input[type="submit"]:hover,.post-password-form input[type="submit"]:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.video-container iframe,.video-container object,.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*********************
Farm Park
*********************/#hero {
  min-height: 300px;
  position: relative;
}

#hero ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#hero li {
  position: relative;
}

#hero .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: left;
  overflow: hidden;
}

#hero .overlay .heading {
  line-height: 1;
  font-size: 3.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#hero .overlay p.first {
  text-transform: uppercase;
}

#hero .overlay p {
  font-size: 1.125rem;
  margin-bottom: 0;
  font-weight: bold;
}

#hero .overlay p.desc {
  font-size: 1.25rem;
}

#hero .overlay .button {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

#hero .hero-pagination {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  z-index: 10;
}

#hero .hero-pagination .owl-dot {
  width: 0.625rem;
  height: 0.625rem;
  background: #547776;
  float: left;
  margin: 0 0.3rem;
  border-radius: 50%;
  cursor: pointer;
}

#hero .hero-pagination .owl-dot.active {
  background: #fff;
}

#hero .owl-prev,#hero .owl-next {
  z-index: 5;
  background: #547776;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  opacity: 0.9;
}

#hero .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2994b2 url("../images/icons/left-arrow.svg") no-repeat center;
  text-indent: -9999px;
}

#hero .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2994b2 url("../images/icons/right-arrow.svg") no-repeat center;
  text-indent: -9999px;
}

.single #hero,.page-template-template-farm-single #hero,.page-template-template-parties-single #hero,.page-template-template-schools-single #hero,.page-template-template-venue-single #hero {
  min-height: auto;
  margin-bottom: 0;
}

.page-template-template-village #hero .overlay {
  padding: 1.5rem;
}

.page-template-template-village #hero .overlay .heading {
  font-size: 3.5rem;
}

.page-template-template-country-show #hero .overlay .button {
  color: #862256;
}

.page-template-template-village #hero .overlay .button {
  background: #d82474;
}

.win {
  width: 100%;
  float: left;
  display: block;
  margin-top: 1.25rem;
  background: #b04135;
  position: relative;
}

.win .inner {
  padding: 1rem 1rem 0 1rem;
}

.win .lizard {
  width: 4.625rem;
  position: absolute;
  top: 30px;
  right: -43px;
}

.win .heading {
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.win .sub {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.win p {
  color: #fff;
  margin-bottom: 0;
}

.win .submit-wrap.field-wrap {
  margin-bottom: 0;
  padding: 0;
}

.win .field-wrap {
  padding: 1rem 1rem 1.5rem 1rem;
  margin-bottom: 0;
}

.win .field-wrap input[type=text] {
  margin-bottom: 0;
  border: 0;
  padding: 0.8rem 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

.win .field-wrap input[type=text]:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

.win input[type=submit] {
  width: 100%;
  background: #75231b;
  color: #fff;
  outline: none;
  border: 0;
  text-align: left;
  font-weight: bold;
  padding: 1rem 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  margin-bottom: 0;
}

.win .ninja-forms-response-msg {
  margin: 0 1rem;
}

.win .ninja-forms-field-error {
  display: none;
}

.testimonials {
  background: #8bcb36;
  width: 100%;
  float: left;
  display: block;
  margin-top: 1.25rem;
}

.testimonials ul {
  margin: 0;
  list-style: none;
}

.testimonials ul li {
  padding: 1.5rem 1.2rem;
}

.testimonials ul blockquote {
  padding: 0;
  margin: 0 0 0.5rem 0;
  border: 0;
  color: #395a19;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.testimonials .testimonials-pagination {
  width: 100%;
  float: left;
  padding: 0 1.2rem 1.5rem 1.2rem;
}

.testimonials .testimonials-pagination .owl-dot {
  width: 0.625rem;
  height: 0.625rem;
  background: #395a19;
  float: left;
  margin: 0 0.3rem;
  border-radius: 50%;
  cursor: pointer;
}

.testimonials .testimonials-pagination .owl-dot.active {
  background: #fff;
}

.page-template-template-village .testimonials {
  background: #d82474;
  color: #862256;
}

.page-template-template-village .testimonials blockquote {
  color: #862256;
}

.page-template-template-village .testimonials .testimonials-pagination .owl-dot {
  background: #862256;
}

.page-template-template-village .testimonials .testimonials-pagination .owl-dot.active {
  background: #fff;
}

.page-template-template-country-show .testimonials {
  background: #ffb400;
  color: #862256;
}

.page-template-template-country-show .testimonials blockquote {
  color: #862256;
}

.page-template-template-country-show .testimonials .testimonials-pagination .owl-dot {
  background: #862256;
}

.page-template-template-country-show .testimonials .testimonials-pagination .owl-dot.active {
  background: #fff;
}

.page-template-template-venue .testimonials {
  margin-top: 0;
  background: #2994b2;
  color: #fff;
}

.page-template-template-venue .testimonials blockquote {
  color: #fff;
}

.page-template-template-venue .testimonials .testimonials-pagination .owl-dot {
  background: #285681;
}

.page-template-template-venue .testimonials .testimonials-pagination .owl-dot.active {
  background: #fff;
}

.page-template-template-parties .win {
  background: #ff7844;
  margin-top: 0;
}

.page-template-template-parties .win .sub {
  color: #474744;
}

.page-template-template-parties .win input[type=submit] {
  background: #e43939;
}

.page-template-template-camping .win {
  background: #33aa30;
}

.page-template-template-camping .win .sub {
  color: #474744;
}

.page-template-template-camping .win input[type=submit] {
  background: #395a19;
}

a.back {
  font-weight: bold;
  color: #474744;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1;
  display: block;
}

a.back img {
  height: 1rem;
  float: left;
  margin-right: 0.3rem;
}

.animal-intro {
  padding-top: 1rem;
  margin-bottom: 0 !important;
}

.animal-intro .button {
  margin-bottom: 4rem;
  padding: 1rem 1.5rem;
}

.page-template-template-farm-things-to-do .animal-intro .button {
  background: #b04135;
}

.page-template-template-schools-faqs .animal-intro .button {
  background: #8bcb36;
}

.page-template-template-parties-faqs .animal-intro .button {
  background: #ff7844;
}

.page-template-template-country-show-faqs .animal-intro .button {
  background: #ffb400;
}

.image-bottom {
  display: table;
}

.image-bottom .inner {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: bottom;
}

.page-template-template-farm-single table,.page-template-template-country-show-single table {
  background: none;
}

.page-template-template-farm-single table tbody,.page-template-template-country-show-single table tbody {
  background: none;
}

.page-template-template-farm-single table tbody strong,.page-template-template-country-show-single table tbody strong {
  color: #b04135;
}

.page-template-template-farm-single table tbody tr,.page-template-template-country-show-single table tbody tr {
  border-bottom: 1px solid #a7cdcc;
}

.page-template-template-farm-single table tbody tr:nth-child(even),.page-template-template-country-show-single table tbody tr:nth-child(even) {
  background: none;
}

.page-template-template-country-show-single table tbody strong {
  color: #862256;
}/*********************
FAQS
*********************/.hero-contact {
  position: relative;
  text-align: center;
}

.hero-contact .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-contact .phone {
  font-size: 2.5rem;
  font-weight: bold;
}

.hero-contact .email {
  font-weight: bold;
  font-size: 1.4rem;
}

.hero-contact .email a {
  color: #474744;
}

.faqs ul {
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 1rem;
}

.faqs ul li {
  padding-bottom: 0;
}

.faqs ul li:last-child:last-child:last-child {
  float: left;
}

.faqs .accordion-title {
  background: #33aa30;
}

.line-wrapper .line {
  border-top: 1px solid #474744;
}/*********************
Single
*********************/.related .highlight {
  margin-bottom: 1rem;
}

.related .cta {
  margin-bottom: 1rem;
}

.single-content {
  padding-top: 1rem;
}

.single-content h2 {
  border-top: 1px solid #474744;
  margin-top: 2rem;
  padding-top: 0.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.single-content p:first-child {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Asap", Helvetica, Roboto, Arial, sans-serif;
}

.single-content h2:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.page-template-template-camping .single-content {
  padding-top: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.page-template-template-camping .single-content h2:first-child {
  border-top: 1px solid #474744;
  padding-top: 0.5rem;
}

.page-template-template-camping .single-content ul {
  padding-left: 0;
  padding-right: 0;
}

.page-template-template-camping .single-content ul li {
  width: 50%;
  float: left;
  padding-right: 2rem;
  margin-bottom: 0.5rem;
}

.accordion {
  border: 0;
  background: none;
  padding-top: 2rem;
}

.accordion-title {
  background: #474744;
  border: 0;
  font-family: "Asap", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  padding: 1.6rem;
}

.accordion-title:hover,.accordion-title:focus {
  color: #fff;
  background: #474744;
}

.accordion-title:before {
  font-size: 1rem;
}

.accordion-content {
  background: none;
  padding: 0;
  padding-top: 1.5rem;
  border: 0;
}

.accordion-content .ninja-forms-form-wrap input,.accordion-content .ninja-forms-form-wrap textarea,.form-full .ninja-forms-form-wrap input,.form-full .ninja-forms-form-wrap textarea,.single-content .ninja-forms-form-wrap input,.single-content .ninja-forms-form-wrap textarea {
  padding: 0.8rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  border: 0;
}

.accordion-content .ninja-forms-form-wrap input:focus,.accordion-content .ninja-forms-form-wrap textarea:focus,.form-full .ninja-forms-form-wrap input:focus,.form-full .ninja-forms-form-wrap textarea:focus,.single-content .ninja-forms-form-wrap input:focus,.single-content .ninja-forms-form-wrap textarea:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

.accordion-content .ninja-forms-form-wrap .ninja-forms-datepicker,.form-full .ninja-forms-form-wrap .ninja-forms-datepicker,.single-content .ninja-forms-form-wrap .ninja-forms-datepicker {
  width: 12.5rem;
}

.accordion-content .ninja-forms-form-wrap select,.form-full .ninja-forms-form-wrap select,.single-content .ninja-forms-form-wrap select {
  padding: 0.8rem;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.accordion-content .ninja-forms-form-wrap input[type=submit],.form-full .ninja-forms-form-wrap input[type=submit],.single-content .ninja-forms-form-wrap input[type=submit] {
  background: #33aa30 url("../images/icons/right-arrow.svg") no-repeat right center;
  background-origin: content-box;
  font-family: "Asap", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
  width: 20rem;
  padding: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: none;
}

.accordion-content .ninja-forms-form-wrap label,.form-full .ninja-forms-form-wrap label,.single-content .ninja-forms-form-wrap label {
  font-weight: normal;
  font-size: 1rem;
}

.accordion-content .privacy,.form-full .privacy,.single-content .privacy {
  border-top: 1px solid #474744;
  padding-top: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.accordion-content .privacy p,.form-full .privacy p,.single-content .privacy p {
  width: 70%;
}

.accordion-content .privacy .required,.form-full .privacy .required,.single-content .privacy .required {
  color: red;
}

.accordion-content .privacy a,.form-full .privacy a,.single-content .privacy a {
  color: #474744;
  text-decoration: underline;
}

.form-full {
  margin-top: 2rem;
}

.form-full hr {
  border-color: #474744;
}

.form-full .columns .privacy {
  border-top: 0;
  padding: 0;
  margin: 0;
}

.form-full .columns input[type=submit] {
  width: 100%;
}

.accordion-item {
  padding-bottom: 1rem;
}

#ui-datepicker-div {
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  padding: 1rem;
  display: none;
}

.faded-wrapper {
  border-bottom: 1px solid #474744;
}

.faded-wrapper .faded-intro {
  padding-top: 2rem;
}

.faded-wrapper .faded-hero {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.faded-wrapper .faded-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tax-village_cat .faded-wrapper,.search-results.post-type-archive-village .faded-wrapper {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

.venue-images {
  margin-bottom: 2rem;
}

.v-large img {
  width: 99%;
}

.v-small img:first-child {
  margin-bottom: 0.625rem;
}

.page-template-template-schools-single .accordion-title {
  background: #497f2b;
}

.page-template-template-schools-single .accordion-title:focus {
  background: #474744;
}

.page-template-template-schools-single blockquote {
  background: #8bcb36;
  color: #395a19;
  padding: 2rem 1.5rem;
  border: 0;
}

.page-template-template-schools-single blockquote strong {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.page-template-template-schools-single blockquote p {
  color: #395a19;
  margin-bottom: 0;
}/*********************
CAMPING
*********************/.camping {
  margin-bottom: 2rem;
  overflow: hidden;
}

.camping ul {
  list-style: none;
  margin: 0;
}

.camping ul li .inner {
  background: #fff;
  padding: 1rem 2rem;
  text-align: center;
}

.camping ul li img {
  width: auto;
  height: 3.5rem;
  margin-bottom: 1rem;
}

.camping ul li .title {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.camping ul li .price {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1;
}

.camping ul.first-row {
  margin-bottom: 1rem;
}

.book-camping {
  background: #33aa30;
  padding: 1.5rem;
  color: #fff;
}

.book-camping .heading {
  font-size: 2.2rem;
}

.book-camping p {
  margin-bottom: 0.5rem;
}

.book-camping a {
  color: #fff;
  text-decoration: underline;
}

.book-camping p.dark {
  color: #474744;
  margin-bottom: 0;
}

.google-map {
  width: 100%;
  height: 15.625rem;
  border: 1rem solid #fff;
  margin-bottom: 2rem;
}

.google-map img {
  max-width: inherit !important;
 /* fixes potential theme css conflict */;
}

.page-template-template-find-us h2,.page-template-template-find-us h2:first-child {
  border-top: 1px solid #474744;
  padding-top: 0.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.page-template-template-find-us .accordion-title {
  background: #51dacf;
  color: #474744;
}

.page-template-template-find-us .accordion-title:focus,.page-template-template-find-us .accordion-title:hover {
  color: #fff;
  background: #474744;
}

.page-template-template-find-us .contacts ul li a {
  text-decoration: underline;
  color: #474744;
}

.widget {
  margin-bottom: 2rem;
}

.widget .heading-line {
  font-size: 2.2rem;
}

.widget ul {
  list-style: none;
  margin: 0;
}

.widget a {
  color: #474744;
  text-decoration: underline;
}

.widget a.campsite {
  font-weight: bold;
  margin-bottom: 1.5rem;
  float: none;
}

.widget .holiday-inn-logo {
  width: 9.375rem;
  margin-bottom: 1.5rem;
  display: block;
  margin-top: 1rem;
}

.contacts ul {
  list-style: none;
  margin: 0;
}

.contacts ul li {
  margin-bottom: 1rem;
}

.contacts ul li:last-child:last-child:last-child {
  float: left;
}

.contacts ul li p {
  margin-bottom: 0;
}/*********************
Timetable (Country Show)
*********************/.timetable-heading .back {
  margin-bottom: 1.5rem;
  float: left;
}

.timetable-heading h1 {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.timetable-heading .sub {
  font-weight: bold;
  color: #862256;
  font-size: 2rem;
  line-height: 1;
}

.timetable-cta {
  margin-top: 1rem;
}

.page-template-template-farm-timetable .timetable-heading .sub {
  color: #b04135;
}

.timetable {
  padding-top: 0;
}

.timetable .accordion-item:first-child {
  border-right: 1px solid #a7cdcc;
}

.timetable .accordion-item:last-child {
  border-left: 1px solid #a7cdcc;
}

.timetable .accordion-content {
  padding-top: 0.5rem;
}

.timetable .accordion-title {
  background: #862256;
  font-weight: normal;
  padding: 0.8rem 1rem;
}

.timetable table,.timetable tbody,.timetable tr {
  background: none !important;
}

.timetable tbody {
  border: 0;
}

.timetable tr {
  width: 100%;
  border-bottom: 1px solid #a7cdcc;
}

.timetable td {
  padding: 0.5rem 0;
}

.timetable .time {
  width: 30%;
  vertical-align: top;
  color: #862256;
  font-weight: bold;
}

.timetable .desc {
  width: 60%;
}

.timetable .desc p {
  margin-bottom: 0;
}

.timetable .link {
  width: 10%;
  text-align: right;
}

.timetable .arrow {
  float: right;
  background: #ffb400;
  width: 1.5625rem;
  height: 1.5625rem;
  text-align: center;
  padding: 0.3125rem;
  border-radius: 50%;
}

.timetable .arrow img {
  margin: 0 auto;
  width: auto;
  height: 0.9375rem;
  display: block;
}

.page-template-template-farm-timetable .timetable .accordion-title {
  background: #b04135;
}

.page-template-template-farm-timetable .timetable .time {
  color: #b04135;
}

.page-template-template-farm-timetable .timetable .arrow {
  background: #b04135;
}

.timetable-single {
  border-left: 0 !important;
  border-right: 0 !important;
}

.timetable-single .accordion-title::before {
  display: none;
}

.timetable-single .accordion-content {
  display: block !important;
}/*********************
Gallery
*********************/.gallery {
  margin-left: 0;
  list-style: none;
  margin-bottom: 1rem;
  overflow: hidden;
  float: left;
  width: 100%;
}

.gallery li {
  margin-bottom: 1.25rem;
}

.gallery li:last-child:last-child:last-child {
  float: left;
}

.reveal-gallery {
  width: 80%;
}

.reveal-gallery img {
  max-width: none;
  width: 100%;
}

.reveal-gallery .close-button {
  color: #fff;
}/*********************
THE VILLAGE
*********************/.search-form .columns:last-child {
  margin-bottom: 0;
}

.search-form input[type=search],.search-form input[type=text],.search-form textarea {
  padding: 0.8rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  border: 0;
  height: auto;
  margin-bottom: 0;
}

.search-form input[type=search]:focus,.search-form input[type=text]:focus,.search-form textarea:focus {
  border: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.search-form select {
  height: auto;
  padding: 0.8rem;
  border: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.search-form button.button {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  background: #d82474;
}

.search-form button.button .arrow {
  float: right;
}

.search-form button.button .arrow img {
  height: 1rem;
  display: block;
}

.village-categories .highlight {
  margin-bottom: 1.25rem;
}

.village-categories .highlight:last-child:last-child:last-child {
  float: left;
}

.reveal-village {
  background: #862256;
  color: #fff;
  padding: 2.625rem 2rem;
}

.reveal-village .close-button {
  color: #fff;
}

.reveal-village h2 {
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.reveal-village h3 {
  border-top: 1px solid #fff;
  padding-top: 0.5rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  float: left;
  width: 100%;
}/*********************
Events
*********************/.search-intro {
  margin-top: 2rem;
}

.search-intro h1 {
  margin-bottom: 0;
}

.events-list .accordion {
  padding-top: 0;
}

.events-list .accordion .accordion-title {
  font-weight: normal;
}

.events-list .accordion .accordion-title.essex-country-show-bg,.events-list .accordion .accordion-title.country-show-bg {
  color: #862256;
}

.events-list .accordion .accordion-title.essex-country-show-bg:focus,.events-list .accordion .accordion-title.essex-country-show-bg:hover,.events-list .accordion .accordion-title.country-show-bg:focus,.events-list .accordion .accordion-title.country-show-bg:hover {
  color: #fff;
}

.search-dates {
  position: relative;
}

.search-dates label {
  position: absolute;
  top: -1.5rem;
  font-size: 1rem;
  line-height: 1;
}

.search-form-events button.button {
  background: #36b4e4;
}

.event-new-item {
  padding-top: 2rem;
}

.event-new-item span {
  font-weight: 500;
  line-height: 1.5;
}

.reveal-events {
  padding: 1rem;
}

.text-farm-park {
  color: #b04135;
  font-weight: bold;
  margin: 0;
}

.text-showground {
  color: #ffb400;
  font-weight: bold;
  margin: 0;
}

.text-craft-village {
  color: #862256;
  font-weight: bold;
  margin: 0;
}

.next-events {
  list-style: none;
  margin: 0;
}

.next-events li {
  border-top: 1px solid #474744;
  width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.events-grid-view .column:last-child:not(:first-child),.events-grid-view .columns:last-child:not(:first-child),.columns:last-child:not(:first-child) {
  float: left;
}

.grid-next,.grid-prev {
  padding-top: 1rem;
}

.grid-calendar .grid-title {
  margin-bottom: 4rem;
}

.grid-calendar .calendar-day,.grid-calendar .calendar-day-np {
  vertical-align: top;
  height: 140px;
  width: 14.28%;
  background-color: transparent;
}

.grid-calendar .calendar-day:first-child,.grid-calendar .calendar-day-np:first-child {
  border-top: 1px solid #474744;
}

.grid-calendar .calendar-day:nth-child(n+2),.grid-calendar .calendar-day-np:nth-child(n+2) {
  border-top: 1px solid #474744;
  border-left: 1px solid #474744;
}

.grid-calendar .calendar-day-head {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: transparent;
}

.grid-calendar .calendar-day-head:nth-child(n+2) {
  border-left: 1px solid #474744;
}

.grid-calendar tbody,.grid-calendar tbody tr:nth-child(even) {
  background: none;
  border: none;
}

.table-spacer {
  padding-top: 32px !important;
  padding-bottom: 64px;
}

.next-month,.prev-month {
  color: #474744;
  font-weight: bold;
}

.next-month img,.prev-month img {
  width: 9px;
}

#events-calendar-view {
  display: none;
}

#events-calendar-view.show-calendar {
  display: block;
}

#events-grid-view.show-calendar {
  display: none;
}

#cal_grid_view,#cal_cal_view {
  display: none;
}

#cal_grid_view.view-active,#cal_cal_view.view-active {
  background-color: #547776;
}/*********************
NEWS
*********************/.side-widget {
  margin-bottom: 2rem;
}

.side-widget ul {
  background: #fff;
  list-style: none;
  margin-left: 0;
}

.side-widget ul li {
  color: #474744;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  line-height: 1;
  padding: 1.1rem 1rem;
  border-bottom: 1px solid #547776;
}

.side-widget ul li:last-child {
  border-bottom: 0;
}

.side-widget ul a {
  color: #474744;
}

.side-widget ul a img {
  float: right;
  width: 0.5rem;
}

.blog h1,.archive h1 {
  margin-bottom: 0;
}

.blog article,.archive article {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.blog article h2,.archive article h2 {
  color: #474744;
  font-size: 1.5rem;
}

.blog article h2 a,.archive article h2 a {
  color: #474744;
}

.single-post #hero-wrapper {
  margin-bottom: 1.5rem;
}

.byline {
  margin-bottom: 0;
}

.pagination {
  padding-top: 1rem;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.pagination a {
  font-weight: bold;
  color: #474744;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  display: block;
}

.pagination a:hover {
  background: none;
}

.pagination a img {
  height: 1rem;
}

.pagination .next-page {
  float: right;
}

.pagination .next-page img {
  float: right;
  margin-left: 0.3rem;
}

.pagination .prev-page {
  float: left;
}

.pagination .prev-page img {
  float: left;
  margin-right: 0.3rem;
}/*********************
FOOTER STYLES
*********************/.footer {
  clear: both;
  margin-top: 21em;
  margin-bottom: 2rem;
}

.footer .logo-social .social-icons {
  margin-bottom: 2rem;
}

.footer .logo-social .social-icons ul li a {
  color: #80ba42;
  background: #fff !important;
}

.footer .logo-social .logo-footer img {
  width: 15.625rem;
}

.footer .footer-quick-links .link-list .menu {
  list-style: disc;
  margin-left: 2rem;
  color: #fff;
}

.footer .footer-quick-links .link-list .menu li {
  list-style: disc;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 0.5rem;
}

.footer .footer-quick-links .link-list .menu li a {
  font-weight: bold;
}

.footer .footer-quick-links .link-list .menu li a:before {
  display: none;
}

footer .menu li,.footer-bar .menu li {
  border: 0;
}

footer .menu li a,.footer-bar .menu li a {
  line-height: 1.6;
  color: #fff;
  padding: 0;
  font-weight: normal;
}

footer .menu li a:before,.footer-bar .menu li a:before {
  content: "|";
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.footer-bar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #b04135;
  font-size: 0.9rem;
}

.footer-bar .copyright {
  float: left;
  color: #fff;
  margin-bottom: 0;
}

.page-template-template-country-show .footer .logo-social .social-icons ul li a,.page-template-template-country-show-timetable .footer .logo-social .social-icons ul li a,.page-template-template-country-show-plan .footer .logo-social .social-icons ul li a,.page-template-template-country-show-gallery .footer .logo-social .social-icons ul li a,.page-template-template-country-show-single .footer .logo-social .social-icons ul li a {
  color: #862256;
}

.page-template-template-country-show-timetable .footer,.page-template-template-farm-timetable .footer {
  margin-top: 30rem;
}

.search-results .footer,.search-no-results .footer {
  margin-top: 40rem;
}/*********************
SEARCH
*********************/.search-list ul {
  list-style: none;
  margin: 0;
}

.search-list ul li a {
  font-weight: bold;
  color: #474744;
  text-transform: uppercase;
  width: 100%;
  float: left;
  padding: 1rem;
  background: #fff;
  margin-bottom: 0.5rem;
}

.search-form button.search-pages-submit {
  background: #cf3d3d;
}/*********************
FOUNDATION STYLES
*********************//*********************
PLUGIN STYLES
*********************/.ninja-forms-error-msg {
  background: #ffae00;
}

.ninja-forms-success-msg {
  background: #3adb76;
}

.ninja-forms-success-msg,.ninja-forms-error-msg {
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.ninja-forms-success-msg p,.ninja-forms-error-msg p {
  margin: 0;
  padding: 0;
}

.ninja-forms-field-error {
  margin-top: 0.3rem;
  line-height: 1.2;
}

.ninja-forms-required-items {
  display: none;
}

.gform_body ul {
  list-style: none outside none;
  margin: 0;
}/*********************
FLEXIBLE TEMPLATE
*********************/.box {
  padding: 1.25rem;
  background: #fff;
}

.brown-bg {
  background: #b04135;
}

.light-blue-bg {
  background: #36b4e4;
}

.dark-blue-bg {
  background: #2994b2;
}

.orange-bg {
  background: #ff7844;
}

.green-bg {
  background: #8bcb36;
}

.purple-bg {
  background: #862256;
}

.teal-bg {
  background: #51dacf;
}

.page-template-template-flexible .header {
  margin-bottom: 1.25rem;
}

.page-template-template-flexible .cta .buttons .button {
  background: rgba(0, 0, 0, 0.3);
}

.page-template-template-flexible .win {
  margin-top: 0 !important;
}

.bottom-one {
  margin-bottom: 0.625rem;
}

.bottom-two {
  margin-bottom: 1.25rem;
}

.bottom-three {
  margin-bottom: 1.875rem;
}

.bottom-four {
  margin-bottom: 2.5rem;
}

.icon {
  width: 2.25rem;
}

.table {
  display: table;
  width: 100%;
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.grid .column,.grid .columns {
  margin-bottom: 1.25rem;
}

.grid .column img,.grid .columns img {
  width: 100%;
}

.grid .title-desc {
  padding: 0.9375rem;
  color: #fff;
}

.grid .title-desc .heading {
  font-size: 2.5rem;
}

.grid .title-desc p {
  margin-bottom: 0;
}

.opening-times-flexible {
  background: #547776;
  color: #fff;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.opening-times-flexible a {
  color: #fff;
}

.opening-times-flexible .sub-title {
  font-size: 1.25rem;
}

.opening-times-flexible .heading {
  font-size: 1.875rem;
}

.opening-times-flexible .cow {
  width: 10.625rem;
  bottom: 0;
  right: -1.25rem;
  position: absolute;
}

.find-us {
  padding: 0;
}

.find-us .heading {
  font-size: 1.875rem;
}

.find-us .inner {
  padding: 1.25rem 0.9375rem;
}

.find-us .google-map {
  border: 0;
  background: #f4f4f4;
  height: 9.375rem;
  margin-bottom: 0.625rem;
}

.find-us ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.button-bar {
  border-top: 1px solid #a7cdcc;
}

.button-bar .button {
  width: 100%;
  background: #fff;
  color: #474744;
  margin-bottom: 0;
  text-align: left;
  padding: 0.9375rem;
}

.button-bar .button img {
  float: right;
  height: 1rem;
}

.button-bar.large .button {
  text-transform: initial;
  font-size: 1.625rem;
  padding: 1.25rem 0.9375rem;
  color: #fff;
}

.button-bar.large .button img {
  margin-top: 0.3125rem;
}

.book-tickets {
  position: relative;
  overflow: hidden;
}

.book-tickets br {
  display: none;
}

.book-tickets .heading {
  font-size: 5rem;
  color: #fff;
}

.book-tickets .chickens {
  width: 15.625rem;
  position: absolute;
  bottom: 0;
  right: 0.9375rem;
}

.tripadvisor {
  text-align: center;
}

.testimonials-flexible {
  padding: 0;
  position: relative;
}

.testimonials-flexible .medium-4 {
  padding-right: 0;
}

.testimonials-flexible .medium-8 {
  padding-left: 0;
}

.testimonials-flexible .testimonials {
  margin-top: 0;
  background: none;
  padding-bottom: 3.75rem;
}

.testimonials-flexible .testimonials ul li {
  text-align: center;
  padding-bottom: 0.3125rem;
}

.testimonials-flexible .testimonials ul blockquote,.testimonials-flexible .testimonials ul .name {
  color: #fff;
  text-transform: initial;
}

.testimonials-flexible .testimonials ul blockquote {
  font-size: 3.75rem;
}

.testimonials-flexible .testimonials ul .name {
  font-size: 1.25rem;
  font-weight: bold;
}

.testimonials-flexible .testimonials .testimonials-pagination {
  width: 100%;
  float: none;
  text-align: center;
}

.testimonials-flexible .testimonials .testimonials-pagination .owl-dot {
  background: #2994b2;
  float: none;
  display: inline-block;
}

.testimonials-flexible .testimonials .testimonials-pagination .owl-dot.active {
  background: #fff;
}

.testimonials-flexible .quote-image {
  height: 100%;
}

.testimonials-flexible .quote-image .image {
  height: 100%;
}

.testimonials-flexible .button-bar {
  border-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.testimonials-flexible .button-bar .button {
  background: #2994b2;
}

.follow-us .sub-title {
  font-size: 1.5rem;
}

.follow-us .heading {
  font-size: 2.25rem;
}

.image-full {
  width: 100%;
}

.flexible-gallery .gallery-item {
  margin-bottom: 1.25rem;
}

.flexible-gallery .gallery-item .image-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.flexible-gallery .gallery-item .bg-image {
  display: block;
  height: 0;
  padding-bottom: 75%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flexible-gallery .gallery-item .bg-image:hover {
  cursor: pointer;
}

.accordion-section .accordion-item.is-active a.accordion-title {
  background-color: #36b4e4;
}

.accordion-section .accordion-item:hover a.accordion-title {
  background-color: #36b4e4;
}

.page-template-template-find-us .accordion-section .accordion-item.is-active a.accordion-title {
  background-color: #474744;
}

.page-template-template-find-us .accordion-section .accordion-item:hover a.accordion-title {
  background-color: #474744;
}/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************//******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/@font-face {font-family:'FontAwesome';src:url("../../vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");src:url("../../vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../../vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../../vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../../vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../../vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;}@media screen and (orientation: landscape) {.show-for-landscape,.hide-for-portrait {display: block !important;}.hide-for-landscape,.show-for-portrait {display: none !important;}}@media screen and (orientation: portrait) {.show-for-landscape,.hide-for-portrait {display: none !important;}.hide-for-landscape,.show-for-portrait {display: block !important;}}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {/* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/}@media screen and (min-width: 0\0) {select {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");}}@media screen and (max-width: 0em), screen and (min-width: 40em) {.show-for-small-only {display: none !important;}}@media screen and (max-width: 25em) and (min-width: 40em) {.main-section .small-only-image,.main-section .small-only-desc {padding-left: 0.625rem;padding-right: 0.625rem;}.venue-images .v-large {padding-left: 0.625rem;padding-right: 0.625rem;}.venue-images .v-small {padding-left: 0.625rem;padding-right: 0.625rem;}.venue-images .v-small img {padding-left: 0.625rem;padding-right: 0.625rem;}.page-template-template-find-us .contacts ul li {padding-left: 0.625rem;padding-right: 0.625rem;}}@media screen and (max-width: 25.8125em) and (min-width: 40em) {.sections .highlight {padding-left: 0.625rem;padding-right: 0.625rem;}}@media screen and (max-width: 28.625em) and (min-width: 40em) {.social-cow-wrapper {padding-left: 0.625rem;padding-right: 0.625rem;}}@media screen and (max-width: 39.9375em), screen and (min-width: 57.875em) {.show-for-medium-only {display: none !important;}}@media screen and (max-width: 39.9375em) and (min-width: 40em) {.main-section .small-only-image,.main-section .small-only-desc {padding-left: 0.625rem;padding-right: 0.625rem;}}@media screen and (min-width: 40em) {.row .row {margin-left: -0.625rem;margin-right: -0.625rem;}.column,.columns {padding-left: 0.625rem;padding-right: 0.625rem;}.medium-1 {width: 8.33333%;}.medium-push-1 {position: relative;left: 8.33333%;}.medium-pull-1 {position: relative;left: -8.33333%;}.medium-offset-0 {margin-left: 0%;}.medium-2 {width: 16.66667%;}.medium-push-2 {position: relative;left: 16.66667%;}.medium-pull-2 {position: relative;left: -16.66667%;}.medium-offset-1 {margin-left: 8.33333%;}.medium-3 {width: 25%;}.medium-push-3 {position: relative;left: 25%;}.medium-pull-3 {position: relative;left: -25%;}.medium-offset-2 {margin-left: 16.66667%;}.medium-4 {width: 33.33333%;}.medium-push-4 {position: relative;left: 33.33333%;}.medium-pull-4 {position: relative;left: -33.33333%;}.medium-offset-3 {margin-left: 25%;}.medium-5 {width: 41.66667%;}.medium-push-5 {position: relative;left: 41.66667%;}.medium-pull-5 {position: relative;left: -41.66667%;}.medium-offset-4 {margin-left: 33.33333%;}.medium-6 {width: 50%;}.medium-push-6 {position: relative;left: 50%;}.medium-pull-6 {position: relative;left: -50%;}.medium-offset-5 {margin-left: 41.66667%;}.medium-7 {width: 58.33333%;}.medium-push-7 {position: relative;left: 58.33333%;}.medium-pull-7 {position: relative;left: -58.33333%;}.medium-offset-6 {margin-left: 50%;}.medium-8 {width: 66.66667%;}.medium-push-8 {position: relative;left: 66.66667%;}.medium-pull-8 {position: relative;left: -66.66667%;}.medium-offset-7 {margin-left: 58.33333%;}.medium-9 {width: 75%;}.medium-push-9 {position: relative;left: 75%;}.medium-pull-9 {position: relative;left: -75%;}.medium-offset-8 {margin-left: 66.66667%;}.medium-10 {width: 83.33333%;}.medium-push-10 {position: relative;left: 83.33333%;}.medium-pull-10 {position: relative;left: -83.33333%;}.medium-offset-9 {margin-left: 75%;}.medium-11 {width: 91.66667%;}.medium-push-11 {position: relative;left: 91.66667%;}.medium-pull-11 {position: relative;left: -91.66667%;}.medium-offset-10 {margin-left: 83.33333%;}.medium-12 {width: 100%;}.medium-offset-11 {margin-left: 91.66667%;}.medium-up-1 > .column,.medium-up-1 > .columns {width: 100%;float: left;}.medium-up-1 > .column:nth-of-type(1n),.medium-up-1 > .columns:nth-of-type(1n) {clear: none;}.medium-up-1 > .column:nth-of-type(1n+1),.medium-up-1 > .columns:nth-of-type(1n+1) {clear: both;}.medium-up-1 > .column:last-child,.medium-up-1 > .columns:last-child {float: left;}.medium-up-2 > .column,.medium-up-2 > .columns {width: 50%;float: left;}.medium-up-2 > .column:nth-of-type(1n),.medium-up-2 > .columns:nth-of-type(1n) {clear: none;}.medium-up-2 > .column:nth-of-type(2n+1),.medium-up-2 > .columns:nth-of-type(2n+1) {clear: both;}.medium-up-2 > .column:last-child,.medium-up-2 > .columns:last-child {float: left;}.medium-up-3 > .column,.medium-up-3 > .columns {width: 33.33333%;float: left;}.medium-up-3 > .column:nth-of-type(1n),.medium-up-3 > .columns:nth-of-type(1n) {clear: none;}.medium-up-3 > .column:nth-of-type(3n+1),.medium-up-3 > .columns:nth-of-type(3n+1) {clear: both;}.medium-up-3 > .column:last-child,.medium-up-3 > .columns:last-child {float: left;}.medium-up-4 > .column,.medium-up-4 > .columns {width: 25%;float: left;}.medium-up-4 > .column:nth-of-type(1n),.medium-up-4 > .columns:nth-of-type(1n) {clear: none;}.medium-up-4 > .column:nth-of-type(4n+1),.medium-up-4 > .columns:nth-of-type(4n+1) {clear: both;}.medium-up-4 > .column:last-child,.medium-up-4 > .columns:last-child {float: left;}.medium-up-5 > .column,.medium-up-5 > .columns {width: 20%;float: left;}.medium-up-5 > .column:nth-of-type(1n),.medium-up-5 > .columns:nth-of-type(1n) {clear: none;}.medium-up-5 > .column:nth-of-type(5n+1),.medium-up-5 > .columns:nth-of-type(5n+1) {clear: both;}.medium-up-5 > .column:last-child,.medium-up-5 > .columns:last-child {float: left;}.medium-up-6 > .column,.medium-up-6 > .columns {width: 16.66667%;float: left;}.medium-up-6 > .column:nth-of-type(1n),.medium-up-6 > .columns:nth-of-type(1n) {clear: none;}.medium-up-6 > .column:nth-of-type(6n+1),.medium-up-6 > .columns:nth-of-type(6n+1) {clear: both;}.medium-up-6 > .column:last-child,.medium-up-6 > .columns:last-child {float: left;}.medium-up-7 > .column,.medium-up-7 > .columns {width: 14.28571%;float: left;}.medium-up-7 > .column:nth-of-type(1n),.medium-up-7 > .columns:nth-of-type(1n) {clear: none;}.medium-up-7 > .column:nth-of-type(7n+1),.medium-up-7 > .columns:nth-of-type(7n+1) {clear: both;}.medium-up-7 > .column:last-child,.medium-up-7 > .columns:last-child {float: left;}.medium-up-8 > .column,.medium-up-8 > .columns {width: 12.5%;float: left;}.medium-up-8 > .column:nth-of-type(1n),.medium-up-8 > .columns:nth-of-type(1n) {clear: none;}.medium-up-8 > .column:nth-of-type(8n+1),.medium-up-8 > .columns:nth-of-type(8n+1) {clear: both;}.medium-up-8 > .column:last-child,.medium-up-8 > .columns:last-child {float: left;}.medium-collapse > .column,.medium-collapse > .columns {padding-left: 0;padding-right: 0;}.medium-collapse .row {margin-left: 0;margin-right: 0;}.medium-uncollapse > .column,.medium-uncollapse > .columns {padding-left: 0.625rem;padding-right: 0.625rem;}.medium-centered {float: none;margin-left: auto;margin-right: auto;}.medium-uncentered,.medium-push-0,.medium-pull-0 {position: static;margin-left: 0;margin-right: 0;float: left;}h1 {font-size: 3rem;}h2 {font-size: 2.5rem;}h3 {font-size: 1.9375rem;}h4 {font-size: 1.5625rem;}h5 {font-size: 1.25rem;}h6 {font-size: 1rem;}.medium-text-left {text-align: left;}.medium-text-right {text-align: right;}.medium-text-center {text-align: center;}.medium-text-justify {text-align: justify;}.hide-for-medium {display: none !important;}.button-group.stacked-for-small .button {width: auto;}.button-group.stacked-for-small .button:not(:last-child) {margin-right: 1px;}.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {left: auto;right: 0;top: 100%;}.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {right: auto;left: 0;top: 100%;}.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {padding-right: 1.5rem;position: relative;}.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: #2199e8 transparent transparent;border-top-style: solid;border-bottom-width: 0;right: 5px;margin-top: -2px;}.dropdown.menu.medium-vertical > li .is-dropdown-submenu {top: 0;}.dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {left: auto;right: 100%;}.dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {right: auto;left: 100%;}.dropdown.menu.medium-vertical > li > a::after {right: 14px;margin-top: -3px;}.dropdown.menu.medium-vertical > li.opens-left > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: transparent #2199e8 transparent transparent;border-right-style: solid;border-left-width: 0;}.dropdown.menu.medium-vertical > li.opens-right > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: transparent transparent transparent #2199e8;border-left-style: solid;border-right-width: 0;}.menu.medium-horizontal > li {display: table-cell;}.menu.medium-vertical > li {display: block;}.pagination li {display: inline-block;}.reveal {min-height: 0;}.reveal {width: 600px;max-width: 75rem;}.reveal .reveal {left: auto;right: auto;margin: 0 auto;}.reveal.tiny {width: 30%;max-width: 75rem;}.reveal.small {width: 50%;max-width: 75rem;}.reveal.large {width: 90%;max-width: 75rem;}.top-bar .top-bar-left,.top-bar .top-bar-right {width: auto;}.mobile-menu .social-icons li a {padding-left: 0.625rem;padding-right: 0.625rem;}.weather .in-vc {padding-left: 0;}.event-new-item {min-height: 333px !important;}.reveal-events {padding: 1.75rem;}}@media screen and (min-width: 40em) and (max-width: 57.8125em) {.hide-for-medium-only {display: none !important;}}@media screen and (min-width: 57.875em) {.large-1 {width: 8.33333%;}.large-push-1 {position: relative;left: 8.33333%;}.large-pull-1 {position: relative;left: -8.33333%;}.large-offset-0 {margin-left: 0%;}.large-2 {width: 16.66667%;}.large-push-2 {position: relative;left: 16.66667%;}.large-pull-2 {position: relative;left: -16.66667%;}.large-offset-1 {margin-left: 8.33333%;}.large-3 {width: 25%;}.large-push-3 {position: relative;left: 25%;}.large-pull-3 {position: relative;left: -25%;}.large-offset-2 {margin-left: 16.66667%;}.large-4 {width: 33.33333%;}.large-push-4 {position: relative;left: 33.33333%;}.large-pull-4 {position: relative;left: -33.33333%;}.large-offset-3 {margin-left: 25%;}.large-5 {width: 41.66667%;}.large-push-5 {position: relative;left: 41.66667%;}.large-pull-5 {position: relative;left: -41.66667%;}.large-offset-4 {margin-left: 33.33333%;}.large-6 {width: 50%;}.large-push-6 {position: relative;left: 50%;}.large-pull-6 {position: relative;left: -50%;}.large-offset-5 {margin-left: 41.66667%;}.large-7 {width: 58.33333%;}.large-push-7 {position: relative;left: 58.33333%;}.large-pull-7 {position: relative;left: -58.33333%;}.large-offset-6 {margin-left: 50%;}.large-8 {width: 66.66667%;}.large-push-8 {position: relative;left: 66.66667%;}.large-pull-8 {position: relative;left: -66.66667%;}.large-offset-7 {margin-left: 58.33333%;}.large-9 {width: 75%;}.large-push-9 {position: relative;left: 75%;}.large-pull-9 {position: relative;left: -75%;}.large-offset-8 {margin-left: 66.66667%;}.large-10 {width: 83.33333%;}.large-push-10 {position: relative;left: 83.33333%;}.large-pull-10 {position: relative;left: -83.33333%;}.large-offset-9 {margin-left: 75%;}.large-11 {width: 91.66667%;}.large-push-11 {position: relative;left: 91.66667%;}.large-pull-11 {position: relative;left: -91.66667%;}.large-offset-10 {margin-left: 83.33333%;}.large-12 {width: 100%;}.large-offset-11 {margin-left: 91.66667%;}.large-up-1 > .column,.large-up-1 > .columns {width: 100%;float: left;}.large-up-1 > .column:nth-of-type(1n),.large-up-1 > .columns:nth-of-type(1n) {clear: none;}.large-up-1 > .column:nth-of-type(1n+1),.large-up-1 > .columns:nth-of-type(1n+1) {clear: both;}.large-up-1 > .column:last-child,.large-up-1 > .columns:last-child {float: left;}.large-up-2 > .column,.large-up-2 > .columns {width: 50%;float: left;}.large-up-2 > .column:nth-of-type(1n),.large-up-2 > .columns:nth-of-type(1n) {clear: none;}.large-up-2 > .column:nth-of-type(2n+1),.large-up-2 > .columns:nth-of-type(2n+1) {clear: both;}.large-up-2 > .column:last-child,.large-up-2 > .columns:last-child {float: left;}.large-up-3 > .column,.large-up-3 > .columns {width: 33.33333%;float: left;}.large-up-3 > .column:nth-of-type(1n),.large-up-3 > .columns:nth-of-type(1n) {clear: none;}.large-up-3 > .column:nth-of-type(3n+1),.large-up-3 > .columns:nth-of-type(3n+1) {clear: both;}.large-up-3 > .column:last-child,.large-up-3 > .columns:last-child {float: left;}.large-up-4 > .column,.large-up-4 > .columns {width: 25%;float: left;}.large-up-4 > .column:nth-of-type(1n),.large-up-4 > .columns:nth-of-type(1n) {clear: none;}.large-up-4 > .column:nth-of-type(4n+1),.large-up-4 > .columns:nth-of-type(4n+1) {clear: both;}.large-up-4 > .column:last-child,.large-up-4 > .columns:last-child {float: left;}.large-up-5 > .column,.large-up-5 > .columns {width: 20%;float: left;}.large-up-5 > .column:nth-of-type(1n),.large-up-5 > .columns:nth-of-type(1n) {clear: none;}.large-up-5 > .column:nth-of-type(5n+1),.large-up-5 > .columns:nth-of-type(5n+1) {clear: both;}.large-up-5 > .column:last-child,.large-up-5 > .columns:last-child {float: left;}.large-up-6 > .column,.large-up-6 > .columns {width: 16.66667%;float: left;}.large-up-6 > .column:nth-of-type(1n),.large-up-6 > .columns:nth-of-type(1n) {clear: none;}.large-up-6 > .column:nth-of-type(6n+1),.large-up-6 > .columns:nth-of-type(6n+1) {clear: both;}.large-up-6 > .column:last-child,.large-up-6 > .columns:last-child {float: left;}.large-up-7 > .column,.large-up-7 > .columns {width: 14.28571%;float: left;}.large-up-7 > .column:nth-of-type(1n),.large-up-7 > .columns:nth-of-type(1n) {clear: none;}.large-up-7 > .column:nth-of-type(7n+1),.large-up-7 > .columns:nth-of-type(7n+1) {clear: both;}.large-up-7 > .column:last-child,.large-up-7 > .columns:last-child {float: left;}.large-up-8 > .column,.large-up-8 > .columns {width: 12.5%;float: left;}.large-up-8 > .column:nth-of-type(1n),.large-up-8 > .columns:nth-of-type(1n) {clear: none;}.large-up-8 > .column:nth-of-type(8n+1),.large-up-8 > .columns:nth-of-type(8n+1) {clear: both;}.large-up-8 > .column:last-child,.large-up-8 > .columns:last-child {float: left;}.large-collapse > .column,.large-collapse > .columns {padding-left: 0;padding-right: 0;}.large-collapse .row {margin-left: 0;margin-right: 0;}.large-uncollapse > .column,.large-uncollapse > .columns {padding-left: 0.625rem;padding-right: 0.625rem;}.large-centered {float: none;margin-left: auto;margin-right: auto;}.large-uncentered,.large-push-0,.large-pull-0 {position: static;margin-left: 0;margin-right: 0;float: left;}.large-text-left {text-align: left;}.large-text-right {text-align: right;}.large-text-center {text-align: center;}.large-text-justify {text-align: justify;}.hide-for-large {display: none !important;}.button-group.stacked-for-medium .button {width: auto;}.button-group.stacked-for-medium .button:not(:last-child) {margin-right: 1px;}.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {left: auto;right: 0;top: 100%;}.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {right: auto;left: 0;top: 100%;}.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {padding-right: 1.5rem;position: relative;}.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: #2199e8 transparent transparent;border-top-style: solid;border-bottom-width: 0;right: 5px;margin-top: -2px;}.dropdown.menu.large-vertical > li .is-dropdown-submenu {top: 0;}.dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {left: auto;right: 100%;}.dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {right: auto;left: 100%;}.dropdown.menu.large-vertical > li > a::after {right: 14px;margin-top: -3px;}.dropdown.menu.large-vertical > li.opens-left > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: transparent #2199e8 transparent transparent;border-right-style: solid;border-left-width: 0;}.dropdown.menu.large-vertical > li.opens-right > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: transparent transparent transparent #2199e8;border-left-style: solid;border-right-width: 0;}.menu.large-horizontal > li {display: table-cell;}.menu.large-vertical > li {display: block;}.title-bar {display: none;}#hero .owl-carousel li {min-height: 500px;}.follow-us .social-icons ul li a {font-size: 1.875rem;padding: 0.9375rem;width: 3.75rem;height: 3.75rem;margin: 0 0.625rem;}}@media screen and (min-width: 57.875em) and (max-width: 63.9375em) {.hide-for-large-only {display: none !important;}}@media screen and (max-width: 57.8125em), screen and (min-width: 64em) {.show-for-large-only {display: none !important;}}@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {.show-for-xlarge-only {display: none !important;}}@media screen and (min-width: 64em) {.xlarge-1 {width: 8.33333%;}.xlarge-push-1 {position: relative;left: 8.33333%;}.xlarge-pull-1 {position: relative;left: -8.33333%;}.xlarge-offset-0 {margin-left: 0%;}.xlarge-2 {width: 16.66667%;}.xlarge-push-2 {position: relative;left: 16.66667%;}.xlarge-pull-2 {position: relative;left: -16.66667%;}.xlarge-offset-1 {margin-left: 8.33333%;}.xlarge-3 {width: 25%;}.xlarge-push-3 {position: relative;left: 25%;}.xlarge-pull-3 {position: relative;left: -25%;}.xlarge-offset-2 {margin-left: 16.66667%;}.xlarge-4 {width: 33.33333%;}.xlarge-push-4 {position: relative;left: 33.33333%;}.xlarge-pull-4 {position: relative;left: -33.33333%;}.xlarge-offset-3 {margin-left: 25%;}.xlarge-5 {width: 41.66667%;}.xlarge-push-5 {position: relative;left: 41.66667%;}.xlarge-pull-5 {position: relative;left: -41.66667%;}.xlarge-offset-4 {margin-left: 33.33333%;}.xlarge-6 {width: 50%;}.xlarge-push-6 {position: relative;left: 50%;}.xlarge-pull-6 {position: relative;left: -50%;}.xlarge-offset-5 {margin-left: 41.66667%;}.xlarge-7 {width: 58.33333%;}.xlarge-push-7 {position: relative;left: 58.33333%;}.xlarge-pull-7 {position: relative;left: -58.33333%;}.xlarge-offset-6 {margin-left: 50%;}.xlarge-8 {width: 66.66667%;}.xlarge-push-8 {position: relative;left: 66.66667%;}.xlarge-pull-8 {position: relative;left: -66.66667%;}.xlarge-offset-7 {margin-left: 58.33333%;}.xlarge-9 {width: 75%;}.xlarge-push-9 {position: relative;left: 75%;}.xlarge-pull-9 {position: relative;left: -75%;}.xlarge-offset-8 {margin-left: 66.66667%;}.xlarge-10 {width: 83.33333%;}.xlarge-push-10 {position: relative;left: 83.33333%;}.xlarge-pull-10 {position: relative;left: -83.33333%;}.xlarge-offset-9 {margin-left: 75%;}.xlarge-11 {width: 91.66667%;}.xlarge-push-11 {position: relative;left: 91.66667%;}.xlarge-pull-11 {position: relative;left: -91.66667%;}.xlarge-offset-10 {margin-left: 83.33333%;}.xlarge-12 {width: 100%;}.xlarge-offset-11 {margin-left: 91.66667%;}.xlarge-up-1 > .column,.xlarge-up-1 > .columns {width: 100%;float: left;}.xlarge-up-1 > .column:nth-of-type(1n),.xlarge-up-1 > .columns:nth-of-type(1n) {clear: none;}.xlarge-up-1 > .column:nth-of-type(1n+1),.xlarge-up-1 > .columns:nth-of-type(1n+1) {clear: both;}.xlarge-up-1 > .column:last-child,.xlarge-up-1 > .columns:last-child {float: left;}.xlarge-up-2 > .column,.xlarge-up-2 > .columns {width: 50%;float: left;}.xlarge-up-2 > .column:nth-of-type(1n),.xlarge-up-2 > .columns:nth-of-type(1n) {clear: none;}.xlarge-up-2 > .column:nth-of-type(2n+1),.xlarge-up-2 > .columns:nth-of-type(2n+1) {clear: both;}.xlarge-up-2 > .column:last-child,.xlarge-up-2 > .columns:last-child {float: left;}.xlarge-up-3 > .column,.xlarge-up-3 > .columns {width: 33.33333%;float: left;}.xlarge-up-3 > .column:nth-of-type(1n),.xlarge-up-3 > .columns:nth-of-type(1n) {clear: none;}.xlarge-up-3 > .column:nth-of-type(3n+1),.xlarge-up-3 > .columns:nth-of-type(3n+1) {clear: both;}.xlarge-up-3 > .column:last-child,.xlarge-up-3 > .columns:last-child {float: left;}.xlarge-up-4 > .column,.xlarge-up-4 > .columns {width: 25%;float: left;}.xlarge-up-4 > .column:nth-of-type(1n),.xlarge-up-4 > .columns:nth-of-type(1n) {clear: none;}.xlarge-up-4 > .column:nth-of-type(4n+1),.xlarge-up-4 > .columns:nth-of-type(4n+1) {clear: both;}.xlarge-up-4 > .column:last-child,.xlarge-up-4 > .columns:last-child {float: left;}.xlarge-up-5 > .column,.xlarge-up-5 > .columns {width: 20%;float: left;}.xlarge-up-5 > .column:nth-of-type(1n),.xlarge-up-5 > .columns:nth-of-type(1n) {clear: none;}.xlarge-up-5 > .column:nth-of-type(5n+1),.xlarge-up-5 > .columns:nth-of-type(5n+1) {clear: both;}.xlarge-up-5 > .column:last-child,.xlarge-up-5 > .columns:last-child {float: left;}.xlarge-up-6 > .column,.xlarge-up-6 > .columns {width: 16.66667%;float: left;}.xlarge-up-6 > .column:nth-of-type(1n),.xlarge-up-6 > .columns:nth-of-type(1n) {clear: none;}.xlarge-up-6 > .column:nth-of-type(6n+1),.xlarge-up-6 > .columns:nth-of-type(6n+1) {clear: both;}.xlarge-up-6 > .column:last-child,.xlarge-up-6 > .columns:last-child {float: left;}.xlarge-up-7 > .column,.xlarge-up-7 > .columns {width: 14.28571%;float: left;}.xlarge-up-7 > .column:nth-of-type(1n),.xlarge-up-7 > .columns:nth-of-type(1n) {clear: none;}.xlarge-up-7 > .column:nth-of-type(7n+1),.xlarge-up-7 > .columns:nth-of-type(7n+1) {clear: both;}.xlarge-up-7 > .column:last-child,.xlarge-up-7 > .columns:last-child {float: left;}.xlarge-up-8 > .column,.xlarge-up-8 > .columns {width: 12.5%;float: left;}.xlarge-up-8 > .column:nth-of-type(1n),.xlarge-up-8 > .columns:nth-of-type(1n) {clear: none;}.xlarge-up-8 > .column:nth-of-type(8n+1),.xlarge-up-8 > .columns:nth-of-type(8n+1) {clear: both;}.xlarge-up-8 > .column:last-child,.xlarge-up-8 > .columns:last-child {float: left;}.xlarge-collapse > .column,.xlarge-collapse > .columns {padding-left: 0;padding-right: 0;}.xlarge-collapse .row {margin-left: 0;margin-right: 0;}.xlarge-uncollapse > .column,.xlarge-uncollapse > .columns {padding-left: 0.625rem;padding-right: 0.625rem;}.xlarge-centered {float: none;margin-left: auto;margin-right: auto;}.xlarge-uncentered,.xlarge-push-0,.xlarge-pull-0 {position: static;margin-left: 0;margin-right: 0;float: left;}.xlarge-text-left {text-align: left;}.xlarge-text-right {text-align: right;}.xlarge-text-center {text-align: center;}.xlarge-text-justify {text-align: justify;}.hide-for-xlarge {display: none !important;}.dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {left: auto;right: 0;top: 100%;}.dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {right: auto;left: 0;top: 100%;}.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {padding-right: 1.5rem;position: relative;}.dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: #2199e8 transparent transparent;border-top-style: solid;border-bottom-width: 0;right: 5px;margin-top: -2px;}.dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {top: 0;}.dropdown.menu.xlarge-vertical > li.opens-left .is-dropdown-submenu {left: auto;right: 100%;}.dropdown.menu.xlarge-vertical > li.opens-right .is-dropdown-submenu {right: auto;left: 100%;}.dropdown.menu.xlarge-vertical > li > a::after {right: 14px;margin-top: -3px;}.dropdown.menu.xlarge-vertical > li.opens-left > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: transparent #2199e8 transparent transparent;border-right-style: solid;border-left-width: 0;}.dropdown.menu.xlarge-vertical > li.opens-right > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: transparent transparent transparent #2199e8;border-left-style: solid;border-right-width: 0;}.menu.xlarge-horizontal > li {display: table-cell;}.menu.xlarge-vertical > li {display: block;}#cal_grid_view,#cal_cal_view {display: inline-block;}}@media screen and (min-width: 64em) and (max-width: 74.9375em) {.hide-for-xlarge-only {display: none !important;}}@media screen and (min-width: 75em) {.xxlarge-1 {width: 8.33333%;}.xxlarge-push-1 {position: relative;left: 8.33333%;}.xxlarge-pull-1 {position: relative;left: -8.33333%;}.xxlarge-offset-0 {margin-left: 0%;}.xxlarge-2 {width: 16.66667%;}.xxlarge-push-2 {position: relative;left: 16.66667%;}.xxlarge-pull-2 {position: relative;left: -16.66667%;}.xxlarge-offset-1 {margin-left: 8.33333%;}.xxlarge-3 {width: 25%;}.xxlarge-push-3 {position: relative;left: 25%;}.xxlarge-pull-3 {position: relative;left: -25%;}.xxlarge-offset-2 {margin-left: 16.66667%;}.xxlarge-4 {width: 33.33333%;}.xxlarge-push-4 {position: relative;left: 33.33333%;}.xxlarge-pull-4 {position: relative;left: -33.33333%;}.xxlarge-offset-3 {margin-left: 25%;}.xxlarge-5 {width: 41.66667%;}.xxlarge-push-5 {position: relative;left: 41.66667%;}.xxlarge-pull-5 {position: relative;left: -41.66667%;}.xxlarge-offset-4 {margin-left: 33.33333%;}.xxlarge-6 {width: 50%;}.xxlarge-push-6 {position: relative;left: 50%;}.xxlarge-pull-6 {position: relative;left: -50%;}.xxlarge-offset-5 {margin-left: 41.66667%;}.xxlarge-7 {width: 58.33333%;}.xxlarge-push-7 {position: relative;left: 58.33333%;}.xxlarge-pull-7 {position: relative;left: -58.33333%;}.xxlarge-offset-6 {margin-left: 50%;}.xxlarge-8 {width: 66.66667%;}.xxlarge-push-8 {position: relative;left: 66.66667%;}.xxlarge-pull-8 {position: relative;left: -66.66667%;}.xxlarge-offset-7 {margin-left: 58.33333%;}.xxlarge-9 {width: 75%;}.xxlarge-push-9 {position: relative;left: 75%;}.xxlarge-pull-9 {position: relative;left: -75%;}.xxlarge-offset-8 {margin-left: 66.66667%;}.xxlarge-10 {width: 83.33333%;}.xxlarge-push-10 {position: relative;left: 83.33333%;}.xxlarge-pull-10 {position: relative;left: -83.33333%;}.xxlarge-offset-9 {margin-left: 75%;}.xxlarge-11 {width: 91.66667%;}.xxlarge-push-11 {position: relative;left: 91.66667%;}.xxlarge-pull-11 {position: relative;left: -91.66667%;}.xxlarge-offset-10 {margin-left: 83.33333%;}.xxlarge-12 {width: 100%;}.xxlarge-offset-11 {margin-left: 91.66667%;}.xxlarge-up-1 > .column,.xxlarge-up-1 > .columns {width: 100%;float: left;}.xxlarge-up-1 > .column:nth-of-type(1n),.xxlarge-up-1 > .columns:nth-of-type(1n) {clear: none;}.xxlarge-up-1 > .column:nth-of-type(1n+1),.xxlarge-up-1 > .columns:nth-of-type(1n+1) {clear: both;}.xxlarge-up-1 > .column:last-child,.xxlarge-up-1 > .columns:last-child {float: left;}.xxlarge-up-2 > .column,.xxlarge-up-2 > .columns {width: 50%;float: left;}.xxlarge-up-2 > .column:nth-of-type(1n),.xxlarge-up-2 > .columns:nth-of-type(1n) {clear: none;}.xxlarge-up-2 > .column:nth-of-type(2n+1),.xxlarge-up-2 > .columns:nth-of-type(2n+1) {clear: both;}.xxlarge-up-2 > .column:last-child,.xxlarge-up-2 > .columns:last-child {float: left;}.xxlarge-up-3 > .column,.xxlarge-up-3 > .columns {width: 33.33333%;float: left;}.xxlarge-up-3 > .column:nth-of-type(1n),.xxlarge-up-3 > .columns:nth-of-type(1n) {clear: none;}.xxlarge-up-3 > .column:nth-of-type(3n+1),.xxlarge-up-3 > .columns:nth-of-type(3n+1) {clear: both;}.xxlarge-up-3 > .column:last-child,.xxlarge-up-3 > .columns:last-child {float: left;}.xxlarge-up-4 > .column,.xxlarge-up-4 > .columns {width: 25%;float: left;}.xxlarge-up-4 > .column:nth-of-type(1n),.xxlarge-up-4 > .columns:nth-of-type(1n) {clear: none;}.xxlarge-up-4 > .column:nth-of-type(4n+1),.xxlarge-up-4 > .columns:nth-of-type(4n+1) {clear: both;}.xxlarge-up-4 > .column:last-child,.xxlarge-up-4 > .columns:last-child {float: left;}.xxlarge-up-5 > .column,.xxlarge-up-5 > .columns {width: 20%;float: left;}.xxlarge-up-5 > .column:nth-of-type(1n),.xxlarge-up-5 > .columns:nth-of-type(1n) {clear: none;}.xxlarge-up-5 > .column:nth-of-type(5n+1),.xxlarge-up-5 > .columns:nth-of-type(5n+1) {clear: both;}.xxlarge-up-5 > .column:last-child,.xxlarge-up-5 > .columns:last-child {float: left;}.xxlarge-up-6 > .column,.xxlarge-up-6 > .columns {width: 16.66667%;float: left;}.xxlarge-up-6 > .column:nth-of-type(1n),.xxlarge-up-6 > .columns:nth-of-type(1n) {clear: none;}.xxlarge-up-6 > .column:nth-of-type(6n+1),.xxlarge-up-6 > .columns:nth-of-type(6n+1) {clear: both;}.xxlarge-up-6 > .column:last-child,.xxlarge-up-6 > .columns:last-child {float: left;}.xxlarge-up-7 > .column,.xxlarge-up-7 > .columns {width: 14.28571%;float: left;}.xxlarge-up-7 > .column:nth-of-type(1n),.xxlarge-up-7 > .columns:nth-of-type(1n) {clear: none;}.xxlarge-up-7 > .column:nth-of-type(7n+1),.xxlarge-up-7 > .columns:nth-of-type(7n+1) {clear: both;}.xxlarge-up-7 > .column:last-child,.xxlarge-up-7 > .columns:last-child {float: left;}.xxlarge-up-8 > .column,.xxlarge-up-8 > .columns {width: 12.5%;float: left;}.xxlarge-up-8 > .column:nth-of-type(1n),.xxlarge-up-8 > .columns:nth-of-type(1n) {clear: none;}.xxlarge-up-8 > .column:nth-of-type(8n+1),.xxlarge-up-8 > .columns:nth-of-type(8n+1) {clear: both;}.xxlarge-up-8 > .column:last-child,.xxlarge-up-8 > .columns:last-child {float: left;}.xxlarge-collapse > .column,.xxlarge-collapse > .columns {padding-left: 0;padding-right: 0;}.xxlarge-collapse .row {margin-left: 0;margin-right: 0;}.xxlarge-uncollapse > .column,.xxlarge-uncollapse > .columns {padding-left: 0.625rem;padding-right: 0.625rem;}.xxlarge-centered {float: none;margin-left: auto;margin-right: auto;}.xxlarge-uncentered,.xxlarge-push-0,.xxlarge-pull-0 {position: static;margin-left: 0;margin-right: 0;float: left;}.xxlarge-text-left {text-align: left;}.xxlarge-text-right {text-align: right;}.xxlarge-text-center {text-align: center;}.xxlarge-text-justify {text-align: justify;}.hide-for-xxlarge {display: none !important;}.hide-for-xxlarge-only {display: none !important;}.dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {left: auto;right: 0;top: 100%;}.dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {right: auto;left: 0;top: 100%;}.dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {padding-right: 1.5rem;position: relative;}.dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: #2199e8 transparent transparent;border-top-style: solid;border-bottom-width: 0;right: 5px;margin-top: -2px;}.dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {top: 0;}.dropdown.menu.xxlarge-vertical > li.opens-left .is-dropdown-submenu {left: auto;right: 100%;}.dropdown.menu.xxlarge-vertical > li.opens-right .is-dropdown-submenu {right: auto;left: 100%;}.dropdown.menu.xxlarge-vertical > li > a::after {right: 14px;margin-top: -3px;}.dropdown.menu.xxlarge-vertical > li.opens-left > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: transparent #2199e8 transparent transparent;border-right-style: solid;border-left-width: 0;}.dropdown.menu.xxlarge-vertical > li.opens-right > a::after {content: '';display: block;width: 0;height: 0;border: inset 5px;border-color: transparent transparent transparent #2199e8;border-left-style: solid;border-right-width: 0;}.menu.xxlarge-horizontal > li {display: table-cell;}.menu.xxlarge-vertical > li {display: block;}}@media screen and (max-width: 80em) {#home-slider li .overlay .heading {font-size: 3.75rem;}#home-slider li .overlay p {margin-bottom: 1.5rem;}#hero .overlay .heading {font-size: 3.75rem;}}@media screen and (max-width: 78.125em) {.win .lizard {display: none;}}@media screen and (max-width: 75em) {.cta-header-wrapper .cta-header-button {right: 0.625rem;}}@media screen and (max-width: 74.9375em) {.show-for-xxlarge {display: none !important;}.show-for-xxlarge-only {display: none !important;}.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right {width: 100%;}}@media screen and (max-width: 66.25em) {.social-cow .social-bubble {width: 60%;}}@media screen and (max-width: 65em) {.social-cow .social-bubble p.first {display: none;}}@media screen and (max-width: 63.9375em) {.show-for-xlarge {display: none !important;}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {width: 100%;}.top-bar:before {display: none;}#events-calendar-view {display: none !important;}#events-grid-view {display: block !important;}}@media screen and (max-width: 61.4375em) {.social-cow .social-bubble {width: 70%;}.social-cow .social-bubble:after {left: 30%;}}@media screen and (max-width: 57.8125em) {.show-for-large {display: none !important;}table.stack thead {display: none;}table.stack tfoot {display: none;}table.stack tr,table.stack th,table.stack td {display: block;}table.stack td {border-top: 0;}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {width: 100%;}.cta-header-wrapper .cta-button-wrapper {position: static;display: block;min-width: 100%;}.cta-header-wrapper .cta-header-button {position: static;display: block;width: 50%;background: #cf3d3d;font-size: 1.25rem;padding: 0.625rem 0;}.cta-header-wrapper .cta-header-button img {height: 0.7rem;}.cta-header-wrapper .cta-header-button.alt {background: #547776;}.skyline {padding-top: 1.5rem;padding-bottom: 3rem;}.logo-title #logo img {height: 1.875rem;}.logo-title h1,.logo-title .h1 {font-size: 3.5rem;}.primary-menu .menu,.secondary-menu .menu {display: none;}.primary-menu .menu li,.secondary-menu .menu li {width: 100% !important;display: block;border-bottom: 0;border-top: 1px solid #547776;border-left: 10px solid #474744;text-align: left;}.primary-menu .menu li:first-child,.secondary-menu .menu li:first-child {border-left-width: 10px;}.primary-menu .menu li a,.secondary-menu .menu li a {border-left-color: #8bcb36;padding: 1rem;}.primary-menu .menu li.menu-item-22,.primary-menu .menu li.home,.primary-menu .menu li.menu-item-122,.secondary-menu .menu li.menu-item-22,.secondary-menu .menu li.home,.secondary-menu .menu li.menu-item-122 {border-left-color: #36b4e4;text-indent: 0;background: none;}.primary-menu .menu li.menu-item-23,.primary-menu .menu li.menu-item-131,.primary-menu .menu li.menu-item-12326,.secondary-menu .menu li.menu-item-23,.secondary-menu .menu li.menu-item-131,.secondary-menu .menu li.menu-item-12326 {border-left-color: #b04135;}.primary-menu .menu li.menu-item-24,.primary-menu .menu li.menu-item-124,.secondary-menu .menu li.menu-item-24,.secondary-menu .menu li.menu-item-124 {border-left-color: #862256;}.primary-menu .menu li.menu-item-25,.primary-menu .menu li.menu-item-125,.secondary-menu .menu li.menu-item-25,.secondary-menu .menu li.menu-item-125 {border-left-color: #8bcb36;}.primary-menu .menu li.menu-item-26,.primary-menu .menu li.menu-item-126,.secondary-menu .menu li.menu-item-26,.secondary-menu .menu li.menu-item-126 {border-left-color: #ffb400;}.primary-menu .menu li.menu-item-28,.primary-menu .menu li.menu-item-127,.secondary-menu .menu li.menu-item-28,.secondary-menu .menu li.menu-item-127 {border-left-color: #2994b2;}.primary-menu .menu li.menu-item-27,.primary-menu .menu li.menu-item-128,.secondary-menu .menu li.menu-item-27,.secondary-menu .menu li.menu-item-128 {border-left-color: #33aa30;}.primary-menu .menu li.menu-item-29,.primary-menu .menu li.menu-item-129,.secondary-menu .menu li.menu-item-29,.secondary-menu .menu li.menu-item-129 {border-left-color: #ff7844;}.primary-menu .menu li.menu-item-30,.primary-menu .menu li.menu-item-130,.secondary-menu .menu li.menu-item-30,.secondary-menu .menu li.menu-item-130 {border-left-color: #51dacf;}.primary-menu .menu li.search,.secondary-menu .menu li.search {display: none;}.page-template-template-home #top-bar-menu .menu li.home {background: #474744;}.page-template-template-home #top-bar-menu .menu li.home a {color: #fff;}#home-slider li {height: 23.125rem;}#home-slider li img {display: none;}#home-slider li .overlay .heading {font-size: 3.125rem;}#home-slider li .overlay p {margin-bottom: 1rem;}.cta-wrapper .columns:first-child {margin-bottom: 1rem;}.social-cow {margin-bottom: 2rem;}.social-cow img {width: 80%;display: block;margin-left: auto;margin-right: auto;float: none;}.sections .highlight {margin-bottom: 1.25rem;}.latest-news ul .item-image {width: 25%;}.latest-news ul .inner {width: 65%;}.latest-news ul .inner p {display: none;}.latest-news ul .arrow {width: 10%;}.cta {font-size: 1.2rem;}.cta .arrow .img-wrap {width: 0.5rem;}.weather {font-size: 1.4rem;}#hero .overlay .heading {font-size: 3.125rem;}#hero .overlay .hero-button {margin-top: 1.5rem;}#hero .overlay p.first {margin-bottom: 0.5rem;}.page-template-template-village #hero .overlay .heading {font-size: 3rem;}.faqs ul {padding-bottom: 0;}.faqs ul li {padding-bottom: 1rem;}.search-form .search-cat,.search-form .search-dates {margin-bottom: 1rem;}footer .menu li,.footer-bar .menu li {width: 100%;float: left;}footer .menu li a,.footer-bar .menu li a {text-decoration: underline;}footer .menu li a:before,.footer-bar .menu li a:before {display: none;}.footer-bar .copyright {margin-bottom: 0.2rem;}.book-tickets br {display: block;}.book-tickets {margin-top: 1.25rem;height: auto !important;}.testimonials-flexible .testimonials {padding-bottom: 7.5rem;}.follow-us .sub-title {font-size: 1.125rem;}.follow-us .heading {font-size: 1.625rem;}.image-text-flexible {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}.image-text-flexible .large-image-column {-ms-flex-order: 1;order: 1;}.image-text-flexible .large-image-text-column {-ms-flex-order: 2;order: 2;}}@media screen and (max-width: 56.25em) {#logo {width: 17.5rem;}}@media screen and (max-width: 48.0625em) {#home-slider li .overlay .button {padding: 0.8rem 1rem;}#hero .overlay .button {padding: 0.8rem 1rem;}}@media screen and (max-width: 39.9375em) {.hide-for-small-only {display: none !important;}.show-for-medium {display: none !important;}.button-group.stacked-for-small.expanded {display: block;}.button-group.stacked-for-small.expanded .button {display: block;margin-right: 0;}.media-object.stack-for-small .media-object-section {padding: 0;padding-bottom: 1rem;display: block;}.media-object.stack-for-small .media-object-section img {width: 100%;}.reveal {top: 0;left: 0;width: 100%;height: 100%;height: 100vh;min-height: 100vh;max-width: none;margin-left: 0;border: 0;border-radius: 0;}.page-wrapper {background: #f5f2ee url("../images/skyline-footer-m-01.png") no-repeat center bottom;}body.page-template-template-country-show .page-wrapper,body.page-template-template-country-show-timetable .page-wrapper,body.page-template-template-country-show-plan .page-wrapper,body.page-template-template-country-show-gallery .page-wrapper,body.page-template-template-country-show-single .page-wrapper {background: #f5f2ee url("../images/skyline-footer-show-m-01.png") no-repeat center bottom;}.heading,.heading-line {font-size: 1.2rem;margin-bottom: 0.1rem;}.skyline {padding-top: 1rem;padding-bottom: 3rem;background: url("../images/skyline-header-m-01.png") no-repeat center bottom;background-size: cover;}.page-template-template-country-show .skyline,.page-template-template-country-show-timetable .skyline,.page-template-template-country-show-plan .skyline,.page-template-template-country-show-gallery .skyline,.page-template-template-country-show-single .skyline {background: url("../images/skyline-header-show-m-01.png") no-repeat center bottom;background-size: cover;}#logo {width: 11.25rem;}.logo-title #logo img {height: 1.5625rem;}.logo-title h1,.logo-title .h1 {font-size: 2rem;letter-spacing: -1px;}#home-slider li {height: 18.75rem;}#home-slider li .overlay .heading {font-size: 2.2rem;margin-bottom: 1rem;}#home-slider li .overlay p {display: none;}#home-slider li .overlay .button {padding: 0.6rem 1rem;}.cta-wrapper {margin-bottom: 1rem !important;}.main-section .small-only-image,.main-section .small-only-desc {width: 50%;float: left;padding-left: 0.625rem;padding-right: 0.625rem;padding-left: 0;padding-right: 0;}.main-section .small-only-image:last-child:not(:first-child),.main-section .small-only-desc:last-child:not(:first-child) {float: right;}.main-section ul li {margin-bottom: 1rem;}.main-section ul .widget-section {font-size: 0.9rem;}.main-section ul .heading {font-size: 1.2rem;margin-bottom: 0.1rem;}.main-section ul p {font-size: 0.9rem;line-height: 1.3;}.main-section ul .button {font-size: 0.9rem;}.highlight .button {font-size: 0.9rem;padding: 1rem 0.5rem;}.plan-day {margin-bottom: 2rem;}.plan-day ul li {font-size: 0.9rem;}.latest-news ul .item-image {width: 30%;}.latest-news ul .inner {width: 62%;}.latest-news ul .arrow {width: 8%;}.cta .icon {padding: 1rem;}.cta .icon .img-wrap {width: 1.875rem;}.cta .arrow {margin-right: 0.6rem;}.cta .buttons {position: static;display: block;float: left;width: 100%;top: auto;right: auto;transform: none;}.cta .buttons .in-vc {width: 100%;display: block;padding: 0;overflow: hidden;padding-bottom: 1rem;}.weather {line-height: 1.3;}.weather .in-vc {padding-top: 1rem;padding-bottom: 1rem;}.feedback .inner > .in-vc {padding: 1rem;}.feedback .buttons .in-vc {display: block;padding: 0;overflow: hidden;padding-top: 1rem;}.feedback .buttons .in-vc .button {margin: 0 1rem 0 0;}#hero {margin-bottom: 1.25rem;}#hero .overlay {padding: 1rem;}#hero .overlay .heading {font-size: 2.2rem;margin-bottom: 0;}#hero .overlay .hero-button {margin-top: 1rem;}#hero .overlay p.first {line-height: 1;}#hero .overlay p.desc {display: none;}#hero .overlay .button {padding: 0.6rem 1rem;}.page-template-template-village #hero .overlay {padding: 1rem;}.page-template-template-village #hero .overlay .heading {font-size: 2.2rem;}#hero .owl-carousel li {height: 300px !important;}.win .heading {font-size: 3.2rem;}.page-template-template-camping .single-content ul li {width: 100%;padding-right: 0;}.accordion-title {font-size: 1rem;padding: 1rem;}.camping ul li {margin-bottom: 1rem;}.google-map {height: 12.5rem;}.search-form .columns {margin-bottom: 1.25rem;}.events-list .accordion .accordion-title {font-size: 1rem;}.events-list .accordion .accordion-title strong {width: 100%;display: block;margin-top: 0.5rem;}.search-dates label {position: static;top: auto;margin-bottom: 0.5rem;}.footer {margin-top: 16rem;margin-bottom: 1rem;}.footer .logo-social .social-icons {margin-bottom: 1rem;}.footer .logo-social .logo-footer img {width: 11.25rem;}.footer-bar {padding-top: 1rem;padding-bottom: 1rem;}.grid .title-desc .heading {font-size: 1.875rem;}.opening-times-flexible .cow {width: 10rem;right: -1.875rem;}.opening-times-flexible {margin-bottom: 1.25rem;}.book-tickets .heading {padding-bottom: 5rem;}.tripadvisor {margin-bottom: 1.25rem;}.tripadvisor img {max-width: 9.375rem;}.testimonials-flexible .testimonials ul blockquote {font-size: 2.5rem;}}@media screen and (max-width: 28.625em) {.social-cow-wrapper {width: 100%;float: left;padding-left: 0.625rem;padding-right: 0.625rem;margin-left: 0%;}.social-cow-wrapper:last-child:not(:first-child) {float: right;}}@media screen and (max-width: 27em) {.book-tickets .heading {font-size: 3.75rem;padding-bottom: 6.25rem;}.book-tickets .chickens {width: 12.5rem;}}@media screen and (max-width: 25em) {.main-section .small-only-image,.main-section .small-only-desc {width: 100%;float: left;padding-left: 0.625rem;padding-right: 0.625rem;padding-left: 0;padding-right: 0;}.main-section .small-only-image:last-child:not(:first-child),.main-section .small-only-desc:last-child:not(:first-child) {float: right;}.venue-images .v-large {width: 100%;float: left;padding-left: 0.625rem;padding-right: 0.625rem;margin-bottom: 1rem;}.venue-images .v-large:last-child:not(:first-child) {float: right;}.venue-images .v-large img {width: 100%;max-width: none;}.venue-images .v-small {width: 100%;float: left;padding-left: 0.625rem;padding-right: 0.625rem;}.venue-images .v-small:last-child:not(:first-child) {float: right;}.venue-images .v-small img {width: 50%;float: left;padding-left: 0.625rem;padding-right: 0.625rem;}.venue-images .v-small img:last-child:not(:first-child) {float: right;}.venue-images .v-small img:first-child {padding-left: 0;}.venue-images .v-small img:last-child {padding-right: 0;}.page-template-template-find-us .contacts ul li {width: 100%;float: left;padding-left: 0.625rem;padding-right: 0.625rem;}.page-template-template-find-us .contacts ul li:last-child:not(:first-child) {float: right;}}@media screen and (max-width: 25.8125em) {.sections .highlight {width: 100%;float: left;padding-left: 0.625rem;padding-right: 0.625rem;}.sections .highlight:last-child:not(:first-child) {float: right;}}@media print {* {background: transparent !important;color: black !important;box-shadow: none !important;text-shadow: none !important;}.show-for-print {display: block !important;}.hide-for-print {display: none !important;}table.show-for-print {display: table !important;}thead.show-for-print {display: table-header-group !important;}tbody.show-for-print {display: table-row-group !important;}tr.show-for-print {display: table-row !important;}td.show-for-print {display: table-cell !important;}th.show-for-print {display: table-cell !important;}a,a:visited {text-decoration: underline;}a[href]:after {content: " (" attr(href) ")";}.ir a:after,a[href^='javascript:']:after,a[href^='#']:after {content: '';}abbr[title]:after {content: " (" attr(title) ")";}pre,blockquote {border: 1px solid #8a8a8a;page-break-inside: avoid;}thead {display: table-header-group;}tr,img {page-break-inside: avoid;}img {max-width: 100% !important;}p,h2,h3 {orphans: 3;widows: 3;}h2,h3 {page-break-after: avoid;}* {background: transparent !important;color: black !important;text-shadow: none !important;filter: none !important;-ms-filter: none !important;}a,a:visited {color: #444 !important;text-decoration: underline;}a:after,a:visited:after {content: " (" attr(href) ")";}a abbr[title]:after,a:visited abbr[title]:after {content: " (" attr(title) ")";}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content: "";}pre,blockquote {border: 1px solid #999;page-break-inside: avoid;}thead {display: table-header-group;}tr,img {page-break-inside: avoid;}img {max-width: 100% !important;}p,h2,h3 {orphans: 3;widows: 3;}h2,h3 {page-break-after: avoid;}.sidebar,.page-navigation,.wp-prev-next,.respond-form,nav {display: none;}}@keyframes shake-7 {0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {transform: translateX(7%);}5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {transform: translateX(-7%);}}@keyframes spin-cw-1turn {0% {transform: rotate(-1turn);}100% {transform: rotate(0);}}@keyframes spin-cw-1turn {0% {transform: rotate(0);}100% {transform: rotate(1turn);}}@keyframes wiggle-7deg {40%,50%,60% {transform: rotate(7deg);}35%,45%,55%,65% {transform: rotate(-7deg);}0%,30%,70%,100% {transform: rotate(0);}}@keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}
