@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&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

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 > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .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 > .column, .row.gutter-small > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@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 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

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

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

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

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

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

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

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

.small-collapse > .column, .small-collapse > .columns {
  padding-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 > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.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 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-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 > .column, .medium-uncollapse > .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: 64em) {
  .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 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-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 > .column, .large-uncollapse > .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.875rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :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;
}

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

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;
}

.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: 64em) {
  .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 > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #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 > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  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,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-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;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

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

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :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) > .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 > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .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) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > 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 > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

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

.has-submenu-toggle > 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: 64em) {
  .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 > :first-child {
  margin-top: 0;
}
.callout > :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 > :last-child {
  margin-bottom: 0;
}

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

.card-section {
  padding: 1rem;
}
.card-section > :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;
  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 > 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 > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > 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 > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > 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 > .menu {
  text-align: center;
}
.menu-centered > .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 > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > 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 > 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 > 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 > 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 > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > 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 > 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 > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > 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 > li.opens-right > 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 > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > 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 > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > 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 > li.opens-right > 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: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > 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 > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > 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 > li.opens-right > 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 > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .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 > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > 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 > 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 > 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 > :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;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.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;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.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%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.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%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.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: 64em) {
  .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: 64em) {
  .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;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow: hidden;
}

.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 > :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 > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .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: 63.9375em) {
  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 > li {
  display: block;
  float: none;
  width: auto;
}

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

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

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > 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: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .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: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

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

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

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

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

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .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.7.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.7.0");
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.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;
}

/* 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 > 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;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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-feed:before,
.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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d";
}

.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";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

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

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

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

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

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

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

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

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

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

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

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

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "titillium-regular";
  src: url("../fonts/titilliumweb-regular-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "titillium-semibold";
  src: url("../fonts/titilliumweb-semibold-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "titillium-bold";
  src: url("../fonts/titilliumweb-bold-webfont.woff2") format("woff2"), url("../fonts/titilliumweb-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ad-button, #anunciese .contact-form-outer .container .left-block form input[type=submit], #anunciese .advertise-outer-block .right-block .ad-btn {
  color: #fff;
  padding: 0.75em 2em;
  border-radius: 3px;
  background-color: #b22222;
  border: 2px solid #b22222;
  display: inline-block;
}
.ad-button:hover, #anunciese .contact-form-outer .container .left-block form input[type=submit]:hover, #anunciese .advertise-outer-block .right-block .ad-btn:hover {
  background-color: transparent;
  text-decoration: none;
  color: #b22222;
  cursor: pointer;
}

.clear-float {
  content: " ";
  display: table;
  clear: both;
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img-zoom, #favoritos .fav-list .fav-block .img:hover img, .image-grid-block.three-col .image-grid:hover img {
  transition: all 300ms ease-in 0s;
  transform: scale(1.1);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod="auto expand");
}

.ad-button, #anunciese .contact-form-outer .container .left-block form input[type=submit], #anunciese .advertise-outer-block .right-block .ad-btn {
  color: #fff;
  padding: 0.75em 2em;
  border-radius: 3px;
  background-color: #b22222;
  border: 2px solid #b22222;
  display: inline-block;
}
.ad-button:hover, #anunciese .contact-form-outer .container .left-block form input[type=submit]:hover, #anunciese .advertise-outer-block .right-block .ad-btn:hover {
  background-color: transparent;
  text-decoration: none;
  color: #b22222;
  cursor: pointer;
}

.clear-float {
  content: " ";
  display: table;
  clear: both;
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
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;
  color: rgb(104.55, 104.55, 104.55);
}

html {
  -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;
}

body {
  font-size: 15px;
  font-family: "titillium-regular", sans-serif;
  line-height: 20px;
  color: rgb(104.55, 104.55, 104.55);
  background: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-family: "titillium-bold", sans-serif;
}

h1 {
  font-size: 34px;
  font-family: "titillium-bold", sans-serif;
  line-height: 32px;
  color: white;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

h2 {
  font-size: 30px;
  font-family: "titillium-bold", sans-serif;
  line-height: 32px;
  color: #373633;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 47.9375em) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

h3 {
  font-size: 24px;
  font-family: "titillium-regular", sans-serif;
  line-height: 26px;
  color: #373633;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 47.9375em) {
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

h4 {
  font-size: 22px;
  font-family: "titillium-bold", sans-serif;
  line-height: 24px;
  color: #373633;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 47.9375em) {
  h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

h5 {
  font-size: 20px;
  font-family: "titillium-bold", sans-serif;
  line-height: 22px;
  color: #252525;
}

h6 {
  font-size: 16px;
  font-family: "titillium-bold", sans-serif;
  line-height: 18px;
  color: #373633;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 47.9375em) {
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

.title_h1 {
  font-size: 34px;
  font-family: "titillium-bold", sans-serif;
  line-height: 32px;
  color: white;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .title_h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

.title_h2 {
  font-size: 18px;
  font-family: "titillium-regular", sans-serif;
  line-height: 24px;
  color: white;
}

.title_h3 {
  font-size: 24px;
  font-family: "titillium-regular", sans-serif;
  line-height: 26px;
  color: #373633;
}

.title_h4 {
  font-size: 16px;
  font-family: "titillium-regular", sans-serif;
  line-height: 18px;
  color: white;
}

.title_h5 {
  font-size: 15px;
  font-family: "titillium-regular", sans-serif;
  line-height: 17px;
  color: #373633;
}

.title_h6 {
  font-size: 15px;
  font-family: "titillium-regular", sans-serif;
  line-height: 17px;
  color: #373633;
}

p {
  font-size: 15px;
  font-family: "titillium-regular", sans-serif;
  line-height: 20px;
  color: rgb(104.55, 104.55, 104.55);
  margin-bottom: 25px;
}

a {
  text-decoration: none;
  color: #dfb31f;
  outline: none !important;
  -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;
}

a:hover,
a:focus {
  color: #e74e51;
  text-decoration: underline;
  outline: 0px none;
}

strong,
b {
  font-weight: 700;
}

ul {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}

ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}

img,
a img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  border: none 0;
  outline: 0px none;
}

[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 {
  margin: 0;
}

[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 {
  box-shadow: none;
}

input:focus,
textarea:focus,
a:focus,
button {
  outline: none !important;
}

.main-btn {
  font-family: "titillium-bold", sans-serif;
  font-size: 16px;
  color: white;
  background: #e2bf47;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  padding: 13px 33px;
  display: inline-block;
  cursor: pointer;
  -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;
}
.main-btn:hover, .main-btn:active, .main-btn:focus {
  background: #c9a93e;
  text-decoration: none;
  color: white;
}

/*--- area page style ---*/
.breadcrumb-outer {
  float: left;
  width: 100%;
  padding: 39px 0 38px;
}
@media screen and (max-width: 47.9375em) {
  .breadcrumb-outer {
    padding: 20px 0;
  }
}

.breadcrumb-block {
  float: left;
  width: 100%;
}
.breadcrumb-block ul {
  float: left;
  width: 100%;
  list-style: none;
}
.breadcrumb-block ul li {
  float: left;
  width: auto;
  position: relative;
  padding: 0 14px 0 18px;
}
.breadcrumb-block ul li a {
  font-size: 16px;
  color: #5b7588;
  text-decoration: none;
}
.breadcrumb-block ul li a:hover {
  color: #dfb31f;
}
.breadcrumb-block ul li:before {
  width: 20px;
  height: 28px;
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2NlYTQxNSIgZD0iTTM5LjY4LDczLjIyN2MwLjM5MSwwLjM5MSwwLjkwMiwwLjU4NiwxLjQxNCwwLjU4NnMxLjAyMy0wLjE5NSwxLjQxNC0wLjU4Nkw2My40MTQsNTIuMzIgIGMwLjc4MS0wLjc4MSwwLjc4MS0yLjA0NywwLTIuODI4TDQyLjUwOCwyOC41ODZjLTAuNzgxLTAuNzgxLTIuMDQ3LTAuNzgxLTIuODI4LDBzLTAuNzgxLDIuMDQ3LDAsMi44MjhsMTkuNDkyLDE5LjQ5MkwzOS42OCw3MC4zOTggIEMzOC44OTgsNzEuMTgsMzguODk4LDcyLjQ0NSwzOS42OCw3My4yMjd6Ij48L3BhdGg+PC9zdmc+) !important;
  background-size: 29px 27px;
  background-repeat: no-repeat;
}

.area-block {
  float: left;
  width: 100%;
  padding: 39px 0 0;
  background: rgb(244.8, 244.8, 244.8);
}
@media screen and (max-width: 47.9375em) {
  .area-block {
    padding: 25px 0 0;
  }
}

.area-left {
  float: left;
  width: 100%;
}
.area-left .top-content h1 {
  float: left;
  width: 100%;
  padding-bottom: 26px;
  font-family: "titillium-regular", sans-serif;
  font-size: 26px;
  color: #383332;
}
@media screen and (max-width: 47.9375em) {
  .area-left .top-content h1 {
    padding-bottom: 15px;
    font-size: 22px;
  }
}
.area-left .top-content h2 {
  font-weight: 700;
  font-size: 17px;
  color: rgb(79.05, 79.05, 79.05);
  line-height: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 47.9375em) {
  .area-left .top-content h2 {
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
.area-left .top-content p {
  font-weight: 400;
  font-size: 16px;
  color: rgb(79.05, 79.05, 79.05);
  line-height: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 47.9375em) {
  .area-left .top-content p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 20px;
  }
}
.area-left .top-content p a {
  color: #5b7588;
  text-decoration: underline;
}
.area-left .top-content p a:hover {
  text-decoration: none;
}

.area-slider {
  float: right;
  width: 100%;
  max-width: 370px;
  height: 255px;
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .area-slider {
    margin-left: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .area-slider {
    margin-left: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .area-slider {
    float: none;
    display: inline-block;
    margin: 0 auto 20px;
  }
}
.area-slider .galleria-info-link {
  display: none;
}
.area-slider .galleria-thumbnails-list {
  display: none;
}
.area-slider .galleria-theme-classic .galleria-image-nav {
  margin-top: -24px;
}
.area-slider .galleria-counter {
  display: none !important;
}
.area-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.locationgallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 0 0 2em;
}
.locationgallery-grid .locationgallery-elem {
  overflow: hidden;
  height: 190px;
}
.locationgallery-grid .locationgallery-elem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  .locationgallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .locationgallery-grid .locationgallery-elem {
    height: 220px;
  }
}
@media screen and (max-width: 37.4375em) {
  .locationgallery-grid {
    grid-template-columns: 1fr;
  }
}

.map-section {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}

#area-map {
  float: left;
  width: 100%;
  height: 290px;
}

.quick-link-wrap {
  float: left;
  width: 100%;
  padding: 30px 0 17px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.quick-link-wrap h6 {
  font-size: 18px;
  color: #383332;
  padding-bottom: 29px;
}
.quick-link-wrap ul {
  float: left;
  width: 100%;
  list-style: none;
}
.quick-link-wrap ul li {
  float: left;
  width: 33.33%;
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .quick-link-wrap ul li {
    width: 50%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .quick-link-wrap ul li {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .quick-link-wrap ul li {
    width: 100%;
  }
}
.quick-link-wrap ul li a {
  font-size: 16px;
  color: #5b7588;
  text-decoration: none;
}
.quick-link-wrap ul li a:hover {
  color: #dfb31f;
}
.quick-link-wrap ul li:before {
  width: 20px;
  height: 28px;
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2NlYTQxNSIgZD0iTTM5LjY4LDczLjIyN2MwLjM5MSwwLjM5MSwwLjkwMiwwLjU4NiwxLjQxNCwwLjU4NnMxLjAyMy0wLjE5NSwxLjQxNC0wLjU4Nkw2My40MTQsNTIuMzIgIGMwLjc4MS0wLjc4MSwwLjc4MS0yLjA0NywwLTIuODI4TDQyLjUwOCwyOC41ODZjLTAuNzgxLTAuNzgxLTIuMDQ3LTAuNzgxLTIuODI4LDBzLTAuNzgxLDIuMDQ3LDAsMi44MjhsMTkuNDkyLDE5LjQ5MkwzOS42OCw3MC4zOTggIEMzOC44OTgsNzEuMTgsMzguODk4LDcyLjQ0NSwzOS42OCw3My4yMjd6Ij48L3BhdGg+PC9zdmc+) !important;
  background-size: 29px 27px;
  background-repeat: no-repeat;
}

.area-bottom-block {
  float: left;
  width: 100%;
}
.area-bottom-block .list-outer-block.grid-list-view {
  padding-top: 25px;
  padding-bottom: 31px;
}
.area-bottom-block .list-outer-block.grid-list-view .list-item-container h6 {
  font-size: 18px;
  color: #383332;
  padding-bottom: 36px;
}

.area-right {
  float: left;
  width: 100%;
}

.related-articles {
  float: left;
  width: 100%;
  margin-top: -92px;
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .related-articles {
    background: rgb(244.8, 244.8, 244.8);
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 35px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 47.9375em) {
  .related-articles {
    background: rgb(244.8, 244.8, 244.8);
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 35px;
    margin-bottom: 19px;
  }
}
.related-articles > h6 {
  text-align: center;
  color: white;
  font-weight: 700;
  background: #192f37;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 17px 0 18px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .related-articles > h6 {
    background: none;
    float: left;
    width: 100%;
    color: #383332;
    text-align: left;
    font-size: 18px;
    background: rgb(244.8, 244.8, 244.8);
    padding: 28px 0 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .related-articles > h6 {
    background: none;
    float: left;
    width: 100%;
    color: #383332;
    text-align: left;
    font-size: 18px;
    background: rgb(244.8, 244.8, 244.8);
    padding: 27px 0 17px;
  }
}
.related-articles ul {
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
  background: white;
  padding-top: 9px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .related-articles ul {
    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;
    padding: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .related-articles ul {
    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;
  }
}
.related-articles ul li {
  border-top: 1px solid #e6e6e6;
  padding: 9px 19px 9px 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .related-articles ul li {
    border: none;
    width: 33.33%;
    padding: 19px 19px 17px 14px;
  }
}
@media screen and (max-width: 47.9375em) {
  .related-articles ul li {
    border: none;
    width: 50%;
  }
}
@media screen and (max-width: 29.9375em) {
  .related-articles ul li {
    width: 100%;
  }
}
.related-articles ul li .article-image {
  width: 120px;
  height: 94px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .related-articles ul li .article-image {
    width: 78px;
    height: 60px;
  }
}
.related-articles ul li .article-content {
  float: left;
  width: 60%;
  padding-left: 16px;
}
.related-articles ul li .article-content a {
  text-decoration: none;
}
.related-articles ul li .article-content a h6 {
  font-size: 14px;
  color: rgb(48.45, 48.45, 48.45);
  font-weight: 700;
  padding-bottom: 6px;
  -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;
}
.related-articles ul li .article-content a:hover h6 {
  color: #dfb31f;
  text-decoration: none;
}
.related-articles ul li .article-content p {
  font-size: 14px;
  color: rgb(79.05, 79.05, 79.05);
  font-weight: 400;
  line-height: 17px;
  margin: 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .related-articles ul li .article-content p {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .related-articles ul li .article-content p {
    display: none;
  }
}
.related-articles ul li:first-child {
  border-top: none;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .related-articles ul li:nth-child(n+4) {
    border-top: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 47.9375em) {
  .related-articles ul li:nth-child(n+3) {
    border-top: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 29.9375em) {
  .related-articles ul li:nth-child(n+2) {
    border-top: 1px solid #e6e6e6;
  }
}

.weather-alert {
  float: left;
  width: 100%;
  background: #e6e6e6;
  padding: 17px 0px 26px;
  text-align: center;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .weather-alert {
    background: none;
    padding: 0 0px 34px;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 47.9375em) {
  .weather-alert {
    background: none;
    padding: 0 0px 34px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.weather-alert h6 {
  padding-bottom: 22px;
  font-size: 18px;
  color: #252525;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .weather-alert h6 {
    text-align: left;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 47.9375em) {
  .weather-alert h6 {
    text-align: left;
    padding-bottom: 25px;
  }
}
.weather-alert ul {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .weather-alert ul {
    background: #e6e6e6;
    padding: 23px 0px 19px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 47.9375em) {
  .weather-alert ul {
    background: #e6e6e6;
    padding: 23px 0px 19px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}
.weather-alert ul li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .weather-alert ul li {
    width: 150px;
  }
}
@media screen and (max-width: 47.9375em) {
  .weather-alert ul li {
    width: 150px;
  }
}
.weather-alert ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: rgb(201.45, 201.45, 201.45);
}
.weather-alert ul li:first-child:before {
  display: none;
}
.weather-alert ul li .wheather-icon {
  float: left;
  margin-right: 9px;
  width: 43px;
  height: 43px;
  display: block;
  position: absolute;
  top: 8px;
  left: 30px;
}
@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  .weather-alert ul li .wheather-icon {
    left: 12px;
  }
}
@media screen and (max-width: 37.4375em) {
  .weather-alert ul li .wheather-icon {
    left: 10px;
  }
}
.weather-alert ul li .wheather-content {
  float: left;
  width: 33px;
  margin-left: 75px;
}
.weather-alert ul li .wheather-content .date {
  color: rgb(79.05, 79.05, 79.05);
  font-weight: 400;
  font-size: 13px;
}
.weather-alert ul li .wheather-content .wheather {
  color: #252525;
  font-weight: 400;
  font-size: 16px;
}

/*
 * 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: 4em;
  content: "\f106";
  position: absolute;
  color: rgb(204, 204, 204);
}

.basecloud:before {
  font-family: "iconvault";
  font-size: 4em;
  content: "\f105";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----windyraincloud----- */
.windyraincloud:before {
  font-family: "iconvault";
  font-size: 4em;
  content: "\f111";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----Windysnowcloud----- */
.windysnowcloud:before {
  font-family: "iconvault";
  font-size: 4em;
  content: "\f109";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----Basethundercloud----- */
.basethundercloud:before {
  font-family: "iconvault";
  font-size: 4em;
  content: "\f105";
  position: absolute;
  color: #000;
}

/* -----Thunder----- */
.icon-thunder::after {
  content: "\f114";
  position: absolute;
  color: rgb(255, 165, 0);
  font-size: 4em;
}

/* -----Sunny----- */
.icon-sunny::after {
  content: "\f101";
  color: rgb(255, 165, 0);
  position: absolute;
  font-size: 4em;
}

/* -----Drizzle----- */
.icon-drizzle::before {
  content: "\f10a";
  color: #82b2e4;
  position: absolute;
  font-size: 4em;
}

/* -----Showers----- */
.icon-showers::before {
  content: "\f104";
  position: absolute;
  color: #82b2e4;
  font-size: 4em;
}

/* -----Rainy----- */
.icon-rainy::after {
  content: "\f107";
  position: absolute;
  color: #4681c3;
  font-size: 4em;
}

/* -----Snowy----- */
.icon-snowy::before {
  content: "\f10b";
  position: absolute;
  color: #acd3f3;
  font-size: 4em;
}

/* -----Frosty----- */
.icon-frosty::before {
  content: "\f102";
  position: absolute;
  color: #85d8f7;
  font-size: 4em;
}

/* -----Windy----- */
.icon-windy::before {
  content: "\f115";
  position: absolute;
  color: rgb(204, 204, 204);
  font-size: 4em;
}

/* -----WindyRain----- */
.icon-windyrain::before {
  content: "\f10e";
  position: absolute;
  color: #acd3f3;
  font-size: 4em;
}

/* -----WindySnow----- */
.icon-windysnow::before {
  content: "\f103";
  position: absolute;
  color: #acd3f3;
  font-size: 4em;
}

/* -----Sleet----- */
.icon-sleet::before {
  content: "\f10c";
  position: absolute;
  color: #acd3f3;
  font-size: 4em;
}

/* -----Moon----- */
.icon-moon::after {
  content: "\f10d";
  color: rgb(255, 165, 0);
  position: absolute;
  font-size: 4em;
}

/* -----Night----- */
.icon-night::after {
  content: "\f100";
  position: absolute;
  color: rgb(255, 165, 0);
  font-size: 4em;
}

/* -----Sun----- */
.icon-sun::after {
  content: "\f113";
  color: rgb(255, 165, 0);
  position: absolute;
  font-size: 4em;
}

/* -----Cloud----- */
.icon-cloud::after {
  content: "\f106";
  color: rgb(204, 204, 204);
  position: absolute;
  font-size: 4em;
}

/* -----Sunrise----- */
.icon-sunrise:before {
  content: "\f112";
  color: rgb(255, 165, 0);
  position: absolute;
  font-size: 4em;
}

/* -----Sunset----- */
.icon-sunset:before {
  content: "\f110";
  color: #f96f23;
  position: absolute;
  font-size: 4em;
}

/* -----Mist----- */
.icon-mist:before {
  content: "\f108";
  color: rgb(204, 204, 204);
  position: absolute;
  font-size: 4em;
}

/*
.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"; }

*/
.input__outer {
  position: relative;
  margin: 0 0 8px;
}
.input__outer input {
  width: 100%;
  height: 42px;
  background-color: white;
  border-radius: 3px;
  border: 2px solid rgb(216.75, 216.75, 216.75);
  box-shadow: none;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #606060;
  padding: 0 15px;
}
.input__outer input::placeholder {
  color: inherit;
}

textarea.textarea {
  width: 100%;
  height: 100px;
  background-color: white;
  border-radius: 3px;
  border: 2px solid rgb(216.75, 216.75, 216.75);
  box-shadow: none;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #606060;
  padding: 5px 15px;
  margin: 0 0 8px;
}
textarea.textarea::placeholder {
  color: inherit;
}

.select__outer .SumoSelect {
  width: 100%;
  height: 42px;
}
.select__outer .SumoSelect > .CaptionCont {
  width: 100%;
  height: 42px;
  background-color: white;
  border-radius: 3px;
  border: 2px solid rgb(216.75, 216.75, 216.75);
  box-shadow: none;
  padding: 5px 15px;
  font-family: "titillium-regular", sans-serif;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
}
.select__outer .SumoSelect > .CaptionCont > span {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.8em;
}
.select__outer .SumoSelect > .CaptionCont > label i {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iNnB4IiB2aWV3Ym94PSIwIDAgMTAgNiIgdmVyc2lvbj0iMS4xIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGcgaWQ9Im5wX2Fycm93XzIzMzMxNjRfMDAwMDAwIj4NCiAgICA8cGF0aCBkPSJNNS40MzQwMSA1LjgwODA1TDkuODIwNDEgMS4xMzU5N0MxMC4wNTk5IDAuODY0MTU3IDEwLjA1OTkgMC40NDc4OTEgOS44MjA0MSAwLjE5MTk1M0M5LjU4MDk1IC0wLjA2Mzk4NDQgOS4xNzY2NCAtMC4wNjM5ODQ0IDguOTM3MTkgMC4xOTE5NTNMNSA0LjQwMDE1TDEuMDYyODEgMC4xOTE5NTNDMC44MDg1MDYgLTAuMDYzOTg0NCAwLjQxOTA0NyAtMC4wNjM5ODQ0IDAuMTc5NTkyIDAuMTkxOTUzQy0wLjA1OTg2MzggMC40NDc4OTEgLTAuMDU5ODYzOCAwLjg2NDE2OCAwLjE3OTU5MiAxLjEzNTk3TDQuNTUwNzkgNS44MDgwNUM0LjgwNTEgNi4wNjM5OCA1LjE5NDU1IDYuMDYzOTggNS40MzQwMSA1LjgwODA1WiIgaWQ9IlBhdGgiIGZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSIgLz4NCiAgPC9nPg0KPC9zdmc+");
}
.select__outer .SumoSelect > .optWrapper > .options {
  max-height: 150px;
}
.select__outer .SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 15px;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
}
.select__outer .SumoSelect > .optWrapper > .options li.opt label {
  font-size: inherit;
}

#inicio > div.main-outercon > div > div > div > div.row > div > div > div > h2 {
  margin: 0.5em 0;
}

#login-form input[type=text],
#login-form input[type=password] {
  background: #ededed;
  color: #303030;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  box-shadow: none;
  height: 38px;
  padding: 10px 35px 10px 17px;
  margin: 0 0 10px;
}
#login-form input[type=text]::placeholder,
#login-form input[type=password]::placeholder {
  color: #303030;
}
#login-form #enviar {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 33px 12px;
  background: #e2bf47;
  text-decoration: none;
  font-size: 16px;
  font-family: "titillium-regular", sans-serif;
  color: #fff;
  border-radius: 5px;
}
#login-form #enviar:focus, #login-form #enviar:active, #login-form #enviar:hover {
  background: #c9a93e;
  text-decoration: none;
  color: #fff;
}

.see-more-link {
  position: absolute;
  color: #fff;
  top: calc(50% - 50px);
  left: calc(50% - 100px);
  opacity: 0;
  text-align: center;
  background: rgba(30, 28, 28, 0.3);
  line-height: 100px;
  z-index: 998;
  width: 200px;
  height: 100px;
  transition: opacity 0.8s ease-in-out;
}
.see-more-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

#localidades .list-outer-block.grid-list-view h1,
#localidades .list-outer-block.grid-list-view h2,
#costas .list-outer-block.grid-list-view h1,
#costas .list-outer-block.grid-list-view h2 {
  font-family: "titillium-regular", sans-serif;
  line-height: 26px;
  color: #373633;
  text-align: left;
  margin: 0.5em 0 0.75em;
}
#localidades .list-outer-block.grid-list-view h1,
#costas .list-outer-block.grid-list-view h1 {
  font-size: 24px;
  font-size: 1.5em;
  font-size: 1.5rem;
}
#localidades .list-outer-block.grid-list-view h2,
#costas .list-outer-block.grid-list-view h2 {
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem;
}

#localidades .locations-title-block {
  margin-bottom: 2.5em;
  position: relative;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
}
#localidades .locations-title-block p {
  font-size: inherit;
}
#localidades .locations-title-block:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 1.875rem);
  position: absolute;
  left: 0.9375rem;
  bottom: 0;
  background-color: #b9b9b7;
}
#localidades .locations-title-block .main-btn {
  margin-bottom: 1em;
  padding: 8px 22px;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
}
#localidades .locations-subtitle-block h2#locations-subtitle {
  margin: 0 0 1em;
}

