<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&amp;medium=48em&amp;large=61.25em";
}

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

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

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

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

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

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse &gt; .column, .row.collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 61.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small &gt; .column, .row.gutter-small &gt; .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium &gt; .column, .row.gutter-medium &gt; .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  float: left;
  width: 100%;
}
.small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
  float: left;
}

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  float: left;
  width: 50%;
}
.small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
  float: left;
}

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
  float: left;
}

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  float: left;
  width: 25%;
}
.small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
  float: left;
}

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  float: left;
  width: 20%;
}
.small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
  float: left;
}

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
  float: left;
}

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
  float: left;
}

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
  float: left;
}

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

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

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
    float: left;
  }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
    float: left;
  }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
    float: left;
  }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
    float: left;
  }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
    float: left;
  }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
    float: left;
  }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
    float: left;
  }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
    float: left;
  }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
    float: left;
  }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
    float: left;
  }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block &gt; :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block &gt; :last-child {
    margin-bottom: 0;
  }
}

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 61.25em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group &gt; :first-child {
  border-radius: 0 0 0 0;
}
.input-group &gt; :last-child &gt; * {
  border-radius: 0 0 0 0;
}

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

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child &gt; :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) &gt; .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active &gt; .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child &gt; .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent &gt; a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent &gt; a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] &gt; a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

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

.has-submenu-toggle &gt; a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
}
.callout &gt; :first-child {
  margin-top: 0;
}
.callout &gt; :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(214.8186602871, 235.9894736842, 250.0313397129);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card &gt; :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider &gt; :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section &gt; :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded &gt; li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded &gt; li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple &gt; li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 61.25em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded &gt; li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple &gt; li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a {
  text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active &gt; a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active &gt; a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered &gt; .menu {
  text-align: center;
}
.menu-centered &gt; .menu .submenu li {
  text-align: left;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent &gt; a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent &gt; a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-left .is-drilldown-submenu-parent &gt; a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.drilldown.align-right .is-drilldown-submenu-parent &gt; a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.drilldown .js-drilldown-back &gt; a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

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

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

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

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

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active &gt; a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px;
}
.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 61.25em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu &gt; li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 47.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section &gt; :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 61.25em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(19.55, 102.85, 158.1);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal &gt; :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

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

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label &gt; .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label &gt; .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

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

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

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

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

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media screen and (max-width: 61.1875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

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

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

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

.tabs.simple &gt; li &gt; a {
  padding: 0;
}
.tabs.simple &gt; li &gt; a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary &gt; li &gt; a {
  color: #fefefe;
}
.tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
  background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
  float: left;
}
.tabs-title &gt; a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title &gt; a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

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

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

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

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

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 61.1875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
.top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
  width: 100%;
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 61.25em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 61.25em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 61.1875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 61.25em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.1875em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

/*** Button Style ****************************************************/
.search-btn {
  font-size: 16px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-weight: 700;
  background: #323232;
  text-align: center;
  padding: 10px 20px 11px;
  cursor: pointer;
  width: auto;
  border: 2px solid #323232;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.search-btn:hover, .search-btn:active, .search-btn:focus {
  background: #f9a81a;
  color: #fff;
  border-color: #fff;
}

/*
//Radio Button
.icheckbox_radio {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px 0 0;
	padding: 0;
	width: 18px;
	height: 18px;
    border: 1px solid $color28;     
	cursor: pointer;
    background: $lighter;
    @include border-radius(30px);
    &amp;.checked{      
        position: relative;
        &amp;:after{
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            background: $color28;
            left: 3px;
            top: 3px;
            @include border-radius(30px);
        }
    }
}
*/
.mainfield {
  width: 100%;
  float: left;
  margin: 0px;
  border: none;
  padding: 8px 35px 8px 22px;
  font-size: 16px;
  color: #4c4e51;
  background: #f5f5f5;
  box-shadow: none;
  height: 38px;
  font-family: "PT Sans", sans-serif;
  outline: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mainfield:focus {
  border: none;
}

.mainfield::-webkit-input-placeholder {
  opacity: 1;
  font-size: 16px;
  color: #4c4e51;
}

.mainfield:-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: #4c4e51;
}

.mainfield::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: #4c4e51;
}

.mainfield:-ms-input-placeholder {
  opacity: 1;
  font-size: 16px;
  color: #4c4e51;
}

textarea.mainfield {
  min-height: 134px;
  resize: none;
}
textarea.mainfield:focus {
  border: none;
}

.icheckbox {
  cursor: pointer;
  height: 24px;
  padding: 0;
  margin: 0px 9px 0 0;
  width: 24px;
  position: relative;
  float: left;
  background: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.icheckbox.checked {
  background: #f5f5f5 url("../images/svg/tick.svg") no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}

.sbHolder {
  width: 100%;
  height: 40px;
  float: left;
  background: #fff;
  border: 0;
  position: relative;
}

.sbSelector {
  width: 100%;
  height: 40px;
  line-height: 38px;
  float: left;
  font-size: 15px;
  color: #4c4e51;
  background: #fff;
  padding: 0 21px;
  display: block;
  outline: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  text-indent: 0;
}

.sbSelector:hover {
  color: #4c4e51;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  width: 40px;
  height: 40px;
  line-height: 32px;
  background: #f5f5f5;
  display: block;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.sbToggle:before {
  width: 17px;
  height: 10px;
  content: "";
  background: url("../images/svg/arrow-down.svg") no-repeat center center;
  background-size: 15px 10px;
  position: absolute;
  right: 11px;
  text-align: center;
  top: 15px;
  z-index: 1;
}

.sbOptions {
  width: 100%;
  background: #f5f5f5;
  border: none;
  top: 100% !important;
  padding: 6px 0 8px;
  border-radius: 0;
  border: 0;
  left: 0;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  position: absolute !important;
  z-index: 600;
}

.sbOptions li {
  width: 100%;
  float: left;
  margin-bottom: 3px;
}

.sbOptions a {
  width: 100%;
  float: left;
  border: none;
  font-size: 15px;
  color: #4c4e51;
  outline: medium none;
  padding: 3px 0 3px 22px;
  text-align: left;
}

.sbOptions a:hover {
  background: #e7eaf0;
}

.sbOptions li:first-child a {
  border: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  background: #e7eaf0;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #f5f5f5;
}

body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 23px;
  background: #fff;
}

/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #3c424c;
}

h2 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #3c424c;
}

h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #3c424c;
}

h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #3c424c;
}

h5 {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #3c424c;
}

h6 {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3c424c;
}

