/**
 * Development build - compresed view. User minified for production.
 */
.responsive-image, .archive .entry .thumbnail {
  overflow: hidden;
  padding-bottom: 75%;
  width: 100%;
  height: 0;
  display: inline-block;
  position: relative;
  background: #f8f8f8;
}
.responsive-image img, .archive .entry .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.responsive-image.ratio-16-9, .archive .entry .ratio-16-9.thumbnail {
  padding-bottom: 56.25%;
}
.responsive-image.ratio-16-10, .archive .entry .ratio-16-10.thumbnail {
  padding-bottom: 62.5%;
}
.responsive-image.ratio-11-8, .archive .entry .ratio-11-8.thumbnail {
  padding-bottom: 72.72727%;
}
.responsive-image.ratio-3-2, .archive .entry .ratio-3-2.thumbnail {
  padding-bottom: 66.66667%;
}
.responsive-image.ratio-1-1, .archive .entry .ratio-1-1.thumbnail {
  padding-bottom: 10000%;
}
.responsive-image.ratio-golden, .archive .entry .ratio-golden.thumbnail {
  padding-bottom: 61.8047%;
}
.responsive-image.ratio-silver, .archive .entry .ratio-silver.thumbnail {
  padding-bottom: 41.42502%;
}
.responsive-image.radius-3, .archive .entry .radius-3.thumbnail {
  border-radius: 3px;
}
.responsive-image.radius-5, .archive .entry .radius-5.thumbnail {
  border-radius: 5px;
}
.responsive-image.radius-10, .archive .entry .radius-10.thumbnail {
  border-radius: 10px;
}
.responsive-image.radius-20, .archive .entry .radius-20.thumbnail {
  border-radius: 20x;
}
.responsive-image.radius-circle, .archive .entry .radius-circle.thumbnail {
  border-radius: 50%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 65rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

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

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

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

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .show-for-medium-up {
    display: none;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

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

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .show-for-medium-up {
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

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

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  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;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
/**
 * Place ul element in the middle of its parent. The structure
 * .center-ul > ul must be followed in order to work. (uds)
 */
.center-ul {
  text-align: center;
}
.center-ul > ul {
  display: inline-block;
}

/**
 * WordPress required styling
 */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/**
 * Text Modifiers
 */
.text-right {
  text-align: right;
}

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

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

.cb {
  clear: both;
}

hr.clear {
  border: none;
  background: transparent;
  clear: both;
}

.white-text {
  color: white;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
  color: white;
}
.white-text a {
  color: white;
}
.white-text a:hover {
  color: white;
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

body {
  font-family: "Proxima Nova", Roboto, Helvetica, Arial;
  color: #333;
  background-color: #fff;
  line-height: 1.4;
  font-size: 16px;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: Oswald;
}

hr {
  height: 1px;
  border: none;
  background: #f0f0f0;
}

p {
  margin: 0;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

.site-header {
  background: #23232a;
  color: white;
  padding: 1.25rem 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.site-header a {
  font-family: Oswald;
  color: white;
}
.site-header a:hover {
  color: #f4da00;
}
.site-header .site-title a {
  color: #f4da00;
}

.header-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-primary .menu-item {
  display: inline-block;
  margin-left: 20px;
}
.menu-primary .menu-item a {
  text-transform: capitalize;
}
.menu-primary .menu-item.SignIn a {
  background: #f4da00;
  color: #000;
  padding: 5px 20px;
  border-radius: 100px;
}

/**
 * New update on the grid - Only 3 breakpoints. This will result in neasier to maintain
 * layout. We will have to support only 3 widths instead of the fluid design that is
 * always 100% with one max-width (meaning 800+ breakpoints)
 * @type {[type]}
 */
.row {
  max-width: 100%;
}

.section--fullwidth {
  padding: 25px 0;
}

@media (min-width: 641px) {
  .row {
    width: 640px;
  }
}
@media (min-width: 961px) {
  .row {
    width: 960px;
  }

  .section--fullwidth {
    padding: 80px 0;
  }
}
@media (min-width: 1201px) {
  .row {
    width: 1200px;
  }
}
/**
 * Sections styling. The theme is made out of sections in general, which most of the time
 * are unique, so big part of the stylings can be seen in this file.
 */
/** The standard fullwidth section. (like 100% of the sections are fullwidth) */
.section--booking {
  padding: 3.125rem 0;
  background: #cb1a1a url(../images/pattern-dots.svg);
  background-size: 6px 6px;
  color: white;
}

.section--welcome {
  position: relative;
  z-index: 10;
  background: #333 url(../images/background-main.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0 5px 31px rgba(0, 0, 0, 0.6);
  padding: 120px 0;
}
@media (max-width: 481px) {
  .section--welcome {
    padding: 40px 0;
  }
}
.section--welcome:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/pattern-dots.svg);
  background-size: 6px 6px;
}
.section--welcome .primary-slider {
  margin-top: 40px;
}

.section--promo {
  background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
  background-image: url(../images/bg-effect-1.svg), url(../images/bg-effect-2.svg);
  background-position: right center, left center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.15);
  -webkit-transition: 1s all;
          transition: 1s all;
  /** Styling for the background graphics */
}
@media (max-width: 1560px) {
  .section--promo {
    -webkit-transition: 1s all;
            transition: 1s all;
    background-position: right -15vw center, left -15vw center;
  }
}
@media (max-width: 900px) {
  .section--promo {
    -webkit-transition: 1s all;
            transition: 1s all;
    background-position: right -80vw center, left -80vw center;
  }
}
@media (max-width: 481px) {
  .section--promo {
    -webkit-transition: 1s all;
            transition: 1s all;
    background-position: right -110vw center, left -120vw center;
  }
}
.section--promo:hover .welcome-text {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
.section--promo .welcome-message {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.section--promo .welcome-message .highlight {
  color: #cb1a1a;
}

.section--regions {
  background: url(../images/background-regions.jpg) no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 11px 17px #000;
}
@media (max-width: 481px) {
  .section--regions {
    padding-bottom: 35px;
  }
}
.section--regions:after {
  height: 38px;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: url(../images/overlay-1.svg) repeat-x center bottom;
  content: ' ';
  display: block;
}
.section--regions .button.highlight, .section--regions .cbcurrencyconverter_cal_wrapper .highlight.button-primary, .cbcurrencyconverter_cal_wrapper .section--regions .highlight.button-primary, .section--regions input.highlight[type="submit"] {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald;
  margin-top: 40px;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.section--regions .button.highlight:hover, .section--regions .cbcurrencyconverter_cal_wrapper .highlight.button-primary:hover, .cbcurrencyconverter_cal_wrapper .section--regions .highlight.button-primary:hover, .section--regions input.highlight[type="submit"]:hover {
  box-shadow: 0 0 13px rgba(244, 218, 0, 0.9);
  -webkit-transition: 0.1s;
          transition: 0.1s;
}
.section--regions .welcome-text .welcome-title {
  text-transform: none;
  margin-bottom: 40px;
  font-size: 32px;
  color: white;
}
.section--regions .welcome-text .welcome-text {
  color: white;
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.section--fleet {
  position: relative;
  z-index: 11;
}
.section--fleet .row:last-child {
  text-align: center;
}
.section--fleet .button.primary, .section--fleet .cbcurrencyconverter_cal_wrapper .primary.button-primary, .cbcurrencyconverter_cal_wrapper .section--fleet .primary.button-primary, .section--fleet input.primary[type="submit"] {
  margin: 60px auto 0;
  display: inline-block;
  padding: 8px 30px;
}

.section--info.alt {
  position: relative;
  z-index: 10;
  background: #333 url(../images/background-main.jpg) no-repeat;
  background-size: cover;
  padding: 230px 0;
}
@media (max-width: 481px) {
  .section--info.alt {
    margin: -120px 0;
  }
}
.section--info.alt:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/pattern-dots.svg);
  background-size: 6px 6px;
}
.section--info.alt:after {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  content: ' ';
  display: block;
  background-image: url(../images/overlay-3.png), url(../images/overlay-2.png);
  background-position: bottom right, top left;
  background-repeat: no-repeat;
  -webkit-transition: 1s all;
          transition: 1s all;
}

.section--info {
  position: relative;
  z-index: 10;
  background: #333 url(../images/background-main.jpg) no-repeat;
  background-size: cover;
}
.section--info:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/pattern-dots.svg);
  background-size: 6px 6px;
}

.section--faq {
  position: relative;
  z-index: 10;
  background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
  background-image: url(../images/faq-effect-2.png), url(../images/faq-effect-1.png);
  background-position: right top, left center;
  background-repeat: no-repeat;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.15);
  -webkit-transition: 1s all;
          transition: 1s all;
  /** Styling for the background graphics */
}
@media (max-width: 1560px) {
  .section--faq {
    -webkit-transition: 1s all;
            transition: 1s all;
    background-position: right -10vw top, left -10vw center;
  }
}
@media (max-width: 900px) {
  .section--faq {
    -webkit-transition: 1s all;
            transition: 1s all;
    background-position: right -80vw top, left -80vw center;
  }
}
@media (max-width: 481px) {
  .section--faq .welcome-message {
    margin-bottom: 30px;
  }
}
.section--faq .faq-container {
  margin-bottom: 20px;
}
.section--faq .faq-container.open .answer {
  max-height: 1000px;
  -webkit-transition: max-height 0.25s ease-in;
          transition: max-height 0.25s ease-in;
}
.section--faq .faq-container.open .question:after {
  content: '\f00d';
}
.section--faq .question {
  cursor: pointer;
  font-size: 28px;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 700;
  box-sizing: border-box;
}
@media (max-width: 481px) {
  .section--faq .question {
    font-size: 20px;
    position: relative;
    padding-right: 20px;
  }
}
.section--faq .question:after {
  content: '\f054';
  width: 11px;
  height: 18px;
  top: 12px;
  right: -40px;
  font-family: Fontawesome;
  margin-left: 15px;
  color: #cb1a1a;
}
@media (max-width: 481px) {
  .section--faq .question:after {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.section--faq .answer {
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
          transition: max-height 0.15s ease-out;
  overflow: hidden;
  color: #797979;
  font-family: Helvetica, Arial;
  font-weight: normal;
  background-color: #fff;
}

.section--blog {
  position: relative;
  z-index: 11;
}
.section--blog .entry {
  margin-top: 20px;
  padding-bottom: 30px;
}
.section--blog .thumbnail {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.section--blog .thumbnail img {
  max-width: 100%;
  width: 100%;
}
.section--blog .read-more {
  display: inherit;
  text-align: right;
  float: none;
}
.section--blog .entry-excerpt p {
  margin: 20px 0;
}
.section--blog .button.primary, .section--blog .cbcurrencyconverter_cal_wrapper .primary.button-primary, .cbcurrencyconverter_cal_wrapper .section--blog .primary.button-primary, .section--blog input.primary[type="submit"] {
  margin: 60px auto 0;
  display: inline-block;
  padding: 8px 30px;
  font-weight: normal;
  font-style: normal;
}
.section--blog .load-more {
  text-align: center;
}

.site-footer {
  background-image: url(../images/background-footer.jpg);
  color: rgba(255, 255, 255, 0.9);
  padding: 50px 0;
}
@media (max-width: 481px) {
  .site-footer {
    padding: 20px 0;
  }
}
.site-footer hr {
  opacity: .1;
  margin-bottom: 20px;
}
.site-footer .social {
  text-align: right;
}
.site-footer .social a {
  color: #fff;
  margin-left: 15px;
}
@media (max-width: 481px) {
  .site-footer .social {
    text-align: center;
    margin-top: 20px;
  }
}
.site-footer .copyrights {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-style: normal;
}
@media (max-width: 481px) {
  .site-footer .copyrights {
    text-align: center;
  }
}

.archive .entry .thumbnail {
  padding-bottom: 56.25%;
}
.archive .entry .thumbnail img {
  width: 100%;
}

/** Set the margins for when there is adminbar */
.admin-bar {
  padding-top: 46px;
}
@media (min-width: 782px) {
  .admin-bar {
    padding-top: 32px;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.booking-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.booking-actions .button, .booking-actions .cbcurrencyconverter_cal_wrapper .button-primary, .cbcurrencyconverter_cal_wrapper .booking-actions .button-primary, .booking-actions input[type="submit"] {
  color: white;
  text-transform: uppercase;
  margin-right: 20px;
}
.booking-actions .secondary {
  margin-right: 0;
  font-family: Oswald;
  font-size: 16px;
  text-transform: none;
  padding: 8px 50px;
}
.booking-actions .fa {
  margin-right: 5px;
}
@media (max-width: 961px) {
  .booking-actions .right,
  .booking-actions .left {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .booking-actions .left .button, .booking-actions .left .cbcurrencyconverter_cal_wrapper .button-primary, .cbcurrencyconverter_cal_wrapper .booking-actions .left .button-primary, .booking-actions .left input[type="submit"] {
    display: block;
    text-align: left;
    font-size: 22px;
  }
  .booking-actions .left .fa {
    min-width: 1.2em;
  }
  .booking-actions .right .button, .booking-actions .right .cbcurrencyconverter_cal_wrapper .button-primary, .cbcurrencyconverter_cal_wrapper .booking-actions .right .button-primary, .booking-actions .right input[type="submit"] {
    float: right;
  }
}

.booking-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}
.booking-form.return {
  margin-top: 10px;
}
.booking-form.return .close {
  line-height: 51px;
  position: absolute;
}
.booking-form.return .close i {
  cursor: pointer;
}
.booking-form .autocomplete {
  position: absolute;
  margin-top: 50px;
  margin-left: 10px;
  z-index: 20;
}
.booking-form .autocomplete .item {
  list-style: none;
  padding: 5px;
  background: #000;
  cursor: pointer;
}
.booking-form input {
  margin: 0 10px;
  color: #333;
  padding: 15px 25px 15px 50px;
  font-size: 18px;
  border: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.booking-form input:active, .booking-form input:focus {
  outline: none;
}
.booking-form .booking-from {
  background: white url(../images/icon-departure.png) left 10px center no-repeat;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  font-size: 14px;
}
.booking-form .booking-to {
  background: white url(../images/icon-landing.png) left 10px center no-repeat;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  font-size: 14px;
}
.booking-form .booking-date {
  background: white url(../images/icon-date.png) left 10px center no-repeat;
  max-width: 120px;
  padding-left: 40px;
  font-size: 14px;
}
.booking-form .booking-hour {
  background: white url(../images/icon-time.png) left 10px center no-repeat;
  max-width: 120px;
  padding-left: 40px;
  font-size: 14px;
}
.booking-form .booking-seats {
  background: white url(../images/icon-seats.png) left 10px center no-repeat;
  max-width: 120px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 14px;
}
@media (max-width: 1201px) {
  .booking-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .booking-form input {
    font-size: 16px;
  }
  .booking-form .booking-to,
  .booking-form .booking-from {
    max-width: 220px;
  }
}
@media (max-width: 961px) {
  .booking-form input {
    margin: 10px;
  }
  .booking-form .booking-to,
  .booking-form .booking-from {
    max-width: 100%;
    padding-left: 40px;
  }
  .booking-form .booking-hour,
  .booking-form .booking-date,
  .booking-form .booking-seats {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }
}

.welcome-message {
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
}
.welcome-message.white {
  color: white;
}
.welcome-message.white hr {
  background: rgba(0, 0, 0, 0.3);
}
.welcome-message hr {
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 40px auto;
}
@media (max-width: 481px) {
  .welcome-message hr {
    display: none;
  }
}
.welcome-message .welcome-title {
  text-transform: uppercase;
  font-size: 36px;
  max-width: 710px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.welcome-message .welcome-subtitle {
  color: #797979;
  font-family: Helvetica, Arial;
  font-weight: normal;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.welcome-message .highlight {
  color: #f4da00;
}
.welcome-message .scroll-down {
  color: white;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.welcome-message .scroll-down:hover {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  color: #f4da00;
}

.primary-slider {
  /* owl carousel */
}
.primary-slider .slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.primary-slider .slider-item .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.primary-slider .owl-stage-outer {
  overflow: hidden;
}
.primary-slider .owl-controls .owl-prev,
.primary-slider .owl-controls .owl-next {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.primary-slider .owl-controls .owl-prev {
  left: -65px;
}
.primary-slider .owl-controls .owl-next {
  right: -65px;
}
.primary-slider .owl-controls .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.primary-slider .owl-controls .owl-dots .owl-dot {
  background: #fcfcfc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.primary-slider .owl-controls .owl-dots .owl-dot.active {
  background: #f3d900;
}
.primary-slider .slide-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  max-width: 50%;
}
.primary-slider .slide-action {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.primary-slider .slide-action .button, .primary-slider .slide-action .cbcurrencyconverter_cal_wrapper .button-primary, .cbcurrencyconverter_cal_wrapper .primary-slider .slide-action .button-primary, .primary-slider .slide-action input[type="submit"] {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.primary-slider .slide-title {
  font-size: 45px;
  text-transform: uppercase;
}
.primary-slider .slide-title:after {
  height: 6px;
  width: 100px;
  background-color: #f4da00;
  content: ' ';
  display: block;
  margin: 20px 0 50px;
}
.primary-slider p {
  line-height: 1.7;
}
@media (max-width: 961px) {
  .primary-slider .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .primary-slider .slide-content {
    max-width: 100%;
  }
  .primary-slider .slide-action {
    text-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 641px) {
  .primary-slider .slide-action,
  .primary-slider .slide-content {
    padding: 30px;
  }
  .primary-slider .slide-action .button, .primary-slider .slide-action .cbcurrencyconverter_cal_wrapper .button-primary, .cbcurrencyconverter_cal_wrapper .primary-slider .slide-action .button-primary, .primary-slider .slide-action input[type="submit"] {
    width: 100%;
  }
}

/** .fleet-item */
.plane {
  border-bottom: 6px solid black;
}
.plane-image-link {
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.plane-header {
  overflow: hidden;
}
.plane-header a {
  -webkit-perspective: 200px;
          perspective: 200px;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.plane-header:hover a {
  -webkit-transform: scale(0.95) translateY(0px) perspective(600px) rotateX(20deg);
          transform: scale(0.95) translateY(0px) perspective(600px) rotateX(20deg);
  -webkit-transform: rotateX(10px);
          transform: rotateX(10px);
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
.plane-header a:active {
  -webkit-transform: translateY(15px) scale(0.8);
          transform: translateY(15px) scale(0.8);
  -webkit-transition: 0.1s;
          transition: 0.1s;
}
.plane-body {
  margin-top: -25px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: white;
  padding: 15px;
  position: relative;
  z-index: 10;
}
.plane-title a {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
}
.plane-footer {
  padding: 0 20px 15px 20px;
}
.plane-feature {
  display: inline-block;
}
.plane .feature-icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
}
.plane .speed .feature-icon {
  background-image: url(../images/icon-speed.png);
  background-size: 14px 13px;
  background-position: bottom;
}
.plane .seats .feature-icon {
  background-image: url(../images/icon-seats.png);
  background-size: 16px 16px;
  background-position: bottom;
}
.plane .price .feature-icon {
  background-image: url(../images/icon-time.png);
  background-size: 13px 13px;
  background-position: bottom;
}
.plane .fuel .feature-icon {
  background-image: url(../images/icon-gas.png);
  background-position: bottom;
}

.archive-header {
  margin-bottom: 30px;
}

.read-more {
  font-family: Oswald;
  color: #cb1a1a;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  float: right;
}

.entry-excerpt, .title {
  word-wrap: break-word;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.cbcurrencyconverter_cal_wrapper {
  padding: 1rem;
  background: #cb1a1a url(../images/pattern-dots.svg);
  background-size: 6px 6px;
  color: white;
  max-width: 400px;
}
.cbcurrencyconverter_cal_wrapper input[type="text"],
.cbcurrencyconverter_cal_wrapper .cbcurrencyconverter_form_fields select {
  width: 100%;
  max-width: 100%;
  color: #000;
}
.cbcurrencyconverter_cal_wrapper .button-primary {
  color: black;
  background-color: #f4da00;
  font-family: Oswald;
  border: none;
  margin-top: 10px;
}
.cbcurrencyconverter_cal_wrapper .cbcurrencyconverter_result {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

.airplane-info {
  max-width: 50%;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .airplane-info {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
}
.airplane-info img {
  width: 100%;
}
.airplane-info table {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
}
.airplane-info table tr {
  border-bottom: 1px solid #f0f0f0;
}
.airplane-info table td {
  padding: 13px 0;
  color: #999;
}
.airplane-info table td:first-child {
  padding-right: 10px;
  min-width: 150px;
}
.airplane-info table td:nth-child(2) {
  font-weight: bold;
  color: black;
}

.aircraft-header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 5px;
  position: relative;
}
.aircraft-header__model {
  display: inline-block;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-decoration: none;
  line-height: normal;
  font-size: 36px;
  width: 100%;
  margin-top: -5px;
}
@media (max-width: 481px) {
  .aircraft-header__model {
    font-size: 28px;
  }
}
.aircraft-header__model span {
  font-size: 14px;
  padding: 8px 15px;
  float: left;
  margin-top: -2px;
  margin-right: 20px;
}
.aircraft-header__button {
  text-decoration: none;
  float: right;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 3px;
  color: #23232a;
}
@media (max-width: 481px) {
  .aircraft-header__button {
    position: initial;
    float: left;
    margin-top: 0;
  }
}
.aircraft-header .availability {
  font-size: 14px;
  padding: 8px 15px;
  float: left;
  margin-top: -2px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.sidebar {
  font-family: 'Open Sans', sans-serif;
}
.sidebar.sidebar-about-left .current-menu-item a {
  background-color: #cb1a1a;
  padding: 14px 0 15px 20px;
  color: #fff;
}
.sidebar.sidebar-about-left .current-menu-item a:after {
  content: '\f105';
  font-family: Fontawesome;
  margin-left: 10px;
}
.sidebar.sidebar-about-left .menu-item a {
  font-style: normal;
  border-bottom: 1px solid #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar.sidebar-about-left .menu-item:first-child a,
.sidebar.sidebar-about-left .menu-item:last-child a {
  border-bottom: none;
}
.sidebar.sidebar-about-left a {
  padding: 14px 0;
  color: #000;
}

#sidebar > ul > li {
  border-bottom: 1px solid #131313;
  padding: 27px 0;
}
#sidebar a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #696969;
}
#sidebar a:hover {
  color: #f4da00;
}
#sidebar h2 {
  font-family: Oswald;
  color: #6D6D6D;
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 13px 0;
  margin-bottom: 10px;
}
#sidebar h2:hover:after {
  background-color: #f4da00;
}
#sidebar h2:after {
  content: '';
  height: 7px;
  background-color: #bcbcbc;
  width: 43px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* =Widgets
----------------------------------------------- */
.widget {
  margin-bottom: 50px;
  overflow: hidden;
  /* Make sure select elements fit in widgets */
  /* Search widget */
}
.widget select {
  max-width: 100%;
  height: 40px;
}
.widget input[type="text"], .widget .widget input[type="email"], .widget .widget input[type="tel"], .widget .widget input[type="url"], .widget .widget input[type="password"], .widget .widget input[type="search"], .widget .widget textarea, .widget .widget select {
  padding: 5px 10px;
  width: 100%;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.widget:last-child {
  margin-bottom: 0px;
}
.widget a {
  color: #333;
}
.widget a:hover {
  color: #f4da00;
}
.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
  border-bottom: 0;
}
.widget .post-content > span {
  display: block;
}
.widget .post-content a {
  font-style: italic;
  font-size: 16px;
}
.widget .post-content span {
  font-size: 12px;
}

.widget_search .search-submit {
  display: none;
}

.tab-content ul li {
  list-style: none;
}

.widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: #000;
}

.widget-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 4px;
  width: 40px;
  background: #f4da00;
}

.not-found-widget {
  margin-top: 30px;
}

ul#menu-social-items, .widget .social-icons {
  margin-bottom: 0;
}

ul.children, ul.children li {
  border: 0;
  margin: 0;
}

/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}

/* Recent Post widgets */
.recent-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.recent-posts-wrapper .post .post-image {
  width: 80px;
  height: 80px;
  float: left;
  display: block;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.recent-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}
.recent-posts-wrapper .post .post-content {
  margin-left: 100px;
}

.tagcloud {
  margin-top: 25px;
}
.tagcloud a {
  padding: 6px 8px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  background-color: #f2f2f2;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px !important;
  text-transform: uppercase;
}
.tagcloud a:hover {
  color: #ffffff !important;
  background-color: #a161bf;
  border-color: #a161bf;
}

#instafeed {
  margin: -5px;
}
#instafeed a {
  float: left;
  margin: 5px;
  height: 80px;
  width: 80px;
}

#respond {
  background: #ebebeb;
  padding: 30px;
  margin-top: 30px;
}
#respond a {
  color: #333;
}
#respond h3 {
  color: #9d9d9d;
}
#respond #commentform {
  margin: 20px 0;
}
#respond textarea,
#respond input[type="text"] {
  border: none;
  margin: 10px 0;
  padding: 10px;
}
#respond textarea {
  width: 100%;
}
#respond #submit {
  background-color: #cb1a1a;
  border: none;
  color: #fff;
  font-family: open sans, sans-serif;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 14px;
}

.button, .cbcurrencyconverter_cal_wrapper .button-primary, input[type="submit"] {
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
.button.inactive, .cbcurrencyconverter_cal_wrapper .inactive.button-primary, input.inactive[type="submit"] {
  color: #666;
  cursor: no-drop;
}
.button.blank, .cbcurrencyconverter_cal_wrapper .blank.button-primary, input.blank[type="submit"] {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.button.secondary, .cbcurrencyconverter_cal_wrapper .secondary.button-primary, input.secondary[type="submit"] {
  background-color: #000;
  color: white;
}
.button.secondary:hover, .cbcurrencyconverter_cal_wrapper .secondary.button-primary:hover, input.secondary[type="submit"]:hover {
  background-color: #222;
}
.button.white, .cbcurrencyconverter_cal_wrapper .white.button-primary, input.white[type="submit"] {
  background-color: #fff;
  color: black;
}
.button.white:hover, .cbcurrencyconverter_cal_wrapper .white.button-primary:hover, input.white[type="submit"]:hover {
  background-color: #cb1a1a;
  color: white;
}
.button.highlight, .cbcurrencyconverter_cal_wrapper .highlight.button-primary, input.highlight[type="submit"] {
  color: black;
  background-color: #f4da00;
}
.button.primary, .cbcurrencyconverter_cal_wrapper .primary.button-primary, input.primary[type="submit"] {
  background-color: #cb1a1a;
  color: white;
}
.button.pill, .cbcurrencyconverter_cal_wrapper .pill.button-primary, input.pill[type="submit"] {
  border-radius: 1000px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
textarea,
select {
  padding: 8px 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 100%;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  outline: none;
  border-color: Helvetica, Arial;
}
.cbcurrencyconverter_cal_wrapper input[type="text"], .cbcurrencyconverter_cal_wrapper
input[type="search"], .cbcurrencyconverter_cal_wrapper
input[type="email"], .cbcurrencyconverter_cal_wrapper
input[type="url"], .cbcurrencyconverter_cal_wrapper
textarea, .cbcurrencyconverter_cal_wrapper
select {
  max-width: 100%;
}

.input-group-line input {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 5px;
}
.input-group-line input[type="text"],
.input-group-line input[type="email"] {
  background: transparent;
  color: white;
}
.input-group-line input[type="text"]::-webkit-input-placeholder,
.input-group-line input[type="email"]::-webkit-input-placeholder {
  color: white;
}
.input-group-line input[type="text"]:-moz-placeholder,
.input-group-line input[type="email"]:-moz-placeholder {
  color: white;
}
.input-group-line input[type="text"]::-moz-placeholder,
.input-group-line input[type="email"]::-moz-placeholder {
  color: white;
}
.input-group-line input[type="text"]:-ms-input-placeholder,
.input-group-line input[type="email"]:-ms-input-placeholder {
  color: white;
}
.input-group-line input[type="text"]:focus, .input-group-line input[type="text"]:active,
.input-group-line input[type="email"]:focus,
.input-group-line input[type="email"]:active {
  background: rgba(255, 255, 255, 0.1);
}
.input-group-line input[type="submit"] {
  color: red;
  background-color: white;
  border-color: white;
}
@media (min-width: 641px) {
  .input-group-line input {
    width: auto;
    margin-bottom: 0;
  }
}

.entry-title {
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.entry-title a {
  color: #000;
}
.entry-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 8px;
  background-color: #f4da00;
}

.entry-content,
.entry-excerpt {
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
}
.entry-content p,
.entry-excerpt p {
  margin: 30px 0;
}

.entry .title {
  color: #000;
  position: relative;
  z-index: 2;
  margin: -20px 10px 0 10px;
  background: #fff;
  padding: 10px;
}

.archive .entry-excerpt p {
  margin: 10px 0;
}
.archive .entry {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 8px solid #000;
  margin-bottom: 50px;
}

.infobox {
  padding: 0.5em 1em;
  border-radius: 3px;
  color: white;
  background: #54aeee;
}
.infobox a {
  color: white;
  text-decoration: underline;
}
.infobox.info {
  background: #54aeee;
}
.infobox.warning {
  background: #f3c115;
}
.infobox.error {
  background: #f25637;
}
.infobox.success {
  background: #2fb84c;
}
.infobox.blank {
  color: #333;
  border: 1px solid #eee;
}
.infobox.neutral {
  background: #3e414d;
}

.pagination {
  width: 100%;
  clear: both;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.pagination a,
.pagination .current {
  background: whitesmoke;
  padding: 5px 10px;
  line-height: normal;
  color: #696969;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 200ms;
          transition: 200ms;
}
.pagination .current,
.pagination a:hover {
  background: #cb1a1a;
  color: #fff;
  -webkit-transition: 200ms;
          transition: 200ms;
}

.entry.single .entry-title {
  margin: 30px 0;
}

.search-form label span,
.search-form .search-submit {
  display: none;
}
.search-form .search-field {
  background: #dfdfdf;
  border: none;
  padding: 10px 15px;
  width: 100%;
  border-radius: 100px;
  color: #000;
  box-sizing: inherit;
}
.search-form .search-field:focus {
  box-shadow: 0 0 4px 0 #f4da00;
  outline: none;
}

.page-header-bg {
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: cover;
  padding: 85px 0;
  text-align: right;
  color: #fff;
  position: relative;
}
@media (max-width: 481px) {
  .page-header-bg {
    padding: 20px 0;
  }
  .page-header-bg .page-title-wrap {
    text-align: center;
  }
}
.page-header-bg .page-title {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 961px) {
  .page-header-bg .page-title {
    font-size: 40px;
  }
}
.page-header-bg .page-desc {
  font-size: 29px;
  color: #c2c2c2;
}
@media (max-width: 961px) {
  .page-header-bg .page-desc {
    font-size: 22px;
  }
}
.page-header-bg:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/pattern-dots.svg);
  background-size: 6px 6px;
}