form input.invalid {
  border: 1px solid #8b1212 !important;
}

#app .area-left > .top-content {
  margin-bottom: 2.5em;
}
#app .area-left > .top-content h1 {
  font-size: 32px;
  font-size: 2em;
  font-size: 2rem;
  margin: 1.5em 0 0.5em;
  font-family: "titillium-regular", sans-serif;
}
#app .area-left > .top-content ul li {
  margin: 0.5em 0;
}
#app .area-left > .top-content ul li a {
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
}
#app .area-left > .top-content ul li a:hover {
  color: #dfb31f;
}

.properties404-grid {
  margin: 2em 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.properties404-grid .properties404-block h3 {
  font-size: 24px;
  font-size: 1.5em;
  font-size: 1.5rem;
  margin: 0 0 0.5em;
}
.properties404-grid .properties404-block ul li {
  margin: 0.25em 0;
  padding: 0.25em 0 0.25em 1em;
  position: relative;
}
.properties404-grid .properties404-block ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  left: -0.5em;
  top: 2px;
  background: transparent url("../images/svg/caret_right.svg") center center no-repeat;
}
.properties404-grid .properties404-block ul li a {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: rgb(104.55, 104.55, 104.55);
}
@media screen and (max-width: 37.4375em) {
  .properties404-grid {
    grid-template-columns: 1fr;
  }
}

ul#grid-list-404 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2.5em 0 5em;
  width: 100%;
}
ul#grid-list-404 > li {
  width: 30.77%;
  margin: 0 2.56% 25px 0;
  background: #fff;
}
ul#grid-list-404 > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 37.4375em) {
  ul#grid-list-404 > li {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  ul#grid-list-404 > li {
    width: 47%;
  }
}
ul#grid-list-404 > li .list-view-content {
  display: none;
}

form .is-invalid-input {
  border: 1px solid #cc4b37 !important;
  background-color: #f9ecea !important;
}
form .is-invalid-label:before {
  border: 1px solid #cc4b37 !important;
  background-color: #f9ecea !important;
}

.checkbox-outer input[type=checkbox] {
  display: none;
}
.checkbox-outer label {
  padding: 0 0 0 22px !important;
  position: relative;
}
.checkbox-outer label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(191.75, 191.75, 191.75);
  background: #e6e6e6;
  left: 0;
  top: 2px;
}
.checkbox-outer input[type=checkbox]:checked + label:before {
  background: #dfb31f url("../images/svg/tick_white.svg") center center no-repeat;
  border: 1px solid rgb(200.6122047244, 161.0295275591, 27.8877952756) !important;
}

/*--- header style ---*/
.main-outercon {
  overflow: hidden;
  position: relative;
}

.header-container {
  width: 100%;
  float: left;
  padding: 0 58px;
  background: white;
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .header-container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .header-container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    padding: 0;
  }
}

.header-section {
  width: 100%;
  float: left;
  padding: 8px 0 10px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header-section {
    padding: 8px 0 7px;
  }
}
@media screen and (max-width: 47.9375em) {
  .header-section {
    background: white;
    padding: 10px 0;
    z-index: 9000;
    position: relative;
  }
}