p {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4c4e51;
  margin: 0 0 27px 0;
}
p strong {
  color: #4c4e51;
  font-weight: 600;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.title_h2 {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 40px 0;
}
.title_h2 h2 {
  color: #3c424c;
  line-height: 36px;
}
.title_h2 h2 span {
  font-weight: 300;
  color: #3c424c;
}

a {
  color: #4c4e51;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

a:visited {
  outline: 0;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #4c4e51;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

input[type=submit] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 18px;
  color: #ffffff;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus, a:hover,
a:active {
  outline: 0px none !important;
  -webkit-appearance: none;
}

figure {
  margin: 0;
}

ul {
  margin-left: 40px;
}

ul li {
  margin-bottom: 10px;
}

/**********************************************
   Header 
***********************************************/
.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.is-open-right {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.main-outercon {
  float: left;
  width: 100%;
}

.logo-outer {
  width: 100%;
  float: left;
}
.logo-outer .logo {
  width: 100%;
  float: left;
  text-align: center;
  background: #454444;
  padding: 20px 0;
}
.logo-outer .logo img {
  width: 200px;
}

.position-right {
  float: left;
  width: 300px;
  background: #f5f5f5;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}
@media only screen and (max-width: 479px) {
  .position-right {
    width: 300px;
  }
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.offcan-outer {
  float: left;
  width: 100%;
}
.offcan-outer .climate-outer {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.offcan-outer .climate {
  float: none;
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
  border: 0px;
}
.offcan-outer .climate span {
  color: #323232;
}
.offcan-outer .climate span sup {
  color: #323232;
}
.offcan-outer ul {
  float: left;
  width: 100%;
  padding: 0px 30px 30px 30px;
}
.offcan-outer ul li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.offcan-outer ul li:first-child {
  border-top: none;
}
.offcan-outer ul li a {
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  width: auto;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #dce0e7;
}
@media only screen and (max-width: 767px) {
  .offcan-outer ul li a {
    font-size: 14px;
  }
}
.offcan-outer ul li ul {
  display: block;
  float: left;
  background: #f5f5f5;
  padding: 0 0 0 15px;
}
.offcan-outer ul li ul li a {
  padding: 8px 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .offcan-outer ul li ul li a {
    font-size: 13px;
  }
}
.offcan-outer ul li .more-arrow {
  float: left;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 51px;
  cursor: pointer;
  z-index: 10000;
}
@media only screen and (max-width: 767px) {
  .offcan-outer ul li .more-arrow {
    height: 40px;
  }
}
.offcan-outer ul li .more-arrow:before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNjZTM1MjUiIGQ9Ik01MCw1OS41Yy0wLjYsMC0xLjEtMC4yLTEuNi0wLjZsLTE3LTE0Yy0xLjEtMC45LTEuMi0yLjUtMC4zLTMuNWMwLjktMS4xLDIuNS0xLjIsMy41LTAuM0w1MCw1My44bDE1LjUtMTIuNyAgYzEuMS0wLjksMi42LTAuNywzLjUsMC4zYzAuOSwxLjEsMC43LDIuNi0wLjMsMy41bC0xNywxNEM1MS4xLDU5LjMsNTAuNSw1OS41LDUwLDU5LjV6Ij48L3BhdGg+PC9zdmc+) !important;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
.offcan-outer .contact-info {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 29px 0 0 0;
}
.offcan-outer .contact-info:after {
  display: none;
}
.offcan-outer .contact-info .mail-info {
  width: 100%;
  float: left;
}
.offcan-outer .contact-info .mail-info img {
  width: 15px;
  margin: 0 10px 0 0;
}
.offcan-outer .contact-info .phn-info1 {
  width: 100%;
  float: left;
}
.offcan-outer .contact-info .phn-info2 {
  width: 100%;
  float: left;
}
.title-bar-left {
  background: none;
  display: none;
  margin-right: 5px;
  float: left;
  padding: 15px 5px;
  width: 80px;
  top: 39px;
  right: 0px;
  height: auto;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-bar-left {
    top: 43px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-bar-left {
    top: 36px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .title-bar-left {
    display: block;
    margin-right: 0px;
    padding: 24px 5px;
  }
}
@media only screen and (max-width: 479px) {
  .title-bar-left {
    padding: 22px 5px;
    top: 36px;
    margin-right: 0px;
  }
}

.title-bar-left .menu-icon {
  height: 25px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #323232;
  font-size: 14px;
  z-index: 9;
  outline: none;
}
@media only screen and (max-width: 479px) {
  .title-bar-left .menu-icon {
    font-size: 14px;
  }
}
.title-bar-left .menu-icon img {
  width: 20px;
  margin: 0 5px 0 0px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 479px) {
  .title-bar-left .menu-icon img {
    width: 14px;
    margin-top: -2px;
  }
}

.title-bar-left .menu-icon:after {
  border-radius: 4px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: none;
  box-shadow: none;
}

.off-canvas-content,
.off-canvas-content {
  background: transparent;
}

.off-canvas.position-right {
  height: 100%;
}

.off-canvas-content.is-open-right.has-transition-push {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

/**header */
#header {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header {
    position: relative;
  }
}
#header .header-wrapper {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1349px) and (max-width: 1589px) {
  #header .header-wrapper {
    max-width: 1190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1348px) {
  #header .header-wrapper {
    max-width: 1105px;
  }
}
#header .header-outer {
  width: 100%;
  float: left;
  position: relative;
}

/** Header Top **/
.header-top {
  width: 100%;
  float: left;
  padding: 3px 0 3px;
  background: #323232;
}
.header-top .header-top-inner {
  width: 100%;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-top .header-top-inner .contact-info {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .header-top .header-top-inner .contact-info {
    display: none;
  }
}
.header-top .header-top-inner .contact-info span {
  color: #abb4b5;
  font-size: 16px;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-top-inner .contact-info span {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-top-inner .contact-info span {
    padding: 0 10px;
    font-size: 12px;
  }
}
.header-top .header-top-inner .contact-info span a {
  color: #abb4b5;
  margin-left: 6px;
}
.header-top .header-top-inner .contact-info span a:hover {
  color: #f1d495;
}
.header-top .header-top-inner .favourites {
  padding: 0 20px;
  border-left: 1px solid #5a6573;
  border-right: 1px solid #5a6573;
}
@media only screen and (max-width: 767px) {
  .header-top .header-top-inner .favourites {
    border-left: 0px;
  }
}
.header-top .header-top-inner .favourites img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header-top .header-top-inner .favourites img:hover {
  opacity: 0.8;
}
.header-top .header-top-inner .social {
  padding: 4px 14px;
  border-right: 1px solid #5a6573;
}
.header-top .header-top-inner .social a {
  margin: 0 6px;
  float: left;
}
.header-top .header-top-inner .social img {
  float: left;
  width: 16px;
}
.header-top .header-top-inner .social img:hover {
  opacity: 0.8;
}
.header-top .header-top-inner .language-switcher {
  width: 50px;
  position: relative;
  z-index: 9999;
}
.header-top .header-top-inner .language-switcher &gt; a {
  width: 100%;
  margin: 0;
  position: relative;
  text-decoration: none;
  display: block;
  background-size: 27px 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.header-top .header-top-inner .language-switcher img {
  width: 27px;
  height: auto;
  display: block;
}
.header-top .header-top-inner .language-switcher .lang:before {
  background: url("../images/angle_white_down.svg") no-repeat right center;
  background-size: 8px 5px;
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 5px;
  right: 5px;
  z-index: 1;
  top: 7px;
  cursor: pointer;
}
.header-top .header-top-inner .language-switcher .dropdown {
  width: 40px;
  left: -6px;
  padding: 5px 0 5px;
  position: absolute;
  background: #f5f5f5;
  top: 100%;
}
.header-top .header-top-inner .language-switcher .dropdown li {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.header-top .header-top-inner .language-switcher .dropdown li:last-child {
  margin: 0.5em 0 0;
}

.header-bottom {
  width: 100%;
  float: left;
  background: #fff;
}
.header-bottom .header-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom .header-bottom-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .header-bottom-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom .header-bottom-inner {
    padding: 15px 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .header-bottom .header-bottom-inner {
    padding: 10px 0 10px;
  }
}
.header-bottom .logo {
  width: 30%;
}
.header-bottom .logo.inland {
  width: 90px;
}
@media screen and (max-width: 1023px) {
  .header-bottom .logo {
    width: 60%;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1160px) {
  .header-bottom .logo {
    max-width: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .header-bottom .logo {
    max-width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .logo {
    max-width: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom .logo {
    max-width: 170px;
  }
}
@media only screen and (max-width: 479px) {
  .header-bottom .logo {
    max-width: 160px;
  }
}
.header-bottom .logo a {
  float: left;
}
@media only screen and (max-width: 767px) {
  .header-bottom .climate {
    display: none;
  }
}
.header-bottom .main-menu {
  float: left;
  padding: 0 0 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom .main-menu {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .main-menu {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom .main-menu {
    display: none;
  }
}
.header-bottom .main-menu ul {
  float: left;
  width: 100%;
}
.header-bottom .main-menu ul li {
  padding: 23px 25px 25px 25px;
  padding: 23px 13px 25px 13px;
  float: left;
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom .main-menu ul li {
    padding: 23px 12px 25px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .main-menu ul li {
    padding: 23px 10px 25px 10px;
  }
}
.header-bottom .main-menu ul li a {
  color: #323232;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  font-weight: 700;
}
@media only screen and (min-width: 1033px) and (max-width: 1120px) {
  .header-bottom .main-menu ul li a {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1032px) {
  .header-bottom .main-menu ul li a {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .main-menu ul li a {
    font-size: 12px;
  }
}
.header-bottom .main-menu ul li a:hover {
  color: #f9a81a;
}
.header-bottom .main-menu ul li a img {
  width: 30px;
}
.header-bottom .main-menu ul li ul {
  position: absolute;
  left: 0;
  top: 90%;
  float: left;
  width: 265px;
  background: #f9a81a;
  display: none;
  margin: 0;
  padding: 30px 10px 30px;
  z-index: 1000;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .main-menu ul li ul {
    padding: 20px 10px 20px;
  }
}
.header-bottom .main-menu ul li ul:before {
  position: absolute;
  content: "";
  top: -8px;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #f9a81a;
}
.header-bottom .main-menu ul li ul li {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .main-menu ul li ul li {
    padding: 5px 2px;
  }
}
.header-bottom .main-menu ul li ul li a {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom .main-menu ul li ul li a {
    font-size: 12px;
  }
}
.header-bottom .main-menu ul li ul li a:hover {
  color: #323232;
}
.header-bottom .main-menu ul li .more-arrow {
  float: left;
  width: 10px;
  position: relative;
  height: 10px;
  cursor: pointer;
  margin: 0 0 0 4px;
  display: none;
}
.header-bottom .main-menu ul li .more-arrow:before {
  display: none;
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ny44IDU1LjI4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRvd24tYXJ3PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTcuMSwxMjQuOGE2LjIyLDYuMjIsMCwwLDAtOC45LDBsLTM4LDM4LTM4LTM4YTYuMjIsNi4yMiwwLDAsMC04LjksMCw2LjI4LDYuMjgsMCwwLDAsMCw5bDQyLjUsNDIuNWE2LjI4LDYuMjgsMCwwLDAsOSwwbDQyLjUtNDIuNWE2LjM2LDYuMzYsMCwwLDAsMS45LTQuNUE3LjMsNy4zLDAsMCwwLDE5Ny4xLDEyNC44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMS40IC0xMjIuOTIpIi8+PC9zdmc+) !important;
  background-size: 9px 9px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.header-bottom .main-menu ul li:first-child {
  padding-left: 0;
}
.header-bottom .main-menu ul li:hover ul {
  display: block;
}

.climate {
  float: left;
  border-left: 1px solid #5a6573;
  padding: 0 0 0 26px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .climate {
    padding-left: 25px;
    margin-left: 25px;
  }
}
.climate span {
  float: left;
  font-size: 18px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .climate span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .climate span {
    font-size: 15px;
  }
}
.climate img, .climate i {
  float: left;
  width: 25px;
}
.climate sup {
  font-size: 12px;
}

.mob-show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mob-show {
    display: block;
  }
}

.search-box a.search-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-box a.search-btn {
    display: inline-block;
    float: right;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .search-box form {
    display: none;
    float: left;
    width: 100%;
  }
}

/**********************************************
    Footer
***********************************************/
.footer-container {
  width: 100%;
  float: left;
}
.footer-container .address-details img {
  margin: 0.5em;
  width: 120px;
  height: auto;
}

.footer-top {
  width: 100%;
  float: left;
  background-color: #3f3e3e;
  margin: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    margin: 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top {
    margin: 25px 0 0;
  }
}
.footer-top .footer-logo.inland {
  width: 40%;
}
.footer-top .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 73.1875rem;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.footer-top .container a,
.footer-top .container h6 {
  color: #fff;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
}
.footer-top .container .box {
  width: 25%;
}
.footer-top .container .box.contact-block {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
.footer-top .container .box.contact-block address {
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
}
.footer-top .container .box.social-block {
  display: flex;
  justify-content: flex-end;
  width: 16.6667%;
}
.footer-top .container .box.social-block h6 {
  margin-bottom: 0.5em;
}
.footer-top .container .box.social-block ul {
  list-style: none;
  margin-left: 1em;
  text-align: center;
}
.footer-top .container .box.social-block ul li {
  display: inline-block;
  margin-right: 1em;
}
.footer-top .container .box.social-block ul li i {
  font-size: 22px;
  font-size: 1.375em;
  font-size: 1.375rem;
}
.footer-top .container .box.aipp-block {
  width: 15%;
  align-self: center;
  margin: 0.5em;
}
@media screen and (max-width: 47.9375em) {
  .footer-top .container .box {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer-top .container .box.contact-block {
    width: 100%;
  }
  .footer-top .container .box.social-block {
    width: 100%;
    justify-content: space-evenly;
  }
}
.footer-top .block-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 36px 0 16px;
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner {
    display: block;
  }
}
.footer-top .block-inner .footer-left {
  width: 72.6%;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .block-inner .footer-left {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .block-inner .footer-left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-left {
    width: 100%;
    float: left;
  }
}
.footer-top .block-inner .footer-left .footer-logo {
  width: 100%;
  float: left;
  margin-bottom: 21px;
}
.footer-top .block-inner .footer-left .footer-logo.inland {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-left .footer-logo {
    width: 100%;
    float: left;
    text-align: center;
  }
}
.footer-top .block-inner .footer-left .footer-contact-details {
  width: 100%;
  float: left;
}
.footer-top .block-inner .footer-left .footer-contact-details .contact-details {
  float: left;
  width: 23.9%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .block-inner .footer-left .footer-contact-details .contact-details {
    width: 25.9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .block-inner .footer-left .footer-contact-details .contact-details {
    width: 26.9%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-left .footer-contact-details .contact-details {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 10px;
  }
}
.footer-top .block-inner .footer-left .footer-contact-details .contact-details a {
  color: #e7eaf0;
  font-size: 16px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
.footer-top .block-inner .footer-left .footer-contact-details .contact-details a:hover {
  color: #f1d495;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .block-inner .footer-left .footer-contact-details .contact-details a {
    font-size: 12px;
    line-height: 24px;
  }
}
.footer-top .block-inner .footer-left .footer-contact-details .address-details {
  width: 38%;
  float: left;
  padding-left: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .block-inner .footer-left .footer-contact-details .address-details {
    width: 39%;
    float: left;
    padding-left: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .block-inner .footer-left .footer-contact-details .address-details {
    padding-left: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-left .footer-contact-details .address-details {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.footer-top .block-inner .footer-left .footer-contact-details .address-details address {
  color: #e7eaf0;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
.footer-top .block-inner .footer-left .footer-contact-details .time-details {
  width: 35%;
  float: left;
  padding-left: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .block-inner .footer-left .footer-contact-details .time-details {
    width: 35%;
    float: left;
    padding-left: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .block-inner .footer-left .footer-contact-details .time-details {
    width: 34%;
    padding-left: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-left .footer-contact-details .time-details {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.footer-top .block-inner .footer-left .footer-contact-details .time-details p {
  color: #e7eaf0;
  font-size: 16px;
  line-height: 22px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .block-inner .footer-left .footer-contact-details .time-details p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-left .footer-contact-details .time-details p {
    margin: 0 0 0 0;
  }
}
.footer-top .block-inner .footer-right {
  width: 27.4%;
  float: right;
  padding: 77px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-right {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0 0;
  }
}
.footer-top .block-inner .footer-right h6 {
  color: #e6e9ef;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 9px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .block-inner .footer-right h6 {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-right h6 {
    text-align: center;
  }
}
.footer-top .block-inner .footer-right .social-icons {
  width: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-right .social-icons {
    width: 100%;
    float: left;
    text-align: center;
  }
}
.footer-top .block-inner .footer-right .social-icons ul {
  width: 100%;
  float: left;
  margin-left: 0;
}
.footer-top .block-inner .footer-right .social-icons ul li {
  float: left;
  list-style: none;
  padding-left: 18px;
}
.footer-top .block-inner .footer-right .social-icons ul li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .footer-top .block-inner .footer-right .social-icons ul li {
    float: none;
    display: inline-block;
  }
}
.footer-top .block-inner .footer-right .social-icons ul li a i {
  font-size: 26px;
  color: #dce0e7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .block-inner .footer-right .social-icons ul li a i {
    font-size: 20px;
  }
}
.footer-top .block-inner .footer-right .social-icons ul li a i:hover {
  opacity: 0.8;
}

.footer-bottom {
  width: 100%;
  float: left;
  background-color: #323232;
  position: relative;
}
.footer-bottom .bottom-left {
  width: 100%;
  float: left;
  padding: 20px 0 23px;
}
@media only screen and (max-width: 767px) {
  .footer-bottom .bottom-left {
    width: 100%;
    float: left;
    text-align: center;
  }
}
.footer-bottom .bottom-left p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #abb4b5;
  line-height: 23px;
  font-size: 14px;
  margin: 0 0 0 0;
}
.footer-bottom .bottom-left p a {
  color: #abb4b5;
}
.footer-bottom .bottom-left p a:hover {
  color: #f1d495;
}
.footer-bottom .bottom-img {
  float: right;
  position: absolute;
  top: -31px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-bottom .bottom-img {
    bottom: 0;
    top: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom .bottom-img {
    top: -18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom .bottom-img img {
    width: 83%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom .bottom-img img {
    width: 50%;
    float: right;
  }
}

.whatsapp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
}
.whatsapp img {
  width: 48px;
  height: 48px;
}

/*
 * Created with iconvau.lt
 */
.weather-status {
  float: left;
  color: black;
  text-align: right;
  border-left: solid 2px #efefef;
  padding: 4px 0 4px 31px;
  margin: -5px 0 0 0;
}

@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault_forecastfont.eot");
  src: url("../fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconvault_forecastfont.woff") format("woff"), url("../fonts/iconvault_forecastfont.ttf") format("truetype"), url("../fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "iconvault";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* font-size: 6em; */
}

/* -----BaseCloud----- */
.cloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f106";
  position: absolute;
  color: rgb(204, 204, 204);
}

.basecloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f105";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----windyraincloud----- */
.windyraincloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f111";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----Windysnowcloud----- */
.windysnowcloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f109";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----Basethundercloud----- */
.basethundercloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f105";
  position: absolute;
  color: #000;
}

/* -----Thunder----- */
.icon-thunder::after {
  content: "\f114";
  position: absolute;
  color: rgb(255, 165, 0);
  font-size: 2em;
}

/* -----Sunny----- */
.icon-sunny::after {
  content: "\f101";
  color: rgb(255, 165, 0);
  position: absolute;
  font-size: 2em;
}

/* -----Drizzle----- */
.icon-drizzle::before {
  content: "\f10a";
  color: #82b2e4;
  position: absolute;
  font-size: 2em;
}

/* -----Showers----- */
.icon-showers::before {
  content: "\f104";
  position: absolute;
  color: #82b2e4;
  font-size: 2em;
}

/* -----Rainy----- */
.icon-rainy::after {
  content: "\f107";
  position: absolute;
  color: #4681c3;
  font-size: 2em;
}

/* -----Snowy----- */
.icon-snowy::before {
  content: "\f10b";
  position: absolute;
  color: #acd3f3;
  font-size: 2em;
}

/* -----Frosty----- */
.icon-frosty::before {
  content: "\f102";
  position: absolute;
  color: #85d8f7;
  font-size: 2em;
}

/* -----Windy----- */
.icon-windy::before {
  content: "\f115";
  position: absolute;
  color: rgb(204, 204, 204);
  font-size: 2em;
}

/* -----WindyRain----- */
.icon-windyrain::before {
  content: "\f10e";
  position: absolute;
  color: #acd3f3;
  font-size: 2em;
}

/* -----WindySnow----- */
.icon-windysnow::before {
  content: "\f103";
  position: absolute;
  color: #acd3f3;
  font-size: 2em;
}

/* -----Sleet----- */
.icon-sleet::before {
  content: "\f10c";
  position: absolute;
  color: #acd3f3;
  font-size: 2em;
}

/* -----Moon----- */
.icon-moon::after {
  content: "\f10d";
  color: rgb(255, 165, 0);
  position: absolute;
  font-size: 2em;
}

/* -----Night----- */
.icon-night::after {
  content: "\f100";
  position: absolute;
  color: rgb(255, 165, 0);
  font-size: 2em;
}

/* -----Sun----- */
.icon-sun::after {
  content: "\f113";
  color: rgb(255, 165, 0);
  position: absolute;
  font-size: 2em;
}

/* -----Cloud----- */
.icon-cloud::after {
  content: "\f106";
  color: rgb(204, 204, 204);
  position: absolute;
  font-size: 2em;
}

/* -----Sunrise----- */
.icon-sunrise:before {
  content: "\f112";
  color: rgb(255, 165, 0);
  position: absolute;
  font-size: 2em;
}

/* -----Sunset----- */
.icon-sunset:before {
  content: "\f110";
  color: #f96f23;
  position: absolute;
  font-size: 2em;
}

/* -----Mist----- */
.icon-mist:before {
  content: "\f108";
  color: rgb(204, 204, 204);
  position: absolute;
  font-size: 2em;
}

/*
.icon-night:before,
.icon-sunny:before,
.icon-frosty:before,
.icon-windysnow:before,
.icon-showers:before,
.icon-basecloud:before,
.icon-cloud:before,
.icon-rainy:before,
.icon-mist:before,
.icon-windysnowcloud:before,
.icon-drizzle:before,
.icon-snowy:before,
.icon-sleet:before,
.icon-moon:before,
.icon-windyrain:before,
.icon-hail:before,
.icon-sunset:before,
.icon-windyraincloud:before,
.icon-sunrise:before,
.icon-sun:before,
.icon-thunder:before,
.icon-windy:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.icon-night:before { content: "\f100"; }
.icon-sunny:before { content: "\f101"; }
.icon-frosty:before { content: "\f102"; }
.icon-windysnow:before { content: "\f103"; }
.icon-showers:before { content: "\f104"; }
.icon-basecloud:before { content: "\f105"; }
.icon-cloud:before { content: "\f106"; }
.icon-rainy:before { content: "\f107"; }
.icon-mist:before { content: "\f108"; }
.icon-windysnowcloud:before { content: "\f109"; }
.icon-drizzle:before { content: "\f10a"; }
.icon-snowy:before { content: "\f10b"; }
.icon-sleet:before { content: "\f10c"; }
.icon-moon:before { content: "\f10d"; }
.icon-windyrain:before { content: "\f10e"; }
.icon-hail:before { content: "\f10f"; }
.icon-sunset:before { content: "\f110"; }
.icon-windyraincloud:before { content: "\f111"; }
.icon-sunrise:before { content: "\f112"; }
.icon-sun:before { content: "\f113"; }
.icon-thunder:before { content: "\f114"; }
.icon-windy:before { content: "\f115"; }

*/
#favoritos .fav-list {
  margin: 2em 0;
}
#favoritos .fav-list .fav-block {
  outline: 1px solid #e6e9e8;
  background: #f2f5f4;
  display: inline-table;
  margin-bottom: 2em;
  padding: 0;
}
#favoritos .fav-list .fav-block &gt; div {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #e6e9e8;
}
#favoritos .fav-list .fav-block &gt; div:first-child {
  border: none;
}
#favoritos .fav-list .fav-block .img {
  width: 20%;
}
#favoritos .fav-list .fav-block .titulo {
  width: 40%;
}
#favoritos .fav-list .fav-block .titulo h3 {
  padding-bottom: 0.25em;
}
#favoritos .fav-list .fav-block .titulo .opciones {
  margin: 0;
  padding: 0;
}
#favoritos .fav-list .fav-block .titulo .opciones li {
  width: 15%;
  display: inline-block;
  line-height: 20px;
  list-style: none;
  padding-left: 1em;
  margin-left: 1em;
}
#favoritos .fav-list .fav-block .titulo .opciones li:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 18px;
  display: block;
  color: rgb(161, 161, 161);
  float: left;
  margin-left: -1.35em;
}
#favoritos .fav-list .fav-block .titulo .opciones li:first-child:before {
  content: "\f236";
}
#favoritos .fav-list .fav-block .titulo .opciones li:nth-child(2):before {
  content: "\f2cd";
}
#favoritos .fav-list .fav-block .titulo .opciones li:nth-child(3):before {
  content: "\f07e";
  outline: 1px dashed rgb(161, 161, 161);
}
#favoritos .fav-list .fav-block .img {
  height: 132px;
}
#favoritos .fav-list .fav-block .boton-quitar {
  width: 10%;
}
#favoritos .fav-list .fav-block .boton-quitar a {
  margin: 0;
  width: 100%;
  background: #007dc4;
  text-transform: uppercase;
  color: #fff !important;
}
#favoritos .fav-list .fav-block .boton-quitar a:hover {
  background: #035b8d;
}
#favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio, #favoritos .fav-list .fav-block .boton-quitar {
  padding: 0 1em;
}
#favoritos .fav-list .fav-block .precio {
  width: 12%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #393e48;
  text-align: right;
}
#favoritos .fav-list .fav-block .localidad {
  width: 18%;
}
#favoritos .fav-list .fav-block .localidad span {
  margin-left: 1em;
  position: relative;
}
#favoritos .fav-list .fav-block .localidad span:before {
  position: absolute;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 18px;
  display: block;
  color: rgb(161, 161, 161);
  left: -1em;
}
#favoritos .contact-block h2 {
  text-align: center;
}
#favoritos .contact-block h2:after {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

label.anadir_favoritos {
  width: 50px;
  margin-left: 6px;
  cursor: pointer;
  float: right;
}

@media screen and (max-width: 47.9375em) {
  #favoritos .fav-list .fav-block {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background: #fcfcfc;
    display: block;
    outline: none;
  }
  #favoritos .fav-list .fav-block &gt; div {
    padding: 0.5em 0;
  }
  #favoritos .fav-list .fav-block .img, #favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio, #favoritos .fav-list .fav-block .boton-quitar {
    background: #f2f5f4;
    border-bottom: 1px solid #e6e9e8;
    padding: 1em 0.5em;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  #favoritos .fav-list .fav-block .titulo h3 {
    padding-bottom: 0.5em;
  }
  #favoritos .fav-list .fav-block .titulo .opciones li {
    width: 20%;
    text-align: left;
  }
  #favoritos .fav-list .fav-block .img {
    height: 256px;
  }
}
.slider {
  position: relative;
  height: 525px;
  overflow: hidden;
  margin: 0;
  background: transparent;
}
@media screen and (max-width: 47.9375em) {
  .slider {
    height: 465px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .slider {
    height: 595px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .slider {
    height: 575px;
  }
}
.slider .slick-arrow {
  display: block;
  position: absolute;
  z-index: 999;
  width: 42px;
  height: 60px;
  top: calc(45% - 30px);
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.slider .slick-arrow:before {
  content: "";
  text-align: center;
  font-size: 60px;
  font-family: "FontAwesome";
  font-size: 60px;
  color: #fff;
}
.slider .slick-arrow.arrow-left {
  left: 20px;
}
.slider .slick-arrow.arrow-left:before {
  content: "\f104";
}
.slider .slick-arrow.arrow-right {
  right: 20px;
}
.slider .slick-arrow.arrow-right:before {
  content: "\f105";
}
.slider .slick-slide img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 47.9375em) {
  .slider .slick-slide img {
    height: 360px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .slider .slick-slide img {
    height: 490px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .slider .slick-slide img {
    height: 470px;
  }
}

.slider-nav-thumbnails {
  height: 90px;
  position: relative;
  bottom: 98px;
}
.slider-nav-thumbnails .slick-arrow {
  display: block;
  position: absolute;
  z-index: 9999;
  width: 21px;
  height: 30px;
  top: calc(50% - 15px);
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.slider-nav-thumbnails .slick-arrow:hover {
  cursor: pointer;
}
.slider-nav-thumbnails .slick-arrow:before {
  content: "";
  text-align: center;
  font-size: 30px;
  font-family: "FontAwesome";
  color: #fff;
}
.slider-nav-thumbnails .slick-arrow.arrow-left {
  left: 10px;
}
.slider-nav-thumbnails .slick-arrow.arrow-left:before {
  content: "\f104";
}
.slider-nav-thumbnails .slick-arrow.arrow-right {
  right: 10px;
}
.slider-nav-thumbnails .slick-arrow.arrow-right:before {
  content: "\f105";
}
.slider-nav-thumbnails .slick-track {
  float: left;
}
.slider-nav-thumbnails .slick-slide {
  margin-right: 0.5em;
  height: 90px;
  object-fit: cover;
  float: left;
}
.slider-nav-thumbnails .slick-slide:hover {
  cursor: pointer;
}
.slider-nav-thumbnails .slick-slide img {
  height: 90px;
  object-fit: cover;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: -30px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #e6e9e8;
  display: block;
  height: 10px;
  width: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  float: left;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single:focus {
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 8px 30px 4px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  font-size: 15px;
  color: #4c4e51;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.3);
  -moz-box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.3);
  box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.3);
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  padding: 5px 16px 3px;
  font-size: 15px;
  color: #4c4e51;
  line-height: 24px;
  text-decoration: none;
  font-family: "PT Sans", sans-serif;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  top: 1px;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: rgb(237.15, 237.15, 237.15);
  border: none;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  float: right;
  width: 30px;
  height: 100%;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dce0e7;
  margin: 0 0 3px 0;
  box-shadow: none;
  border-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 100% !important;
  padding-bottom: 10px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #364660;
  color: #f5f5f5;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #364660;
  color: #f5f5f5;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0.6%;
  padding: 10px;
  margin: 0;
  width: 100%;
  text-align: left;
  min-height: 40px;
  z-index: 99999;
}
#barraaceptacion .barra {
  padding: 0.9375rem !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.85);
}
#barraaceptacion .barra p {
  display: block;
  float: left;
  color: #fff;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.6em;
}
#barraaceptacion .barra img#ok_cookie {
  width: 64px;
  height: auto;
  display: block;
  float: left;
}
#barraaceptacion .barra a.ok {
  padding: 4px;
  color: #febf27;
  text-decoration: none;
  float: left;
}
#barraaceptacion .barra a.info {
  text-decoration: underline;
  color: #febf27;
  font-weight: bold;
}
#barraaceptacion .barra a.btn-ok {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #454444;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0;
  padding: 10px 0;
  float: right;
}