.logo {
  width: 218px;
  float: left;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .logo {
    width: 190px;
  }
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .logo {
    width: 170px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .logo {
    width: 48px;
    margin: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .logo {
    width: 170px;
    padding: 0 0 0 15px;
  }
}
.logo a {
  width: 100%;
  float: left;
}
.logo a img {
  float: left;
}

.tagline {
  width: auto;
  float: left;
  padding: 16px 0 0 11px;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .tagline {
    padding: 15px 0 0 3px;
  }
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .tagline {
    width: 100%;
    padding: 3px 0 0 0px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .tagline {
    display: none;
  }
}
@media screen and (max-width: 74.9375em) {
  .tagline {
    display: none;
  }
}
.tagline p {
  width: 100%;
  float: left;
  font-family: "titillium-regular", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: rgb(104.55, 104.55, 104.55);
  margin: 0;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .tagline p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .tagline p {
    font-size: 13px;
    line-height: 15px;
  }
}

.header-links {
  width: 100%;
  float: left;
  padding: 11px 0 0;
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .header-links {
    padding: 16px 0 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header-links {
    padding: 11px 0 0;
  }
}

.language-switcher {
  float: right;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .language-switcher {
    margin: 18px 16px 35px;
  }
}
.language-switcher a.lang {
  width: 100%;
  float: left;
  background: white;
  height: 22px;
  border-left: 1px solid #dbdbd9;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
  .language-switcher a.lang {
    background: none;
    border: none;
    text-align: center;
  }
}
.language-switcher a.lang:before {
  width: 10px;
  height: 6px;
  position: absolute;
  top: 9px;
  right: -15px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICB4PSIwcHgiCiAgIHk9IjBweCIKICAgdmlld0JveD0iMCAwIDEwIDUuODkyODgiCiAgIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlkPSJzdmc0IgogICBzb2RpcG9kaTpkb2NuYW1lPSJjYXJldF9kb3duLnN2ZyIKICAgd2lkdGg9IjEwIgogICBoZWlnaHQ9IjUuODkyODgiCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMC4yIChlODZjODcwODc5LCAyMDIxLTAxLTE1LCBjdXN0b20pIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExMCI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgICBpZD0iZGVmczgiIC8+PHNvZGlwb2RpOm5hbWVkdmlldwogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxIgogICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiCiAgICAgZ3JpZHRvbGVyYW5jZT0iMTAiCiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciCiAgICAgaWQ9Im5hbWVkdmlldzYiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGZpdC1tYXJnaW4tdG9wPSIwIgogICAgIGZpdC1tYXJnaW4tbGVmdD0iMCIKICAgICBmaXQtbWFyZ2luLXJpZ2h0PSIwIgogICAgIGZpdC1tYXJnaW4tYm90dG9tPSIwIgogICAgIGlua3NjYXBlOnpvb209IjIuMzYiCiAgICAgaW5rc2NhcGU6Y3g9Ii00OS40Mjc5NjkiCiAgICAgaW5rc2NhcGU6Y3k9Ii0xMi44MzUwMDkiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9InN2ZzQiCiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtcm90YXRpb249IjAiIC8+PHBhdGgKICAgICBkPSJtIDAuNjE1MTIwNjcsMC42MTUyMTk1NCBjIC0wLjA3NjgxMjksMC4wNzY4MTIzIC0wLjExNTEyMDcsMC4xNzcxOTkyIC0wLjExNTEyMDcsMC4yNzc3ODI3NSAwLDAuMTAwNTgzNTQgMC4wMzgzMDczLDAuMjAwOTcwMzEgMC4xMTUxMjA3LDAuMjc3NzgyNzEgTCA0LjcyMjMzOTksNS4yNzc4MDggYyAwLjE1MzQyODUsMC4xNTM0MjkgMC40MDIxMzcsMC4xNTM0MjkgMC41NTU1NjYsMCBMIDkuMzg0OTI4NiwxLjE3MDc4NSBjIDAuMTUzNDI4NiwtMC4xNTM0Mjg1IDAuMTUzNDI4NiwtMC40MDIxMzY5NCAwLC0wLjU1NTU2NTQ3IC0wLjE1MzQyOSwtMC4xNTM0MjkwOCAtMC40MDIxMzY5LC0wLjE1MzQyOTA4IC0wLjU1NTU2NiwwIEwgNS4wMDAxMjI3LDQuNDQ0NDU5MiAxLjE3MDg4MzQsMC42MTUyMTk1NCBjIC0wLjE1MzYyNjMsLTAuMTUzNjI1NzggLTAuNDAyMTM4MDQsLTAuMTUzNjI1NzggLTAuNTU1NzYyNzMsMCB6IgogICAgIGlkPSJwYXRoMiIKICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjAuMTk2NDUyIiAvPjwvc3ZnPgo=) !important;
  background-size: 10px 6x;
  background-repeat: no-repeat;
}
@media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .language-switcher a.lang:before {
    content: none;
  }
}
.language-switcher a.lang > img {
  width: 32px;
  height: 23px;
  display: block;
}
.language-switcher > ul {
  background: white;
  left: 50%;
  margin-right: -50%;
  transform: translatex(-50%);
  width: 42px;
  height: auto;
  position: absolute;
  top: 30px;
  z-index: 500;
  margin: 0;
  padding: 5px 0;
}
.language-switcher > ul li {
  padding: 0 5px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-switcher > ul li:last-of-type {
  padding-bottom: 0;
}
.language-switcher > ul li a {
  display: inherit;
  width: 32px;
  height: 23px;
  overflow: hidden;
}
.language-switcher > ul li a img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center center;
}

.main-menu {
  width: 90%;
  float: right;
  padding: 0 20px 0 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .main-menu {
    width: 88%;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu {
    width: 100%;
    padding: 25px 0;
  }
}
.main-menu ul {
  width: auto;
  float: right;
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul {
    width: 100%;
  }
}
.main-menu ul li {
  width: auto;
  position: relative;
  float: left;
  margin: 0 0 0 33px;
}
.main-menu ul li:first-child {
  margin: 0;
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .main-menu ul li {
    margin: 0 0 0 22px;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e4cc7a;
  }
}
.main-menu ul li a {
  width: 100%;
  float: left;
  font-family: "titillium-regular", sans-serif;
  font-size: 16px;
  color: #373633;
  padding: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .main-menu ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li a {
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 12px 0 14px;
  }
}
.main-menu ul li.current-page a, .main-menu ul li:hover a, .main-menu ul li:hover ul li:hover a {
  color: #a4a4a4;
  text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li.current-page a, .main-menu ul li:hover a, .main-menu ul li:hover ul li:hover a {
    color: #000000;
  }
}
.main-menu ul li:hover ul li a {
  color: #373633;
}
.main-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li:hover ul {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li:hover ul li a {
    color: white;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li:hover ul li:hover a {
    color: #000000;
  }
}
@media screen and (max-width: 37.5em) {
  .main-menu ul li.favoritos {
    display: none;
  }
}
.main-menu ul li.favoritos a {
  padding: 0 0 0 22px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .main-menu ul li.favoritos a {
    font-size: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .main-menu ul li.favoritos a {
    font-size: 0;
  }
}
.main-menu ul li.favoritos a:before {
  width: 17px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc0IDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3NCA2NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0VDM0YzRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUuNCw5NTcuOGMtNy4xLDcuMy03LjEsMTksMCwyNi4zbDMxLjYsMzIuM2MxMC42LTEwLjcsMjEuMS0yMS41LDMxLjctMzIuMmM3LjEtNy4zLDcuMS0xOSwwLTI2LjMNCgkJYy03LjEtNy4zLTE4LjctNy4zLTI1LjgsMGwtNS44LDUuOWwtNS45LTZDMjQsOTUwLjUsMTIuNSw5NTAuNSw1LjQsOTU3Ljh6Ii8+DQo8L2c+DQo8L3N2Zz4=) !important;
  background-size: 17px 15px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .main-menu ul li.favoritos a:before {
    width: 24px;
    height: 20px;
    background-size: 24px 20px;
    top: -1px;
    left: -7px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .main-menu ul li.favoritos a:before {
    width: 24px;
    height: 20px;
    background-size: 24px 20px;
    top: -1px;
    left: -7px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .main-menu ul li.favoritos.register {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .main-menu ul li.favoritos.register {
    display: none;
  }
}
.main-menu ul li.favoritos.register a {
  padding: 0 31px 0 0;
}
.main-menu ul li.favoritos.register a:before {
  width: 20px;
  height: 19px;
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgwIDc0LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwIDc0LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNCOUI5Qjc7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNCwyOS40YzAsMCwyLjYsNyw0LjQsOS42YzEuMSwxLjYsMi42LDQuNCw4LjcsNC40YzYuMSwwLDcuNi0yLjcsOC43LTQuNGMxLjctMi42LDQuNC05LjYsNC40LTkuNg0KCWMxLDAsMS43LTAuOCwxLjctMS43di0zLjVjMC0xLTAuOC0xLjctMS43LTEuN3YtMi42YzAtNi4xLTMuNS0xMS4zLTEzLjEtMTEuM0MxNy41LDguNCwxNCwxMy43LDE0LDE5Ljh2Mi42Yy0wLjksMC0xLjcsMC44LTEuNywxLjcNCgl2My41QzEyLjIsMjguNiwxMywyOS40LDE0LDI5LjR6IE01NC4xLDU5LjdjLTEtOS41LTgtMTQuMy0xNy40LTE2LjFjLTEuNiwxLjctNC4yLDMuNS05LjYsMy41Yy01LjQsMC04LTEuOC05LjYtMy41DQoJQzguMSw0NS40LDEuMSw1MC4yLDAuMSw1OS43YzAsMC4zLTAuMSwzLTAuMSw0LjVsMCwwbDAsMS4zYzcuNSw1LjcsMTYuNSw4LjgsMjcuMSw4LjhjMTAuNCwwLDE5LjctMy4yLDI3LjEtOC44di0zaDANCglDNTQuMSw2MS4zLDU0LjEsNTkuOSw1NC4xLDU5Ljd6IE02Ny4xLDEyLjlWMGgtNC45djEyLjlINDkuM3Y0LjloMTIuOXYxMi45aDQuOVYxNy44SDgwdi00LjlINjcuMXoiLz4NCjwvc3ZnPg==) !important;
  background-size: 20px 19px;
  background-repeat: no-repeat;
}
.main-menu ul li.favoritos .arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 100;
}
.main-menu ul li.favoritos .arrow:before {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIyLjIgNDIuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIuMiA0Mi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMywwTDAsMi42bDE2LjgsMTguN0wwLDQwbDMsMi42bDE4LTIwbDEuMi0xLjNMMjEsMjBMMywweiIvPg0KPC9zdmc+") !important;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
}
.main-menu ul li.favoritos .arrow.arrow-active:before {
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQyLjYgMjIuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDIuNiAyMi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDIuNiwzTDQwLDBMMjEuMywxNi44TDIuNiwwTDAsM2wyMCwxOGwxLjMsMS4ybDEuMy0xLjJMNDIuNiwzeiIvPg0KPC9zdmc+) !important;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  position: absolute;
  right: 7px;
  top: 7px;
}
.main-menu ul li.favoritos ul {
  width: 150px;
  position: absolute;
  left: -10px;
  top: 30px;
  background: white;
  padding: 7px 0;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li.favoritos ul {
    width: 100%;
    background: none;
    box-shadow: none;
    position: inherit;
    left: inherit;
    top: inherit;
    border-top: 1px solid #e4cc7a;
    padding: 0;
  }
}
.main-menu ul li.favoritos ul li {
  width: 100%;
  float: left;
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li.favoritos ul li {
    border-bottom: 1px solid #e4cc7a;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li.favoritos ul li:last-child {
    border: none;
  }
}
.main-menu ul li.favoritos ul li a {
  width: 100%;
  float: left;
  padding: 2px 10px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .main-menu ul li.favoritos ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu ul li.favoritos ul li a {
    font-size: 16px;
    padding: 7px 0;
  }
}

.favourite-link {
  width: 35px;
  float: right;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 47.9375em) {
  .favourite-link {
    margin: 0;
  }
}
.favourite-link a {
  width: 35px;
  height: 35px;
  float: left;
  position: relative;
}
.favourite-link a:after {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc0IDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3NCA2NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0VDM0YzRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUuNCw5NTcuOGMtNy4xLDcuMy03LjEsMTksMCwyNi4zbDMxLjYsMzIuM2MxMC42LTEwLjcsMjEuMS0yMS41LDMxLjctMzIuMmM3LjEtNy4zLDcuMS0xOSwwLTI2LjMNCgkJYy03LjEtNy4zLTE4LjctNy4zLTI1LjgsMGwtNS44LDUuOWwtNS45LTZDMjQsOTUwLjUsMTIuNSw5NTAuNSw1LjQsOTU3Ljh6Ii8+DQo8L2c+DQo8L3N2Zz4=) !important;
  background-size: 24px 20px;
  background-repeat: no-repeat;
}

.off-canvas-wrapper-inner {
  width: 100%;
  float: left;
}

.off-canvas-content {
  box-shadow: none;
}

.off-canvas-wrapper-inner .is-open-left {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

@media screen and (max-width: 47.9375em) {
  .off-canvas.position-top {
    top: 0;
    -ms-transform: translate(0, -1000px);
    -webkit-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
  }
}

.off-canvas.position-top.is-open {
  width: 100%;
  height: 90%;
  top: 0;
  right: 0 !important;
  left: inherit !important;
  overflow: auto;
}
@media print, screen and (min-width: 64em) {
  .off-canvas.position-top.is-open {
    top: 0;
    -ms-transform: translate(0, -1000px);
    -webkit-transform: translate(0, -1000px);
    -o-transform: translate(0, -1000px);
    -ms-transform: translate(0, -1000px);
    transform: translate(0, -1000px);
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .off-canvas.position-top.is-open {
    top: 55px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.position-top {
  width: 100%;
  right: 0;
  left: inherit;
  position: fixed;
  z-index: 1000 !important;
  padding-bottom: 10px;
  background: #e2bf47;
  -moz-transform: translateY(-1000px);
  -webkit-transform: translateY(-1000px);
  -o-transform: translateY(-1000px);
  -ms-transform: translateY(-1000px);
  transform: translateY(-1000px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.is-visible {
  display: none !important;
}
@media screen and (max-width: 74.9375em) {
  .is-visible {
    display: block !important;
  }
}

.position-top.is-transition-push:after {
  box-shadow: none;
}

@media screen and (max-width: 47.9375em) {
  .js-off-canvas-overlay {
    z-index: 101;
  }
}

@media screen and (max-width: 47.9375em) {
  .js-off-canvas-overlay.is-overlay-fixed {
    left: 0;
    z-index: 999;
  }
}

.menu-icon-outer {
  height: 55px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  -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;
}
.menu-icon-outer .menu-icons {
  width: 55px;
  height: 55px;
  position: relative;
  cursor: pointer;
  outline: none !important;
}
.menu-icon-outer .menu-icons:before {
  width: 21px;
  height: 15px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+QjZGODM5OTctNjU1Mi00QjRCLUIxMEMtNENCODY4RENDMjY4PC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJIb21lLS0tcGhvbmUtMzgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM2LjAwMDAwMCwgLTE0LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJucF9tZW51XzkzMzMxMl8wMDAwMDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzNi4wMDAwMDAsIDE0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuNzE0Mjg1NzEsMCBDMC43Njc4NTcxNDMsMCAwLDAuNzkwNDQxMTc2IDAsMS43NjQ3MDU4OCBDMCwyLjczODk3MDU5IDAuNzY3ODU3MTQzLDMuNTI5NDExNzYgMS43MTQyODU3MSwzLjUyOTQxMTc2IEwyMi4yODU3MTQzLDMuNTI5NDExNzYgQzIzLjIzMjE0MjksMy41Mjk0MTE3NiAyNCwyLjczODk3MDU5IDI0LDEuNzY0NzA1ODggQzI0LDAuNzkwNDQxMTc2IDIzLjIzMjE0MjksMCAyMi4yODU3MTQzLDAgTDEuNzE0Mjg1NzEsMCBaIE0xLjcxNDI4NTcxLDguMjM1Mjk0MTIgQzAuNzY3ODU3MTQzLDguMjM1Mjk0MTIgMCw5LjAyNTczNTI5IDAsMTAgQzAsMTAuOTc0MjY0NyAwLjc2Nzg1NzE0MywxMS43NjQ3MDU5IDEuNzE0Mjg1NzEsMTEuNzY0NzA1OSBMMjIuMjg1NzE0MywxMS43NjQ3MDU5IEMyMy4yMzIxNDI5LDExLjc2NDcwNTkgMjQsMTAuOTc0MjY0NyAyNCwxMCBDMjQsOS4wMjU3MzUyOSAyMy4yMzIxNDI5LDguMjM1Mjk0MTIgMjIuMjg1NzE0Myw4LjIzNTI5NDEyIEwxLjcxNDI4NTcxLDguMjM1Mjk0MTIgWiBNMS43MTQyODU3MSwxNi40NzA1ODgyIEMwLjc2Nzg1NzE0MywxNi40NzA1ODgyIDAsMTcuMjYxMDI5NCAwLDE4LjIzNTI5NDEgQzAsMTkuMjA5NTU4OCAwLjc2Nzg1NzE0MywyMCAxLjcxNDI4NTcxLDIwIEwyMi4yODU3MTQzLDIwIEMyMy4yMzIxNDI5LDIwIDI0LDE5LjIwOTU1ODggMjQsMTguMjM1Mjk0MSBDMjQsMTcuMjYxMDI5NCAyMy4yMzIxNDI5LDE2LjQ3MDU4ODIgMjIuMjg1NzE0MywxNi40NzA1ODgyIEwxLjcxNDI4NTcxLDE2LjQ3MDU4ODIgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-size: 21px 15px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-icons.active:before {
  width: 22px;
  height: 22px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJ0aW1lcyIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXRpbWVzIGZhLXctMTEiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzUyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMjQyLjcyIDI1NmwxMDAuMDctMTAwLjA3YzEyLjI4LTEyLjI4IDEyLjI4LTMyLjE5IDAtNDQuNDhsLTIyLjI0LTIyLjI0Yy0xMi4yOC0xMi4yOC0zMi4xOS0xMi4yOC00NC40OCAwTDE3NiAxODkuMjggNzUuOTMgODkuMjFjLTEyLjI4LTEyLjI4LTMyLjE5LTEyLjI4LTQ0LjQ4IDBMOS4yMSAxMTEuNDVjLTEyLjI4IDEyLjI4LTEyLjI4IDMyLjE5IDAgNDQuNDhMMTA5LjI4IDI1NiA5LjIxIDM1Ni4wN2MtMTIuMjggMTIuMjgtMTIuMjggMzIuMTkgMCA0NC40OGwyMi4yNCAyMi4yNGMxMi4yOCAxMi4yOCAzMi4yIDEyLjI4IDQ0LjQ4IDBMMTc2IDMyMi43MmwxMDAuMDcgMTAwLjA3YzEyLjI4IDEyLjI4IDMyLjIgMTIuMjggNDQuNDggMGwyMi4yNC0yMi4yNGMxMi4yOC0xMi4yOCAxMi4yOC0zMi4xOSAwLTQ0LjQ4TDI0Mi43MiAyNTZ6Ij48L3BhdGg+PC9zdmc+) !important;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-off-canvas-menu {
  width: 100%;
  float: left;
}

.mobile-content {
  width: 100%;
  float: left;
  padding: 0 25px;
}

@media screen and (max-width: 37.4375em) {
  .language-switcher {
    margin: 11px 75px 0 0;
  }
  .language-switcher a.lang > img {
    width: 24px;
    height: 16px;
  }
  .language-switcher a.lang::before {
    content: none;
  }
  .language-switcher ul {
    width: 34px;
  }
  .language-switcher ul li a {
    width: 24px;
    height: 16px;
  }
}
/*--- homepage style ---*/
.content-container {
  width: 100%;
  float: left;
}
@media screen and (max-width: 47.9375em) {
  .content-container {
    margin: 55px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .content-container {
    margin-top: 55px;
  }
}

.main-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.image-grid-block {
  width: 100%;
  float: left;
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block {
    padding: 0 14px;
  }
}
@media screen and (max-width: 29.9375em) {
  .image-grid-block {
    padding: 0 8px;
  }
}
.image-grid-block h3 {
  text-align: center;
  margin-bottom: 33px;
  margin-top: 28px;
  font-family: "titillium-semibold", sans-serif;
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block h3 {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
.image-grid-block .image-grid {
  overflow: hidden;
  float: left;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-radius: 6px;
}
.image-grid-block .image-grid > span {
  height: 263px;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  position: relative;
  height: 280px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .image-grid-block .image-grid > span {
    height: 230px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-grid-block .image-grid > span {
    height: 196px;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .image-grid > span {
    height: 317px;
  }
}
@media screen and (max-width: 29.9375em) {
  .image-grid-block .image-grid > span {
    height: 200px;
  }
}
.image-grid-block .image-grid:hover > span {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image-grid-block .image-grid .image-grid-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/grid-shadow.png) no-repeat bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.image-grid-block .image-grid .image-grid-overlay .image-grid-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: white;
  text-align: center;
}
.image-grid-block .image-grid .image-grid-overlay .image-grid-content > span {
  color: white;
  display: block;
  font-family: "titillium-bold", sans-serif;
  font-size: 21px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 6px;
}
.image-grid-block .image-grid .image-grid-overlay .image-grid-content > span:before {
  width: 62.1621621622%;
  height: 1px;
  background: white;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .image-grid-block .image-grid .image-grid-overlay .image-grid-content > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-grid-block .image-grid .image-grid-overlay .image-grid-content > span {
    font-size: 20px;
    padding-bottom: 14px;
    margin-bottom: 7px;
  }
}
.image-grid-block .image-grid .image-grid-overlay .image-grid-content h4 {
  display: block;
  color: white;
  font-size: 18px;
  font-family: "titillium-regular", sans-serif;
  margin-bottom: 21px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .image-grid-block .image-grid .image-grid-overlay .image-grid-content h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-grid-block .image-grid .image-grid-overlay .image-grid-content h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 19px;
  }
}
.image-grid-block.three-col .image-grid {
  display: inline-block;
  width: 31.62%;
  margin-right: 2.57%;
}
.image-grid-block.three-col .image-grid:nth-of-type(3n + 3) {
  margin-right: 0;
}
.image-grid-block.three-col .image-grid:nth-of-type(3n + 1) {
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block.three-col .image-grid:nth-of-type(3n + 1) {
    clear: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block.three-col .image-grid {
    margin-right: 0;
  }
}
.image-grid-block.three-col .content-block {
  border-bottom: 1px solid #e6e6e6;
}
.image-grid-block.three-col .small-text p {
  font-size: 13px;
}
.image-grid-block.two-col h3 {
  margin-top: 32px;
  margin-bottom: 39px;
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block.two-col h3 {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.image-grid-block.two-col .content-block {
  margin-top: 1px;
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block.two-col .content-block {
    margin-top: 13px;
    margin-bottom: 5px;
  }
}
.image-grid-block.two-col .content-block p {
  margin-bottom: 28px;
  font-size: 13px;
}
.image-grid-block.two-col .content-block .first {
  padding-left: 0;
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block.two-col .content-block .first {
    width: 100% !important;
    padding: 0;
  }
}
.image-grid-block.two-col .content-block .last {
  padding-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block.two-col .content-block .last {
    width: 100% !important;
    padding: 0;
  }
}
.image-grid-block .content-block {
  float: left;
  width: 100%;
  margin-top: 23px;
  padding-bottom: 4px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .image-grid-block .content-block {
    padding: 0 29px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-grid-block .content-block {
    padding: 0 29px;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .content-block {
    padding: 0 14px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 29.9375em) {
  .image-grid-block .content-block {
    padding: 0 8px;
  }
}
.image-grid-block .image-grid-multiple {
  float: left;
  width: 48.7179487179%;
  margin-right: 2.5641025641%;
}
.image-grid-block .image-grid-multiple:nth-of-type(2n + 2) {
  margin-right: 0;
}
.image-grid-block .image-grid-multiple:nth-of-type(2n + 1) {
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .image-grid-multiple:nth-of-type(2n + 1) {
    clear: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .image-grid-multiple {
    margin-right: 0;
  }
}
.image-grid-block .image-grid-multiple .image-grid {
  display: inline-block;
  width: 47.3684210526%;
  margin-right: 5.2631578947%;
  margin-bottom: 23px;
}
.image-grid-block .image-grid-multiple .image-grid > span {
  height: 204px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-grid-block .image-grid-multiple .image-grid > span {
    height: 144px;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .image-grid-multiple .image-grid > span {
    height: 144px;
  }
}
@media screen and (max-width: 29.9375em) {
  .image-grid-block .image-grid-multiple .image-grid > span {
    height: 120px;
  }
}
.image-grid-block .image-grid-multiple .image-grid:nth-of-type(2n + 2) {
  margin-right: 0;
}
.image-grid-block .image-grid-multiple .image-grid:nth-of-type(2n + 1) {
  clear: both;
}
.image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
  font-size: 36px;
  padding-bottom: 18px;
}
.image-grid-block .image-grid-multiple .image-grid .image-grid-content span:before {
  width: 85.1851851852%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
    font-size: 32px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
    font-size: 27px;
    padding-bottom: 14px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
    font-size: 41px;
    font-weight: 400;
  }
}
@media screen and (max-width: 29.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content span {
    font-size: 27px;
  }
}
.image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
  font-size: 16px;
  margin-bottom: 18px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
    font-size: 14px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 29.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 {
    font-size: 12px;
  }
}
.image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
  font-family: "titillium-bold", sans-serif;
  font-size: 18px;
  color: white;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
    font-size: 16px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 29.9375em) {
  .image-grid-block .image-grid-multiple .image-grid .image-grid-content h4 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .image-grid-block .slick-dots {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .image-grid-block .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid rgb(196.35, 196.35, 196.35);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 2px;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .image-grid-block .slick-dots li button {
    text-indent: -9999px;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-grid-block .slick-dots li.slick-active {
    border: 1px solid #e2bf47;
    background: #e2bf47;
  }
  .image-grid-block .slick-arrow {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 50px;
    cursor: pointer;
  }
  .image-grid-block .slick-arrow i {
    color: rgb(216.75, 216.75, 216.75);
  }
  .image-grid-block .slick-arrow:hover i {
    color: #e2bf47;
  }
  .image-grid-block .slick-arrow.slick-prev {
    left: -20px;
  }
  .image-grid-block .slick-arrow.slick-next {
    right: -20px;
  }
  .image-grid-block .slide-nav1 {
    margin-top: 20px;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .image-grid-block .slide-nav1 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 37.4375em) {
  .image-grid-block.three-col {
    padding: 0;
  }
  .image-grid-block.three-col .image-grid-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 16px;
  }
  .image-grid-block.three-col .image-grid-block .image-grid {
    width: 100%;
    height: 162px;
    min-height: auto;
    margin: 0;
  }
  .image-grid-block.three-col .image-grid-block .image-grid .image-grid-overlay .image-grid-content > span {
    margin: 0;
  }
  .image-grid-block.three-col .image-grid-block .image-grid .image-grid-overlay .image-grid-content > span::before {
    content: none;
  }
  .image-grid-block.three-col .image-grid-block .image-grid .image-grid-overlay .image-grid-content h4 {
    display: none;
  }
}

.news {
  background-color: white;
  margin: 0 0 27px;
}
.news .news--title {
  text-align: center;
  font-size: 26px;
  font-size: 1.625em;
  font-size: 1.625rem;
  font-family: "titillium-semibold", sans-serif;
  margin: 27px 0;
  color: #363636;
}
.news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 20px;
  border-bottom: 1px solid #ecebf1;
  padding: 0 0 60px;
}
.news__card {
  display: flex;
  align-items: center;
}
.news__card:hover {
  text-decoration: none;
}
.news__card__image {
  width: 96px;
  height: 96px;
  display: block;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 6px;
}
.news__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.news__card__right {
  width: calc(100% - 116px);
}
.news__card__right .news__card--title {
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  font-family: "titillium-semibold", sans-serif;
  color: #363636;
  margin: 0 0 0.5em;
}
.news__card__right .news__card--text {
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 21px;
  color: rgb(79.05, 79.05, 79.05);
}
@media screen and (max-width: 37.4375em) {
  .news__grid {
    grid-template-columns: 1fr;
  }
}

.medium-wrapper {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 47.9375em) {
  .medium-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 29.9375em) {
  .medium-wrapper {
    padding: 0;
  }
}

.red-btn {
  background: #b22222;
  color: white;
  text-transform: uppercase;
}
.red-btn:hover {
  background: #e2bf47;
}

.dark-block {
  float: left;
  width: 100%;
  background: #192f37;
  padding: 73px 0;
}
@media screen and (max-width: 47.9375em) {
  .dark-block {
    padding: 25px 0 20px;
  }
}
.dark-block .text-block {
  float: left;
  width: 60%;
  margin-right: 13%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .dark-block .text-block {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .dark-block .text-block {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .dark-block .text-block {
    padding: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .dark-block .text-block .text-block-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.dark-block .text-block h3 {
  color: #ebebeb;
  font-size: 24px;
  font-size: 1.5em;
  font-size: 1.5rem;
  margin-bottom: 28px;
  line-height: 26px;
  font-family: "titillium-bold", sans-serif;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .dark-block .text-block h3 {
    text-align: center;
  }
}
@media screen and (max-width: 29.9375em) {
  .dark-block .text-block h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.dark-block .text-block p {
  color: #e0e0e0;
  font-size: 17px;
  line-height: 28px;
}
@media screen and (max-width: 47.9375em) {
  .dark-block .text-block p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}
.dark-block .text-block p strong {
  color: #e0e0e0;
}
.dark-block .map-block {
  float: left;
  width: 34.8974358974%;
  padding: 0 30px;
  margin-top: 60px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .dark-block .map-block {
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .dark-block .map-block {
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
  }
}
@media screen and (max-width: 29.9375em) {
  .dark-block .map-block {
    padding: 0;
  }
}
.dark-block .map-block .map-image {
  position: relative;
  max-width: 317px;
}
@media screen and (max-width: 47.9375em) {
  .dark-block .map-block .map-image {
    display: inline-block;
  }
}
.dark-block .map-block .map-tooltip {
  position: absolute;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .dark-block .map-block .map-tooltip {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .dark-block .map-block .map-tooltip {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .dark-block .map-block .map-tooltip {
    display: none;
  }
}
.dark-block .map-block .map-tooltip.tooltip1 {
  right: 25px;
  top: 55px;
}
.dark-block .map-block .map-tooltip.tooltip2 {
  right: 70px;
  top: 80px;
}
.dark-block .map-block .map-tooltip.tooltip3 {
  right: 104px;
  top: 128px;
}
.dark-block .map-block .map-tooltip.tooltip4 {
  right: 105px;
  top: 160px;
}
.dark-block .map-block .map-tooltip.tooltip5 {
  right: 115px;
  bottom: 50px;
}
.dark-block .map-block .map-tooltip.tooltip6 {
  right: 145px;
  bottom: 27px;
}
.dark-block .map-block .map-tooltip.tooltip7 {
  right: 180px;
  bottom: 25px;
}
.dark-block .map-block .map-tooltip.tooltip8 {
  left: 100px;
  bottom: 18px;
}
.dark-block .map-block .map-tooltip.tooltip9 {
  left: 60px;
  bottom: 22px;
}
.dark-block .map-block .map-tooltip.tooltip10 {
  right: 28px;
  top: 124px;
}
.dark-block .map-block .map-tooltip.active {
  background: rgba(236, 63, 63, 0.8);
}
.dark-block .list-block {
  width: 25.7863247863%;
  float: left;
  margin-top: 60px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .dark-block .list-block {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .dark-block .list-block {
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 29.9375em) {
  .dark-block .list-block {
    padding: 0;
  }
}
.dark-block .list-block h6 {
  color: #e0e0e0;
  margin-bottom: 16px;
}
@media screen and (max-width: 47.9375em) {
  .dark-block .list-block h6 {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .dark-block .list-block ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 10px;
  }
}
.dark-block .list-block ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
  color: #e0e0e0;
}
.dark-block .list-block ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #e2bf47;
  font-size: 18px;
}
@media screen and (max-width: 47.9375em) {
  .dark-block .list-block ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 29.9375em) {
  .dark-block .list-block ul li {
    width: 100%;
  }
}
.dark-block .list-block ul li a {
  color: #e0e0e0;
  font-size: 16px;
  text-decoration: none;
  -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;
}
.dark-block .list-block ul li a:hover {
  color: #e2bf47;
}

.tooltipstered {
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(226, 191, 71, 0.6);
  display: block;
  cursor: pointer;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  background: white;
  color: #41413f;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box a {
  color: #41413f;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: white;
}

.tab-block {
  float: left;
  width: 100%;
  padding-top: 55px;
}
@media screen and (max-width: 47.9375em) {
  .tab-block {
    display: none;
  }
}
.tab-block .tabs {
  background: #f8f8f8;
  border: 0;
  border-bottom: 2px solid #eeeeef;
}
.tab-block .tabs-title > a:focus,
.tab-block .tabs-title > a[aria-selected=true] {
  background: white;
}
.tab-block .tabs-title {
  margin-bottom: -2px;
}
.tab-block .tabs-title a {
  text-transform: uppercase;
  color: #373633;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.tab-block .tabs-title.is-active {
  border: 2px solid #eeeeef;
  border-bottom: 0;
}
.tab-block .tabs-content {
  border: 2px solid #eeeeef;
  border-top: 0;
  float: left;
  width: 100%;
}
.tab-block .tabs-content .tabs-panel {
  float: left;
  width: 100%;
}
.tab-block .tabs-content .letters {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.tab-block .tabs-content .letters a {
  text-transform: uppercase;
  color: #dc9e27;
  font-size: 14px;
  font-weight: 900;
  padding-right: 25px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .tab-block .tabs-content .letters a {
    padding-right: 15px;
  }
}
.tab-block .tabs-content .first {
  padding-left: 0;
}
.tab-block .tabs-content .last {
  padding-right: 0;
}
.tab-block .tabs-content .list-content {
  float: left;
  width: 100%;
}
.tab-block .tabs-content .list-content ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .tab-block .tabs-content .list-content ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .tab-block .tabs-content .list-content ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.tab-block .tabs-content .list-content ul li {
  margin-bottom: 2px;
}
.tab-block .tabs-content .list-content ul li a {
  font-size: 14px;
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: underline;
}
.tab-block .tabs-content .list-content ul li a:hover {
  color: #6185ae;
}

.map-block #map-canvas {
  height: 680px;
  display: none;
}

.map-popup {
  float: left;
  width: 100%;
  max-width: 450px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.8);
  -moz-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.8);
}
.map-popup .image-left {
  float: left;
  width: 51%;
  padding-right: 8px;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .map-popup .image-left {
    width: 49%;
  }
}
@media screen and (max-width: 29.9375em) {
  .map-popup .image-left {
    width: 100%;
  }
}
.map-popup .image-left img {
  display: block;
  width: 100%;
}
.map-popup .image-left .ribbon-price {
  display: block;
  min-width: 160px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 20px 9px 23px;
  background: rgba(62, 60, 60, 0.9);
  font-size: 16px;
  color: white;
}
.map-popup .image-left .ribbon-price span {
  float: left;
  font-size: 14px;
  color: white;
  padding-right: 3px;
  padding-top: 3px;
}
.map-popup .content-right {
  float: left;
  width: 49%;
  padding-left: 4px;
  padding-top: 3px;
}
@media screen and (max-width: 47.9375em) {
  .map-popup .content-right {
    width: 51%;
  }
}
@media screen and (max-width: 29.9375em) {
  .map-popup .content-right {
    width: 100%;
  }
}
.map-popup .content-right h5 {
  font-size: 16px;
  line-height: 22px;
  color: rgb(30.6, 30.6, 30.6);
  font-weight: 700;
  padding-left: 25px;
}
@media screen and (max-width: 29.9375em) {
  .map-popup .content-right h5 {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .map-popup .content-right h5 {
    font-size: 14px;
    padding-left: 10px;
    line-height: 18px;
  }
}
.map-popup .content-right .icon-spec-block {
  padding: 6px 0 2px 10px;
  background: none;
  padding-left: 18px;
}
.map-popup .content-right .icon-spec-block ul li {
  width: 50%;
  padding: 0;
  min-height: 20px;
  float: left;
}
.map-popup .content-right .icon-spec-block ul li img {
  width: 28px;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.map-popup .content-right .icon-spec-block ul li span {
  display: inline-block;
  vertical-align: middle;
  color: rgb(61.2, 61.2, 61.2);
  font-size: 14px;
  padding-left: 5px;
  float: left;
  font-weight: 700;
  line-height: 26px;
}
.map-popup .content-right .icon-spec-block ul li span sup {
  color: rgb(61.2, 61.2, 61.2);
  font-size: 12px;
}
.map-popup .content-right .icon-spec-block ul li.home-icon img {
  width: 34px;
}
.map-popup .content-right .button.link-block {
  width: 100%;
  height: 38px;
  line-height: 36px;
  padding: 0;
  margin: 0px 0 0 0;
  background: #e2bf47;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}
.map-popup .content-right .button.link-block:hover {
  background: rgba(226, 191, 71, 0.8);
}

.location-slider-outer h3 {
  text-align: center;
  margin-bottom: 33px;
  margin-top: 28px;
  font-family: "titillium-semibold", sans-serif;
}
@media screen and (max-width: 47.9375em) {
  .location-slider-outer h3 {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
.location-slider-outer .location-slider {
  width: 100%;
  position: relative;
  margin-bottom: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 27px 19px;
}
.location-slider-outer .location-slider .image-grid {
  margin: 0 0.5% 23px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 6px;
}
.location-slider-outer .location-slider .image-grid > span {
  height: 263px;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  position: relative;
  height: 280px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .location-slider-outer .location-slider .image-grid > span {
    height: 230px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .location-slider-outer .location-slider .image-grid > span {
    height: 196px;
  }
}
@media screen and (max-width: 47.9375em) {
  .location-slider-outer .location-slider .image-grid > span {
    height: 317px;
  }
}
@media screen and (max-width: 29.9375em) {
  .location-slider-outer .location-slider .image-grid > span {
    height: 162px;
  }
}
.location-slider-outer .location-slider .image-grid > span img {
  height: 100%;
  object-fit: cover;
}
.location-slider-outer .location-slider .image-grid:hover > span {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.location-slider-outer .location-slider .image-grid .image-grid-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/grid-shadow.png) no-repeat bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: white;
  text-align: center;
}
.location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content > span {
  color: white;
  display: block;
  font-family: "titillium-bold", sans-serif;
  font-size: 21px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 6px;
}
.location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content > span:before {
  width: 62.1621621622%;
  height: 1px;
  background: white;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content > span {
    font-size: 20px;
    padding-bottom: 14px;
    margin-bottom: 7px;
  }
}
.location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content span {
  font-size: 36px;
  padding-bottom: 18px;
}
.location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content h4 {
  display: block;
  color: white;
  font-size: 18px;
  font-family: "titillium-regular", sans-serif;
  margin-bottom: 21px;
}
.location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content h4 span {
  font-family: "titillium-bold", sans-serif;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .location-slider-outer .location-slider .image-grid .image-grid-overlay .image-grid-content h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 48em) {
  .location-slider-outer .location-slider .image-grid {
    width: 46%;
    margin: 0 11.5px 23px;
  }
}
@media screen and (max-width: 48em) {
  .location-slider-outer .location-slider .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .location-slider-outer .location-slider .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid rgb(196.35, 196.35, 196.35);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 2px;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .location-slider-outer .location-slider .slick-dots li button {
    text-indent: -9999px;
  }
}
@media screen and (max-width: 48em) {
  .location-slider-outer .location-slider .slick-dots li.slick-active {
    border: 1px solid #e2bf47;
    background: #e2bf47;
  }
  .location-slider-outer .location-slider .slick-arrow {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 50px;
    cursor: pointer;
  }
  .location-slider-outer .location-slider .slick-arrow i {
    color: rgb(216.75, 216.75, 216.75);
  }
  .location-slider-outer .location-slider .slick-arrow:hover i {
    color: #e2bf47;
  }
  .location-slider-outer .location-slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .location-slider-outer .location-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 48em) {
  .location-slider-outer .location-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 16px;
  }
  .location-slider-outer .location-slider .image-grid {
    width: 100%;
    margin: 0;
  }
}
.location-slider-outer .content-block.small-text {
  width: 100%;
  margin-top: 23px;
  padding-bottom: 4px;
}
.location-slider-outer .content-block.small-text p {
  font-size: 13px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
}

#inicio > div.main-outercon > div > div > div > section > div.image-grid-block.three-col > div > div > div > div.image-grid-block > div:nth-child(2) > a > span {
  vertical-align: middle;
}

.image-grid-block.three-col .image-grid {
  min-height: 244px;
}
.image-grid-block.three-col .image-grid img {
  height: 244px;
  width: 100%;
  object-fit: cover;
  transition: all 500ms ease-out 0s;
}
.image-grid-block .image-grid-multiple {
  width: 48.7179487179% !important;
}

.propertytypes-outer-block .propertytypes-grid {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ecebf1;
}
.propertytypes-outer-block .propertytypes-grid .properties-block {
  width: calc((100% - 90px) / 3);
  display: flex;
}
.propertytypes-outer-block .propertytypes-grid .properties-block .properties-img {
  width: 156px;
  height: 156px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 20px 0 0;
}
.propertytypes-outer-block .propertytypes-grid .properties-block .properties-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.propertytypes-outer-block .propertytypes-grid .properties-block h3 {
  font-size: 22px;
  font-size: 1.375em;
  font-size: 1.375rem;
  font-family: "titillium-semibold", sans-serif;
  margin: 0.5em 0;
}
.propertytypes-outer-block .propertytypes-grid .properties-block ul {
  margin: 0 0 0 1.25em;
}
.propertytypes-outer-block .propertytypes-grid .properties-block ul li {
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #606060;
  margin: 0 0 7px;
}
.propertytypes-outer-block .propertytypes-grid .properties-block ul li a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  position: relative;
}
.propertytypes-outer-block .propertytypes-grid .properties-block ul li a:before {
  content: "";
  width: 8px;
  height: 18px;
  display: block;
  position: absolute;
  left: -1.12em;
  top: 4px;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnDQogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIg0KICAgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIg0KICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgIGhlaWdodD0iMjAuMzk0MDc5Ig0KICAgd2lkdGg9IjEyIg0KICAgaWQ9InN2ZzQiDQogICB4bWw6c3BhY2U9InByZXNlcnZlIg0KICAgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCINCiAgIHZpZXdCb3g9IjAgMCAxMiAyMC4zOTQwNzkiDQogICB5PSIwcHgiDQogICB4PSIwcHgiDQogICB2ZXJzaW9uPSIxLjEiPjxtZXRhZGF0YQ0KICAgICBpZD0ibWV0YWRhdGExMCI+PHJkZjpSREY+PGNjOldvcmsNCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQ0KICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZT48L2RjOnRpdGxlPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcw0KICAgICBpZD0iZGVmczgiIC8+PHBhdGgNCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtzdHJva2Utd2lkdGg6MC4yMTQzNjMxNztmaWxsLW9wYWNpdHk6MSINCiAgICAgaWQ9InBhdGgyIg0KICAgICBkPSJtIDMuNDU2MjMyNSwxNC45ODE3MDYgYyAwLjA4MzgxNiwwLjA4MzgyIDAuMTkzMzU1NiwwLjEyNTYxNyAwLjMwMzEwOTYsMC4xMjU2MTcgMC4xMDk3NTQsMCAwLjIxOTI5MzUsLTAuMDQxOCAwLjMwMzEwOTUsLTAuMTI1NjE3IGwgNC40ODE0NzY3LC00LjQ4MTY5MiBjIDAuMTY3NDE3NiwtMC4xNjc0MTcgMC4xNjc0MTc2LC0wLjQzODgwMSAwLC0wLjYwNjIxODUgTCA0LjA2MjQ1MTYsNS40MTIzMTkxIGMgLTAuMTY3NDE3NiwtMC4xNjc0MTc4IC0wLjQzODgwMTQsLTAuMTY3NDE3OCAtMC42MDYyMTkxLDAgLTAuMTY3NDE3NCwwLjE2NzQxNzcgLTAuMTY3NDE3NCwwLjQzODgwMTQgMCwwLjYwNjIxOTEgbCA0LjE3ODM2NzIsNC4xNzgzNjY4IC00LjE3ODM2NzIsNC4xNzgzNjcgYyAtMC4xNjc2MzE5LDAuMTY3NjMzIC0wLjE2NzYzMTksMC40Mzg4MDIgMCwwLjYwNjQzNCB6IiAvPjwvc3ZnPg==") center center no-repeat;
}
.propertytypes-outer-block .propertytypes-grid .properties-block ul li a:hover {
  color: #dfb31f;
}
@media screen and (max-width: 37.4375em) {
  .propertytypes-outer-block .propertytypes-grid {
    flex-wrap: wrap;
  }
  .propertytypes-outer-block .propertytypes-grid .properties-block {
    width: 100%;
    margin: 0 0 28px;
  }
  .propertytypes-outer-block .propertytypes-grid .properties-block:last-of-type {
    margin: 0;
  }
  .propertytypes-outer-block .propertytypes-grid .properties-block ul li {
    font-size: 16px;
    font-size: 1em;
    font-size: 1rem;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .propertytypes-outer-block .propertytypes-grid {
    flex-wrap: wrap;
  }
  .propertytypes-outer-block .propertytypes-grid .properties-block {
    width: calc((100% - 90px) / 2);
    margin-bottom: 28px;
  }
}

.sbHolder {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030;
  font-weight: 500;
  height: 46px;
  position: relative;
  width: 100%;
  border: none;
  background: #e6e6e6;
  border-radius: 0;
  margin-bottom: 10px;
}

.sbSelector {
  display: block;
  height: 46px;
  left: 0;
  line-height: 28px;
  outline: none;
  overflow: hidden;
  position: absolute;
  padding: 0.5em 1em;
  top: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030;
}
.sbSelector:focus {
  color: #303030;
  text-decoration: none;
}

.sbSelector:hover {
  color: #303030;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  display: block;
  height: 44px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 44px;
  z-index: 0;
}

.sbToggle:after {
  z-index: 99999;
  width: 40px;
  height: 46px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-image: url("../images/svg/caret_down.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 200ms ease-in;
}

.sbOptions {
  border: none;
  background: white;
  list-style: none;
  left: 0px;
  max-height: 320px !important;
  margin: -3px 0 0 0;
  padding: 0 0 7px 0;
  position: absolute;
  top: 109% !important;
  z-index: 1000;
  overflow-y: auto;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.1);
}

.sbOptions li {
  padding: 0px !important;
  background: none;
}

.sbOptions a {
  display: block;
  outline: none;
  padding: 5px 10px 3px;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030;
  line-height: 24px;
  text-decoration: none;
  font-family: "titillium-regular", sans-serif;
}

.sbOptions li a:hover {
  background: white;
  color: #303030;
}

.sbOptions li:first-child a {
  border: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #303030 !important;
  background-color: #e6e6e6 !important;
}

.sbOptions li.last a {
  border-bottom: none;
}

#anunciese .agent-page {
  width: 100%;
  float: left;
}
#anunciese .agent-page .breadcrumb-outer {
  background: #3e3c3c;
  padding: 19px 0 20px;
}
#anunciese .agent-page .breadcrumb-outer .breadcrumb-block ul li a {
  color: #a2a2a2;
}
#anunciese .agent-page .breadcrumb-outer .breadcrumb-block ul li a:hover {
  color: #dfb31f;
}
#anunciese .agent-page .breadcrumb-outer .breadcrumb-block ul li:before {
  width: 7px;
  height: 12px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0LjkgNDUuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQuOSA0NS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQTJBMUExO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC42LDQ1LjJDMSw0NS42LDEuNSw0NS44LDIsNDUuOHMxLTAuMiwxLjQtMC42bDIwLjktMjAuOWMwLjgtMC44LDAuOC0yLDAtMi44TDMuNCwwLjZjLTAuOC0wLjgtMi0wLjgtMi44LDANCglzLTAuOCwyLDAsMi44bDE5LjUsMTkuNUwwLjYsNDIuNEMtMC4yLDQzLjItMC4yLDQ0LjQsMC42LDQ1LjJ6Ii8+DQo8L3N2Zz4=) !important;
  background-size: 7px 12px;
  background-repeat: no-repeat;
}
#anunciese .advertise-outer-block .container,
#anunciese .benefits-outer-block .container,
#anunciese .contact-form-outer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#anunciese .advertise-outer-block .container .wide-block,
#anunciese .benefits-outer-block .container .wide-block,
#anunciese .contact-form-outer .container .wide-block {
  width: 100%;
}
#anunciese .advertise-outer-block .container .left-block,
#anunciese .advertise-outer-block .container .right-block,
#anunciese .benefits-outer-block .container .left-block,
#anunciese .benefits-outer-block .container .right-block,
#anunciese .contact-form-outer .container .left-block,
#anunciese .contact-form-outer .container .right-block {
  width: 50%;
}
#anunciese .advertise-outer-block {
  background-color: #f8c227;
  padding-bottom: 55px;
}
#anunciese .advertise-outer-block .wide-block {
  margin: 55px 0 45px;
}
#anunciese .advertise-outer-block .wide-block p {
  margin-bottom: 16px;
}
#anunciese .advertise-outer-block .wide-block p > b {
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem;
  color: #494545;
  font-weight: normal;
}
#anunciese .advertise-outer-block .wide-block h1 {
  font-size: 32px;
  font-size: 2em;
  font-size: 2rem;
  line-height: 1em;
  color: #302c2b;
}
#anunciese .advertise-outer-block .left-block {
  padding-right: 50px;
}
#anunciese .advertise-outer-block .right-block h3 {
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.25em;
}
#anunciese .advertise-outer-block .right-block p {
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #505050;
  line-height: 1.364em;
}
#anunciese .benefits-outer-block {
  background-color: #e4e4e4;
  padding-bottom: 60px;
}
#anunciese .benefits-outer-block h2 {
  margin: 60px 0 30px;
  font-size: 28px;
  font-size: 1.75em;
  font-size: 1.75rem;
}
#anunciese .benefits-outer-block ul {
  margin: 0 0 1em 1.5em;
  width: 80%;
}
#anunciese .benefits-outer-block ul li {
  position: relative;
  margin-bottom: 0.75em;
  color: #505050;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.365em;
}
#anunciese .benefits-outer-block ul li:before {
  content: "";
  left: -1.5em;
  top: 5px;
  position: absolute;
  width: 22px;
  height: 15px;
  display: block;
  background: transparent url("../images/svg/ad_tick.svg") center center no-repeat;
}
#anunciese .benefits-outer-block .right-block {
  padding-left: 35px;
}
#anunciese .contact-form-outer {
  background-color: rgb(244.8, 244.8, 244.8);
  padding-bottom: 100px;
}
#anunciese .contact-form-outer .container .left-block {
  width: 55%;
  position: relative;
}
#anunciese .contact-form-outer .container .left-block h3 {
  margin: 60px 0 20px;
  font-size: 28px;
  font-size: 1.75em;
  font-size: 1.75rem;
  color: #302c2b;
  font-weight: 600;
}
#anunciese .contact-form-outer .container .left-block .ad {
  position: absolute;
  right: -75%;
  width: 232px;
  height: 232px;
  background-image: linear-gradient(-119deg, rgb(139, 18, 18) 0%, rgb(159, 22, 22) 100%);
  border-radius: 100%;
  padding: 40px 0 0;
}
#anunciese .contact-form-outer .container .left-block .ad span {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625em;
  font-size: 1.5625rem;
}
#anunciese .contact-form-outer .container .left-block .ad span:first-of-type {
  margin-bottom: 16px;
}
#anunciese .contact-form-outer .container .left-block .ad img {
  display: block;
  width: 77px;
  height: auto;
  margin: 22px auto;
}
#anunciese .contact-form-outer .container .left-block p {
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #505050;
  line-height: 1.3em;
}
#anunciese .contact-form-outer .container .left-block form .input-outer {
  position: relative;
  overflow: auto;
  margin-bottom: 10px;
}
#anunciese .contact-form-outer .container .left-block form .input-outer input {
  height: 46px;
  background-color: rgb(230, 230, 230);
  padding: 0.25em 1em;
  color: #303030;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  outline: none;
  border: none;
  box-shadow: none;
}
#anunciese .contact-form-outer .container .left-block form .input-outer input::placeholder {
  color: #303030;
}
#anunciese .contact-form-outer .container .left-block form .input-outer span {
  position: absolute;
  right: 0.5em;
  top: 0.75em;
  color: #b22222;
  font-size: 26px;
  font-size: 1.625em;
  font-size: 1.625rem;
}
#anunciese .contact-form-outer .container .left-block form textarea {
  background-color: rgb(230, 230, 230);
  padding: 0.25em 1em;
  margin-bottom: 14px;
  color: #303030;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  height: 115px;
}
#anunciese .contact-form-outer .container .left-block form textarea::placeholder {
  color: #303030;
}
#anunciese .contact-form-outer .container .left-block form .condition-agree .icheckbox-outer .icheckbox {
  background: rgb(230, 230, 230);
}
#anunciese .contact-form-outer .container .left-block form .condition-agree .icheckbox-outer .icheckbox.checked {
  background: rgb(230, 230, 230) url(../images/svg/tick_black.svg) no-repeat;
}
#anunciese .contact-form-outer .container .left-block form .icheckbox-outer {
  margin: 0 0 10px;
}
#anunciese .contact-form-outer .container .left-block form input[type=submit] {
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  #anunciese .advertise-outer-block .container .left-block {
    display: none;
  }
  #anunciese .advertise-outer-block .container .right-block {
    width: 100%;
  }
  #anunciese .benefits-outer-block .container .right-block {
    display: none;
  }
  #anunciese .benefits-outer-block .container .left-block {
    width: 100%;
  }
  #anunciese .contact-form-outer .container .left-block {
    width: 100%;
  }
  #anunciese .contact-form-outer .container .left-block .ad {
    position: static;
    margin: 2em auto;
  }
}
#anunciese form .detail-checkbox label:before {
  background-color: #e6e6e6;
}

.ad-select a:hover,
.ad-select a:focus {
  color: #303030;
  text-decoration: none;
}

/*--- agent page style ---*/
.agent-page .breadcrumb-outer {
  background: #3e3c3c;
  padding: 19px 0 20px;
}
.agent-page .breadcrumb-outer .breadcrumb-block ul li a {
  color: #a2a2a2;
}
.agent-page .breadcrumb-outer .breadcrumb-block ul li a:hover {
  color: #dfb31f;
}
.agent-page .breadcrumb-outer .breadcrumb-block ul li:before {
  width: 7px;
  height: 12px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0LjkgNDUuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQuOSA0NS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQTJBMUExO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC42LDQ1LjJDMSw0NS42LDEuNSw0NS44LDIsNDUuOHMxLTAuMiwxLjQtMC42bDIwLjktMjAuOWMwLjgtMC44LDAuOC0yLDAtMi44TDMuNCwwLjZjLTAuOC0wLjgtMi0wLjgtMi44LDANCglzLTAuOCwyLDAsMi44bDE5LjUsMTkuNUwwLjYsNDIuNEMtMC4yLDQzLjItMC4yLDQ0LjQsMC42LDQ1LjJ6Ii8+DQo8L3N2Zz4=) !important;
  background-size: 7px 12px;
  background-repeat: no-repeat;
}
.agent-page .list-outer-block {
  padding-top: 0;
}
@media screen and (max-width: 47.9375em) {
  .agent-page .list-outer-block {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 29.9375em) {
  .agent-page .list-outer-block {
    padding-bottom: 10px;
  }
}
.agent-page .listing-menu-out {
  padding-top: 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-page .listing-menu-out {
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 47.9375em) {
  .agent-page .listing-menu-out {
    padding-bottom: 15px;
  }
}
.agent-page .listing-menu-out .listing-menu-wrap {
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
}
.agent-page .listing-menu-out .listing-menu-wrap .menu-head h1 {
  font-size: 18px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-page .listing-menu-out .listing-menu-wrap {
    padding-top: 15px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-page .listing-menu-out .listing-menu-wrap .menu-head {
    width: auto;
  }
  .agent-page .listing-menu-out .listing-menu-wrap .menu-items-right {
    float: right;
    width: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .agent-page .listing-menu-out .listing-menu-wrap .menu-head h1 {
    width: 100%;
  }
  .agent-page .listing-menu-out .listing-menu-wrap .menu-items-right {
    padding: 0;
  }
}
.agent-page .listing-menu-out .listing-menu-wrap .SumoSelect > .CaptionCont {
  background: none;
}

.agent-info-out {
  float: left;
  width: 100%;
  padding: 47px 0;
}
@media screen and (max-width: 47.9375em) {
  .agent-info-out {
    padding: 27px 0;
  }
}

.single-col-logo {
  float: left;
  width: 19.5%;
  padding-top: 6px;
}
@media screen and (max-width: 47.9375em) {
  .single-col-logo {
    width: 30%;
    padding-top: 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .single-col-logo {
    width: 100%;
    text-align: center;
  }
}

.single-col-address {
  float: left;
  width: 28%;
  padding-left: 24px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-col-address {
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-col-address {
    width: 70%;
  }
}
@media screen and (max-width: 29.9375em) {
  .single-col-address {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
  }
}
.single-col-address h5 {
  color: #383332;
  padding-bottom: 4px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-col-address h5 {
    font-size: 18px;
  }
}
.single-col-address .web-loc-blk {
  float: left;
  width: 100%;
}
.single-col-address .web-loc-blk span {
  float: left;
  width: 100%;
  font-size: 15px;
  color: rgb(79.05, 79.05, 79.05);
  margin-bottom: 13px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-col-address .web-loc-blk span {
    font-size: 13px;
  }
}
.single-col-address .web-loc-blk span strong {
  font-size: 12px;
  padding-right: 10px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-col-address .web-loc-blk span strong {
    font-size: 12px;
  }
}
.single-col-address .web-loc-blk span a {
  color: rgb(79.05, 79.05, 79.05);
  text-decoration: underline;
}
.single-col-address .web-loc-blk span a:hover {
  text-decoration: none;
}
.single-col-address .web-loc-blk span img {
  width: 20px;
  position: relative;
  top: 4px;
  left: -5px;
}
.single-col-address ul {
  float: left;
  width: 100%;
  margin-top: 9px;
}
.single-col-address ul li {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
@media screen and (max-width: 47.9375em) {
  .single-col-address ul li {
    width: 100%;
    margin: 0 0 8px 0;
  }
}
.single-col-address ul li a {
  display: inline-block;
  font-size: 16px;
  color: rgb(79.05, 79.05, 79.05);
  padding: 8px 18px 9px 36px;
  border: 1px solid rgb(237.15, 237.15, 237.15);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-col-address ul li a {
    font-size: 14px;
    padding: 8px 15px 9px 25px;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-col-address ul li a {
    width: 100%;
    max-width: 225px;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-col-address ul li a {
    max-width: 150px;
  }
}
.single-col-address ul li a:before {
  position: absolute;
  content: "";
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-col-address ul li a:before {
    left: 7px;
  }
}
.single-col-address ul li a.call:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc1LjQgNzUuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzUuNCA3NS40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNzc3Njc3O30NCjwvc3R5bGU+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC05NTIuMzYyMTgpIj4NCgk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTI2Ljk5OTk0LDExMDMpIj4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTk2Mi45LTEwNC4xYzIuMiwyLjMsNC44LDMuNyw3LjMsNGMyLjUsMC4yLDUuMi0wLjYsOC4yLTMuOWMwLjktMSwxLjktMi4yLDMuNi0yLjhjMS43LTAuNiwzLjctMC4yLDUuOSwxDQoJCQljNC4xLDMuMSw4LjQsNi4zLDEyLjUsOS41YzEuOSwxLjksMi40LDQuNSwxLjgsNi41Yy0wLjYsMi0yLDMuNS0zLjIsNC44Yy02LjksNy4yLTE1LjEsMTAuNy0yMy4xLDkuNQ0KCQkJYy03LjgtMS4zLTE1LjMtNi44LTIzLjYtMTUuMWMtMy42LTMuNi02LjQtNi40LTkuOS05LjljLTguMy04LjMtMTMuNy0xNS44LTE1LjEtMjMuNmMtMS42LTkuNiwzLjUtMTcuNCw5LjUtMjMuMQ0KCQkJYzEuMy0xLjIsMi44LTIuNiw0LjgtMy4yczQuNi0wLjEsNi41LDEuOGMzLjIsNC4xLDYuNCw4LjMsOS41LDEyLjVjMS4yLDIuMiwxLjUsNC4yLDEsNS45Yy0wLjYsMS43LTEuOCwyLjctMi44LDMuNg0KCQkJYy0zLjMsMy00LjIsNS43LTMuOSw4LjJzMS43LDUuMSw0LDcuMyBNOTUzLTEwOC4zYy0yLjctMi42LTQuOC01LjktNS4xLTkuN2MtMC40LTMuOCwxLjItOCw1LjItMTEuNmMxLTAuOSwxLjUtMS41LDEuNy0xLjkNCgkJCWMwLjEtMC40LDAuMi0xLjEtMC42LTIuNmwtOC45LTExLjZjLTEuMS0xLjEtMS42LTEuMS0yLjUtMC44cy0yLjEsMS4yLTMuMiwyLjNjLTcuMiw3LjItOS40LDEzLjItOC4zLDE5LjYNCgkJCWMxLjEsNi40LDUuOSwxMy40LDE0LDIxLjRjMy4zLDMuMyw3LDcsOS45LDkuOWM4LjEsOC4xLDE1LjEsMTIuOSwyMS40LDE0YzYuNCwxLjEsMTIuNC0xLjEsMTkuNi04LjNjMS4xLTEuMSwyLTIuMywyLjMtMy4yDQoJCQljMC4zLTAuOSwwLjMtMS4zLTAuOC0yLjVsLTExLjYtOC45Yy0xLjYtMC44LTIuMi0wLjgtMi42LTAuNmMtMC40LDAuMS0xLDAuNy0xLjksMS43Yy0zLjYsNC03LjcsNS42LTExLjYsNS4yDQoJCQljLTMuOC0wLjQtNy4xLTIuNS05LjctNS4xIi8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
}
.single-col-address ul li a.mail:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDkwIDY2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5MCA2NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6Izc3NzY3Nzt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQsOTUyLjRjLTIuMiwwLTQsMS44LTQsNHY1OGMwLDIuMiwxLjgsNCw0LDRoODJjMi4yLDAsNC0xLjgsNC00di01OGMwLTIuMi0xLjgtNC00LTRINHogTTksOTU4LjRoNzINCgkJbC0zNiwyOS4xTDksOTU4LjR6IE02LDk2My42bDM3LjEsMzAuMWMxLjEsMC45LDIuNywwLjksMy44LDBMODQsOTYzLjZ2NDguOEg2Vjk2My42eiIvPg0KPC9nPg0KPC9zdmc+) !important;
}
.single-col-address ul li a:hover {
  background: rgb(237.15, 237.15, 237.15);
}

.single-col-content {
  float: left;
  width: 52.5%;
  padding-left: 18px;
}
.single-col-content p {
  margin-bottom: 16px;
}
.single-col-content .more-link {
  float: left;
  width: auto !important;
  margin-top: 16px;
  color: rgb(114.75, 114.75, 114.75);
  font-style: italic;
  text-decoration: underline;
}
.single-col-content .more-link:hover {
  text-decoration: none;
}

.agent-map-section {
  float: left;
  width: 100%;
}

#agent-map {
  float: left;
  width: 100%;
  height: 290px;
}

.pagination {
  float: left;
  width: 100%;
  margin: 0;
  padding: 35px 0 0 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .pagination {
    padding-top: 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .pagination {
    padding-top: 5px;
  }
}
.pagination ul {
  float: left;
  width: 100%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 34px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  margin: 0 3px 0 1px;
}
@media screen and (max-width: 47.9375em) {
  .pagination ul li {
    width: 26px;
    height: 35px;
    line-height: 25px;
  }
}
.pagination ul li a {
  display: inline-block;
  width: 100%;
  color: #373633;
  border: 2px solid rgb(214.2, 214.2, 214.2);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}
.pagination ul li a:hover, .pagination ul li a:focus {
  background: #e2bf47;
  border: 2px solid #e2bf47;
  color: white;
}
.pagination ul li.active a {
  background: #e2bf47;
  border: 2px solid #e2bf47;
  color: white;
}
.pagination ul li.next {
  width: 104px;
}
@media screen and (max-width: 47.9375em) {
  .pagination ul li.next {
    width: 95px;
  }
}
.pagination ul li.prev {
  width: 95px;
}
@media screen and (max-width: 47.9375em) {
  .pagination ul li.prev {
    width: 70px;
  }
}
.pagination ul li.prev a {
  color: rgb(214.2, 214.2, 214.2);
  border: 2px solid rgb(237.15, 237.15, 237.15);
}
.pagination ul li.prev a:hover, .pagination ul li.prev a:focus {
  color: rgb(214.2, 214.2, 214.2);
  border: 2px solid rgb(237.15, 237.15, 237.15);
  background: transparent;
}

.agent-form {
  float: left;
  width: 100%;
  background: rgb(244.8, 244.8, 244.8);
  padding: 40px 0 25px;
}

.agent-search-inner {
  float: left;
  width: 100%;
}

.agent-serach-title {
  float: left;
  width: 100%;
  padding-bottom: 27px;
}
.agent-serach-title h6 {
  font-weight: 700;
  color: #383332;
}

.agent-page-search {
  float: left;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-page-search {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 994px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-page-search {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 738px;
  }
}

.agent-form-left {
  float: left;
  width: 85.5%;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left {
    width: 781px;
    border: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left {
    width: 615px;
    border: none;
  }
}
.agent-form-left .select-outer {
  width: 100%;
  float: left;
  background: white;
  height: 46px;
}
.agent-form-left .select-outer.sale-class {
  max-width: 256px;
  border-right: 1px solid #dfdfdf;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer.sale-class {
    max-width: 264px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer.sale-class {
    max-width: 240px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
  }
}
@media screen and (max-width: 47.9375em) {
  .agent-form-left .select-outer.sale-class {
    max-width: 100%;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 8px;
  }
}
.agent-form-left .select-outer.property-type {
  max-width: 194px;
  border-right: 1px solid #dfdfdf;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer.property-type {
    max-width: 264px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer.property-type {
    max-width: 180px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}
@media screen and (max-width: 47.9375em) {
  .agent-form-left .select-outer.property-type {
    max-width: 100%;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 8px;
  }
}
.agent-form-left .select-outer.property-type .SumoSelect .optWrapper {
  width: 101.5%;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.agent-form-left .select-outer.costa {
  max-width: 201px;
  border-right: 1px solid #dfdfdf;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer.costa {
    max-width: 253px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer.costa {
    max-width: 195px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .agent-form-left .select-outer.costa {
    max-width: 100%;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 8px;
  }
}
.agent-form-left .select-outer.costa .SumoSelect.open p label i {
  visibility: visible;
}
.agent-form-left .select-outer.costa .SumoSelect .optWrapper {
  width: 101%;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.agent-form-left .select-outer.costa .SumoSelect .optWrapper ul.options li.opt {
  padding: 0 0 0 18px;
}
.agent-form-left .select-outer.costa .SumoSelect .optWrapper ul.options li.opt:hover {
  background: #dadada;
}
.agent-form-left .select-outer.min-price {
  max-width: 174px;
  border-right: 1px solid #dfdfdf;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer.min-price {
    margin-top: 10px;
    background: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer.min-price {
    margin-top: 10px;
    background: none;
  }
}
.agent-form-left .select-outer.min-price .SumoSelect .optWrapper {
  width: 101.5%;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  height: 125px;
  padding: 9px 0 11px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer.min-price .SumoSelect .optWrapper {
    border-top: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer.min-price .SumoSelect .optWrapper {
    border-top: none;
  }
}
.agent-form-left .select-outer.min-price .SumoSelect .optWrapper ul.options {
  padding: 0;
}
.agent-form-left .select-outer.min-price .SumoSelect .optWrapper ul.options li.opt {
  padding-left: 18px !important;
}
.agent-form-left .select-outer.max-price {
  max-width: 173px;
  background: none;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer.max-price {
    margin-top: 10px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer.max-price {
    margin-top: 10px;
    background: none;
  }
}
.agent-form-left .select-outer.max-price .SumoSelect .optWrapper {
  width: 101.7%;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  height: 125px;
  padding: 9px 0 11px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer.max-price .SumoSelect .optWrapper {
    border-top: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer.max-price .SumoSelect .optWrapper {
    border-top: none;
  }
}
.agent-form-left .select-outer.max-price .SumoSelect .optWrapper ul.options {
  padding: 0;
}
.agent-form-left .select-outer.max-price .SumoSelect .optWrapper ul.options li.opt {
  padding-left: 18px !important;
}
.agent-form-left .select-outer .SumoSelect {
  width: 100%;
  float: left;
}
.agent-form-left .select-outer .SumoSelect:focus > .CaptionCont, .agent-form-left .select-outer .SumoSelect:hover > .CaptionCont, .agent-form-left .select-outer .SumoSelect.open > .CaptionCont {
  border: 0;
  box-shadow: none;
}
.agent-form-left .select-outer .SumoSelect select {
  height: 100%;
  margin-bottom: 0;
  line-height: 47px;
}
.agent-form-left .select-outer .SumoSelect p {
  height: 46px;
  border: 0;
  padding: 0 0 0 16px;
  cursor: pointer;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer .SumoSelect p {
    background: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer .SumoSelect p {
    background: none;
  }
}
.agent-form-left .select-outer .SumoSelect p span {
  height: 48px;
  line-height: 47px;
  padding: 0 28px 0 0;
  font-style: normal !important;
  color: #272725 !important;
  font-size: 18px;
  font-family: "titillium-regular", sans-serif;
  cursor: pointer;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer .SumoSelect p span {
    font-size: 16px;
  }
}
.agent-form-left .select-outer .SumoSelect p label {
  width: 28px;
  cursor: pointer;
}
.agent-form-left .select-outer .SumoSelect p label i {
  width: 10px;
  height: 6px;
  background-image: url("../images/svg/caret-down.svg");
  top: 2px;
}
.agent-form-left .select-outer .SumoSelect.open p label i {
  background-image: url("../images/svg/caret-up.svg");
}
.agent-form-left .select-outer .SumoSelect .optWrapper {
  width: 101%;
  left: -1px;
  top: 46px;
  background: #f8f8f8;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  -moz-border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-left .select-outer .SumoSelect .optWrapper {
    top: 44px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer .SumoSelect .optWrapper {
    top: 44px;
  }
}
@media screen and (max-width: 47.9375em) {
  .agent-form-left .select-outer .SumoSelect .optWrapper {
    top: -8px;
  }
}
.agent-form-left .select-outer .SumoSelect .optWrapper ul.options {
  border-radius: 0;
  padding: 9px 0 11px;
}
.agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt {
  border: 0;
  line-height: 30px;
  padding: 0 0 0 41px;
}
.agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt:hover {
  background: none;
}
.agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt span {
  margin-left: 9px !important;
  left: 0;
  margin-top: -1px !important;
}
.agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt span i {
  border-color: #b9b9b7;
  box-shadow: none;
}
.agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt.disabled {
  display: none;
}
.agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt.selected span i {
  background-color: #e2bf47;
  border-color: #e2bf47;
}
.agent-form-left .select-outer .SumoSelect .optWrapper ul.options li.opt label {
  font-style: normal !important;
  color: #272725 !important;
  font-size: 16px;
  font-family: "titillium-regular", sans-serif;
}
.agent-form-left .select-outer .SumoSelect .search-txt {
  width: 100%;
  height: 48px;
  line-height: 48px;
  float: left;
  padding: 0 26px 0 16px;
  font-size: 18px;
  border: none;
  background: none;
}
.agent-form-left .select-outer .SumoSelect .search-txt::-webkit-input-placeholder {
  color: #272725;
  opacity: 1;
}
.agent-form-left .select-outer .SumoSelect .search-txt::-moz-placeholder {
  color: #272725;
  opacity: 1;
}
.agent-form-left .select-outer .SumoSelect .search-txt:-ms-input-placeholder {
  color: #272725;
  opacity: 1;
}
.agent-form-left .select-outer .SumoSelect .search-txt:-moz-placeholder {
  color: #272725;
  opacity: 1;
}
.agent-form-left .select-outer .easy-autocomplete {
  width: 100%;
  float: left;
}
.agent-form-left .select-outer .easy-autocomplete:after {
  width: 10px;
  height: 6px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQjlCOUI3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOEMtMC4zLDMsMC4xLDQuMiwxLDUuMWwzOC44LDM1LjYNCgljMC42LDAuNSwxLjMsMC44LDIuMSwwLjhjMC43LDAsMS41LTAuMywyLjEtMC44TDgyLjcsNS4xQzgzLjYsNC4yLDg0LDMsODMuNSwxLjh6Ii8+DQo8L3N2Zz4=) !important;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 9px;
  top: 22px;
}
.agent-form-left .select-outer .easy-autocomplete input {
  width: 100%;
  float: left;
  height: 48px;
  line-height: 48px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  background: none;
  font-style: normal;
  color: #272725;
  font-size: 18px;
  font-family: "titillium-regular", sans-serif;
  padding: 0 15px;
  box-shadow: none;
}
.agent-form-left .select-outer .easy-autocomplete input::-webkit-input-placeholder {
  color: #272725;
  opacity: 1;
}
.agent-form-left .select-outer .easy-autocomplete input::-moz-placeholder {
  color: #272725;
  opacity: 1;
}
.agent-form-left .select-outer .easy-autocomplete input:-ms-input-placeholder {
  color: #272725;
  opacity: 1;
}
.agent-form-left .select-outer .easy-autocomplete input:-moz-placeholder {
  color: #272725;
  opacity: 1;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-left .select-outer .easy-autocomplete input {
    font-size: 16px;
  }
}
.agent-form-left .select-outer .easy-autocomplete .easy-autocomplete-container {
  top: 47px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.agent-form-right {
  float: left;
  width: 14.5%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-right {
    width: 213px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-right {
    width: 123px;
  }
}
.agent-form-right .main-btn {
  width: 100%;
  max-width: 170px;
  padding: 16px 18px 16px;
  -moz-border-radius: 0px 6px 6px 0;
  -webkit-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .agent-form-right .main-btn {
    font-size: 15px;
    padding: 17px 18px 16px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-form-right .main-btn {
    padding: 15px 18px 15px;
    max-width: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-form-right .main-btn {
    width: 100%;
    height: 46px;
    line-height: 48px;
    padding: 0;
    float: left;
    font-size: 0;
    position: relative;
  }
  .agent-form-right .main-btn:after {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgyIDgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MiA4MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC45OTUwNzk4LDk2MS4zMjYyNikiPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUtOUM2LjMtOS05LDYuMy05LDI1UzYuMyw1OSwyNSw1OWM3LjIsMCwxMy45LTIuMywxOS4zLTYuMWwxOC40LDE4LjRjMi4zLDIuNCw2LjIsMi40LDguNSwwDQoJCQljMi4zLTIuMywyLjMtNi4xLDAtOC41TDUyLjksNDQuNEM1Ni43LDM4LjksNTksMzIuMiw1OSwyNUM1OSw2LjMsNDMuNy05LDI1LTl6IE0yNSwzYzEyLjIsMCwyMiw5LjgsMjIsMjJzLTkuOCwyMi0yMiwyMg0KCQkJQzEyLjgsNDcsMywzNy4yLDMsMjVTMTIuOCwzLDI1LDN6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
    background-size: 25px 25x;
    background-repeat: no-repeat;
  }
}

.agent-bar .agent-content .agents-logo, .agent-bar .agent-content > a {
  display: inline-block;
  width: 144px;
  height: 76px;
  background-color: transparent;
  outline: 1px solid #c1c1c1 !important;
  overflow: hidden;
}
.agent-bar .agent-content .agents-logo img, .agent-bar .agent-content > a img {
  width: 100%;
  height: 76px;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 47.9375em) {
  .agent-bar .agent-content .agents-logo, .agent-bar .agent-content > a {
    position: static;
    outline: none !important;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .agent-bar .agent-content .agents-logo img, .agent-bar .agent-content > a img {
    width: 50%;
    height: auto;
  }
}

.agent-logo > a {
  width: 70px;
  height: 45px;
  display: inline-block;
  background-color: transparent;
  outline: 1px solid #c1c1c1 !important;
  overflow: hidden;
}
.agent-logo > a img {
  width: 100%;
  height: 45px;
  object-fit: cover;
  object-position: center center;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .Chrome .agent-form-left .select-outer.sale-class {
    max-width: 280px;
  }
  .Chrome .agent-form-left .select-outer.property-type {
    max-width: 280px;
  }
  .Chrome .agent-form-left .select-outer.costa {
    max-width: 221px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .Chrome .agent-form-left .select-outer.sale-class {
    max-width: 234px;
  }
  .Chrome .agent-form-left .select-outer.costa {
    max-width: 201px;
  }
}
#contacto .header-container {
  border-bottom: 1px solid #e0e0e0;
}
#contacto .block-title-top h1 {
  text-align: center;
  margin-bottom: 33px;
  margin-top: 28px;
  font-size: 24px;
  font-family: "titillium-regular", sans-serif;
  line-height: 26px;
  color: #373633;
}
#contacto .contact-details p {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.5em;
}
#contacto .contact-details p a {
  color: #373633;
  font-size: inherit;
  text-decoration: underline;
}
#contacto .contact-details p a:hover {
  color: #dfb31f;
}
#contacto #contactoForm input[type=text],
#contacto #contactoForm textarea {
  background: #ededed;
  color: #303030;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  box-shadow: none;
  height: 38px;
  padding: 10px 35px 10px 17px;
  margin: 0 0 10px;
}
#contacto #contactoForm input[type=text]::placeholder,
#contacto #contactoForm textarea::placeholder {
  color: #303030;
}
#contacto #contactoForm textarea {
  height: 134px;
}
#contacto #contactoForm .field-one {
  position: relative;
}
#contacto #contactoForm .field-one span {
  position: absolute;
  right: 26px;
  top: 11px;
  color: #5f3e3e;
  font-size: 18px;
}
#contacto #contactoForm #btnEnviar {
  width: 100%;
  margin-top: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 33px 12px;
  background: #e2bf47;
  text-decoration: none;
  font-size: 16px;
  font-family: "titillium-regular", sans-serif;
  color: #fff;
  border-radius: 5px;
}
#contacto #contactoForm #btnEnviar:focus, #contacto #contactoForm #btnEnviar:active, #contacto #contactoForm #btnEnviar:hover {
  background: #c9a93e;
  text-decoration: none;
  color: #fff;
}
#contacto form .detail-checkbox label:before {
  background-color: #e6e6e6;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.vivienda {
  background-color: #f4f4f4;
}
.vivienda .content-container .column, .vivienda .content-container .columns {
  display: flex;
  justify-content: space-between;
  float: none !important;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.vivienda .content-container .column > div, .vivienda .content-container .columns > div {
  width: 100%;
}

h3.detail-title, .detaillinks-outer-block .detaillinks-block h3,
.rightdetaillinks-outer-block .detaillinks-block h3, .detailmap-outer-block .situation-block h3, .surfaces-block h3, .distances-block h3, .propertyattr-block h3, .detaildesc-block h3 {
  font-size: 17px;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #252525;
}

.surfaces-list, .surfaces-block ul, .distances-block ul, .propertydetails-block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.surfaces-list li, .surfaces-block ul li, .distances-block ul li, .propertydetails-block ul li {
  width: 50%;
  margin: 0.5em 0;
  padding: 0;
  color: #3d393a;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}
.surfaces-list li .item-icon, .surfaces-block ul li .item-icon, .distances-block ul li .item-icon, .propertydetails-block ul li .item-icon {
  width: 30px;
  height: 25px;
  display: inline-block;
  margin: 0 7px 0 0;
}
.surfaces-list li .item-value sup, .surfaces-block ul li .item-value sup, .distances-block ul li .item-value sup, .propertydetails-block ul li .item-value sup {
  font-size: 10px;
  font-size: 0.625em;
  font-size: 0.625rem;
}
.surfaces-list li.bed-count .item-icon, .surfaces-block ul li.bed-count .item-icon, .distances-block ul li.bed-count .item-icon, .propertydetails-block ul li.bed-count .item-icon {
  background: transparent url("../images/svg/bed_detail.svg") center center no-repeat;
}
.surfaces-list li.bathroom-count .item-icon, .surfaces-block ul li.bathroom-count .item-icon, .distances-block ul li.bathroom-count .item-icon, .propertydetails-block ul li.bathroom-count .item-icon {
  background: transparent url("../images/svg/tub_detail.svg") center center no-repeat;
}
.surfaces-list li.house-area .item-icon, .surfaces-block ul li.house-area .item-icon, .distances-block ul li.house-area .item-icon, .propertydetails-block ul li.house-area .item-icon {
  background: transparent url("../images/svg/house_detail.svg") center center no-repeat;
}
.surfaces-list li.ground-area .item-icon, .surfaces-block ul li.ground-area .item-icon, .distances-block ul li.ground-area .item-icon, .propertydetails-block ul li.ground-area .item-icon {
  background: transparent url("../images/svg/ground_detail.svg") center center no-repeat;
}
.surfaces-list li.terrace-area .item-icon, .surfaces-block ul li.terrace-area .item-icon, .distances-block ul li.terrace-area .item-icon, .propertydetails-block ul li.terrace-area .item-icon {
  background: transparent url("../images/svg/table_chair.svg") center center no-repeat;
}
.surfaces-list li.solarium-area .item-icon, .surfaces-block ul li.solarium-area .item-icon, .distances-block ul li.solarium-area .item-icon, .propertydetails-block ul li.solarium-area .item-icon {
  background: transparent url("../images/svg/couch_detail.svg") center center no-repeat;
}
.surfaces-list li.airport-distance .item-icon, .surfaces-block ul li.airport-distance .item-icon, .distances-block ul li.airport-distance .item-icon, .propertydetails-block ul li.airport-distance .item-icon {
  background: transparent url("../images/svg/plane_detail.svg") center center no-repeat;
}
.surfaces-list li.city-distance .item-icon, .surfaces-block ul li.city-distance .item-icon, .distances-block ul li.city-distance .item-icon, .propertydetails-block ul li.city-distance .item-icon {
  background: transparent url("../images/svg/building_detail.svg") center center no-repeat;
}
.surfaces-list li.beach-distance .item-icon, .surfaces-block ul li.beach-distance .item-icon, .distances-block ul li.beach-distance .item-icon, .propertydetails-block ul li.beach-distance .item-icon {
  background: transparent url("../images/svg/umbrella_detail.svg") center center no-repeat;
}
.surfaces-list li.golf-distance .item-icon, .surfaces-block ul li.golf-distance .item-icon, .distances-block ul li.golf-distance .item-icon, .propertydetails-block ul li.golf-distance .item-icon {
  background: transparent url("../images/svg/golf_ball_detail.svg") center center no-repeat;
}

.related-links li, .detaillinks-outer-block .detaillinks-block .property-links li,
.rightdetaillinks-outer-block .detaillinks-block .property-links li {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  margin: 0.5em 0 0.5em 1.5em;
  position: relative;
}
.related-links li:before, .detaillinks-outer-block .detaillinks-block .property-links li:before,
.rightdetaillinks-outer-block .detaillinks-block .property-links li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1.5em;
  width: 8px;
  height: 16px;
  display: block;
  background: transparent url("../images/svg/caret_right.svg") center center no-repeat;
}
.related-links li a, .detaillinks-outer-block .detaillinks-block .property-links li a,
.rightdetaillinks-outer-block .detaillinks-block .property-links li a {
  font-size: inherit;
  color: #5b7588;
}

.detailpage-top-block {
  display: flex;
  justify-content: space-between;
  clear: both;
  height: 50px;
  align-items: center;
}
.detailpage-top-block .overview-link {
  position: relative;
  display: flex;
  align-items: center;
}
.detailpage-top-block .overview-link:before {
  content: "";
  width: 22px;
  height: 20px;
  display: inline-block;
  left: 0;
  top: 0;
  background: transparent url("../images/svg/arrow_large.svg") center center no-repeat;
}
.detailpage-top-block .overview-link > a {
  color: #5b7588;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  padding: 0;
  margin: 0 0 0 0.5em;
}
.detailpage-top-block .social-icons {
  padding: 3px 10px 3px 13px;
}
@media screen and (max-width: 47.9375em) {
  .detailpage-top-block .social-icons:after {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .detailpage-top-block .social-icons {
    padding: 3px 0px 3px 13px;
  }
}
.detailpage-top-block .social-icons ul {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 3px 0 0 0;
}
.detailpage-top-block .social-icons ul li {
  margin: 0 0 0 2px;
  float: left;
  list-style: none;
}
.detailpage-top-block .social-icons ul li.facebook a {
  background: #3b5998;
}
.detailpage-top-block .social-icons ul li.twitter a {
  background: #1da1f2;
}
.detailpage-top-block .social-icons ul li.linkedin a {
  background: #0077b5;
}
.detailpage-top-block .social-icons ul li.plus a {
  background: #ff6550;
}
.detailpage-top-block .social-icons ul li a {
  color: white;
  float: left;
  height: 24px;
  width: 24px;
  line-height: 27px;
  text-align: center;
}
.detailpage-top-block .social-icons ul li a i {
  color: white;
  font-size: 18px;
  line-height: 18px;
}
.detailpage-top-block .social-icons ul li a:hover {
  opacity: 0.7;
}

.detailprice-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(219.3, 219.3, 219.3);
  padding: 14px 0;
}
.detailprice-block .price-block {
  display: flex;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  color: #373633;
}
.detailprice-block .price-block .price-attribute {
  margin: 0 25px 0 0;
}
.detailprice-block .price-block .price-amount {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375em;
  font-size: 1.375rem;
  color: #dfb31f;
  margin: 0;
}
.detailprice-block .reference-number {
  color: #7a7a7a;
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
}

.propertytitle-block {
  padding: 14px 0;
  border-bottom: 1px solid rgb(219.3, 219.3, 219.3);
}
.propertytitle-block h1 {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 700;
  color: #373633;
}

.propertydetails-block {
  padding: 14px 0;
  border-bottom: 1px solid rgb(219.3, 219.3, 219.3);
}
.detail-btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 170px;
  background-color: #929292;
  padding: 3px 13px;
  border-radius: 2px;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.detail-btn img {
  width: 25px;
  height: 25px;
  margin: 0 12px 0 0;
}
.detail-btn span {
  font-size: 12px;
  font-size: 0.75em;
  font-size: 0.75rem;
  color: #fff;
}
.detail-btn.contact {
  max-width: 160px;
  height: 46px;
  background-color: #e2bf47;
}
.detail-btn.contact .image {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}
.detail-btn.contact.phone .image {
  background: transparent url("../images/svg/phone_detail.svg") center center no-repeat;
}
.detail-btn.contact.email .image {
  background: transparent url("../images/svg/envelope_detail.svg") center center no-repeat;
}

.detailfavorite-block {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
}
.detailfavorite-block > a:first-of-type {
  margin: 0 20px 0 0;
}
.detailfavorite-block > a.favorite-link {
  background-color: #d9464c;
}

.detaildesc-block {
  padding: 0 0 14px;
  border-bottom: 1px solid rgb(219.3, 219.3, 219.3);
}
.detaildesc-block .detail-content {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4c4c;
  transition: all 600ms ease-in 0s;
  position: static;
}
.detaildesc-block .detail-content.expand {
  transition: all 600ms ease-out 0s;
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.detaildesc-block .detail-content.expand:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(bottom, #ebebeb 0%, rgba(254, 254, 254, 0) 100%);
}
.detaildesc-block .detail-content.expand:after {
  content: "Read more";
  font-weight: 800;
  left: 0;
  bottom: 1.5em;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  text-decoration: underline;
  color: #5b7588;
}

.propertyattr-block {
  padding: 14px 0;
}
.propertyattr-block dl {
  display: flex;
  flex-wrap: wrap;
}
.propertyattr-block dl dt, .propertyattr-block dl dd {
  width: 50%;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  border-bottom: 1px solid rgb(219.3, 219.3, 219.3);
  padding: 0.75em 0;
  margin: 0;
}
.propertyattr-block dl dd {
  text-align: right;
}

.extras-block {
  padding: 14px 0;
  border-bottom: 1px solid rgb(219.3, 219.3, 219.3);
}
.extras-block ul li {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  margin: 0.75em 0;
  position: relative;
  display: flex;
  align-items: center;
}
.extras-block ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 0.5em;
  background: transparent url("../images/svg/tick_in_square.svg") center center no-repeat;
}

.surfaces-block, .distances-block {
  padding: 14px 0;
}
.surfaces-block ul, .distances-block ul {
  flex-direction: column;
}
.surfaces-block ul li, .distances-block ul li {
  width: 100%;
  border-bottom: 1px solid rgb(219.3, 219.3, 219.3);
  margin: 0 0 0.5em;
  padding: 0.75em 0;
}
.surfaces-block ul li:nth-of-type(odd):last-of-type, .distances-block ul li:nth-of-type(odd):last-of-type, .surfaces-block ul li:nth-of-type(odd):nth-last-of-type(2), .distances-block ul li:nth-of-type(odd):nth-last-of-type(2) {
  border: none;
}
.surfaces-block ul li:nth-of-type(even):last-of-type, .distances-block ul li:nth-of-type(even):last-of-type {
  border: none;
}

.distances-block {
  padding-bottom: 30px;
}

.detailmap-outer-block {
  padding: 14px 0.9375rem;
  background-color: #fff;
}
.detailmap-outer-block > .column, .detailmap-outer-block > .columns {
  padding: 0;
}
.detailmap-outer-block .situation-block {
  margin: 0 0 28px;
}
.detailmap-outer-block .situation-block ul {
  display: flex;
  align-items: center;
}
.detailmap-outer-block .situation-block ul li {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  margin: 0 1em 0 0;
  position: relative;
}
.detailmap-outer-block .situation-block ul li:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -12px;
  width: 8px;
  height: 16px;
  display: block;
  background: transparent url("../images/svg/caret_right.svg") center center no-repeat;
}
.detailmap-outer-block .situation-block ul li:last-of-type {
  position: static;
  margin-right: 0;
}
.detailmap-outer-block #detail-map {
  width: 100%;
  height: 280px;
  display: block;
}

.detaillinks-outer-block,
.rightdetaillinks-outer-block {
  background-color: #fff;
}
.detaillinks-outer-block .detaillinks-block,
.rightdetaillinks-outer-block .detaillinks-block {
  width: 100%;
  padding: 14px 0 30px;
}
.detaillinks-outer-block .detaillinks-block .contactagent-block,
.rightdetaillinks-outer-block .detaillinks-block .contactagent-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detaillinks-outer-block .detaillinks-block .contactagent-block > img,
.rightdetaillinks-outer-block .detaillinks-block .contactagent-block > img {
  width: 100%;
  max-width: 145px;
  margin: 0 24px 0 0;
}
.detaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li,
.rightdetaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
.detaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li img,
.rightdetaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li img {
  width: 18px;
  height: 18px;
  margin: 0 0.5em 0 0;
}
.detaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li a,
.rightdetaillinks-outer-block .detaillinks-block .contactagent-block .contact-links li a {
  color: #4c4c4c;
  font-size: 15px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
}
.detaillinks-outer-block .detaillinks-block .property-links,
.rightdetaillinks-outer-block .detaillinks-block .property-links {
  padding: 14px 0 30px;
}

.relatedproperties-block h5 {
  margin: 0 0 28px;
}
.relatedproperties-block.list-outer-block {
  background-color: #fff;
}
.relatedproperties-block .list-item-container ul li {
  float: left;
}

.detail-input {
  position: relative;
  margin: 0 0 10px;
}
.detail-input input {
  background-color: rgb(244.5681818182, 244.5681818182, 245.1818181818);
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 18px;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: rgb(48.45, 48.45, 48.45);
}
.detail-input input::placeholder {
  color: inherit;
}
.detail-input span {
  position: absolute;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #5f3e3e;
  right: 18px;
  top: 38%;
}

.detail-textarea {
  background-color: rgb(244.5681818182, 244.5681818182, 245.1818181818);
  color: rgb(48.45, 48.45, 48.45);
  box-shadow: none;
  border: none;
  outline: none;
  padding: 10px 18px;
  height: 140px;
}
.detail-textarea::placeholder {
  color: inherit;
}

.detail-checkbox {
  margin: 0 0 8px;
}
.detail-checkbox input[type=checkbox] {
  display: none;
}
.detail-checkbox label {
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  margin: 0;
  position: relative;
  margin-left: 2em;
  cursor: pointer;
}
.detail-checkbox label a {
  color: inherit;
  text-decoration: underline;
}
.detail-checkbox label:before {
  content: "";
  position: absolute;
  left: -2em;
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: rgb(244.5681818182, 244.5681818182, 245.1818181818);
  display: inline-block;
  vertical-align: bottom;
}
.detail-checkbox input[type=checkbox]:checked + label:before {
  background: #eeeeef url("../images/svg/tick_black.svg") center center no-repeat;
}

.detail-contact-form {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #e6e6e6;
}
.detail-contact-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 30px;
}
.detail-contact-form form h3 {
  width: 100%;
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.5em;
}
.detail-contact-form form .left-block, .detail-contact-form form .right-block {
  width: 100%;
}
.detail-contact-form form .left-block:first-of-type, .detail-contact-form form .right-block:first-of-type {
  margin: 0 0 20px;
}
.detail-contact-form form .captcha-image {
  width: 250px;
  margin: 0 0 8px;
}
.detail-contact-form form .captcha-image .g-recaptcha {
  transform: scale(0.8);
}
.detail-contact-form form .main-btn {
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  text-transform: uppercase;
  font-weight: 400;
}
.detail-contact-form form #propertyform-fakesubmit {
  display: none;
}
.detail-contact-form .agentthumb-block {
  width: 100%;
  min-width: 255px;
  background-color: #7a7a7a;
  padding: 15px 30px;
}
.detail-contact-form .agentthumb-block h6 {
  color: #fff;
  line-height: 1.4;
  margin: 0 0 1em;
}
.detail-contact-form .agentthumb-block img {
  max-width: 145px;
  margin: 0 0 1em;
}
.detail-contact-form .agentthumb-block .agentthumb-contact {
  padding: 0 0 0 22px;
}
.detail-contact-form .agentthumb-block .agentthumb-contact a {
  color: #ebebeb;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  font-weight: 800;
  display: block;
  margin: 0 0 0.25em;
  position: relative;
}
.detail-contact-form .agentthumb-block .agentthumb-contact a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -1.25em;
  display: inline-block;
  background: transparent url("../images/svg/phone_detail.svg") center center no-repeat;
}
.detail-contact-form .agentthumb-block .agentthumb-contact .ref-block {
  color: #ebebeb;
  margin: 0 0 1em;
}
.detail-contact-form .agentthumb-block .agentthumb-contact .ref-block span {
  color: inherit;
}
.detail-contact-form .agentthumb-block .added-date {
  display: block;
  font-size: 13px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  color: #dbdbd9;
}

.detail-sticky-footer {
  background-color: #fff;
  border-top: 1px solid #a4a4a4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  padding: 0.5em 0.9375rem;
  bottom: 0;
  left: 0;
}

.close-button {
  top: 3.25rem;
  right: 1.5rem;
}

.detailpage-slider {
  order: 0;
}

.detailprice-block {
  order: 1;
}

.propertytitle-block {
  order: 2;
}

.propertydetails-block {
  order: 3;
}

.detailfavorite-block {
  order: 4;
}

.detaildesc-block {
  order: 5;
}

.propertyattr-block {
  order: 6;
}

.extras-block {
  order: 7;
}

.surfaces-block, .distances-block {
  order: 8;
}

.distances-block {
  order: 9;
}

.detail-contact-form {
  order: 10;
}

@media screen and (max-width: 640px) and (orientation: landscape) {
  .detail-contact-form .agentthumb-block {
    display: none;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  .detailpage-slider {
    order: 0;
  }
  .detailprice-block {
    order: 3;
  }
  .propertytitle-block {
    order: 1;
  }
  .propertydetails-block {
    order: 2;
  }
  .detailfavorite-block {
    order: 4;
  }
  .detaildesc-block {
    order: 6;
  }
  .propertyattr-block {
    order: 7;
  }
  .extras-block {
    order: 8;
  }
  .surfaces-block, .distances-block {
    order: 9;
  }
  .distances-block {
    order: 10;
  }
  .detail-contact-form {
    order: 5;
    display: flex;
  }
  .propertytitle-block {
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .propertytitle-block h1 {
    font-size: 22px;
    font-size: 1.375em;
    font-size: 1.375rem;
  }
  .propertytitle-block .detailmap-anchor {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: #dbdbd9 url("../images/svg/map_pointer.svg") center center no-repeat;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 44px;
  }
  .propertydetails-block {
    padding-top: 0;
    border: none;
  }
  .propertydetails-block ul {
    justify-content: flex-start;
  }
  .propertydetails-block ul li {
    width: auto;
    margin-right: 1em;
  }
  .propertydetails-block ul li .item-icon {
    margin-right: 5px;
  }
  .detailprice-block {
    padding-top: 0;
  }
  .detailfavorite-block {
    justify-content: flex-start;
  }
  .detailfavorite-block .detail-btn {
    max-width: 190px;
  }
  .propertyattr-block dl dt, .propertyattr-block dl dd {
    width: 18%;
    margin: 0 0 0.5em;
  }
  .propertyattr-block dl dd {
    margin-right: 12%;
  }
  .extras-block {
    padding: 28px 0 42px;
  }
  .extras-block ul {
    display: flex;
    flex-wrap: wrap;
  }
  .extras-block ul li {
    width: 33%;
    margin: 0.375em 0;
  }
  .surfaces-block, .distances-block {
    width: 47.5% !important;
  }
  .surfaces-block ul, .distances-block ul {
    flex-direction: row;
  }
  .surfaces-block ul li, .distances-block ul li {
    width: 50%;
  }
  .detail-contact-form {
    flex-wrap: nowrap;
  }
  .detail-contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 30px;
  }
  .detail-contact-form form h3 {
    width: 100%;
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 0.5em;
  }
  .detail-contact-form form .left-block, .detail-contact-form form .right-block {
    width: calc(50% - 4px);
  }
  .detail-contact-form form .left-block:first-of-type, .detail-contact-form form .right-block:first-of-type {
    margin: 0 0 20px;
  }
  .detail-contact-form form .main-btn {
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    text-transform: uppercase;
    font-weight: 400;
  }
  .detail-contact-form form #propertyform-fakesubmit {
    display: none;
  }
  .detaillinks-outer-block .detaillinks-block {
    display: flex;
    justify-content: space-between;
  }
  .detaillinks-outer-block .detaillinks-block .contactagent-block {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .detailmap-outer-block #detail-map {
    height: 385px;
  }
  .detail-sticky-footer {
    display: none;
  }
  .relatedproperties-block.grid-list-view h5 {
    margin: 0 0 1.5em;
  }
  .relatedproperties-block.grid-list-view .list-item-container ul {
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .flex-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .vivienda .content-container .detailform-block {
    flex: none;
  }
  .detailpage-slider {
    order: 0;
  }
  .detailprice-block {
    order: 3;
  }
  .propertytitle-block {
    order: 1;
  }
  .propertydetails-block {
    order: 2;
  }
  .detailfavorite-block {
    order: 4;
  }
  .detaildesc-block {
    order: 6;
  }
  .propertyattr-block {
    order: 7;
  }
  .extras-block {
    order: 8;
  }
  .surfaces-block, .distances-block {
    order: 9;
  }
  .distances-block {
    order: 10;
  }
  .detail-contact-form {
    order: 11;
  }
  .propertytitle-block {
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .propertytitle-block h1 {
    font-size: 22px;
    font-size: 1.375em;
    font-size: 1.375rem;
  }
  .propertytitle-block .detailmap-anchor {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: #dbdbd9 url("../images/svg/map_pointer.svg") center center no-repeat;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 44px;
  }
  .propertydetails-block {
    padding-top: 0;
    border: none;
  }
  .propertydetails-block ul {
    justify-content: flex-start;
  }
  .propertydetails-block ul li {
    width: auto;
    margin-right: 1em;
  }
  .propertydetails-block ul li .item-icon {
    margin-right: 5px;
  }
  .detailprice-block {
    padding-top: 0;
  }
  .detailprice-block .price-block .price-attribute {
    margin-right: 8px;
  }
  .detailfavorite-block {
    justify-content: flex-start;
  }
  .detailfavorite-block .detail-btn {
    max-width: 190px;
  }
  .propertyattr-block dl {
    justify-content: flex-start;
  }
  .propertyattr-block dl dt, .propertyattr-block dl dd {
    width: 21%;
    margin: 0 0 0.5em;
  }
  .propertyattr-block dl dd:nth-of-type(odd) {
    margin-right: 15%;
  }
  .extras-block {
    padding: 28px 0 42px;
  }
  .extras-block ul {
    display: flex;
    flex-wrap: wrap;
  }
  .extras-block ul li {
    width: 33%;
    margin: 0.375em 0;
  }
  .surfaces-block, .distances-block {
    width: 45% !important;
  }
  .surfaces-block ul, .distances-block ul {
    flex-direction: row;
  }
  .surfaces-block ul li, .distances-block ul li {
    width: 50%;
  }
  .detaillinks-outer-block .detaillinks-block {
    display: flex;
    justify-content: space-between;
  }
  .detaillinks-outer-block .detaillinks-block .contactagent-block {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .detail-sticky-footer {
    display: none;
  }
  .vivienda .content-container .columns {
    flex: none;
  }
  .relatedproperties-block.grid-list-view h5 {
    margin: 0 0 1.5em;
  }
  .relatedproperties-block.grid-list-view .list-item-container ul {
    text-align: left;
  }
  .detailform-block .rightcontactform-outer-block .detail-contact-form {
    display: block;
    margin: 0;
  }
  .detailform-block .rightcontactform-outer-block .detail-contact-form form #propertyform-fakesubmit {
    display: block;
  }
  .detailform-block .rightcontactform-outer-block .detail-contact-form form .hidden-block, .detailform-block .rightcontactform-outer-block .detail-contact-form form #propertyform-submit {
    display: none;
  }
  .detailform-block .rightcontactform-outer-block .detail-contact-form .agentthumb-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .detailform-block .rightcontactform-outer-block .detail-contact-form .agentthumb-block h6 {
    width: 100%;
  }
  .detailform-block .rightcontactform-outer-block .detail-contact-form .agentthumb-block .agentthumb-contact {
    margin: 0 0 0 15px;
  }
  .detailform-block .rightdetaillinks-outer-block {
    background: transparent;
  }
  .detailform-block .rightdetaillinks-outer-block .detaillinks-block {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin: 0 0 15px;
  }
  .detailform-block .rightdetaillinks-outer-block .detaillinks-block .property-links {
    padding: 0 0 14px;
  }
  .detailmap-outer-block #detail-map {
    height: 385px;
  }
}
#favoritos .fav-list {
  margin-top: 2.5em;
}
#favoritos .fav-list .fav-block {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 0 1.5em;
  padding: 0;
  background-color: #ebebeb;
  outline: 1px solid #e0e0e0;
}
#favoritos .fav-list .fav-block .img {
  width: 180px;
  height: 111px;
  overflow: hidden;
}
#favoritos .fav-list .fav-block .img img {
  width: 180px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 600ms ease-out 0s;
}
#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;
}
#favoritos .fav-list .fav-block .titulo,
#favoritos .fav-list .fav-block .opciones,
#favoritos .fav-list .fav-block .localidad,
#favoritos .fav-list .fav-block .precio {
  position: relative;
}
#favoritos .fav-list .fav-block .titulo:after,
#favoritos .fav-list .fav-block .opciones:after,
#favoritos .fav-list .fav-block .localidad:after,
#favoritos .fav-list .fav-block .precio:after {
  position: absolute;
  right: 0;
  display: block;
  content: "";
  height: 112px;
  width: 1px;
  background-color: #e0e0e0;
}
#favoritos .fav-list .fav-block .titulo {
  width: 30%;
  font-family: "titillium-bold", sans-serif;
}
#favoritos .fav-list .fav-block .titulo:after {
  top: -46px;
}
#favoritos .fav-list .fav-block .opciones {
  width: 18%;
}
#favoritos .fav-list .fav-block .opciones:after {
  top: -19px;
}
#favoritos .fav-list .fav-block .opciones dl {
  display: flex;
  flex-wrap: wrap;
}
#favoritos .fav-list .fav-block .opciones dl dt {
  width: 60%;
}
#favoritos .fav-list .fav-block .opciones dl dd {
  width: 27%;
  text-align: right;
}
#favoritos .fav-list .fav-block .opciones dl dd sup {
  font-size: 12px;
  font-size: 0.75em;
  font-size: 0.75rem;
}
#favoritos .fav-list .fav-block .localidad {
  width: 20%;
}
#favoritos .fav-list .fav-block .localidad:after {
  top: -46px;
}
#favoritos .fav-list .fav-block .precio {
  width: 10%;
  text-align: right;
  color: #dfb31f;
  font-weight: 600;
}
#favoritos .fav-list .fav-block .precio:after {
  top: -46px;
}
#favoritos .fav-list .fav-block .boton-quitar {
  width: 12%;
}
#favoritos .fav-list .fav-block .boton-quitar .main-btn {
  padding: 13px;
}
@media screen and (max-width: 64em) {
  #favoritos .fav-list > .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1em;
  }
  #favoritos .fav-list > .row .fav-block {
    display: block;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 0.75em);
    margin: 0 1.5em 1.5em 0;
  }
  #favoritos .fav-list > .row .fav-block:nth-of-type(2n) {
    margin-right: 0;
  }
  #favoritos .fav-list > .row .fav-block > div {
    width: 100%;
  }
  #favoritos .fav-list > .row .fav-block > div:after {
    display: none;
  }
  #favoritos .fav-list > .row .fav-block > div.img {
    height: 260px;
    width: 100%;
  }
  #favoritos .fav-list > .row .fav-block > div.img img {
    height: 260px;
    width: 100%;
  }
  #favoritos .fav-list > .row .fav-block > div.opciones, #favoritos .fav-list > .row .fav-block > div.localidad, #favoritos .fav-list > .row .fav-block > div.precio, #favoritos .fav-list > .row .fav-block > div.boton-quitar {
    padding: 0.5em 1em;
  }
  #favoritos .fav-list > .row .fav-block > div.titulo, #favoritos .fav-list > .row .fav-block > div.opciones, #favoritos .fav-list > .row .fav-block > div.localidad, #favoritos .fav-list > .row .fav-block > div.precio {
    border-bottom: 1px solid #e0e0e0;
  }
  #favoritos .fav-list > .row .fav-block > div.titulo, #favoritos .fav-list > .row .fav-block > div.localidad, #favoritos .fav-list > .row .fav-block > div.precio, #favoritos .fav-list > .row .fav-block > div.boton-quitar {
    text-align: center;
  }
  #favoritos .fav-list > .row .fav-block > div.titulo {
    padding: 1.5em 1em;
  }
  #favoritos .fav-list > .row .fav-block > div.opciones dl dt {
    width: 38%;
  }
  #favoritos .fav-list > .row .fav-block > div.opciones dl dt:nth-of-type(3) {
    width: 35%;
  }
  #favoritos .fav-list > .row .fav-block > div.opciones dl dd {
    width: 10%;
  }
  #favoritos .fav-list > .row .fav-block > div.opciones dl dd:nth-of-type(1) {
    margin-right: 4%;
  }
  #favoritos .fav-list > .row .fav-block > div.opciones dl dd:nth-of-type(3) {
    width: 24.5%;
    margin-right: 0;
  }
  #favoritos .fav-list > .row .fav-block > div.boton-quitar a {
    min-width: 200px;
  }
}
@media screen and (max-width: 37.5em) {
  #favoritos .fav-list > .row .fav-block {
    width: 100%;
    margin-right: 0;
  }
}
#favoritos .container {
  width: 75%;
  margin: 0 auto 2.5em;
}
#favoritos .container h2 {
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem;
  padding: 16px 0 33px;
  font-family: "titillium-regular", sans-serif;
  text-align: center;
}
#favoritos .container form .no-padding {
  padding: 0;
}
#favoritos .container form .input-outer {
  position: relative;
  overflow: auto;
}
#favoritos .container form .input-outer > input {
  float: left;
  width: 100%;
  background: #ededed;
  color: #303030;
  border: none;
  font-size: 16px;
  box-shadow: none;
  height: 38px;
  padding: 10px 35px 10px 17px;
  margin: 0 0 10px;
}
#favoritos .container form .input-outer > input::placeholder {
  color: #303030;
}
#favoritos .container form .input-outer span {
  position: absolute;
  right: 14px;
  top: 13px;
  color: #5f3e3e;
  font-size: 18px;
}
#favoritos .container form textarea {
  width: 100%;
  background: #ededed;
  color: #303030;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  box-shadow: none;
  height: 134px;
  resize: none;
  padding: 13px 17px;
  margin: 0 0 10px;
}
#favoritos .container form textarea::placeholder {
  color: #303030;
}
#favoritos .container form .g-recaptcha {
  margin-bottom: 10px;
}
#favoritos .container form input[type=submit] {
  width: 100%;
  border: none;
  text-transform: uppercase;
}