#favoritos .inner-wrapper {
  margin: 1.5em 0;
}
#favoritos .inner-wrapper h1 {
  color: #3c424c;
}
#favoritos .fav-list {
  margin: 2em 0;
}
#favoritos .fav-list .fav-block {
  outline: 1px solid #e6e9e8;
  background: #f2f5f4;
  display: inline-table;
  margin-bottom: 2em;
  padding: 0;
}
#favoritos .fav-list .fav-block &gt; div {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #e6e9e8;
}
#favoritos .fav-list .fav-block &gt; div:first-child {
  border: none;
}
#favoritos .fav-list .fav-block .img, #favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .opciones {
  width: 20%;
}
#favoritos .fav-list .fav-block .img {
  height: 139px;
}
#favoritos .fav-list .fav-block .img a {
  height: inherit;
}
#favoritos .fav-list .fav-block .img a img {
  height: inherit;
  width: 100%;
  object-fit: cover;
}
#favoritos .fav-list .fav-block .boton-quitar {
  width: 10%;
}
#favoritos .fav-list .fav-block .boton-quitar a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  background: #323f54;
  text-align: center;
  padding: 10px 20px 12px;
  cursor: pointer;
  width: auto;
  transition: all 300ms ease-in 0s;
}
#favoritos .fav-list .fav-block .boton-quitar a:hover {
  background: #fff;
  color: #323f54 !important;
}
#favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .opciones, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio, #favoritos .fav-list .fav-block .boton-quitar {
  padding: 0 1em;
  color: #4c4e51;
}
#favoritos .fav-list .fav-block .precio {
  width: 12%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #4c4e51;
  text-align: right;
}
#favoritos .fav-list .fav-block .opciones .no-bullet li {
  width: 25%;
  float: left;
  text-align: right;
  padding-right: 1.5em;
}
#favoritos .fav-list .fav-block .opciones .no-bullet li:last-child {
  width: 50%;
}
#favoritos .fav-list .fav-block .opciones .no-bullet li .property-detail-icon {
  position: relative;
}
#favoritos .fav-list .fav-block .opciones .no-bullet li .property-detail-icon i {
  position: absolute;
  right: -1.25em;
  opacity: 0.5;
  font-size: 22px;
}
#favoritos .fav-list .fav-block .localidad {
  width: 18%;
}
#favoritos .fav-list .fav-block .localidad i {
  color: #c0c52d;
}
#favoritos .contact-block h2 {
  text-align: center;
}
#favoritos .contact-block h2:after {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

label.anadir_favoritos {
  width: 50px;
  margin-left: 6px;
  cursor: pointer;
  float: right;
}

.ribbon-fav {
  display: block;
  float: left;
  margin-right: 14px;
}
.ribbon-fav svg,
.ribbon-fav .fav-icon {
  height: 24px;
  margin-top: -4px;
  width: 24px;
  fill: #9fa325;
  opacity: 0.5;
}
.ribbon-fav .favourite path {
  fill: #c52d46;
  opacity: 1;
}
.ribbon-fav:hover {
  cursor: pointer;
}
.ribbon-fav:hover .fav-icon {
  opacity: 1;
}

/**********************************************
    Home Page 
***********************************************/
.slider-block {
  width: 100%;
  float: left;
}

.slider-block-inner {
  width: 100%;
  float: left;
  padding: 45px 0 75px 0;
  border-bottom: 1px solid #e6e9e8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-block-inner {
    padding: 40px 0 75px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-block-inner {
    padding: 30px 0 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-block-inner {
    padding: 10px;
    border: 0;
  }
}
@media only screen and (max-width: 479px) {
  .slider-block-inner {
    padding: 40px 20px;
  }
}
.slider-block-inner .property-slider {
  width: 100%;
  float: left;
  position: relative;
}
.slider-block-inner .property-slider .single-block .title-block {
  min-height: 74px;
}

.single-block {
  width: 100%;
  float: left;
}
.single-block .block-img {
  width: 100%;
  float: left;
  position: relative;
  height: 245px;
  overflow: hidden;
}
.single-block .block-img img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.single-block .block-img img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod="auto expand");
}
.single-block .block-img .venta-tag {
  position: absolute;
  top: 10px;
}
.single-block .block-img .venta-tag span {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  float: left;
}
.single-block .block-img .venta-tag.right {
  right: 0;
}
.single-block .block-img .venta-tag.right span {
  font-weight: 400;
  background: #e9a038;
}
.single-block .block-content {
  width: 100%;
  float: left;
}
.single-block .block-content .icon-block {
  width: 100%;
  float: left;
  background: #f2f5f4;
  border-left: 1px solid #e6e9e8;
  border-right: 1px solid #e6e9e8;
  border-bottom: 1px solid #e6e9e8;
  padding: 12px 30px;
}
.single-block .block-content .icon-block ul {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}
.single-block .block-content .icon-block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
}
.single-block .block-content .icon-block ul li img {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
}
.single-block .block-content .icon-block ul li:first-child img {
  width: 30px;
  height: 30px;
}
.single-block .block-content .icon-block ul li:nth-child(4) img {
  width: 32px;
  height: 32px;
}
.single-block .block-content .icon-block ul li span {
  font-weight: 400;
  color: #323232;
  margin: 2px 0 0 0;
  font-family: "Work Sans", sans-serif;
}
.single-block .block-content .icon-block ul li span sup {
  color: #323232;
}
.single-block .block-content .title-block {
  width: 100%;
  float: left;
  background: transparent;
  text-align: center;
  padding: 15px 20px;
  font-weight: 400;
  border-left: 1px solid #e6e9e8;
  border-right: 1px solid #e6e9e8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-block .block-content .title-block {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-block .block-content .title-block {
    padding: 15px;
  }
}
.single-block .block-content .title-block h6 {
  color: #4c4e51;
  line-height: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-block .block-content .title-block h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-block .block-content .title-block h6 {
    font-size: 14px;
  }
}
.single-block .block-content .price-block {
  width: 100%;
  float: left;
  background: #454444;
  text-align: center;
  font-weight: 600;
  padding: 12px 40px;
  line-height: 22px;
}
.single-block .block-content .price-block span {
  font-size: 15px;
}
.single-block .block-content .price-block strong {
  font-size: 18px;
}