/*--- listing page style ---*/
.list-outer-block {
  float: left;
  width: 100%;
  padding: 39px 0 40px;
  background: rgb(244.8, 244.8, 244.8);
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .list-outer-block {
    padding: 30px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .list-outer-block {
    padding: 20px 0 25px;
  }
}
.list-outer-block.grid-list-view {
  padding: 36px 0 46px;
}
.list-outer-block.grid-list-view .list-item-container ul li {
  margin-bottom: 32px;
}
@media screen and (max-width: 47.9375em) {
  .list-outer-block.grid-list-view .list-item-container ul li {
    margin-bottom: 20px;
  }
}

.list-wrap {
  float: left;
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .list-wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 29.9375em) {
  .list-wrap {
    padding: 0;
  }
}
.list-wrap h3 {
  font-size: 30px;
  font-weight: 700;
  color: #373633;
  text-align: center;
  padding-bottom: 47px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .list-wrap h3 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .list-wrap h3 {
    padding-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 29.9375em) {
  .list-wrap h3 {
    font-size: 18px;
  }
}

.list-item-container {
  float: left;
  width: 100%;
}
.list-item-container ul {
  float: left;
  width: 102.56%;
  margin-left: -2.56%;
  list-style: none;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container ul {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .list-item-container ul {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.list-item-container ul li {
  float: left;
  width: 30.77%;
  margin-left: 2.56%;
  margin-bottom: 25px;
  background: white;
  position: relative;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container ul li {
    display: inline-block;
    float: none;
    width: 47%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .list-item-container ul li {
    float: none;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.list-item-container ul li .list-view-content {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul {
    width: 100%;
    margin-left: 0;
  }
  .list-item-container.list-view.list-view ul li {
    width: 100%;
    margin-left: 0;
    height: auto !important;
  }
  .list-item-container.list-view.list-view ul li .left-desc h5 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .left-desc h5 {
    padding-bottom: 2px;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .left-desc span {
    font-size: 15px;
  }
  .list-item-container.list-view.list-view ul li .right-price span {
    font-size: 24px;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
  .list-item-container.list-view.list-view ul li .right-price span {
    font-size: 18px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .right-price span {
    font-size: 18px;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
  .list-item-container.list-view.list-view ul li .right-price {
    width: 100%;
    padding-top: 10px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .right-price {
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .detail-list {
    display: none;
  }
  .list-item-container.list-view.list-view ul li .list-view-content {
    width: 100%;
    float: left;
    margin-top: 10px;
    display: block;
  }
  .list-item-container.list-view.list-view ul li .list-view-content > .detail-list {
    display: flex;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
  .list-item-container.list-view.list-view ul li .list-view-content {
    margin-top: 0px;
    -webkit-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .list-view-content {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .list-view-content p {
    font-size: 16px;
    color: rgb(48.45, 48.45, 48.45);
    margin-bottom: 7px;
    line-height: 22px;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
  .list-item-container.list-view.list-view ul li .list-view-content p {
    float: left;
    height: 48px;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .list-view-content p {
    float: left;
    height: 48px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .list-view-content a {
    font-size: 14px;
    font-weight: 700;
  }
  .list-item-container.list-view.list-view ul li .image-section {
    max-width: 370px;
  }
  .list-item-container.list-view.list-view ul li .image-section .listing-slider {
    height: 100%;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .image-section {
    width: 50%;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .image-section:after {
    display: none;
  }
  .list-item-container.list-view.list-view ul li .image-section .detail-list {
    display: none;
  }
  .list-item-container.list-view.list-view ul li .list-desc {
    width: 53.8461538462%;
    padding: 19px 30px 16px;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
  .list-item-container.list-view.list-view ul li .list-desc {
    width: 43.9834024896%;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .list-desc {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
  .list-item-container.list-view.list-view ul li .list-desc .left-desc {
    padding-top: 0;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
  .list-item-container.list-view.list-view ul li .list-desc .right-price {
    text-align: left;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .list-desc .right-price {
    float: left;
    width: 100%;
  }
  .list-item-container.list-view.list-view ul li .list-desc .right-price span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .posted {
    display: none;
  }
  .list-item-container.list-view.list-view ul li .agent-block {
    float: right;
    width: 14.5299145299%;
    position: relative;
    padding: 11px 15px 5px;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) and (max-width: 74.9375em) {
  .list-item-container.list-view.list-view ul li .agent-block {
    width: 17.6348547718%;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .agent-block {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .agent-block .agent-name {
    display: block;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .agent-block .agent-name {
    float: left;
    width: 25%;
    text-align: left;
    -webkit-order: 2;
    order: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .agent-block .agent-name span {
    font-size: 13px;
    font-weight: 700;
    float: left;
    line-height: 16px;
  }
  .list-item-container.list-view.list-view ul li .agent-block .agent-logo {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .agent-block .agent-logo {
    float: left;
    width: 20%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-order: 1;
    order: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .agent-block .agent-contact {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .agent-block .agent-contact {
    float: left;
    width: 30%;
    -webkit-order: 3;
    order: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .about-link {
    display: block;
    font-size: 14px;
    color: rgb(53.55, 53.55, 53.55);
    line-height: 14px;
    float: left;
    position: absolute;
    bottom: 16px;
    left: 14px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  .list-item-container.list-view.list-view ul li .about-link {
    display: none;
    float: left;
    width: 20%;
    position: static;
    -webkit-order: 4;
    order: 4;
  }
}
@media print, screen and (min-width: 48em) {
  .list-item-container.list-view.list-view ul li .about-link img {
    width: 14px;
    float: left;
    margin-right: 5px;
  }
}

.galleria-errors {
  display: none !important;
}

.list-slider-wrap {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-item-container.list-view {
  max-width: 1170px;
  margin: 0 auto;
  float: none;
}
.list-item-container.list-view .list-slider-wrap {
  display: block;
  height: inherit;
}

.image-section {
  float: left;
  width: 100%;
  position: relative;
}
.image-section:after {
  position: absolute;
  z-index: 9;
  content: "";
  bottom: 0;
  left: 0;
  background: url("../images/shadow.png") no-repeat;
  width: 100%;
  height: 59px;
  background-size: cover;
}

.listing-slider {
  float: left;
  width: 100%;
  height: 247px;
}
.listing-slider .galleria-thumbnails-container.galleria-carousel {
  display: none;
}
.listing-slider .galleria-thumbnails-container {
  display: none !important;
}
.listing-slider .galleria-theme-classic .galleria-image-nav-left,
.listing-slider .galleria-theme-classic .galleria-image-nav-right {
  top: 50%;
}

.detail-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  clear: both;
  padding: 19px 0 12px;
}
.detail-list .detail-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "titillium-regular", sans-serif;
  margin-right: 20px;
}
.detail-list .detail-col:last-of-type {
  margin-right: 0;
}
.detail-list .detail-col img {
  width: 25px;
  height: 25px;
}
.detail-list .detail-col span {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: rgb(48.45, 48.45, 48.45);
  margin: 0 8px 0 0;
}
.detail-list .detail-col span sup {
  font-size: 12px;
  font-size: 0.75em;
  font-size: 0.75rem;
}

.btn-list {
  display: inline-block;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
}
.btn-list a {
  float: left;
  text-decoration: none;
  margin-left: 5px;
}
.btn-list a .btn-div {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 39px;
  padding: 10px 0 4px;
  text-align: center;
}
.btn-list a .btn-div i {
  display: block;
  font-size: 21px;
  color: white;
}
.btn-list a .btn-div img {
  display: block;
  width: 16px;
  height: 8px;
  margin: 0 auto;
}
.btn-list a .btn-div.red {
  background: #e74d50;
  -moz-border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  padding: 6px 0 4px;
  -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;
}
.btn-list a .btn-div.yellow {
  background: #e9c857;
  -moz-border-radius: 0px 0px 0px 2px;
  -webkit-border-radius: 0px 0px 0px 2px;
  border-radius: 0px 0px 0px 2px;
}
.btn-list a .btn-div.yellow:after {
  content: "\f08a";
  font-family: "FontAwesome";
  font-size: 26px;
  color: white;
}
.btn-list a.like.liked .yellow:after {
  content: "\f004";
}
.btn-list a:hover.price .red {
  height: 49px;
  padding-top: 12px;
}

.list-desc {
  float: left;
  width: 100%;
  padding: 20px 20px 14px;
  background: white;
  text-align: left;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .list-desc {
    padding: 14px 10px 16px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 29.9375em) {
  .list-desc {
    padding: 15px;
  }
}

.left-desc {
  float: left;
  width: auto;
  max-width: 230px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .left-desc {
    padding-top: 10px;
    max-width: 100%;
    width: 100%;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .left-desc {
    max-width: 210px;
  }
}
@media screen and (max-width: 29.9375em) {
  .left-desc {
    max-width: 160px;
  }
}
.left-desc a {
  text-decoration: none;
}
.left-desc a h5 {
  font-size: 15px;
  font-family: "titillium-regular", sans-serif;
  color: #373633;
  padding-bottom: 4px;
  -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;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .left-desc a h5 {
    padding-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .left-desc a h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 29.9375em) {
  .left-desc a h5 {
    font-size: 14px;
  }
}
.left-desc a:hover h5 {
  color: #e9c857;
}
.left-desc span {
  font-size: 13px;
  font-family: "titillium-regular", sans-serif;
  color: rgb(119.85, 119.85, 119.85);
}
@media screen and (max-width: 47.9375em) {
  .left-desc span {
    float: left;
  }
}

.right-price {
  float: right;
  width: auto;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .right-price {
    width: 100%;
    text-align: right;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 29.9375em) {
  .right-price {
    float: right;
    width: auto;
    padding-left: 7px;
  }
}
.right-price span {
  font-size: 18px;
  color: #dfb31f;
  font-weight: 900;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .right-price span {
    font-size: 16px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .right-price span {
    font-size: 15px;
  }
}
@media screen and (max-width: 29.9375em) {
  .right-price span {
    font-size: 14px;
  }
}

.link-block {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 47.9375em) {
  .link-block {
    padding: 0;
    margin: -5px 0 0;
  }
}
.link-block .main-btn {
  padding: 15px 65px 13px 43px;
}
.link-block .main-btn img {
  width: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  position: relative;
  margin-top: -5px;
}
@media screen and (max-width: 47.9375em) {
  .link-block .main-btn {
    padding: 13px 35px;
  }
}

.listing-menu-out {
  float: left;
  width: 100%;
  padding: 33px 0 31px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing-menu-out {
    padding: 20px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .listing-menu-out {
    padding: 15px 0;
  }
}

.listing-menu-wrap {
  float: left;
  width: 100%;
}

.menu-head {
  float: left;
  width: 50%;
  display: table;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .menu-head {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .menu-head {
    width: 100%;
    text-align: center;
  }
}
.menu-head h1 {
  display: table-cell;
  vertical-align: middle;
  font-family: "titillium-regular", sans-serif;
  font-size: 16px;
  color: #373633;
  line-height: normal;
}
.menu-head h1 strong {
  font-family: "titillium-bold", sans-serif;
}
@media screen and (max-width: 47.9375em) {
  .menu-head h1 {
    display: inline-block;
    padding-right: 10px;
  }
}
.menu-head .first {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.menu-items-right {
  float: left;
  width: 50%;
  text-align: right;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .menu-items-right {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}
@media screen and (max-width: 47.9375em) {
  .menu-items-right {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}
.menu-items-right .row-full {
  float: left;
  width: 100%;
}
.menu-items-right .row-full .single-col {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding-left: 12px;
  position: relative;
}
.menu-items-right .row-full .single-col:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #dbdbd9;
}
.menu-items-right .row-full .single-col:first-child:before {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .menu-items-right .row-full .single-col.second {
    padding-left: 0;
  }
}

.sorting {
  float: left;
}
.sorting span {
  display: inline-block;
  vertical-align: middle;
  font-family: "titillium-bold", sans-serif;
  font-size: 16px;
}
.sorting .SumoSelect {
  vertical-align: middle;
  width: auto;
}
.sorting .SumoSelect .simple-select {
  cursor: pointer;
  padding: 0 18px 0 12px;
}
.sorting .SumoSelect .CaptionCont {
  border: none;
  box-shadow: none;
  padding: 5px 12px 5px 8px;
}
.sorting .SumoSelect .CaptionCont span {
  font-family: "titillium-regular", sans-serif;
  font-size: 16px;
  padding-right: 20px;
  cursor: pointer !important;
}
.sorting .SumoSelect .CaptionCont .placeholder {
  font-family: "titillium-regular", sans-serif;
  font-size: 16px;
  padding-right: 20px;
  cursor: pointer;
  font-style: normal;
  color: #373633;
}
.sorting .SumoSelect .CaptionCont label i {
  background: url("../images/svg/angle-down.svg");
  width: 10px;
  height: 6px;
  right: 7px;
}
.sorting .SumoSelect .optWrapper {
  border-radius: 0px !important;
  text-align: left;
}
.sorting .SumoSelect .optWrapper ul li {
  width: 100%;
  border: none;
  padding: 6px 8px !important;
}
.sorting .SumoSelect .optWrapper ul li:before {
  display: none;
}
.sorting .SumoSelect:active .CaptionCont, .sorting .SumoSelect:focus .CaptionCont, .sorting .SumoSelect:hover .CaptionCont {
  border: none;
  box-shadow: none;
}

.menu-links {
  float: left;
}
.menu-links a {
  float: left;
  padding: 6px 9px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.menu-links a img {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 12px;
}
.menu-links a span {
  display: inline-block;
  vertical-align: middle;
  font-family: "titillium-regular", sans-serif;
  font-size: 16px;
  color: #373633;
  margin-left: 3px;
}
.menu-links a:hover, .menu-links a.active {
  background: rgb(244.8, 244.8, 244.8);
}
.menu-links a.map {
  padding: 5px 6px 4px;
}
.menu-links a.map img {
  width: 25px;
  height: 25px;
}

.agent-block {
  float: left;
  width: 100%;
  background: rgb(234.6, 234.6, 234.6);
  padding: 9px 20px 9px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .agent-block {
    padding: 9px 12px 9px;
  }
}
.agent-block .about-link {
  display: none;
}
.agent-block .agent-name {
  display: none;
}

.agent-logo {
  display: inline-block;
  vertical-align: middle;
  width: 21.21%;
}
@media screen and (max-width: 47.9375em) {
  .agent-logo {
    width: 21%;
  }
}

.agent-contact {
  display: inline-block;
  vertical-align: middle;
  width: 45.73%;
  padding-left: 9px;
}
.agent-contact ul {
  float: left;
  width: 100%;
}
.agent-contact ul li {
  float: left;
  width: 100%;
  background: none;
  text-align: left;
  margin: 0 !important;
}
.agent-contact ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.agent-contact ul li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "titillium-regular", sans-serif;
  color: rgb(53.55, 53.55, 53.55);
  text-decoration: none;
}
.agent-contact ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 47.9375em) {
  .agent-contact ul li {
    width: 50%;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .agent-contact {
    width: 40.73%;
  }
}
@media screen and (max-width: 47.9375em) {
  .agent-contact {
    width: 77%;
  }
}

.posted {
  display: inline-block;
  vertical-align: middle;
  width: 30.3%;
  text-align: right;
}
.posted span {
  font-family: "titillium-regular", sans-serif;
  font-size: 13px;
  color: rgb(119.85, 119.85, 119.85);
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .posted {
    width: 35.3%;
  }
}

.loading {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 47.9375em) {
  .loading {
    padding-top: 10px;
  }
}
.loading span {
  float: left;
  width: 100%;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 300;
  color: rgb(53.55, 53.55, 53.55);
}

.galleria-theme-classic img {
  display: block !important;
}

.image-section {
  height: 247px;
  overflow: hidden;
}
.image-section .owl-item img {
  height: 247px;
  width: inherit;
  object-fit: cover;
}

.pagination-outer {
  width: 100%;
  float: left;
}

.pagination {
  text-align: center;
}
.pagination li a:hover, .pagination li a:focus {
  background-color: #e9c857;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}
.pagination li.unavailable a {
  cursor: not-allowed;
  background: transparent;
  color: #0a0a0a;
  text-decoration: none;
}
.pagination li.current {
  background: transparent;
}
.pagination li.current a {
  background-color: #e9c857;
  color: #fff;
  border-radius: 3px;
}

.agent-contact ul li a .phone-span {
  display: none;
}
.agent-contact ul li a.show .phone-span {
  display: inline;
}
.agent-contact ul li a.show .text-span {
  display: none;
}

.list-view-content > a {
  margin-top: 0.3em;
}

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9001;
}
.reveal-overlay .reveal {
  width: 100%;
  max-width: 760px;
  border-radius: 8px;
  background: transparent url("../images/content/reveal-bg.jpg") center center no-repeat;
  background-size: cover;
  border: none;
  padding: 0;
  font-family: "titillium-regular", sans-serif;
  color: rgb(79.05, 79.05, 79.05);
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
}
.reveal-overlay .reveal__outer__container {
  width: 65.78947368%;
  height: 100%;
  background-color: #ececec;
  padding: 24px 46px 33px;
}
.reveal-overlay .reveal__outer__container h3 {
  font-size: 20px;
  font-size: 1.25em;
  font-size: 1.25rem;
  color: #192f37;
  margin: 0 0 0.5em;
  font-family: "titillium-bold", sans-serif;
  text-transform: uppercase;
}
.reveal-overlay .reveal__outer__container h6 {
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #363636;
  width: 100%;
  margin: 0 0 0.5em;
  font-family: "titillium-semibold", sans-serif;
}
.reveal-overlay .reveal__outer__container p {
  font-size: 14px;
  font-size: 0.875em;
  font-size: 0.875rem;
  margin: 0 0 1em;
}
.reveal-overlay .reveal__outer__container p.small {
  font-size: 12px;
  font-size: 0.75em;
  font-size: 0.75rem;
}
.reveal-overlay .reveal .criteria__form,
.reveal-overlay .reveal .agent__form {
  width: 100%;
}
.reveal-overlay .reveal .criteria__form__container,
.reveal-overlay .reveal .agent__form__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reveal-overlay .reveal .criteria__form__container .btn--submit,
.reveal-overlay .reveal .agent__form__container .btn--submit {
  width: 100%;
  height: 52px;
  padding: 0;
  margin: 0 0 12px;
}
.reveal-overlay .reveal .criteria__form__double,
.reveal-overlay .reveal .agent__form__double {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reveal-overlay .reveal .criteria__form__double:first-of-type,
.reveal-overlay .reveal .agent__form__double:first-of-type {
  margin: 0 0 8px;
}
.reveal-overlay .reveal .criteria__form__double:last-of-type,
.reveal-overlay .reveal .agent__form__double:last-of-type {
  margin: 0 0 6px;
}
.reveal-overlay .reveal .criteria__form__double > div,
.reveal-overlay .reveal .agent__form__double > div {
  width: calc(50% - 4px);
}
.reveal-overlay .reveal .close-button span {
  color: white;
  font-size: 50px;
  font-size: 3.125em;
  font-size: 3.125rem;
}
.reveal-overlay .reveal.agent {
  max-width: 590px;
}

@media screen and (max-width: 37.4375em) {
  .reveal-overlay .reveal__outer__container {
    width: 100%;
    padding: 75px 1em 33px;
  }
}
.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #a4a4a4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #606060;
  font-style: normal;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #e4e4e4;
}

.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #e2b147;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5BMTg1NUYwMS1ERDc1LTQ0ODgtQkYxQy1DOUE3NTU0MjVENTk8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNlYXJjaC1Ib21lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjUuMDAwMDAwLCAtMTI2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJCdXNjYWRvciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuMDAwMDAwLCA0MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS4wMDAwMDAsIDc4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJucF90aWNrXzE2MjMzMl8wMDAwMDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuMDAwMDAwLCA4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMi44Nzc2MDgzNCw4IEMyLjczNTA4OTEsOCAyLjYwMTYxMDgsNy45NDE5NjM1OSAyLjUwMzk0MDI3LDcuODM2MTE5OTEgTDAuMTcyNjA4MTUzLDUuMjMyNTUyNjYgQy0wLjA0OTg1NTY5MjMsNS4wMTA2OTAxNiAtMC4wNTg4OTY2MjMsNC42MzQ3NzM2MiAwLjE1NDg4MDQ1NCw0LjM5MzcwMjU4IEMwLjM1OTYxODM4MSw0LjE1MjYzMTU0IDAuNzA2NTE5NjAzLDQuMTQyODM0NDEgMC45Mjg5ODM0NDgsNC4zNzQ0OTIxMSBMMi42Mzc0MTY4LDUuNjk1NDY0OTkgQzIuNzM1NDQzMjcsNS43OTE4OTM0IDIuODg2NjQ3NDksNS43NzI2ODI5MyAyLjk2NjU5MjEsNS42NTcwNDQwNSBMNy4wMTU0MzQwOSwwLjIzNzQ3Nzc1MiBDNy4xOTM0MDUxNiwtMC4wMjI4MDE4Mjk3IDcuNTQwMzA2MzksLTAuMDgwODEzMTY1MSA3Ljc4MDg1MjA5LDAuMTIxODQwNzk1IEM4LjAyMTA0MTg2LDAuMzE0Njk3NjI4IDguMDc0NTc1NTYsMC42OTA2MTQxNjcgNy44ODc1NjM1NSwwLjk1MTI3OTQ2MyBMMy4zMTM4ODQ4Niw3Ljc1ODkzMjgyIEMzLjIxNTg1ODM5LDcuODkzNzc4MzEgMy4wNzM2OTUwOSw3Ljk4MDc5NTMyIDIuOTIyNDkwODcsNy45OTAyMDY3MyBDMi45MDQ0MTYxMiw4IDIuODk1NzI1OCw4IDIuODc3NjUwMTYsOCBMMi44Nzc2MDgzNCw4IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.sbHolder {
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030;
  font-weight: 500;
  height: 46px;
  position: relative;
  width: 100%;
  border: none;
  background: #e6e6e6;
  border-radius: 0;
  margin-bottom: 10px;
}

.sbSelector {
  display: block;
  height: 46px;
  left: 0;
  line-height: 28px;
  outline: none;
  overflow: hidden;
  position: absolute;
  padding: 0.5em 1em;
  top: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030;
}
.sbSelector:focus {
  color: #303030;
  text-decoration: none;
}

.sbSelector:hover {
  color: #303030;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  display: block;
  height: 44px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 44px;
  z-index: 0;
}

.sbToggle:after {
  z-index: 99999;
  width: 40px;
  height: 46px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-image: url("../images/svg/caret_down.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 200ms ease-in;
}

.sbOptions {
  border: none;
  background: white;
  list-style: none;
  left: 0px;
  max-height: 320px !important;
  margin: -3px 0 0 0;
  padding: 0 0 7px 0;
  position: absolute;
  top: 109% !important;
  z-index: 1000;
  overflow-y: auto;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 3px 4px 0px rgba(124, 134, 161, 0.1);
}

.sbOptions li {
  padding: 0px !important;
  background: none;
}

.sbOptions a {
  display: block;
  outline: none;
  padding: 5px 10px 3px;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  color: #303030;
  line-height: 24px;
  text-decoration: none;
  font-family: "titillium-regular", sans-serif;
}

.sbOptions li a:hover {
  background: white;
  color: #303030;
}

.sbOptions li:first-child a {
  border: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #303030 !important;
  background-color: #e6e6e6 !important;
}

.sbOptions li.last a {
  border-bottom: none;
}

.checkbox-block {
  display: flex;
  align-items: center;
}
.checkbox-block input[type=checkbox] {
  display: none;
}
.checkbox-block label {
  color: white;
  font-size: 16px;
  font-size: 1em;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.checkbox-block label span {
  width: 20px;
  height: 20px;
  background-color: rgb(216.75, 216.75, 216.75);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0 8px 0 0;
}
.checkbox-block label span::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  background-color: white;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.checkbox-block input[type=checkbox]:checked + label span {
  background-color: white;
}
.checkbox-block input[type=checkbox]:checked + label span::before {
  background: #e2b147 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5BMTg1NUYwMS1ERDc1LTQ0ODgtQkYxQy1DOUE3NTU0MjVENTk8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNlYXJjaC1Ib21lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjUuMDAwMDAwLCAtMTI2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJCdXNjYWRvciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuMDAwMDAwLCA0MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS4wMDAwMDAsIDc4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJucF90aWNrXzE2MjMzMl8wMDAwMDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuMDAwMDAwLCA4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMi44Nzc2MDgzNCw4IEMyLjczNTA4OTEsOCAyLjYwMTYxMDgsNy45NDE5NjM1OSAyLjUwMzk0MDI3LDcuODM2MTE5OTEgTDAuMTcyNjA4MTUzLDUuMjMyNTUyNjYgQy0wLjA0OTg1NTY5MjMsNS4wMTA2OTAxNiAtMC4wNTg4OTY2MjMsNC42MzQ3NzM2MiAwLjE1NDg4MDQ1NCw0LjM5MzcwMjU4IEMwLjM1OTYxODM4MSw0LjE1MjYzMTU0IDAuNzA2NTE5NjAzLDQuMTQyODM0NDEgMC45Mjg5ODM0NDgsNC4zNzQ0OTIxMSBMMi42Mzc0MTY4LDUuNjk1NDY0OTkgQzIuNzM1NDQzMjcsNS43OTE4OTM0IDIuODg2NjQ3NDksNS43NzI2ODI5MyAyLjk2NjU5MjEsNS42NTcwNDQwNSBMNy4wMTU0MzQwOSwwLjIzNzQ3Nzc1MiBDNy4xOTM0MDUxNiwtMC4wMjI4MDE4Mjk3IDcuNTQwMzA2MzksLTAuMDgwODEzMTY1MSA3Ljc4MDg1MjA5LDAuMTIxODQwNzk1IEM4LjAyMTA0MTg2LDAuMzE0Njk3NjI4IDguMDc0NTc1NTYsMC42OTA2MTQxNjcgNy44ODc1NjM1NSwwLjk1MTI3OTQ2MyBMMy4zMTM4ODQ4Niw3Ljc1ODkzMjgyIEMzLjIxNTg1ODM5LDcuODkzNzc4MzEgMy4wNzM2OTUwOSw3Ljk4MDc5NTMyIDIuOTIyNDkwODcsNy45OTAyMDY3MyBDMi45MDQ0MTYxMiw4IDIuODk1NzI1OCw4IDIuODc3NjUwMTYsOCBMMi44Nzc2MDgzNCw4IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") center center no-repeat;
}

.search-section {
  width: 100%;
  float: left;
  margin: 16px 0 50px;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .search-section {
    margin: 16px 0 35px;
  }
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .search-section {
    margin: 16px 0 35px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .search-section {
    margin: 16px 0 35px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section {
    margin: 16px 0 35px;
    background: rgba(30, 28, 28, 0.7);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section {
    margin: 0;
  }
}
.search-section .search-section-outer {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer {
    max-width: 738px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer {
    max-width: 100%;
  }
}
.search-section .search-section-outer .search-section-inner {
  width: 100%;
  float: left;
  padding: 18px 27px 10px;
  background: rgba(30, 28, 28, 0.7);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner {
    background: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 18px 15px 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner {
    padding: 22px 30px;
  }
}
@media screen and (max-width: 29.9375em) {
  .search-section .search-section-outer .search-section-inner {
    padding: 22px 15px;
  }
}
@media screen and (max-width: 37.4375em) {
  .search-section .search-section-outer .search-section-inner {
    border-radius: 0 0 6px 6px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-top {
  width: 100%;
  float: left;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer {
  width: 100%;
  float: left;
  background: white;
  height: 48px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.sale-class {
  max-width: 256px;
  border-right: 1px solid #dfdfdf;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.sale-class {
    max-width: 253px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.sale-class {
    max-width: 100%;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 8px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.property-type {
  max-width: 194px;
  border-right: 1px solid #dfdfdf;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.property-type {
    max-width: 191px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.property-type {
    max-width: 100%;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 8px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.property-type .SumoSelect .optWrapper {
  width: 101%;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa {
  max-width: 210px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa {
    max-width: 204px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa {
    max-width: 100%;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 8px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect.open p label i {
  visibility: visible;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect .optWrapper {
  width: 100%;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect .optWrapper ul.options li.opt {
  padding: 0 0 0 18px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect .optWrapper ul.options li.opt:hover {
  background: #dadada;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect {
  width: 100%;
  float: left;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect:focus > .CaptionCont, .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect:hover > .CaptionCont, .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect.open > .CaptionCont {
  border: 0;
  box-shadow: none;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect select {
  height: 100%;
  margin-bottom: 0;
  line-height: 47px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p {
  height: 48px;
  border: 0;
  padding: 0 0 0 16px;
  cursor: pointer;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p span {
  height: 48px;
  line-height: 47px;
  padding: 0 28px 0 0;
  font-style: normal !important;
  color: #272725 !important;
  font-size: 17px;
  font-family: "titillium-regular", sans-serif;
  cursor: pointer;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p span {
    font-size: 16px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p label {
  width: 28px;
  cursor: pointer;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect p label i {
  width: 10px;
  height: 6px;
  background-image: url("../images/svg/caret-down.svg");
  top: 2px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect.open p label i {
  background-image: url("../images/svg/caret-up.svg");
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper {
  width: 100.5%;
  top: 47px;
  background: #f8f8f8;
  border: none;
  -moz-border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper {
    top: -8px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options {
  border-radius: 0;
  padding: 9px 0 11px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt {
  border: 0;
  line-height: 30px;
  padding: 2px 0 2px 41px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt:hover {
  background-color: #dadada;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt span {
  margin-left: 9px !important;
  left: 0;
  margin-top: -1px !important;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt span i {
  border-color: #b9b9b7;
  box-shadow: none;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt.disabled {
  display: none;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt.selected span i {
  background-color: #e2bf47;
  border-color: #e2bf47;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .optWrapper ul.options li.opt label {
  font-style: normal !important;
  color: #272725 !important;
  font-size: 16px;
  font-family: "titillium-regular", sans-serif;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt {
  width: 100%;
  height: 48px;
  line-height: 48px;
  float: left;
  padding: 0 26px 0 16px;
  font-size: 18px;
  border: none;
  background: none;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt::-webkit-input-placeholder {
  color: #272725;
  opacity: 1;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt::-moz-placeholder {
  color: #272725;
  opacity: 1;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt:-ms-input-placeholder {
  color: #272725;
  opacity: 1;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .SumoSelect .search-txt:-moz-placeholder {
  color: #272725;
  opacity: 1;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete {
  width: 100%;
  float: left;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete:after {
  width: 10px;
  height: 6px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQjlCOUI3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzkuNywyMy41Ii8+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOEMtMC4zLDMsMC4xLDQuMiwxLDUuMWwzOC44LDM1LjYNCgljMC42LDAuNSwxLjMsMC44LDIuMSwwLjhjMC43LDAsMS41LTAuMywyLjEtMC44TDgyLjcsNS4xQzgzLjYsNC4yLDg0LDMsODMuNSwxLjh6Ii8+DQo8L3N2Zz4=) !important;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 9px;
  top: 22px;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input {
  width: 100%;
  float: left;
  height: 48px;
  line-height: 48px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  background: none;
  font-style: normal;
  color: #272725;
  font-size: 18px;
  font-family: "titillium-regular", sans-serif;
  padding: 0 15px;
  box-shadow: none;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input::-webkit-input-placeholder {
  color: #272725;
  opacity: 1;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input::-moz-placeholder {
  color: #272725;
  opacity: 1;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input:-ms-input-placeholder {
  color: #272725;
  opacity: 1;
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input:-moz-placeholder {
  color: #272725;
  opacity: 1;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete input {
    font-size: 16px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-top .select-outer .easy-autocomplete .easy-autocomplete-container {
  top: 47px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.search-section .search-section-outer .search-section-inner .search-form-top .main-btn {
  max-width: 170px;
  min-width: 170px;
  padding: 16px 18px;
  -moz-border-radius: 0px 6px 6px 0;
  -webkit-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .main-btn {
    font-size: 15px;
    padding: 17px 22px 16px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-top .main-btn {
    width: 60px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    float: left;
    font-size: 0;
    position: relative;
  }
  .search-section .search-section-outer .search-section-inner .search-form-top .main-btn:after {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgyIDgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MiA4MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC45OTUwNzk4LDk2MS4zMjYyNikiPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUtOUM2LjMtOS05LDYuMy05LDI1UzYuMyw1OSwyNSw1OWM3LjIsMCwxMy45LTIuMywxOS4zLTYuMWwxOC40LDE4LjRjMi4zLDIuNCw2LjIsMi40LDguNSwwDQoJCQljMi4zLTIuMywyLjMtNi4xLDAtOC41TDUyLjksNDQuNEM1Ni43LDM4LjksNTksMzIuMiw1OSwyNUM1OSw2LjMsNDMuNy05LDI1LTl6IE0yNSwzYzEyLjIsMCwyMiw5LjgsMjIsMjJzLTkuOCwyMi0yMiwyMg0KCQkJQzEyLjgsNDcsMywzNy4yLDMsMjVTMTIuOCwzLDI1LDN6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
    background-size: 25px 25x;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .search-section .search-section-outer .search-section-inner .search-form-top {
    display: flex;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom {
  width: 100%;
  float: left;
  margin: 8px 0 0;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left {
  width: 667px;
  float: left;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left {
    width: 100%;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer {
  width: 100%;
  float: left;
  position: relative;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range {
  max-width: 134px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range {
    max-width: 100%;
    width: 48%;
    padding: 0 0 28px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range {
    max-width: 100%;
    width: 100%;
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range .drop-content {
    width: 100% !important;
    float: left;
    position: inherit;
    right: inherit;
    top: inherit;
    padding: 0px 1px 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range .drop-content {
    width: 100% !important;
    float: left;
    position: inherit;
    right: inherit;
    top: inherit;
    padding: 8px 1px 0;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range .drop-content .from .disabled {
  display: none;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.price-range .drop-content .to .disabled {
  display: none;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.surface {
  max-width: 150px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  margin: 0 0 0 2px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.surface {
    max-width: 100%;
    width: 48%;
    float: right;
    margin: 0;
    padding: 0 0 28px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.surface {
    max-width: 100%;
    width: 100%;
    float: right;
    margin: 0;
    padding: 0 0 20px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bedrooms {
  max-width: 190px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  margin: 0 0 0 2px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bedrooms {
    max-width: 100%;
    width: 48%;
    margin: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bedrooms {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bathrooms {
  max-width: 180px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  margin: 0 0 0 3px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bathrooms {
    max-width: 100%;
    width: 48%;
    float: right;
    margin: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.bathrooms {
    max-width: 100%;
    width: 100%;
    float: right;
    margin: 0;
    padding: 0 0 20px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.active {
  background: #f8f8f8;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.active a {
  color: #000000;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer.active a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRThDODU3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC4yLDM5LjdjMC41LDEuMiwxLjYsMS44LDIuOSwxLjhsNzcuNSwwYzEuMywwLDIuNC0wLjYsMi45LTEuOGMwLjUtMS4yLDAuMS0yLjQtMC44LTMuM0w0My45LDAuOA0KCUM0My4zLDAuMyw0Mi42LDAsNDEuOCwwYy0wLjcsMC0xLjUsMC4zLTIuMSwwLjhMMSwzNi40QzAuMSwzNy4zLTAuMywzOC41LDAuMiwzOS43eiIvPg0KPC9zdmc+) !important;
  top: 17px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer a {
  width: 100%;
  float: left;
  font-family: "titillium-regular", sans-serif;
  font-size: 17px;
  color: white;
  padding: 10px 17px 11px;
  text-decoration: none;
  position: relative;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer a:after {
  width: 10px;
  height: 6px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRTlDODU3O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOFMwLjEsNC4yLDEsNS4xbDM4LjgsMzUuNmMwLjYsMC41LDEuMywwLjgsMi4xLDAuOA0KCWMwLjcsMCwxLjUtMC4zLDIuMS0wLjhMODIuNyw1LjFDODMuNiw0LjIsODQsMyw4My41LDEuOHoiLz4NCjwvc3ZnPg==) !important;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 19px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer a {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer a {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 0 !important;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content {
  width: 294px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #f8f8f8;
  padding: 11px 18px;
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  z-index: 500;
  display: none;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content {
    display: block !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content {
    display: block !important;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer {
  width: 100%;
  float: left;
  background: rgb(234.6, 234.6, 234.6);
  height: 38px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.from {
  max-width: 125px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.from {
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.from {
    width: 47%;
    max-width: 100%;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.to {
  float: right;
  max-width: 125px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.to {
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer.to {
    width: 47%;
    max-width: 100%;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect.open {
  background: #ebebeb;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect.open .optWrapper {
  background: #ebebeb;
  -moz-border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect.open .optWrapper {
    border-radius: 5px !important;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect p {
  padding: 0 0 0 10px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect p span {
  font-size: 14px;
  color: #272725;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect .optWrapper ul.options li.opt {
  padding: 0 0 0 10px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-content .drop-select-outer .SumoSelect .optWrapper ul.options li.opt label {
  font-size: 14px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect {
  width: 100%;
  float: left;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect:focus > .CaptionCont, .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect:hover > .CaptionCont, .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open > .CaptionCont {
  border: 0;
  box-shadow: none;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open {
  background: #f8f8f8;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open p span {
  color: #272725;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open .optWrapper {
  background: #f8f8f8;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect select {
  height: 100%;
  margin-bottom: 0;
  line-height: 37px;
  background: none;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect p {
  height: 38px;
  border: 0;
  padding: 0 0 0 17px;
  cursor: pointer;
  background: none;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect p span {
  height: 38px;
  line-height: 40px;
  padding: 0 28px 0 0;
  font-style: normal;
  color: white;
  font-size: 17px;
  font-family: "titillium-regular", sans-serif;
  cursor: pointer;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect p label {
  width: 28px;
  cursor: pointer;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect p label i {
  width: 10px;
  height: 6px;
  background-image: url("../images/svg/caret-yellow-down.svg");
  top: 2px;
  right: 5px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect.open p label i {
  background-image: url("../images/svg/caret-yellow-up.svg");
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper {
  width: 100%;
  height: 125px;
  top: 37px;
  background: #ebebeb;
  border: none;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options {
  border-radius: 0;
  padding: 0 0 5px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt {
  border: 0;
  line-height: 30px;
  padding: 0 0 0 18px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt:hover {
  background: #dadada;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt span {
  margin-left: 9px !important;
  left: 0;
  margin-top: -1px !important;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt span i {
  border-color: #b9b9b7;
  box-shadow: none;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt.selected span i {
  background-color: #e2bf47;
  border-color: #e2bf47;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt label {
  font-style: normal !important;
  color: #272725 !important;
  font-size: 17px;
  font-family: "titillium-regular", sans-serif;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .SumoSelect .optWrapper ul.options li.opt.disabled label {
  opacity: 0.5;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer {
    width: 100%;
    float: left;
    background: rgb(234.6, 234.6, 234.6);
    height: 38px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.from {
    max-width: 125px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.from {
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.to {
    float: right;
    max-width: 125px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.to {
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect.open {
    background: #ebebeb;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect.open .optWrapper {
    background: #ebebeb;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect p {
    padding: 0 0 0 10px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect p span {
    font-size: 14px;
    color: #272725;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect .optWrapper ul.options li.opt {
    padding: 0 0 0 10px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect .optWrapper ul.options li.opt label {
    font-size: 14px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer {
    width: 100%;
    float: left;
    background: rgb(234.6, 234.6, 234.6);
    height: 38px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.from {
    max-width: 125px;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.from {
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.to {
    float: right;
    max-width: 125px;
  }
}
@media screen and (max-width: 47.9375em) and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer.to {
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect.open {
    background: #ebebeb;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect.open .optWrapper {
    background: #ebebeb;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect p {
    padding: 0 0 0 10px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect p span {
    font-size: 14px;
    color: #272725;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect .optWrapper ul.options li.opt {
    padding: 0 0 0 10px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-left .drop-outer .drop-select-outer .SumoSelect .optWrapper ul.options li.opt label {
    font-size: 14px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right {
  width: 163px;
  float: left;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right {
    float: right;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right {
    width: 100%;
    float: right;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options {
  width: 100%;
  float: left;
  position: relative;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active {
  background: #f8f8f8;
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active {
    background: none;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active a {
  color: #000000;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjA0QTQ5O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC4yLDM5LjdjMC41LDEuMiwxLjYsMS44LDIuOSwxLjhoNzcuNWMxLjMsMCwyLjQtMC42LDIuOS0xLjhzMC4xLTIuNC0wLjgtMy4zTDQzLjksMC44DQoJQzQzLjMsMC4zLDQyLjYsMCw0MS44LDBjLTAuNywwLTEuNSwwLjMtMi4xLDAuOEwxLDM2LjRDMC4xLDM3LjMtMC4zLDM4LjUsMC4yLDM5Ljd6Ii8+DQo8L3N2Zz4=) !important;
  top: 19px;
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active a {
    background: #f8f8f8;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    color: #000000;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.active a.more-link {
    color: #000000;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a {
  width: 100%;
  float: left;
  font-family: "titillium-regular", sans-serif;
  font-size: 17px;
  color: white;
  padding: 9px 26px 12px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a {
    color: #000000;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a:after {
  width: 10px;
  height: 6px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjA0QTQ5O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOFMwLjEsNC4yLDEsNS4xbDM4LjgsMzUuNmMwLjYsMC41LDEuMywwLjgsMi4xLDAuOA0KCWMwLjcsMCwxLjUtMC4zLDIuMS0wLjhMODIuNyw1LjFDODMuNiw0LjIsODQsMyw4My41LDEuOHoiLz4NCjwvc3ZnPg==) !important;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 26px;
  top: 19px;
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a.more-link {
    width: 136px;
    float: right;
    padding: 9px 15px 12px;
    color: white;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options a.more-link:after {
    right: 12px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile {
  display: none;
  width: 100%;
  float: left;
  font-family: "titillium-regular", sans-serif;
  font-size: 17px;
  color: white;
  padding: 9px 26px 12px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile {
    color: #000000;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile:after {
  width: 10px;
  height: 6px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgzLjcgNDEuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODMuNyA0MS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjA0QTQ5O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuNSwxLjhDODMsMC42LDgxLjksMCw4MC42LDBIMy4xQzEuOCwwLDAuNywwLjYsMC4yLDEuOFMwLjEsNC4yLDEsNS4xbDM4LjgsMzUuNmMwLjYsMC41LDEuMywwLjgsMi4xLDAuOA0KCWMwLjcsMCwxLjUtMC4zLDIuMS0wLjhMODIuNyw1LjFDODMuNiw0LjIsODQsMyw4My41LDEuOHoiLz4NCjwvc3ZnPg==) !important;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  position: absolute;
  right: 26px;
  top: 19px;
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile {
    display: block;
    width: 136px;
    float: right;
    padding: 9px 15px 12px;
    background: #f8f8f8;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .more-text-mobile:after {
    right: 12px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content {
  width: 330px;
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background: #f8f8f8;
  padding: 25px 22px 17px;
  z-index: 500;
  -webkit-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  border-radius: 5px 0px 5px 5px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content {
    width: 708px;
    padding: 25px 15px 17px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content {
    width: 100%;
    float: left;
    position: inherit;
    right: inherit;
    top: inherit;
    padding: 20px 15px 17px;
    box-shadow: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .price-range a:after {
    content: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .price-range a:after {
    content: none;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer {
    padding: 28px 0 0;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer {
  width: 50%;
  float: left;
  margin: 0 0 8px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer .icheckbox {
  width: 14px;
  height: 14px;
  border: 1px solid #b9b9b7;
  background: #f8f8f8;
  float: none;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer .icheckbox.checked {
  border: 1px solid #e2bf47;
  background: #e2bf47;
  position: relative;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer .icheckbox.checked:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: white;
  font-size: 10px;
  line-height: 13px;
  float: left;
  margin: 0 0 0 1px;
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer label {
  max-width: 330px;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 0 0 7px;
  vertical-align: middle;
  width: auto;
  font-family: "titillium-regular", sans-serif;
  font-size: 16px;
  color: #272725;
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options .drop-content .more-options-outer .checkbox-outer label {
    font-size: 14px;
    margin: 1px 0 0;
    padding: 0 0 0 4px;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content {
  width: 500px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content {
    width: 708px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content {
    width: 100%;
  }
}
.search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content .more-options-outer .checkbox-outer {
  width: 33.3%;
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .src-btm-right .more-options.expanded .drop-content .more-options-outer .checkbox-outer {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-section .search-section-outer .search-section-inner .search-form-bottom .main-btn {
    width: 100%;
    float: left;
    margin: 14px 0 0;
    position: relative;
  }
  .search-section .search-section-outer .search-section-inner .search-form-bottom .main-btn:after {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDgyIDgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MiA4MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOTUyLjM2MjE4KSI+DQoJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC45OTUwNzk4LDk2MS4zMjYyNikiPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUtOUM2LjMtOS05LDYuMy05LDI1UzYuMyw1OSwyNSw1OWM3LjIsMCwxMy45LTIuMywxOS4zLTYuMWwxOC40LDE4LjRjMi4zLDIuNCw2LjIsMi40LDguNSwwDQoJCQljMi4zLTIuMywyLjMtNi4xLDAtOC41TDUyLjksNDQuNEM1Ni43LDM4LjksNTksMzIuMiw1OSwyNUM1OSw2LjMsNDMuNy05LDI1LTl6IE0yNSwzYzEyLjIsMCwyMiw5LjgsMjIsMjJzLTkuOCwyMi0yMiwyMg0KCQkJQzEyLjgsNDcsMywzNy4yLDMsMjVTMTIuOCwzLDI1LDN6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
    background-size: 25px 25x;
    background-repeat: no-repeat;
  }
}

.form-container {
  width: 100%;
  float: left;
  background: #3d393a;
}
.form-container .search-section {
  margin: 0;
}
.form-container .search-section .search-section-outer .search-section-inner {
  background: none;
}

.field-title-mobile {
  font-family: "titillium-regular", sans-serif;
  font-size: 18px;
  color: #000000;
  padding: 0 0 14px;
  display: none;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .field-title-mobile {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .field-title-mobile {
    display: block;
    padding: 0 0 8px;
  }
}

.search-section .search-section-outer .search-section-inner .search-form-top .select-outer.costa .SumoSelect label {
  margin-left: 1.1em;
}

.search--btn {
  min-width: 146px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: white;
  background: rgba(30, 28, 28, 0.7);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in 0s;
}
.search--btn:hover, .search--btn.active {
  transition: all 0.3s ease-in-out 0s;
  background-color: #e2b147;
}

.search-section .search__buttons__outer {
  width: 100%;
  max-width: 948px;
  margin: 0 auto 14px;
}
.search-section .search__buttons__outer .search__buttons__inner {
  display: flex;
  align-items: center;
}
.search-section .search__buttons__outer .search__buttons__inner .search--btn {
  margin: 0 9px 0 0;
}
.search-section .search-section-outer {
  width: 100%;
}
.search-section .search-section-outer .search-section-inner {
  display: block;
  width: 100%;
  max-width: none;
  padding: 22px 27px;
  height: 136px;
}
.search-section .search-section-outer .search-section-inner .searchform {
  display: flex;
  justify-content: space-between;
}
.search-section .search-section-outer .search-section-inner .searchform .form__block {
  width: 100%;
  max-width: 300px;
  height: 92px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.search-section .search-section-outer .search-section-inner .searchform .form__block .select__outer {
  width: 300px;
}
.search-section .search-section-outer .search-section-inner .searchform .form__block .select__outer.double {
  width: calc((100% - 8px) / 2);
}
.search-section .search-section-outer .search-section-inner .searchform .form__block .select__outer select {
  margin: 0;
}
.search-section .search-section-outer .search-section-inner .searchform .form__block.checkboxes--block {
  width: 146px;
  opacity: 0;
  display: none;
}
.search-section .search-section-outer .search-section-inner .searchform .form__block:last-of-type {
  width: 105px;
}
.search-section .search-section-outer .search-section-inner .searchform .form__block .checkbox-block {
  height: 42px;
}
.search-section .search-section-outer .search-section-inner .searchform .form__block #locations-block,
.search-section .search-section-outer .search-section-inner .searchform .form__block #locations-block-rental {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.search-section .search-section-outer .search-section-inner .searchform .main-btn {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-section .search-section-outer .search-section-inner {
  width: 790px;
}
@media screen and (max-width: 37.4375em) {
  .search-section .search-section-outer .search-section-inner {
    width: 100%;
  }
}
.search-section .search-section-outer.show .search-section-inner {
  width: 948px;
}
.search-section .search-section-outer.show .search-section-inner .searchform .form__block.checkboxes--block {
  display: flex;
  opacity: 1;
  animation: anim 0.6s ease-in-out;
}
@media screen and (max-width: 37.5em) {
  .search-section .search-section-outer.show .search-section-inner {
    width: 100%;
  }
}

body:not(#inicio) .form-container .search-section {
  padding-top: 22px;
}

@media screen and (max-width: 37.4375em) {
  .search-section {
    margin: 0;
    padding: 0 0 2em;
    width: auto;
  }
  .search-section .search__buttons__outer {
    padding: 22px 20px 0;
    margin: 0 auto;
    background: rgba(30, 28, 28, 0.7);
    border-radius: 6px 6px 0 0;
  }
  .search-section .search__buttons__outer .search__buttons__inner {
    justify-content: space-between;
  }
  .search-section .search__buttons__outer .search__buttons__inner .search--btn {
    margin: 0;
    width: calc((100% - 9px) / 2);
  }
  .search-section .search-section-outer .search-section-inner {
    height: auto;
  }
  .search-section .search-section-outer .search-section-inner .searchform {
    flex-wrap: wrap;
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block.checkboxes--block {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block.checkboxes--block .checkbox-block {
    width: calc((100% - 9px) / 2);
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block .select__outer {
    width: 100%;
    margin: 0 0 9px;
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block:last-of-type {
    width: 100%;
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block:last-of-type .main-btn {
    height: 42px;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .search-section .search__buttons__outer {
    margin-bottom: 0;
  }
  .search-section .search__buttons__inner {
    padding: 22px 15px 0;
  }
  .search-section .search-section-outer .search-section-inner {
    width: 100%;
    height: auto;
  }
  .search-section .search-section-outer .search-section-inner .searchform {
    flex-wrap: wrap;
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block {
    width: calc((100% - 120px) / 2);
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block.checkboxes--block {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0 0 9px;
  }
  .search-section .search-section-outer .search-section-inner .searchform .form__block.checkboxes--block .checkbox-block:first-of-type {
    margin-right: 16px;
  }
  .search-section .search-section-outer.show .search-section-inner {
    width: 100%;
  }
}
/* 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;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

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

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

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

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

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

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

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

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

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

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

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

/*--- banner style ---*/
.banner-container {
  width: 100%;
  float: left;
  position: relative;
}

.banner-slider-outer {
  width: 100%;
  float: left;
}

.banner-slider {
  width: 100%;
  float: left;
  position: relative;
  max-height: 604px;
  overflow: hidden;
}
.banner-slider:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url(../images/banner-gradient.png) left bottom repeat-x;
  z-index: 99;
}
.banner-slider ul {
  width: 100%;
  height: 100%;
  float: left;
}
.banner-slider ul li {
  width: 100%;
  height: 100%;
  float: left;
}
.banner-slider ul li img {
  width: 100%;
  height: 580px;
  max-width: none;
  float: left;
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .banner-slider ul li img {
    left: 50%;
    margin-left: -700px;
    max-width: none;
    position: relative;
    width: 1400px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .banner-slider ul li img {
    left: 50%;
    margin-left: -700px;
    max-width: none;
    position: relative;
    width: 1400px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .banner-slider ul li img {
    left: 50%;
    margin-left: -516px;
    max-width: none;
    position: relative;
    width: 1032px;
  }
}
@media screen and (min-width: 37.5em) {
  .banner-slider 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%;
  }
}

@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);
  }
}
.banner-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -195px;
  z-index: 101;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .banner-content {
    margin-top: -182px;
  }
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .banner-content {
    margin-top: -182px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .banner-content {
    margin-top: -182px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .banner-content {
    top: 62px;
    margin-top: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-content {
    float: left;
    position: inherit;
    left: inherit;
    top: inherit;
    margin-top: 0;
  }
}
.banner-content .banner-titles {
  width: 100%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .banner-content .banner-titles {
    background: #e2bf47;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 29.9375em) {
  .banner-content .banner-titles {
    padding: 20px 15px;
  }
}
.banner-content .banner-titles h1 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .banner-content .banner-titles h1 {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .banner-content .banner-titles h1 {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .banner-content .banner-titles h1 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-content .banner-titles h1 {
    font-size: 21px;
    line-height: 23px;
    margin: 0 0 10px;
  }
}
.banner-content .banner-titles .title_h2 {
  max-width: 750px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 47.9375em) {
  .banner-content .banner-titles .title_h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .banner-content .banner-titles .title_h2 br {
    display: none;
  }
}
.banner-content .banner-social-sec {
  width: 100%;
  float: left;
  text-align: center;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .banner-content .banner-social-sec {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-content .banner-social-sec {
    display: none;
  }
}
.banner-content .banner-social-sec span {
  font-family: "titillium-regular", sans-serif;
  font-size: 21px;
  color: white;
  position: relative;
}
.banner-content .banner-social-sec span:after {
  width: 62px;
  height: 2px;
  content: "";
  background: white;
  position: absolute;
  left: 50%;
  bottom: -21px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .banner-content .banner-social-sec span:after {
    bottom: -15px;
  }
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .banner-content .banner-social-sec span:after {
    bottom: -15px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .banner-content .banner-social-sec span:after {
    bottom: -15px;
  }
}
.banner-content .banner-social-sec ul {
  width: 100%;
  float: left;
  margin: 47px 0 0;
}
@media screen and (min-width: 84.375em) and (max-width: 93.75em) {
  .banner-content .banner-social-sec ul {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 75em) and (max-width: 84.3125em) {
  .banner-content .banner-social-sec ul {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .banner-content .banner-social-sec ul {
    margin: 40px 0 0;
  }
}
.banner-content .banner-social-sec ul li {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0 8px;
}
.banner-content .banner-social-sec ul li a {
  width: 100%;
  float: left;
}
.banner-content .banner-social-sec ul li a:hover i {
  color: #e2bf47;
}
.banner-content .banner-social-sec ul li a i {
  font-size: 26px;
  color: white;
  -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;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  outline: none;
  border: none;
  border-radius: 3px;
  padding: 0 2em;
  height: 42px;
  text-decoration: none;
}
.btn:hover {
  text-decoration: inherit;
}
.btn.btn--criteria {
  color: white;
  border: 2px solid #4cd3e2;
}
.btn.btn--submit {
  font-family: "titillium-bold", sans-serif;
  color: white;
  background-color: #0a9faf;
  font-size: 17px;
  font-size: 1.0625em;
  font-size: 1.0625rem;
}

.banner-container .criteria__button__block {
  width: 100%;
  position: absolute;
  background-color: #192f37;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 100;
  padding: 22px 0;
}
.banner-container .criteria__button__block p {
  font-family: "titillium-regular", sans-serif;
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: inherit;
  margin: 0 1.5em 0 0;
}
@media screen and (max-width: 37.4375em) {
  .banner-container .criteria__button__block {
    padding: 22px 1em;
    flex-wrap: wrap;
    position: static;
  }
  .banner-container .criteria__button__block p {
    text-align: center;
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .banner-container .criteria__button__block {
    position: static;
  }
}

.result-count {
  width: auto;
  float: left;
  font-family: "titillium-bold", sans-serif;
  font-size: 17px;
  color: white;
  display: none;
  padding: 9px 0 0 15px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .result-count {
    display: block;
  }
}

.tab-mini {
  display: none;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .tab-mini {
    display: block;
  }
}
@media screen and (max-width: 47.9375em) {
  .tab-mini {
    display: block;
  }
}

.detailpage-slider {
  width: 100%;
  height: 237px;
}
.detailpage-slider a {
  width: inherit;
  height: auto;
  display: block;
}
.detailpage-slider a picture {
  width: inherit;
  height: 237px;
}
.detailpage-slider a picture > img {
  width: inherit;
  height: 237px;
  object-fit: cover;
  object-position: center center;
}
.detailpage-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 50px;
  background-color: rgba(30, 28, 28, 0.4);
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
}
.detailpage-slider .slick-arrow > img {
  width: 18px;
  height: 25px;
  display: block;
}
.detailpage-slider .slick-arrow.arrow-prev {
  left: 0;
}
.detailpage-slider .slick-arrow.arrow-prev > img {
  transform: rotate(180deg);
}
.detailpage-slider .slick-arrow.arrow-next {
  right: 0;
}

.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 0;
}
.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li {
  margin: 0 0.5em 0 0;
  max-width: none;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #dbdbd9;
  border-radius: 100%;
}
.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li button {
  display: none;
}
.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li.slick-active {
  background-color: #dfb31f;
}
.list-outer-block.grid-list-view .list-item-container .relatedproperties-slider .slick-dots li:last-of-type {
  margin: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  z-index: 999;
  top: calc(50% - 25px);
  color: #fff;
  font-family: "FontAwesome";
  font-size: 36px;
  line-height: 0;
  width: 35px;
  height: 50px;
  padding: 10px 10px;
  background-color: rgba(30, 28, 28, 0.4);
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: rgba(30, 28, 28, 0.8);
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-item .owl-lazy.loaded {
  opacity: 1;
}

@media screen and (min-width: 37.5em) and (max-width: 63.9375em) {
  .detailpage-slider {
    max-width: 776px;
    height: 545px;
    margin: 0 auto;
  }
  .detailpage-slider a picture > img {
    height: 545px;
  }
}
@media screen and (min-width: 64em) {
  .detailpage-slider {
    height: 545px;
    margin: 0 auto;
  }
  .detailpage-slider a picture > img {
    height: 545px;
  }
}
@media screen and (max-width: 37.4375em) {
  .banner-slider {
    height: 580px;
  }
  .banner-content {
    position: absolute;
  }
  .banner-content .banner-titles {
    background: transparent;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 64em) {
  .banner-slider {
    max-height: 480px;
  }
}
/*--- footer style ---*/
.footer-container {
  width: 100%;
  float: left;
  padding: 33px 0 24px;
  background: white;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-container {
    padding: 25px 0 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-container {
    padding: 20px 0 25px;
  }
}

.footer-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 14px;
}
@media screen and (max-width: 63.9375em) {
  .footer-top {
    padding: 0 0 17px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-top {
    padding: 0 15px 20px;
  }
}
@media screen and (max-width: 29.9375em) {
  .footer-top {
    padding: 0 0 20px;
  }
}
.footer-top .footer-logo-sec {
  width: auto;
  float: left;
}
@media screen and (max-width: 63.9375em) {
  .footer-top .footer-logo-sec {
    width: 39%;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-top .footer-logo-sec {
    width: 100%;
    text-align: center;
  }
}
.footer-top .footer-logo-sec .footer-logo {
  width: 218px;
  float: left;
}
@media screen and (max-width: 47.9375em) {
  .footer-top .footer-logo-sec .footer-logo {
    width: 100%;
  }
}
.footer-top .footer-logo-sec .footer-tagline {
  width: auto;
  float: left;
  padding: 19px 0 0 11px;
}
@media screen and (max-width: 63.9375em) {
  .footer-top .footer-logo-sec .footer-tagline {
    width: 100%;
    padding: 1px 0 0;
  }
}
.footer-top .footer-logo-sec .footer-tagline p {
  width: 100%;
  float: left;
  font-family: "titillium-regular", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: rgb(104.55, 104.55, 104.55);
  margin: 0;
}
.footer-top .social__icons {
  display: flex;
  align-items: center;
}
.footer-top .social__icons li a {
  width: 32px;
  height: 32px;
  border: 2px solid #222222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-top .social__icons li a:first-of-type {
  margin: 0 12px 0 0;
}
.footer-top .social__icons li a:hover {
  text-decoration: none;
  background-color: rgba(34, 34, 34, 0.25);
}
.footer-top .social__icons li a i {
  font-size: 18px;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #222222;
}
.footer-top .footer-shrt-desc {
  width: 50%;
  float: left;
  padding: 7px 0 0;
}
@media screen and (max-width: 63.9375em) {
  .footer-top .footer-shrt-desc {
    width: 100%;
    text-align: center;
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-top .footer-shrt-desc {
    width: 100%;
    text-align: center;
  }
}
.footer-top .footer-shrt-desc p {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: rgb(104.55, 104.55, 104.55);
  margin: 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .footer-top .footer-shrt-desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer-top .footer-shrt-desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-top .footer-shrt-desc p {
    text-align: center;
    line-height: 18px;
  }
}
.footer-top .footer-shrt-desc p br {
  display: none;
}

.footer-bottom {
  width: 100%;
  float: left;
  padding: 23px 0 0;
}
@media screen and (max-width: 63.9375em) {
  .footer-bottom {
    padding: 29px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-bottom {
    padding: 25px 15px 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .footer-bottom {
    padding: 25px 0 0;
  }
}

.footer-links {
  width: 50%;
  float: right;
}
@media screen and (max-width: 63.9375em) {
  .footer-links {
    width: 100%;
    padding: 0 0 12px;
  }
}
.footer-links ul {
  width: auto;
  float: right;
}
@media screen and (max-width: 63.9375em) {
  .footer-links ul {
    width: 100%;
    text-align: center;
  }
}
.footer-links ul li {
  width: auto;
  float: left;
  padding: 0 6px 0 9px;
  background: url(../images/footer-divider.png) left 2px no-repeat;
}
.footer-links ul li:first-child {
  background: none;
}
.footer-links ul li.last {
  padding-right: 0;
}
@media screen and (max-width: 63.9375em) {
  .footer-links ul li {
    display: inline-block;
    float: none;
    background-position: left 1px;
  }
}
.footer-links ul li a {
  width: 100%;
  float: left;
  font-family: "titillium-regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: rgb(104.55, 104.55, 104.55);
  text-decoration: none;
}
.footer-links ul li a:hover {
  color: #e2bf47;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .footer-links ul li a {
    font-size: 13px;
  }
}

.copyright {
  width: 50%;
  float: left;
}
@media screen and (max-width: 63.9375em) {
  .copyright {
    width: 100%;
    text-align: center;
  }
}
.copyright p {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: rgb(104.55, 104.55, 104.55);
  margin: 0;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .copyright p {
    font-size: 13px;
  }
}
@media screen and (max-width: 47.9375em) {
  .copyright p {
    font-size: 13px;
    line-height: 18px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: -51px;
  -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;
}
@media screen and (max-width: 84.375em) {
  .scroll-to-top {
    display: none;
  }
}
.scroll-to-top a {
  width: 51px;
  height: 51px;
  float: left;
  background: #e2bf47;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.scroll-to-top a:hover {
  background: #c9a93e;
}
.scroll-to-top a:after {
  width: 16px;
  height: 9px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1LjggMjQuOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUuOCAyNC45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDUuMiwyNC4zYzAuNC0wLjQsMC42LTAuOSwwLjYtMS40cy0wLjItMS0wLjYtMS40TDI0LjMsMC42Yy0wLjgtMC44LTItMC44LTIuOCwwTDAuNiwyMS41DQoJYy0wLjgsMC44LTAuOCwyLDAsMi44czIsMC44LDIuOCwwTDIyLjksNC44bDE5LjUsMTkuNUM0My4yLDI1LjEsNDQuNCwyNS4xLDQ1LjIsMjQuM3oiLz4NCjwvc3ZnPg==) !important;
  background-size: 16px 9px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.act .scroll-to-top {
  position: fixed;
  bottom: 165px;
}

.mobile-visible {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .mobile-visible {
    display: block;
  }
}

.desktop-visible {
  display: block;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .desktop-visible {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .desktop-visible {
    display: none;
  }
}

.newsletter {
  float: left;
  width: 100%;
  background: url(../images/wave.png) no-repeat bottom center;
  text-align: center;
  padding: 62px 0;
}
@media screen and (max-width: 47.9375em) {
  .newsletter {
    padding: 25px 0;
  }
}
.newsletter h2 {
  margin-bottom: 24px;
  font-family: "titillium-bold", sans-serif;
}
.newsletter .newsletter-title {
  margin-bottom: 24px;
  font-family: "titillium-bold", sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #373633;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .newsletter .newsletter-title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .newsletter .newsletter-title {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 47.9375em) {
  .newsletter .newsletter-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.newsletter p {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 47.9375em) {
  .newsletter p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 29.9375em) {
  .newsletter p {
    margin-bottom: 25px;
  }
}
.newsletter p a {
  color: rgb(104.55, 104.55, 104.55);
  text-decoration: underline;
}
.newsletter p a:hover {
  color: #e2bf47;
}
.newsletter .news-letter-form {
  float: left;
  width: 100%;
  background: #ec3f3f;
  padding: 22px 30px;
  margin-top: 60px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 47.9375em) {
  .newsletter .news-letter-form {
    padding: 22px 15px;
    margin: 0;
  }
}
.newsletter .news-letter-form ::-webkit-input-placeholder {
  color: rgb(48.45, 48.45, 48.45);
  opacity: 1;
}
.newsletter .news-letter-form ::-moz-placeholder {
  color: rgb(48.45, 48.45, 48.45);
  opacity: 1;
}
.newsletter .news-letter-form :-ms-input-placeholder {
  color: rgb(48.45, 48.45, 48.45);
  opacity: 1;
}
.newsletter .news-letter-form :-moz-placeholder {
  color: rgb(48.45, 48.45, 48.45);
  opacity: 1;
}
.newsletter .news-letter-form input {
  background: white;
  border: none;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 23.9436619718%;
  margin-left: 1.4084507042%;
  float: left;
  padding: 5px 10px;
  height: 34px;
  font-size: 16px;
  color: rgb(48.45, 48.45, 48.45);
}
.newsletter .news-letter-form input.red-btn {
  background: #b22222;
  font-size: 14px;
  color: white;
  cursor: pointer;
  -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;
}
.newsletter .news-letter-form input.red-btn:hover {
  background: #e2bf47 !important;
}
.newsletter .news-letter-form .form-group:first-child input:first-child {
  margin-left: 0;
}
@media screen and (max-width: 47.9375em) {
  .newsletter .news-letter-form .form-group:first-child input {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .newsletter .news-letter-form .form-group {
    width: 100%;
    float: left;
  }
  .newsletter .news-letter-form .form-group input {
    width: 47.888%;
    margin-left: 2.112%;
  }
  .newsletter .news-letter-form .form-group input:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .newsletter .news-letter-form .form-group input {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .newsletter .news-letter-form .form-group input.red-btn {
    margin-top: 12px;
  }
}

#inicio .newsletter {
  padding: 0 0 62px;
}

.agency-bar {
  float: left;
  width: 100%;
  background: #192f37;
  text-align: center;
  padding: 26px 0 30px;
}
.agency-bar .row > .columns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.agency-bar .agency-title {
  float: left;
  width: 100%;
  font-size: 18px;
  color: white;
  font-family: "titillium-bold", sans-serif;
  margin-bottom: 5px;
}
.agency-bar a {
  font-size: 16px;
  color: #e2bf47;
  font-family: "titillium-regular", sans-serif;
  text-decoration: underline;
}
.agency-bar a:hover {
  color: white;
}
.agency-bar .agency-content {
  font-size: 16px;
  color: white;
  font-family: "titillium-regular", sans-serif;
}

#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: #dfb31f;
  text-decoration: none;
  float: left;
}
#barraaceptacion .barra a.info {
  text-decoration: underline;
  color: #dfb31f;
  font-weight: bold;
}
#barraaceptacion .barra a.btn-ok {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #dfb31f;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0;
  padding: 10px 0;
  float: right;
}

/*# sourceMappingURL=styles.css.map */