.slick-dots .slick-active button {
  background: #f9a81a;
}

.property-slider .slick-prev,
.property-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block !important;
  width: 42px;
  height: 75px;
  min-width: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.property-slider .slick-prev:hover,
.property-slider .slick-next:hover {
  opacity: 0.75;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.property-slider .slick-prev {
  left: -6%;
  z-index: 10;
}

.property-slider .slick-prev:before {
  width: 42px;
  height: 75px;
  content: "\f104";
  background: #323232;
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  line-height: 75px;
}

.property-slider .slick-next {
  right: -6%;
  left: auto;
}

.property-slider .slick-next:before {
  width: 42px;
  height: 75px;
  content: "\f105";
  background: #454444;
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  line-height: 75px;
}

.featured-block {
  width: 100%;
  float: left;
  padding: 45px 0 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-block {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-block {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-block {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .featured-block {
    padding: 20px;
  }
}
.featured-block .single-block {
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .featured-block .single-block {
    margin: 0 0 20px 0;
  }
}
.featured-block .single-block .block-img {
  height: 245px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-block .single-block .block-img {
    height: 200px;
  }
}
.featured-block .single-block .block-content .icon-block {
  padding: 12px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-block .single-block .block-content .icon-block {
    padding: 12px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title_h2 {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .title_h2 {
    padding: 0 0 20px 0;
  }
}

.hallow-btn {
  width: auto;
  height: 44px;
  min-width: 230px;
  text-decoration: none;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 0 41px 0 40px;
  font-size: 16px;
  line-height: 41px;
  border: 2px solid #f9a81a;
  background: #f9a81a;
  color: #fff;
}
.hallow-btn:hover {
  border: 2px solid #f9a81a;
  background: #fff;
  color: #f9a81a;
}

.about-block {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  background: rgb(247.35, 247.35, 247.35);
}
@media only screen and (max-width: 767px) {
  .about-block {
    display: block;
  }
}
.about-block .title_h2 {
  text-align: center;
}
.about-block .title_h2 h2 {
  font-size: 32px;
  line-height: 36px;
}

.about-slider {
  width: 46%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .about-slider {
    width: 100%;
    height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1185px) {
  .about-slider {
    width: 768px;
    margin: 0 calc((100% - 768px) / 2);
    height: 460px;
  }
}
.about-slider .side-slider {
  float: left;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1185px) {
  .about-slider .side-slider {
    height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .about-slider .side-slider {
    height: 400px;
  }
}
.about-slider .side-slider img {
  height: 100%;
  float: left;
}

.about-content {
  width: 100%;
  max-width: 640px;
  float: right;
  padding: 0 0 0 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content {
    padding: 40px 0 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    padding: 40px 0 20px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1185px) {
  .about-content {
    margin: 0 calc((100% - 640px) / 2);
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content {
    max-width: none;
    padding: 20px;
  }
}
.about-content .inner-content {
  width: 100%;
  float: left;
}
.about-content .inner-content span {
  font-size: 18px;
  line-height: 26px;
  color: #364660;
  font-weight: 600;
  margin: 0 0 25px 0;
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content .inner-content span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content .inner-content span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content .inner-content span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content .inner-content span p {
    font-size: 15px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content .inner-content span p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}

.about-slider .slick-prev,
.about-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block !important;
  width: 40px;
  height: 40px;
  min-width: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.about-slider .slick-prev:hover,
.about-slider .slick-next:hover {
  opacity: 0.75;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-slider .slick-prev {
  right: 42px;
  z-index: 10;
}

.about-slider .slick-prev:before {
  width: 40px;
  height: 40px;
  content: "\f104";
  background: #f9a81a;
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
}

.about-slider .slick-next {
  right: 0;
  left: auto;
}

.about-slider .slick-next:before {
  width: 40px;
  height: 40px;
  content: "\f105";
  background: #f9a81a;
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
}

.display-mobile {
  display: block;
}
@media only screen and (max-width: 767px) {
  .display-mobile {
    display: none;
  }
}

.similar-property {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 45px 0 85px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .similar-property {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .similar-property {
    padding: 40px 0;
  }
}
.similar-property h4 {
  padding: 0 0 35px 15px;
}
@media only screen and (max-width: 767px) {
  .similar-property .single-block {
    margin: 0 0 20px 0;
  }
}

.map-block {
  width: 100%;
  float: left;
}
.map-block .map-block-inner {
  width: 100%;
  float: left;
  border-top: 1px solid #e6e9e8;
  padding: 30px 0 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-block .map-block-inner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .map-block .map-block-inner {
    padding: 30px 0;
  }
}
.map-block .map-block-inner h4 {
  line-height: 26px;
  padding: 0 0 20px 0;
}
.map-block #map {
  width: 100%;
  float: left;
  height: 460px;
}

.search-container {
  float: left;
  width: 100%;
  background: #f9a81a;
  padding: 19px 0 14px;
}

.search-content {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .search-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-content .select-outer .ms-options-wrap {
  width: 100%;
  float: left;
  height: 40px;
  position: relative;
}
.search-content .select-outer1 {
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-content .select-outer1 {
    width: 24%;
    margin: 0 5px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-content .select-outer1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .search-content .select-outer1 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 479px) {
  .search-content .select-outer1 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-content .select-outer1 .select-outer {
  float: left;
  width: 223px;
  margin: 0 11px 8px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-content .select-outer1 .select-outer {
    width: 100%;
    margin: 0 0 8px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-content .select-outer1 .select-outer {
    width: 49%;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-content .select-outer1 .select-outer {
    width: 48%;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 479px) {
  .search-content .select-outer1 .select-outer {
    width: 100%;
  }
}
.search-content .select-outer2 {
  float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-content .select-outer2 {
    width: 24%;
    margin: 0 5px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-content .select-outer2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .search-content .select-outer2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 479px) {
  .search-content .select-outer2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-content .select-outer2 .select-outer {
  float: left;
  width: 226px;
  margin: 0 11px 8px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-content .select-outer2 .select-outer {
    width: 100%;
    margin: 0 0 8px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-content .select-outer2 .select-outer {
    width: 49%;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-content .select-outer2 .select-outer {
    width: 48%;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 479px) {
  .search-content .select-outer2 .select-outer {
    width: 100%;
  }
}

.reference-blk {
  float: left;
  height: 40px;
  margin-bottom: 7px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reference-blk {
    width: 49%;
  }
}
.reference-blk .select2-container {
  width: 100% !important;
}

.select-blocks {
  float: left;
  width: 82%;
}
@media only screen and (min-width: 1200px) and (max-width: 1348px) {
  .select-blocks {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .select-blocks {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .select-blocks {
    width: 100%;
  }
}

.tab-row-top {
  float: right;
  width: 19.3%;
}
@media only screen and (min-width: 1200px) and (max-width: 1348px) {
  .tab-row-top {
    width: 19%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-row-top {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-row-top {
    width: 100%;
  }
}
.tab-row-top .search-btn {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-row-top .search-btn {
    width: 49%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .tab-row-top .search-btn {
    width: 100%;
  }
}

.ms-options ul li label {
  font-size: 15px;
  color: #4c4e51;
  float: left;
}

.ms-options-wrap &gt; button:focus,
.ms-options-wrap &gt; button {
  position: relative;
  width: 100%;
  text-align: left;
  background: #fff;
  padding: 4px 20px 5px 21px;
  font-size: 15px;
  color: #4c4e51;
  height: 100%;
  white-space: nowrap;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ms-options-wrap &gt; button:focus span,
.ms-options-wrap &gt; button span {
  position: relative;
  color: #4c4e51;
  font-size: 15px;
}
@media only screen and (max-width: 479px) {
  .ms-options-wrap &gt; button:focus span,
  .ms-options-wrap &gt; button span {
    font-size: 14px;
  }
}
.ms-options-wrap &gt; button:focus span:before,
.ms-options-wrap &gt; button span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
.ms-options-wrap &gt; button:focus:after,
.ms-options-wrap &gt; button:after {
  width: 40px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  right: 0;
  top: 0;
  background-image: url("../images/svg/arrow-down.svg") !important;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.ms-options-wrap .ms-options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-bottom: 20px;
  background: #f5f5f5;
  z-index: 2000;
  border: 0;
  overflow: auto;
  visibility: hidden;
  min-height: auto !important;
  margin-top: -2px;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1);
  -moz-box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(124, 134, 161, 0.1);
}
.ms-options-wrap .ms-options ul {
  list-style-type: none;
  padding: 2px 10px 10px;
  margin: 0;
}
.ms-options-wrap .ms-options ul li {
  float: left;
  width: 100%;
  padding: 8px 0;
}
.ms-options-wrap .ms-options ul li label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 27px;
  margin: 0;
}
.ms-options-wrap .ms-options ul li label:hover, .ms-options-wrap .ms-options ul li label:fcous {
  background-color: #f5f5f5;
  color: #4c4e51;
}
.ms-options-wrap .ms-options ul li.selected label {
  background-color: #f5f5f5;
  color: #4c4e51;
}

.ms-options-wrap.ms-active &gt; .ms-options {
  visibility: visible;
}

.ms-options-wrap &gt; .ms-options &gt; ul input[type=checkbox] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
}

.ms-options-wrap &gt; .ms-options.hide-checkbox &gt; ul input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ms-options ul li label input[type=checkbox]:checked,
.ms-options ul li label input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.ms-options ul li.selected label,
.ms-options ul li label {
  position: relative;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  color: #666;
}

.ms-options ul li.selected label:before,
.ms-options ul li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #4c4e51;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
}

.ms-options ul li label:before {
  border: 1px solid #4c4e51;
  background: #f5f5f5;
}

.ms-options ul li.selected label:after,
.ms-options ul li label:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT50aWNrPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMzkuODcsMTUwYTIsMiwwLDAsMC0yLjc0LDIuOTJsOCw3LjVhMiwyLDAsMCwwLDIuOTUtLjIzbDE0LTE4YTIsMiwwLDAsMC0zLjE2LTIuNDZMMTQ2LjI3LDE1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzYuNSAtMTM5KSIvPjwvc3ZnPg==) !important;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-color: #4c4e51;
  background-position: 1px 1px;
  border: 1px solid #4c4e51;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ms-options ul li label:after {
  opacity: 0;
}

.ms-options ul li.selected label:after {
  opacity: 1;
}

.advanced-search {
  float: left;
  width: 100%;
  margin: 6px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .advanced-search {
    margin: 15px 0 0 0;
  }
}
.advanced-search .search-more {
  position: absolute;
  bottom: -39px;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.advanced-search .search-more a {
  float: left;
  width: 162px;
  height: 25px;
  background: #f9a81a;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  border-radius: 0 0 3px 3px;
}
.advanced-search .search-more a i {
  margin-right: 0.25em;
}
.advanced-search .search-more span {
  float: left;
  padding: 0 0 0 8px;
  font-size: 15px;
  color: #4c4e51;
}
.advanced-search .advanced-search-content {
  float: left;
  width: 100%;
  padding: 19px 0 0 0;
  display: none;
}
.advanced-search .advanced-search-content .checkbox {
  float: left;
  width: 25%;
  margin: 0 0 12px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advanced-search .advanced-search-content .checkbox {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .advanced-search .advanced-search-content .checkbox {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .advanced-search .advanced-search-content .checkbox {
    width: 100%;
  }
}
.advanced-search .advanced-search-content .checkbox label {
  color: #fff;
  font-size: 15px;
  float: left;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advanced-search .advanced-search-content .checkbox label {
    font-size: 14px;
  }
}

/**********************************************
    detail Page 
***********************************************/
.content-container {
  width: 100%;
  float: left;
}

.content-block-section {
  width: 100%;
  float: left;
  padding: 44px 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-block-section {
    padding: 44px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section {
    padding: 44px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section {
    padding: 20px 0;
  }
}
.content-block-section .content-header {
  width: 100%;
  float: left;
  float: left;
}
.content-block-section .content-header .content-header-outer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 24px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 47.9375em) {
  .content-block-section .content-header .content-header-outer {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-header .content-header-outer {
    display: block;
  }
}
.content-block-section .content-header .content-header-outer .heading-left {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-header .content-header-outer .heading-left {
    width: 100%;
    float: left;
  }
}
.content-block-section .content-header .content-header-outer .heading-left h3 {
  color: #3c424c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-block-section .content-header .content-header-outer .heading-left h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-header .content-header-outer .heading-left h3 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-header .content-header-outer .heading-left h3 {
    font-size: 18px;
    line-height: 21px;
  }
}
.content-block-section .content-header .content-header-outer .heading-left ul {
  width: 100%;
  float: left;
  margin-left: 0;
}
.content-block-section .content-header .content-header-outer .heading-left ul li {
  color: #3c424c;
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  float: left;
  position: relative;
  padding-right: 22px;
  list-style: none;
}
.content-block-section .content-header .content-header-outer .heading-left ul li:first-child:before {
  content: none;
}
.content-block-section .content-header .content-header-outer .heading-left ul li:before {
  position: absolute;
  top: 5px;
  left: -11px;
  content: "";
  border-left: 1px solid #e5cd5d;
  display: block;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-header .content-header-outer .heading-left ul li {
    font-size: 15px;
    margin-bottom: 0px;
  }
}
.content-block-section .content-header .content-header-outer .heading-right {
  width: 30%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-header .content-header-outer .heading-right {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
}
.content-block-section .content-header .content-header-outer .heading-right .price-block {
  width: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-header .content-header-outer .heading-right .price-block {
    float: right;
  }
}
.content-block-section .content-header .content-header-outer .heading-right .price-block span {
  color: #454444;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  padding-right: 20px;
}
.content-block-section .content-header .content-header-outer .heading-right .price-block span.gdp {
  color: #fff;
}
.content-block-section .content-header .content-header-outer .heading-right .price-block strong {
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
  background-color: #454444;
  line-height: 54px;
  height: 54px;
  display: inline-block;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-block-section .content-header .content-header-outer .heading-right .price-block strong {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-header .content-header-outer .heading-right .price-block strong {
    font-size: 19px;
    line-height: 46px;
    height: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-header .content-header-outer .heading-right .price-block strong {
    line-height: 44px;
    height: 41px;
    font-size: 18px;
  }
}
.content-block-section .content-gallery {
  width: 100%;
  float: left;
}
.content-block-section .content-gallery .content-gallery-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner {
    display: block;
  }
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer {
  width: 65.85%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .gallery-tag {
  position: absolute;
  top: 10px;
  z-index: 9;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .gallery-tag span {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  float: left;
  background-color: #f9a81a;
  text-transform: uppercase;
  font-weight: 700;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .gallery-tag.reduced span {
  background: #458b00;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .gallery-tag.red span, .content-block-section .content-gallery .content-gallery-inner .gallery-outer .gallery-tag.reserved span {
  background: #a4341e;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .like {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4) url("../images/svg/love1.svg") no-repeat center center;
  background-size: 32px 29px;
  right: 9px;
  top: 5px;
  z-index: 999;
  position: absolute;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .liked {
  background: rgba(0, 0, 0, 0.4) url("../images/svg/love2.svg") no-repeat center center;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 560px;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria {
    min-height: 300px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria .gallery-image {
  width: 100%;
  float: left;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-image-nav {
  top: 38%;
  height: 60px;
  margin: -30px 0 0;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-image-nav .galleria-image-nav-right {
  right: 0px;
  background-position: -254px 46px;
  z-index: 2;
  position: absolute;
  top: 0 !important;
  width: 50px;
  height: 50px;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-image-nav .galleria-image-nav-right:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-size: 27px;
  background: rgba(60, 69, 82, 0.6);
  cursor: pointer;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-image-nav .galleria-image-nav-left {
  left: 0px;
  background-position: -254px 46px;
  z-index: 2;
  position: absolute;
  top: 0 !important;
  width: 50px;
  height: 50px;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-image-nav .galleria-image-nav-left:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-size: 27px;
  background: rgba(60, 69, 82, 0.6);
  cursor: pointer;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container {
  width: 100%;
  height: auto;
  float: left;
  background: #FFF;
  left: 0px;
  z-index: 1;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumb-nav-left {
  position: absolute;
  top: 35px;
  width: 34px;
  height: 34px;
  background: rgba(39, 61, 84, 0.8);
  cursor: pointer;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumb-nav-left:before {
  font-family: "FontAwesome";
  content: "\f104";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  z-index: 9;
  background: rgba(39, 61, 84, 0.8);
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumb-nav-right {
  position: absolute;
  top: 35px;
  width: 34px;
  height: 34px;
  background: rgba(39, 61, 84, 0.8);
  cursor: pointer;
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumb-nav-right:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  z-index: 9;
  background: rgba(39, 61, 84, 0.8);
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list {
  margin: 0 6%;
  padding: 11px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list {
    margin: 0 9%;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list {
    margin: 0 12%;
  }
}
@media only screen and (max-width: 479px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list {
    margin: 0 0;
  }
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image {
  width: 104px !important;
  height: 77px !important;
  border: none;
  margin: 0 9px 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1348px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image {
    width: 90px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image {
    width: 86px !important;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image {
    width: 106px !important;
  }
}
@media only screen and (max-width: 479px) {
  .content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails .galleria-image {
    width: 97px !important;
  }
}
.content-block-section .content-gallery .content-gallery-inner .gallery-outer .galleria-theme-classic .galleria-info {
  display: none !important;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right {
  width: 31.9%;
  margin-left: 26px;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right {
    width: 100%;
    float: left;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1348px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right {
    width: 30.9%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right {
    width: 30.9%;
    margin-left: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right {
    width: 29.9%;
    margin-left: 19px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main {
  background-color: transparent;
  border: 1px solid #edf1f0;
  padding: 38px 0 35px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main {
    padding: 38px 0 9px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul {
  width: 100%;
  float: left;
  border-bottom: 1px solid #edf1f0;
  padding: 23px 20px 13px 27px;
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul {
    padding: 23px 13px 13px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul {
    padding: 23px 15px 13px 13px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul {
    padding: 23px 13px 13px 13px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul:first-child {
  padding: 0 20px 13px 29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul:first-child {
    padding: 0 13px 13px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul:first-child {
    padding: 0 13px 13px 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul:first-child {
    padding: 0 15px 13px 13px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul:last-child {
  border-bottom: none;
  padding: 23px 20px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul:last-child {
    padding: 23px 15px 13px 13px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul:last-child {
    padding: 23px 13px 13px 13px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  line-height: 20px;
  margin-bottom: 6px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left {
  display: inline-block;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left h6 {
  color: #4c4e51 !important;
  font-size: 16px;
  display: inline-block;
  padding-left: 6px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left h6 {
    font-size: 11px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left span {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left span img {
  display: inline-block;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left.logo1 img {
  width: 23px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left.logo2 img {
  width: 23px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left.logo3 img {
  width: 17px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left.logo4 img {
  width: 23px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left.logo5 img {
  width: 23px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left.logo6 img {
  width: 17px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-left.logo7 img {
  width: 23px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-right {
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  color: #4c4e51 !important;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .list-main ul li .property-right {
    font-size: 11px;
  }
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 19px 0 0;
  padding-top: 8px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn {
  font-family: "PT Sans", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 46px;
  width: 49%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 8px;
  cursor: pointer;
}
@media screen and (min-width: 980px) and (max-width: 1350px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn {
    width: 100%;
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn {
    width: 100%;
  }
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn:before {
  background: url("../images/svg/pdf.svg") center center no-repeat;
  position: absolute;
  left: 10px;
  top: -2px;
  content: "";
  width: 18px;
  height: 46px;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn.gray {
  background-color: #323232;
  border: 2px solid #323232;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn.gray:hover {
  border-color: #323232;
  background-color: transparent;
  color: #323232;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn.gray:hover:before {
  background: url("../images/svg/pdf_b.svg") center center no-repeat;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn.yellow {
  background-color: #f9a81a;
  border: 2px solid #f9a81a;
  padding-left: 1em;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn.yellow:before {
  width: 22px;
  left: 6px;
  background: url("../images/svg/friends.svg") center center no-repeat;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn.yellow:hover {
  border-color: #f9a81a;
  background-color: transparent;
  color: #f9a81a;
}
.content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn.yellow:hover:before {
  background: url("../images/svg/friends_y.svg") center center no-repeat;
}
@media screen and (max-width: 1023px) {
  .content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block .btn.yellow {
    padding-left: 0;
  }
}

/******** content-block section *******/
/*********** galleria ***************/
/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */
#galleria-loader {
  height: 1px !important;
}

.galleria-theme-classic {
  position: relative;
  overflow: hidden;
  background: #000;
}
.galleria-theme-classic img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.galleria-theme-classic .galleria-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.galleria-theme-classic .galleria-thumbnails-container {
  height: 50px;
  bottom: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  z-index: 2;
}
.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
  margin-left: 30px;
  margin-right: 30px;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image {
  height: 40px;
  width: 60px;
  background: #000;
  margin: 0 5px 0 0;
  border: 1px solid #000;
  float: left;
  cursor: pointer;
}
.galleria-theme-classic .galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: right;
  color: #fff;
  font: normal 11px/1 arial, sans-serif;
  z-index: 1;
}
.galleria-theme-classic .galleria-loader {
  background: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
  background: url(classic-loader.gif) no-repeat 2px 2px;
}
.galleria-theme-classic .galleria-info {
  width: 50%;
  top: 15px;
  left: 15px;
  z-index: 2;
  position: absolute;
}
.galleria-theme-classic .galleria-info-text {
  background-color: #000;
  padding: 12px;
  display: none;
  /* IE7 */
  zoom: 1;
}
.galleria-theme-classic .galleria-info-title {
  font: bold 12px/1.1 arial, sans-serif;
  margin: 0;
  color: #fff;
  margin-bottom: 7px;
}
.galleria-theme-classic .galleria-info-description {
  font: italic 12px/1.4 georgia, serif;
  margin: 0;
  color: #bbb;
}
.galleria-theme-classic .galleria-info-close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: -753px -11px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  display: none;
}
.galleria-theme-classic .notouch .galleria-info-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-theme-classic .touch .galleria-info-close:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-info-link {
  background-position: -669px -5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #000;
}
.galleria-theme-classic .notouch .galleria-info-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-theme-classic .touch .galleria-info-link:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  width: 100%;
  height: 62px;
  left: 0;
}
.galleria-theme-classic .galleria-image-nav-left .galleria-image-nav-right {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
  width: 62px;
  height: 124px;
  position: absolute;
  left: 10px;
  z-index: 2;
  background-position: 0 46px;
}
.galleria-theme-classic .galleria-image-nav-right {
  left: auto;
  right: 10px;
  background-position: -254px 46px;
  z-index: 2;
}
.galleria-theme-classic .notouch .galleria-image-nav-left:hover .galleria-image-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-theme-classic .touch .galleria-image-nav-left:active .galleria-image-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-thumb-nav-left .galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  background-position: -495px 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 23px;
  z-index: 3;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.galleria-theme-classic .galleria-thumb-nav-right {
  background-position: -578px 5px;
  border-right: none;
  right: 0;
  left: auto;
}
.galleria-theme-classic .galleria-thumbnails-container .disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}
.galleria-theme-classic .notouch .galleria-thumb-nav-left:hover .galleria-thumb-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111;
}
.galleria-theme-classic .touch .galleria-thumb-nav-left:active .galleria-thumb-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111;
}
.galleria-theme-classic .notouch .galleria-thumbnails-container .disabled:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: transparent;
}
.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left .galleria-thumb-nav-right {
  display: block;
}
.galleria-theme-classic .galleria-thumb-nav-left .galleria-thumb-nav-right .galleria-info-link .galleria-info-close .galleria-image-nav-left .galleria-image-nav-right {
  background-image: url(../images/classic-map.png);
  background-repeat: no-repeat;
}
.galleria-theme-classic .galleria-container .videoplay .galleria-info .galleria-counter {
  display: none !important;
}

/*********** galleria ***************/
.tab-block-section {
  float: left;
  width: 100%;
}
.tab-block-section .product-tab {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab {
    margin-top: 20px;
  }
}
.tab-block-section .product-tab .product-tab-inner {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .product-tab-inner {
    margin-bottom: 20px;
  }
}
.tab-block-section .product-tab .product-tab-inner:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: rgb(237.15, 237.15, 237.15);
  margin-left: 13px;
}
.tab-block-section .product-tab ul {
  border: 0px;
  float: left;
  position: relative;
}
.tab-block-section .product-tab ul li {
  margin-left: 6px;
  margin-bottom: 0px;
}
.tab-block-section .product-tab ul li:first-child {
  margin-left: 0px;
}
.tab-block-section .product-tab ul li a {
  font-size: 18px;
  color: #454444;
  border: 2px solid #959595;
  padding: 12px 55px 11px;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-block-section .product-tab ul li a {
    padding: 12px 41px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab ul li a {
    font-size: 16px;
    padding: 11px 20px 11px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-block-section .product-tab ul li a {
    font-size: 12px;
    padding: 10px 10px 10px;
  }
}
.tab-block-section .product-tab ul li.is-active a {
  background: #454444;
  border-color: #454444;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.tab-block-section .product-tab .tabs-content {
  border: 0px;
}
.tab-block-section .product-tab .tabs-content .tabs-panel {
  padding: 0px;
}
.tab-block-section .product-tab .tabs-content .tabs-panel h4 {
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel h4 {
    padding-bottom: 10px;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel p {
    font-size: 16px;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .tab-description.widget-sec {
  float: left;
  width: 90%;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .tab-description.widget-sec h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4c4e51;
  margin: 0 0 27px 0;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .detail-list {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .detail-list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .detail-list {
    width: 100%;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single {
  float: left;
  width: 45%;
  margin: 0 0 0 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1348px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single {
    width: 46%;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single {
    width: 100%;
    margin: 0px;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single:first-child {
  margin: 0;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single .detail-single-row {
  float: left;
  width: 100%;
  border-top: 1px solid rgb(237.15, 237.15, 237.15);
  padding: 5px 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single .detail-single-row {
    font-size: 16px;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single .detail-single-row:first-child {
  padding-top: 0;
  border-top: 0px;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single .detail-single-row strong {
  float: left;
  width: 50%;
  color: #4c4e51;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .detail-list .detail-single .detail-single-row span {
  float: right;
  width: 50%;
  text-align: right;
  color: #4c4e51;
  font-weight: 600;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec h4 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec h4 {
    padding-bottom: 10px;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list {
  padding-top: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list {
    width: 92%;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single {
  width: 100%;
  margin-left: 46px;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single:first-child {
  margin-left: 0px;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single-row {
  border-top: 0px;
  padding: 4px 0;
  width: 28%;
}
@media only screen and (min-width: 1200px) and (max-width: 1348px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single-row {
    width: 28%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single-row {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single-row {
    width: 100%;
    margin-left: 0px;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single-row span {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single-row span {
    font-size: 13px !important;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single-row span {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #4c4e51;
  line-height: 24px;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .extras-block.widget-sec .detail-list .detail-single-row span img {
  max-width: 14px;
  margin-right: 10px;
  display: inline-block;
}
.tab-block-section .product-tab .tabs-content .tabs-panel .video-block {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .video-block {
    width: 100%;
  }
}
.tab-block-section .product-tab .tabs-content .tabs-panel .video-block iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .video-block iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-block-section .product-tab .tabs-content .tabs-panel .video-block iframe {
    height: 300px;
  }
}

/*
Contact Form
====================================*/
.contact-outer {
  float: left;
  width: 100%;
  background: #fff;
  padding: 3.5em 0 3.5em;
}
@media only screen and (max-width: 767px) {
  .contact-outer {
    padding: 20px 0 30px;
  }
}
.contact-outer .contact-form {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-outer .contact-form h4 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.contact-outer .contact-form .form-content {
  float: left;
  width: 100%;
}
.contact-outer .contact-form .form-content form {
  color: #4c4e51;
}
.contact-outer .contact-form .form-content .field-left {
  float: left;
  width: 49%;
  padding-right: 2%;
}
@media screen and (max-width: 47.9375em) {
  .contact-outer .contact-form .form-content .field-left {
    width: 100%;
    padding-right: 0;
  }
}
.contact-outer .contact-form .form-content .field-left .single-field {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.contact-outer .contact-form .form-content .field-left .single-field:after {
  position: absolute;
  right: 16px;
  top: 9px;
  content: "*";
  font-size: 18px;
  color: #5f3e3e;
  width: 8px;
  height: 8px;
}
.contact-outer .contact-form .form-content .field-right {
  float: right;
  width: 49%;
}
@media screen and (max-width: 47.9375em) {
  .contact-outer .contact-form .form-content .field-right {
    width: 100%;
  }
}
.contact-outer .contact-form .form-content .field-right textarea {
  width: 100%;
}
.contact-outer .contact-form .form-content .form-bottom {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact-outer .contact-form .form-content .form-bottom {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-outer .contact-form .form-content .form-bottom .checkbox-content {
  float: left;
  width: 49%;
  margin: 12px 2% 0 0;
}
@media screen and (max-width: 47.9375em) {
  .contact-outer .contact-form .form-content .form-bottom .checkbox-content {
    width: 100%;
  }
}
.contact-outer .contact-form .form-content .form-bottom .checkbox-content .checkbox {
  float: left;
  width: 370px;
  margin-bottom: 17px;
}
.contact-outer .contact-form .form-content .form-bottom .checkbox-content .checkbox .icheckbox {
  border: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0px 8px 0 0;
}
.contact-outer .contact-form .form-content .form-bottom .checkbox-content .checkbox label {
  color: #4c4e51;
  line-height: 20px;
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-outer .contact-form .form-content .form-bottom .checkbox-content .checkbox label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-outer .contact-form .form-content .form-bottom .checkbox-content .checkbox label {
    font-size: 14px;
  }
}
.contact-outer .contact-form .form-content .form-bottom .checkbox-content .checkbox label a {
  text-decoration: underline;
}
.contact-outer .contact-form .form-content .form-bottom .checkbox-content .checkbox label a:hover {
  color: #f5f5f5;
}
.contact-outer .contact-form .form-content .form-bottom .submit-area {
  float: right;
  width: 49%;
  margin-top: 6px;
}
@media screen and (max-width: 47.9375em) {
  .contact-outer .contact-form .form-content .form-bottom .submit-area {
    width: 100%;
  }
}
.contact-outer .contact-form .form-content .form-bottom .submit-area .search-btn {
  width: 100%;
  margin-top: 16px;
  line-height: 29px;
}
.contact-outer .contact-form .contact-info {
  float: right;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-outer .contact-form .contact-info {
    max-width: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-outer .contact-form .contact-info {
    max-width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-outer .contact-form .contact-info {
    float: left;
  }
}
.contact-outer .contact-form .contact-info img {
  margin-bottom: 11px;
}
.contact-outer .contact-form .contact-info span {
  font-size: 16px;
  color: #4c4e51;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-outer .contact-form .contact-info span {
    font-size: 15px;
  }
}
.contact-outer .contact-form .contact-info span a {
  margin-left: 6px;
}
.contact-outer .contact-form .contact-info span a:hover {
  color: #f5f5f5;
}
.contact-outer .contact-form .contact-info span.mail-info a {
  text-decoration: underline;
}

.lower-block h4 {
  margin: 0 0 1.5em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #ededed;
}
.lower-block .similarproperties-block {
  padding-top: 4.1em;
}
@media screen and (max-width: 47.9375em) {
  .lower-block .similarproperties-block {
    padding-top: 2em;
  }
}
.lower-block .similarproperties-block .single-block {
  margin-bottom: 3em;
}
.lower-block .similarproperties-block .single-block:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .lower-block .similarproperties-block .flex-block {
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: space-between;
  }
  .lower-block .similarproperties-block .flex-block .single-block {
    width: 48%;
  }
}

.tiktok {
  margin-bottom: 2rem;
}

.feature-tag,
.referencia-tag {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.feature-tag span,
.referencia-tag span {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  float: left;
}
.feature-tag.left,
.referencia-tag.left {
  left: 0;
}
.feature-tag span,
.referencia-tag span {
  font-weight: 700;
  background: #f9a81a;
  text-transform: uppercase;
}
.feature-tag.reduced span,
.referencia-tag.reduced span {
  background: #458b00;
}
.feature-tag.red span, .feature-tag.reserved span,
.referencia-tag.red span,
.referencia-tag.reserved span {
  background: #a4341e;
}
.feature-tag.right,
.referencia-tag.right {
  right: 0;
}
.feature-tag.right span,
.referencia-tag.right span {
  font-weight: 400;
  background: rgba(69, 68, 68, 0.5);
}

.feature-tag {
  top: 10px;
}

/**********************************************
    Listing page
***********************************************/
.listing-options {
  margin-bottom: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listing-options {
    margin-bottom: 30px;
  }
}
.listing-options .mostrando p {
  padding-top: 8px;
  padding-bottom: 0px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .listing-options .mostrando p {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.listing-options .sbHolder {
  width: 60% !important;
  float: right;
}
@media only screen and (max-width: 767px) {
  .listing-options .sbHolder {
    width: 100% !important;
  }
}
.listing-options .sbOptions {
  border-left: solid 2px #e1e1e1 !important;
  border-right: solid 2px #e1e1e1 !important;
  border-bottom: solid 2px #e1e1e1 !important;
}
.listing-options .sbSelector {
  border: solid 2px #e1e1e1 !important;
}

.viviendas .listing-options .sbSelector {
  border: solid 2px #959595 !important;
}
.viviendas .listing-options .sbToggle {
  width: 40px;
  height: 36px;
  top: 2px;
  right: 2px;
}
.viviendas .listing-options #order {
  display: none;
}
.viviendas .single-block .block-content .title-block {
  min-height: 74px;
}

.pagination-outercon .pagination {
  text-align: center !important;
}
.pagination-outercon .pagination li {
  background: transparent;
  color: #323232;
}
.pagination-outercon .pagination li:nth-child(2n) {
  margin: 0 0.25em;
}
.pagination-outercon .pagination li a {
  color: #323232;
  border: 2px solid #323232;
}
.pagination-outercon .pagination li.unavailable a {
  cursor: not-allowed;
  border-color: transparent;
}
.pagination-outercon .pagination li.arrow.unavailable a {
  cursor: not-allowed;
}
.pagination-outercon .pagination li.current {
  background: transparent;
  padding: 0;
}
.pagination-outercon .pagination li.current a {
  background: #f9a81a;
  border-color: rgb(208.3412765957, 134.6485106383, 5.4587234043);
  color: #fff;
}
.pagination-outercon .pagination li:hover a {
  background: #f9a81a;
  border-color: rgb(208.3412765957, 134.6485106383, 5.4587234043);
  color: #fff;
}

/**********************************************
    Banner
***********************************************/
.home-banner {
  float: left;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  position: relative;
  /*@media only screen and (max-width: 767px) {
    display: none;
  }*/
}
.home-banner ul li {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.home-banner ul li .banner-slide {
  height: 580px;
  position: relative;
  float: left;
  width: 100%;
}
.home-banner ul li .banner-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 9;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner ul li .banner-slide {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner ul li .banner-slide {
    height: 270px;
  }
}
@media only screen and (max-width: 479px) {
  .home-banner ul li .banner-slide {
    height: 180px;
  }
}
.home-banner ul li .banner-slide picture {
  height: inherit;
}
.home-banner ul li .banner-slide picture img {
  width: 100%;
  object-fit: cover !important;
  height: inherit;
  max-width: none;
}
.home-banner ul li.zoom-active img {
  animation: animationFrames linear 50s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 50s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 50s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 50s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 50s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
.home-banner .banner-pager {
  float: left;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
  z-index: 100;
  text-align: center;
  height: 12px;
}
.home-banner .banner-pager span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #f5f5f5;
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  cursor: pointer;
}
.home-banner .banner-pager span.cycle-pager-active {
  background: #f5f5f5;
}
.home-banner .banner-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .home-banner .banner-nav {
    display: none;
  }
}
.home-banner .banner-nav span {
  width: 49px;
  height: 49px;
  font-size: 50px;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.65);
}
.home-banner .banner-nav span:hover {
  background: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner .banner-nav span {
    font-size: 35px;
    border-width: 2px;
  }
}
.home-banner .banner-nav span i {
  position: absolute;
  /*@include translate(-50%, -50%);*/
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-top: -2px;
}
.home-banner .banner-nav #prev {
  float: left;
}
.home-banner .banner-nav #prev i {
  padding-right: 2px;
}
.home-banner .banner-nav #next {
  float: right;
}
.home-banner .banner-nav #next i {
  padding-left: 2px;
}

@keyframes animationFrames {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  100% {
    transform: scaleX(2) scaleY(2);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: scaleX(1) scaleY(1);
  }
  100% {
    -moz-transform: scaleX(2) scaleY(2);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: scaleX(2) scaleY(2);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: scaleX(1) scaleY(1);
  }
  100% {
    -o-transform: scaleX(2) scaleY(2);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: scaleX(1) scaleY(1);
  }
  100% {
    -ms-transform: scaleX(2) scaleY(2);
  }
}
a.search-btn {
  background: #323232 !important;
  color: #fff;
  border: 2px solid #323232 !important;
}
a.search-btn .mostrar {
  display: block;
}
a.search-btn .ocultar {
  display: none;
}
a.search-btn.open {
  background: #f9a81a !important;
  border-color: #fff !important;
}
a.search-btn.open .ocultar {
  display: block;
}
a.search-btn.open .mostrar {
  display: none;
}

#viviendas .list-main ul li {
  width: 100%;
  color: #4c4e51 !important;
  font-size: 16px;
  display: inline-block;
  padding-left: 6px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
#viviendas .list-main ul li img {
  float: left;
  display: block;
  width: 23px;
  height: auto;
  margin-right: 0.75em;
}
#viviendas .list-main ul li span {
  float: right;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: #4c4e51 !important;
  font-weight: 700;
}
#viviendas .list-main ul li.location img {
  height: 23px;
  width: 23px;
}
#viviendas .list-main ul li.energy-cert img {
  height: 23px;
  width: 23px;
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  #viviendas .list-main ul {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.5em;
  }
  #viviendas .list-main ul:nth-last-child(2), #viviendas .list-main ul:last-child {
    margin-bottom: 0;
  }
}
#viviendas .content-block-section .content-gallery .content-gallery-inner .gallery-outer {
  margin-bottom: -90px;
}
@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  #viviendas .content-block-section .content-gallery .content-gallery-inner .gallery-outer {
    width: 100%;
  }
  #viviendas .content-block-section .content-gallery .content-gallery-inner .galleria-right {
    width: 100%;
    margin: 0;
  }
  #viviendas .content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block a,
  #viviendas .content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block button {
    float: left;
    width: calc((100% - 2.5em) / 2);
  }
  #viviendas .content-block-section .content-gallery .content-gallery-inner .galleria-right .button-block a {
    margin-right: 2.5em;
  }
  #viviendas .featured-block .medium-6:last-of-type {
    margin: 0 25%;
  }
}

.select2-container--open .select2-dropdown {
  height: 320px;
  overflow: scroll;
}

#contacto .block-title-top {
  margin: 3.5em 0;
}
#contacto .block-title-top h1 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875em;
  font-size: 1.875rem;
}
#contacto .property-wrapper .contact-details {
  color: #323232;
}
#contacto .property-wrapper .contact-details h2 {
  font-size: 26px;
  font-size: 1.625em;
  font-size: 1.625rem;
  margin-bottom: 0.25em;
}
#contacto .property-wrapper .contact-details a,
#contacto .property-wrapper .contact-details p,
#contacto .property-wrapper .contact-details span {
  color: #323232;
}
#contacto .property-wrapper form input:focus,
#contacto .property-wrapper form textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
#contacto .property-wrapper form .input-outer {
  position: relative;
  overflow: auto;
  margin-bottom: 10px;
}
#contacto .property-wrapper form .input-outer span {
  position: absolute;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #5f3e3e;
  top: 9px;
  right: 16px;
}
#contacto .property-wrapper form .checkbox-content a,
#contacto .property-wrapper form .checkbox-content label {
  color: #323232;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
}
#contacto .property-wrapper form .checkbox-content label {
  margin-bottom: 10px;
}
#contacto .property-wrapper form .checkbox-content a {
  text-decoration: underline;
}
#contacto .property-wrapper form .checkbox-content .checkbox {
  width: 100%;
  display: inline-block;
}
#contacto .property-wrapper form .g-recaptcha {
  margin-bottom: 16px;
}
#contacto .property-wrapper form input.search-btn {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  height: 41px;
  line-height: 20px;
}

.content-container .article-page .inner-wrapper {
  margin: 0;
}
.content-container .article-page .inner-wrapper .block-title-top {
  margin: 3.5em 0;
}
.content-container .article-page .inner-wrapper .block-title-top h1 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875em;
  font-size: 1.875rem;
  padding: 0;
}
.content-container .article-page span,
.content-container .article-page a,
.content-container .article-page label,
.content-container .article-page strong,
.content-container .article-page b {
  color: #4c4e51;
}
.content-container .article-page ul {
  margin-bottom: 2.4em;
}
.content-container .article-page ul li {
  color: #4c4e51;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.content-container .article-page a {
  text-decoration: underline;
}
.content-container .article-page p {
  margin-bottom: 1.6em;
  line-height: 1.6em;
}
.content-container .article-page h1,
.content-container .article-page h2,
.content-container .article-page h3,
.content-container .article-page h4,
.content-container .article-page h5,
.content-container .article-page h6 {
  padding: 1em 0;
}

#app .block-title-top {
  margin: 3.5em 0;
}
#app .block-title-top h2 {
  text-align: left;
  font-size: 30px;
  font-size: 1.875em;
  font-size: 1.875rem;
}
#app form input[type=text],
#app form input[type=password] {
  margin-bottom: 10px;
}
#app form input[type=text]:focus,
#app form input[type=password]:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
#app form .search-btn {
  padding: 10px;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  height: 40px;
  line-height: 17px;
}

#favouritesForm .single-field {
  margin-bottom: 10px;
  position: relative;
  outline: none !important;
}
#favouritesForm .single-field:after {
  position: absolute;
  right: 16px;
  top: 9px;
  content: "*";
  font-size: 18px;
  color: #323232;
  width: 8px;
  height: 8px;
}
#favouritesForm .single-field .mainfield {
  float: none;
}
#favouritesForm textarea,
#favouritesForm label {
  margin-bottom: 10px;
}
#favouritesForm .search-btn {
  height: 40px;
  line-height: 16px;
  font-size: 16px;
}

#favoritos .fav-list .fav-block .boton-quitar a {
  background: #323232;
}
#favoritos .fav-list .fav-block .boton-quitar a:hover {
  color: #fff !important;
  background: #f9a81a;
}

@media screen and (max-width: 47.9375em) {
  .featured-block .single-block .block-content .icon-block,
  .single-block .block-content .icon-block {
    padding: 12px 15px;
  }
}
.logos {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 1rem;
}
.logos img {
  height: 80px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.whatsapp-badge {
  display: block;
  position: fixed;
  z-index: 11;
  width: 150px;
  height: 50px;
  padding: 5px 8px;
  right: 0;
  bottom: 10px;
  background-color: #25d366;
  border-radius: 3px 0 0 3px;
  transform: translateX(100px);
  cursor: pointer;
  transition: all 300ms ease-out 0s;
}
.whatsapp-badge a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.whatsapp-badge:hover {
  background-color: rgb(33.1955645161, 189.3044354839, 91.5120967742);
}
.whatsapp-badge img {
  width: 36px;
  height: auto;
  display: inline-flex;
  margin: 0 0.5em 0 0;
}
@media screen and (min-width: 64em) {
  .whatsapp-badge:hover {
    transition: all 300ms ease-in 0s;
    transform: translateX(0);
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>